Parallax Illusion
Apr '1012th

On Saturday, inspired by Paul Annett’s Channel 4 logo, I decided to build a parallax illusion in the browser.
Here’s the end result: http://maban.co.uk/sandbox/parallax-illusion/
Apr '1012th

On Saturday, inspired by Paul Annett’s Channel 4 logo, I decided to build a parallax illusion in the browser.
Here’s the end result: http://maban.co.uk/sandbox/parallax-illusion/
Oct '0926th
At Barcamp London 7, I gave a presentation on some CSS tricks I learnt while building Scrunchup. Read the rest of this entry »
Aug '0924th
Problem: You want to create a grid based layout with floats, but you don’t want to wrap things in extraneous divs to force blocks to clear properly.
In an ideal world, all the content is the same height, and blocks will float and clear properly. But this is not an ideal world.