Archive for the 'Programming' Category

ISO Date and Time for Programmers

Monday 28th August 2006, 10:37

Markus Kuhn has the best writeup on ISO 8601 (date and time formatting) that I’ve seen. Concise and to the point it’s just what you need to read to sort things out. Check it out -> International standard date and time notation.
For those of you who like regular expressions (regexes for short) here is my [...]

Profiling PHP Applications

Sunday 13th August 2006, 0:39

XDebug seems to be one of the more reliable and easy to use solutions for debugging and performance optimizing PHP. Should be easy to setup, will likely try it out if I want to look at optimizing some of the php applications we use.