Jim on September 26th, 2009




In this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code.

Continue reading about Building a jQuery Image Scroller

Jim on September 26th, 2009




In this tutorial, we will look at using jQuery to call Twitter’s API and then use the results to create a widget for a blog or personal website that shows what hours during the day we tweet at the most.

Continue reading about Create a Fun Tweet Counter With jQuery

Jim on September 26th, 2009




Sometimes it’s just fun to play around with the programming languages we know and see what we can create. I thought it might be nice to create a little online keyboard with CSS, and then make it work with jQuery.

Continue reading about Creating a Keyboard with CSS and jQuery

Jim on September 26th, 2009




jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive, valid and semantic XHTML file tree with as little as one line of JavaScript code.

Continue reading about Fully Interactive jQuery File Tree Plugin

Jim on September 15th, 2009




The Droplist Filter is a JavaScript tool for adding a little search widget next to any droplist.

Continue reading about Droplist Filter jQuery Plugin