• What we have here, is a failure to communicate…

Development

PHP.net Is Down

Being a PHP programmer for a living, I always find this amusing:

Read More

Capturing Form Submissions – Part 1

Something that as frustrated me for some time is the fact that to capture form posts in PHP, we have to rely on the the POST or GET superglobals and how much a black hole those variables seem to be. Well, black hole isn’t really the best description, as we know where the data is ...

Read More

Music To Code by….

Recently, I have come across a number of articles regarding the best (and even the worst) music to develop by (or even just to work by) and so I thought I’d throw my 2 cents in regarding the issue. Why you ask (my 1000’s and 1000’s of viewers)? Because it really is an important aspect of writing code. ...

Read More