PHP5 With GD Support on OS X

Because I’ll Forget #15901:
Firstly, let me just say that compiling PHP has never been this difficult before. It shouldn’t be difficult at all actually. So heres the basic run down: I need SOAP, GD, SimpleXML and a few other miscellaneous extensions to make all my dev apps work properly — this went smoothly on the [...]

More



Descriptive Comments For The Angry Developer

We all know that a picture is worth 1,000 words. We also know that programmers are lazy and typing comments is boring. After reading the following post about “comments from a madman” on Worse Than Failure I started to realize the pure genius of it all.
Here are 3 “descriptive comments” for use whenever you [...]

More



Boredom Strikes Again – Old PHP Fun Scrambling Functions

Found this while looking for something that isn’t this. It will take a normal string and convert it into numbers. There really is no point to it, I think it was written years ago as a learning exercise or because I was really bored. Anyways, I converted it really fast to a shell script instead [...]

More



Simple Easy To Use PHP Calendar Script

I keep finding fun scripts the more I look around. This one is from about a year ago, I used it in a small project so it isn’t the greatest. Regardless, it is very lightweight and is pretty flexible. It doesn’t include all that CRUD admin mumbo-jumbo because I’m being lazy, but it can be [...]

More