Install and configure multiple PHP versions on Mojave with Homebrew 16 Jan 2019 | 0 Comments PHP In this blog series, I take you through the steps I took to create my new setup: a blazingly fast and flexible setup with Apache, automatic DNS setup for .test domains, multiple PHP versio... Read more
Fighting Microsoft Word autoformat 31 Dec 2012 | 0 Comments PHP We've all been there. The total agony when users paste in text from Word, or when we have to import third party data which was created on some Windows platform. In these situations, w... Read more
A helper function for retrieving a value from an object or array 10 Nov 2012 | 0 Comments PHP I'm a sucker for neat little utility functions that make my life as a developer so much simpler. Here's one I use on a regular basis. It has earned a place in my general... Read more
Dump helper as an alternative to var_dump() 7 Nov 2012 | 0 Comments PHP When you user var_dump() a lot for debugging it can become quite cumbersome to try and make something of the spaghetti it throws at you. This helper utility function is in my general_helpe... Read more