Posts (109 Total)
How to Write an Accurate Game Timer in JavaScript
Article about how to implement an accurate FPS game timer in JavaScript.
jQuery Max Character Counter Plugin
Sample code and demo for the Websanova jquery Max Character Counter Plugin.
HTML5 jQuery Paint Plugin
Sample code and demo of the Websanova wPaint jQuery plugin.
How to Write Your Own JSFiddle (In 15 Minutes or Less)
This article describes how to write your own simple version of a jsfiddle style application.
Loading jQuery From Google With Graceful Fallback
Short article with code sample describing how to load jQuery from Google with a gracefuly local fallback.
Why JavaScript For In Loops Are Bad
An article discussing the pitfalls of using for-in loops in JavaScript and how to avoid them.
jQuery Humanized Message Plugin
Sample code an demo for the Websanova jQuery Humanized Message plugin.
10 Awesome jQuery Tag Cloud Plugins
A collection of the best jQuery tag cloud plugins with sample images and demo and download links.
HTML5 jQuery Scratch Pad Plugin
Sample of the jQuery wScratchpad 2.0 plugin demo and sample code.
Extending JavaScript - The Right Way
An article highlighting how to extend JavaScript correctly to avoid issues with namespacing and the global object scope.