This morning I read a post in the Responsive Image Community Group by Scott Jehl detailing the latest improvements to his <picture> tag poly-fill picturefill.js. A New Tag “The picture tag? Never header of it.” Well until this morning neither had I. In fact it doesn’t really exist — well not according to the W3C [...]
read further
A few months back I wrote a jQuery plugin to easily allow any element to stay in view when the user scrolls. It’s been on Github since its inception and has had numerous patches and improvements since. Performance The plugin defines a handler for the scroll event so I’ve tried to make it as efficient [...]
read further
A quick helper on customising the colour of a user’s text selection.
read further
If you develop anything for the web, you’ll have to have come across the great tools modern browsers have for building web applications. Notably Chrome’s Developer Tools, FireFox 11 (Aurora) and Opera’s Dragonfly all help us gain an incite into the browsers interpretation of our code and allows us to quickly and easily find and [...]
read further