Tag Archives: php

Left is Right

In a 2005 Pimp My Code post, Wil Shipley challenged the Objective-C idiom for class instantiation. The traditional method is something like this: For a number of reasons, Wil pushed a different idiom: This felt strange to me until I … Continue reading

Posted in development | Tagged , , , |

Unplayed

Shaun Inman devised a rather easy and ingenious way to keep track of one’s various video games. I do this for a couple reasons: To keep track of games that I’ve heard great things about but never played. There was … Continue reading

Posted in games | Tagged , , , |

MailQueue

I built a little something yesterday around PHP’s mail() function and decided to release my work to Github.  I reinvented the wheel a bit (the packages PEAR::Mail and PEAR::Mail_Queue do much the same thing very well already) but I wanted … Continue reading

Posted in development | Tagged , , , , , |