24th January 2012
It's My Way or the Highway. Not.
Recently with the spate of CSS3 and media queries, there has been a few debates over how development should be done.
24th January 2012
Recently with the spate of CSS3 and media queries, there has been a few debates over how development should be done.
19th May 2011
I found this in an old recipe book I found in a charity shop. Not quite sure what happened to it, but I've tweaked the recipe and named it after my wife!
16th March 2011
Sometimes I wish we lived in a musical. Not not necessarily with all the singing but just with all that general happiness.
10th March 2011
If you would like to limit the amount of items coming out of an array (for example the first 5 news items)
21st February 2011
If you would like to 'redirect' all your users to a central domain (for example if you would like all users to browse your site with the www or you have several parked domains)
16th February 2011
This PHP statement applies class="even" to every other element when in a loop.
14th February 2011
If you want to apply a different class to the last item in a list generated by PHP, start off with Setting the $lastOne variable to the end of your list
4th February 2011
The following code will get the dimensions of an image: <?php list($width, $height, $type, $attr) = getimagesize(PATH_TO_IMAGE); I found this useful when using a lightbox to ...
17th November 2010
Creating a HTML email is like going back to the nineties with web design – you have to go against all your natural instincts as a web designer.
5th October 2010
Recently I was tasked to transform a full website into a stripped down mobile version for those visiting on their i-whatsits.