20
Aug
10
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 … read more
17
Aug
10
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 … read more