JQuery’s UI can add so much to a web page. There are many different widgets that the UI provides. One up and coming star, is the slider. In this tutorial, I will show you how to use a slider to control the text size of an article on a page.

Continue reading about jQuery Tutorial – Use the jQuery UI to Control the Size of Your Text




Today, I’ll show you how to build a custom accordion that is more “bandwidth efficient”.

Continue reading about jQuery Tutorial – Exactly How to Create a Custom jQuery Accordion




If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break them into different categories.

Continue reading about jQuery Tutorial – Creating a Filterable Portfolio with jQuery

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




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