Published December 24th, 2014 by

Super useful post about filtering and best practice within Backbonejs. http://tech.pro/tutorial/1519/rendering-a-filtered-backbonecollection Effectively best practice for future planning is to put filtering into the collection – but to be careful that you…

Read More Filtering

Published December 21st, 2014 by

Just finished backbonejs course on Lynda (Up and Running with Backbone.js with Kai Gittens) and am super excited about getting into Backbone a bit more. At the moment I’m working…

Read More Backbonejs

Published September 4th, 2014 by
Published September 4th, 2014 by
Published June 30th, 2014 by

Intro In order to deal with the issue of images in responsive sites the ‘picture’ element and srcset have very recently been developed into a HTML standard after much specification…

Read More Picture Element & Srcset

Published May 9th, 2014 by

Alright its been a while since this blog has been used, mostly because I swapped hosting and never got around to moving this as well as all of the other…

Read More Back to it!

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