I am a design engineer at Automattic, the company behind WordPress.com, working with the Theme Team to address the design concerns of millions of WordPress users.
cfinke@gmail.com
Twitter: @cfinke
GitHub: cfinke
Items tagged with 'PHP'
-
September 2nd, 2007
Easy-peasy podcasting
Want an easy way to generate a podcast or RSS feed? At Eliot’s request, I wrote a PHP script that generates an RSS feed based on the contents of its parent directory, so whenever you add files to that directory (or its subdirectories), the feed is updated with links to those files. It also supports [...]
-
August 3rd, 2007
What’s old is new again
A few weeks ago, I started a little side project, and I decided to write it in Python with the Django framework based on all of the good things I’ve heard about it. I may never go back to PHP. It’s like this: imagine you’ve been driving the same 1987 Dodge Dynasty for the last [...]
-
June 21st, 2007
WAMP! BAM! POW!
This morning, I needed to troubleshoot an error that was occurring in my Feed Statistics plugin when running on a Windows machine as well as under PHP 5. Since I normally do all of my development in *nix environments, I didn’t have such an environment readily available. Having installed Apache, MySQL, and PHP on Windows [...]
-
June 21st, 2007
Feed Statistics Plugin Fixed
If you had downloaded the Feed Statistics plugin for WordPress and couldn’t use it because of an error during activation, version 1.0.3 is for you. The “Plugin could not be activated because it triggered a fatal error” message was being caused by my usage of PHP’s short open tags, which I should have known are [...]