Jim on March 6th, 2011




TagCanvas is a Javascript class which will draw and animate a HTML5 canvas based tag cloud. In general tag clouds use the font size of the tag links to highlight their frequency or popularity, so TagCanvas uses the size of the tag text to determine the weight of each tag.

Continue reading about jQuery TagCanvas

Jim on March 6th, 2011




This is a jQuery plugin to create a 3d tag cloud from an unordered list. Create tags that rotate with a 3d effect usig jQuery.

Continue reading about 3d tag cloud

Jim on July 17th, 2010




A look at the creative use of jQuery to bring out attractively useful web applications. This is a handpicked collection of the best jQuery web applications that I havecome across. Add a style statement and great functionality combo with these amazing jQuery web apps.

Continue reading about 20 Smashing jQuery WebApps

Jim on July 12th, 2010




We have all seen the brilliant functionality on Mashable where news stories and interesting articles can be shared to social networking sites; the functionality is driven by the images accompanying the articles; you click and hold on an image and can then drag it into a toolbar to share it. It is brilliant and intuitive, and in this article I am going to show you how we can replicate this behavior with jQuery and jQuery UI.

Continue reading about Drag to Share

Jim on June 27th, 2010




This tutorial will guide you how to build a spotlight effect with caption. I have seen someone use this technique before, I think that is cool, so I decided to spice thing up a little bit by adding a caption into it.

Continue reading about Simplest jQuery Spotlight Effect Tutorial