16th February 2011
Get an 'Even' Class
This PHP statement applies class="even" to every other element when in a loop.
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.
25th June 2010
For the final year of my degree, I was required to create an Experimental System Design. At the time, I was heavily involved with a live version of The ...
2nd June 2010
So you've got a brand new website that you want to promote? Recently I finished a website for Frag Records. Once completed they asked me for some hints and tips ...
22nd April 2010
Just a short note on my Twitter series of posts! I thought i'd let you know about this tweeting kettle...or Twettle (seeing as it is on the title..). I ...
21st April 2010
Twitter, Twitter Twitter. How you have taken over the world? (And my life?) I have recently properly got into Twitter. Before it was just a laborious update to show I ...
20th April 2010
I have always been a music fan. Playing violin from the age of 7 and progressing onto guitar, the musical world has always intrigued me.