Posts

61 results for tag "JavaScript".


Loading jQuery From Google With Graceful Fallback

Short article with code sample describing how to load jQuery from Google with a gracefuly local fallback.

Read full post ›

Why JavaScript For In Loops Are Bad

An article discussing the pitfalls of using for-in loops in JavaScript and how to avoid them.

Read full post ›

jQuery Humanized Message Plugin

Sample code an demo for the Websanova jQuery Humanized Message plugin.

Read full post ›

HTML5 jQuery Scratch Pad Plugin

Sample of the jQuery wScratchpad 2.0 plugin demo and sample code.

Read full post ›

Extending JavaScript - The Right Way

An article highlighting how to extend JavaScript correctly to avoid issues with namespacing and the global object scope.

Read full post ›

jQuery Remove Class by Regular Expression

Sample code for removing a class or classes via regular expression through a jQuery utility extension.

Read full post ›

JavaScript RGB to Hex Converter

An article with sample code for a smiple JavaScript RGB to HEX converter.

Read full post ›

Duck Punching jQuery Ajax

An article describing the technique of duck punching with an example using jQuery $.ajax function.

Read full post ›

A Large Collection of Useful jQuery Utils

A collection of useful jQuery utitilites to easily add to your projects on demand when needed.

Read full post ›

jQuery Plugin Development Boilerplate

This article goes over the Websanova jQuery plugin development boilerplate, it's functions and implementations.

Read full post ›

Building Collections Efficiently Using jQuery

The article covers building collections efficiently using jQuery, particularly the clone function.

Read full post ›

16 Step jQuery Plugin Development Lifecycle

Article outlines 16 steps involved in th jQuery plugin development lifecycle.

Read full post ›

10 Coding Tips to Write Superior jQuery Plugins

A guide with some useful tips for writing elegant jQuery plugins.

Read full post ›

10 Simple Guidelines for Writing jQuery Plugins

Article discussing 10 simple guidelines for writing elegant jQuery plugins.

Read full post ›