Published July 26th, 2012 by

After a long debacle with a print stylesheet issue.. the following lessons have been learnt: If a stylesheet is linked to like this: as there is no media attribute set…

Read More Print stylesheet woes!

Published July 26th, 2012 by

Handy one.. to check whether or not an element is a particular type of element (for e.g.a strong element). This code checks if the first child element of subnavigation is…

Read More Check whether an element is strong

Published July 14th, 2012 by

We obviously try to avoid hacking away at CSS but sometimes you have to target certain IEs and this page is very useful in how to do it: Netuts link…

Read More CSS Hacking

Published July 13th, 2012 by
Published July 2nd, 2012 by
Published June 30th, 2012 by
Published June 28th, 2012 by
Published June 24th, 2012 by

Found this awesome script online at: http://www.mediafire.com/?zz7j7t3fl824p31 which allows you to export guides from an existing photoshop file, open up a new file and import the guides in there –…

Read More Export/Import Guides

Published June 24th, 2012 by
Published June 23rd, 2012 by

This is a handy bit of code for displaying different content based on what category your post is in. Useful on the single.php page I found – can display different…

Read More Conditional based on category