Tomorrow night, I will be attending the April Atlanta PHP meeting. My friend Glen Gordon will be giving a presentation titled, “I’m a PHP dev! Why should I care about Microsoft?”
There are a host of technologies and tools from Microsoft that can add value to your PHP solutions, save you time, and are just plain cool. [...]
![[A screenshot of welovewp.com]](/pics/welovewp.com.png)












Unit testing in PHP with SimpleTest
I recently worked on a PHP project which required me to write a suite of unit tests to verify that the code worked as expected. While I’ve done unit testing before, and I knew that it was valuable, I have to admit that I’ve only used it very rarely. I’ve only had a few jobs/projects that required it, and most other projects didn’t want to pay for the extra time. [...]