• jQuery cookbook

    jQuery cookbook

    I’m one of 17 co-authors that contributed to the recently released jQuery cookbook, published by O’reilly. My chapter discusses and details the various techniques used to select elements using the jQuery JavaScript library. Within the chapter there are a total of 12 “recipes” each tackling common barriers encountered during the selection process.

  • jQuery Lint

    jQuery Lint

    “jQuery Lint” is a simple script you can download and use with jQuery. It works over the top of jQuery and diligently reports errors and any incorrect usage of jQuery. It will also, to some extent, offer guidance on best practices and performance concerns.

  • PrettyPrint

    PrettyPrint for JavaScript

    “prettyPrint” is an in-browser JavaScript “variable dumper” similar to ColdFusions’s cfdump. It enables you to print out an object of any type in table format for viewing during debugging sessions. In combination with Firebug, “prettyPrint” will make you the best-equipped JavaScript debugger on earth! (not guaranteed)

  • Zoomer preview

    Zoomer JavaScript component

    “Zoomer” enables your users to closely inspect images by hovering their cursor over them. It’s been built as a robust, unobtrusive and highly customizable jQuery plugin.

  • Ajaxy preview

    Ajaxy JavaScript component

    Ajaxy is an unobtrusive, degradable and accessible Ajax integration solution. Ajaxy helps you to produce entire Ajax-driven websites, similar in functionality to Facebook and Google Mail. It uses a hashing mechanism to enable back-button support – an essential feature for the accessibility-concious.