Javascript (Category Archive)

Google Analytics Asynchronous Snippet Update Excitement

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…)

Google Analytics Asynchronous Snippet for the Head Element

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

A bit of fun with a jQuery and background image sprite.

Current version 1.0.4 alpha.

jQuery.stacker-menu

Out of interest in the varying menu systems at my disposal on the web, I have created some of my own. My lastest, the stacker menu, blends previous ideas with the inspirational jQuery API browser (jQuery) menu. The code is still pretty fragile but in development. Please try out the latest demo and let me know what you think. (more…)

jQuery plugin template

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

A plugin for jQuery turning sections into links. Read the jQuery.linkify page for a demo and more info.