Friday, September 2nd, 2011
An exploration into low impact development within a CMS, building lightweight functionality to improve how we use imagery within web pages that can be replaced as and when the platform evolves.
read more
Monday, January 25th, 2010
If you’ve ever worked with PHP you’ll be more than familiar with the use of if/elseif/else conditional statements, these statements often become large and unweildy, especially when HTML is mixed in with PHP, causing a problems with code readability. There are a couple of alternate ways to write these statements which can improve your code.
if..endif [...]
read more