Updated PHP Coding Guidelines

Several years ago, I wrote an article entitled PHP Coding Guidelines for evolt. It received a reasonable number of comments and positive feedback, and was my first foray into the…

Hello World

It's customary to begin programming with an example which prints 'Hello World', so I thought I'd do the same with this blog: <?php echo 'Hello World'; ?>

Now running WordPress 2.7

It’s been some time since the last major WordPress release, but version 2.7 is now out and I’ve just finished upgrading my various blogs. The dashboard is quite different is…

Support for PHP 4 to be dropped

There is an announcement on the official PHP website about PHP 4 reaching end of life at the end of this year, with no more development beyond the 31st December…