Check out my latest project: Full Frontal JavaScript Conference

Archive for January, 2009

Element 'in view' Event Plugin

I've been preparing a few articles for jQuery for Designers and for .net magazine and in doing so I've had to write a plugin that could prove to be useful to share. I've created an event that will trigger when the element is scrolled in to the viewport.

HTML5 enabling script

Since HTML5 is getting more attention by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as <article>, is to use the HTML5 shiv, I've quickly put together a mini script that enables all the new elements.

CSS Tricks' Link Nudge

A subtle effect on the CSS Tricks site that I've always liked, is the nudged links in the footer of the page. With recent chatter about Progressive Enrichment I thought it would be fun, and rather quick to show off his effect using just CSS.