I like having a local development environment when I’m working on new or existing projects. This means that if I blow something up, it’s just on my local machine and not on either the staging server or (God forbid) the live server. It’s an added level of sanity for me (I can revert back to the code that worked on the staging/live server before my changes blew it up). Also, … » Read more …






Manually Install php on WampServer
In my last blog post, I said that I like having a development environment on my computer (running Windows 7). I use WampServer to do this. I especially like that WampServer allows you to have multiple versions of php (and MySQL and Apache) installed. You can switch between versions in the WampServer menu on the icon in the system tray. The server that an upcoming client project will be hosted … » Read more …