Gravitywell at (not in) the Bath Half Marathon
Stuart and I visited the Bath Half Marathon 2011 recently. It's quite an emotional experience for people and for some its a huge achievement. Lots are running for charities of course and so the day leaves you with quite a buzz. We've promised that we'll be running ourselves next year...
Gravitywell has developed the new website for Bath Half and we'll be adding new features soon.
Click through for some photos I took at the race.
Free iPhone wallpapers - Thailand Edition
A couple of us have returned from some well-earned rest in Thailand. Here is a new set of free iPhone wallpapers; a kind of holiday gift!
Dependancy Injection and Unit Testing
Dependence injection isn't a new concept but is not yet widespread throughout the PHP community. One of the large advantages to using dependancy injection for objects is when coupled with Unit Testing. By injecting the dependancy as apposed to the object managing its dependancies itself allows your Unit Tests to test the object, and not any of the dependancies.
Zend Framework: Disabling the Layout and View Renderer
One of the most common things I do when working with the Zend Framework is disabling the view and/or layout inside a controller (or for a specific action). I always forget how to do this. Here's how I do it...
Using Selenium test tool in our site tests
I've recently incorporated the Selenium Java based test tool into our testing suite for some of our projects. “Selenium Remote Control allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.” Taken from http://seleniumhq.org