PHP str_replace_last function I recently found myself in need of a way to replace the last (and only the last) occurrence of a... September 26, 2011 Code / PHP
How to programmatically find the continent from a given city or state I recently ran across a somewhat unusual problem. I needed to find a programatic way to convert a string that... August 24, 2011 Code / PHP
How To Detect Transparency In PNG Images I recently came across a problem where I needed to check for transparency in PNG images using PHP. After some... April 15, 2011 Code / PHP
Lorem Ipsum Post Generator WordPress Plugin I’m constantly working with test blogs for IntenseDebate. Often, I need new posts and/or comments to give me some data... August 30, 2009 Code / PHP
Ubiquity: PHP function lookup So I guess I’m getting into this Ubiquity thing a bit. I’ve created another one to lookup php functions on... September 22, 2008 Code / Javascript / PHP