Programming PHP Function to Extract an E-mail from a String March 31, 2013 by Craig Lotter No Comments Given a string, it would often be quite useful to extract any e-mail addresses that it might contain. Luckily for us, PHP makes this fairly... Read More
CodeUnit How to test if a Crontab is working in Ubuntu June 15, 2012 by Craig Lotter No Comments Editing your cron jobs with the crontab -e command will ensure that your crontab is at least syntactically correct, by not installing it unless it... Read More
Software & Sites JSONLint – A Good JSON Validator March 5, 2012 by Craig Lotter No Comments JSON, or JavaScript Object Notation, is a lightweight text-based open standard designed for human-readable data interchange. It is derived from the JavaScript scripting language for... Read More