Archive for the ‘patterns’ Category

CSS Sprites2 – It’s MooTools Time

Wednesday, February 18th, 2009

A few months ago you may have read Dave Shea’s entry on A List Apart “CSS Sprites2 – It’s JavaScript Time” where he implemented a variant of his own CSS Sprites article by adding jQuery based animations. In this same article Dave encouraged us [developers] to port it to other libraries, so after a few months of inactivity I’m back with the MooTools port of this slick effect.
(more…)

the web is event-driven, and so is your code

Friday, August 3rd, 2007

You click on something and then something else happens, you scroll the window and something moves around.
Welcome to the event-driven web, a concept that still some developers fail to assimilate.
(more…)