Snow Leopard

Posted in Development, Snow Leopard, apache on December 4, 2009

FileVault and Web development

I use FileVault on my Snow Leopard setup to protect my precious code. When I turned it on my local apache couldn’t accesss my local test folder of PHP code anymore. To correct this you need to adjust the apache user in the httpd.conf. You can find the snippet below around line number ... Continue Reading

Posted in Selenium, Snow Leopard, php, phpUnit on October 16, 2009

User Interface testing on Mac OS 10.6 Snow Leopard ...

Zend framework is my PHP framework of choice, and I like Zend Studio 7 for coding. I try to unit test as much as possible. But when in comes to User Interface testing, plain phpUnit cannot do the job. Then Selenium comes in play. So with’s the big deal? It isn’t working out of ... Continue Reading