Today was an exciting day for me. I discovered that my tweak to Google’s Asynchronous Snippet was published a couple of days ago. (more…)
Javascript (Category Archive)
Google Analytics Asynchronous Snippet for the Head Element
2010 February 19th
The below snippet worked with my test page where the current asynchronous snippet when placed in the head element would cause IE6 to stumble with “Operation Aborted”. The test page markup can be found at the bottom of the post. (more…)
jQuery.animate-sprite
2009 March 9th
A bit of fun with a jQuery and background image sprite.
Current version 1.0.4 alpha.
jQuery plugin template
2009 February 7th
Wanting a quick way to create a plugin in jQuery I found A Plugin Development Pattern (Learning jQuery), by Mike Alsup, via Improving upon the jQuery Plugin Template (Google Groups). Later, much later, I looked in the more obvious place; Plugins/Authoring (jQuery). I work best from hacking examples, so Mike Alsup’s pattern/template was the most useful to me. (more…)
jQuery.linkify
2008 December 21st
A plugin for jQuery turning sections into links. Read the jQuery.linkify page for a demo and more info.