Ramblings of a disgruntled programmer
14 Jul
Found myself in need for a phone formatting method for Javascript, realized I had one in PHP already which I had found one day and I decided to port it – so here it is:
Shameless port of an extremely useful function from Daniel Kassner found over Snipplr
Read the rest of this entry »
26 Jun
Recently I decided to give Codecanyon a try, I sometimes write scripts, classes, etc in my free time that perhaps could get me a few dollars for my troubles. This will be my very first submission as you’ve probably surmised and I’ll be putting forth my CacheManager class, I thought of writing it while looking through my friend’s application and noticing he’d run the same query over and over again (He’s relatively new to development) and though that perhaps if there were an easy easy of caching data in a flexible way this mistake wouldn’t be committed so often. I pointed him toward’s APC & I went off to create CacheManager.
Status: Approved, http://codecanyon.net/item/cachemanager/110678