About Advertise

jQuery Offline plugin

May 7th, 2010 - Frontend, jQuery - No Comments

jQuery offline plugin provides a mechanism for retrieving and storing data through JSON on the client side. While the plugin makes use of the HTML5 localStorage API for persistence, the plugin will fall back to making a request to the server each time for browser that don’t support localStorage. The author states that jQuery Offline should be used in conjunction with Rack::Offline for automating the process of generating a cache manifest and jQuery-templ for taking a javascript object and producing the necessary HTML out of it.

Pagination with jQuery: Sweet Pages

May 6th, 2010 - Frontend, jQuery - 1 Comments

A jQuery plugin and a tutorial on how to paginate small sets of data on the client side using jQuery.

CSS and jQuery tutorial: Inline Modal Window

April 26th, 2010 - CSS, Frontend, jQuery - No Comments

As the author of this tutorial says, and i totally agree with him, there are times that out of the box solutions for modal windows are not working as they should. Especially when you have to combine scripts things can get really messy. So over at sohtanaka.com you can find a really good tutorial on how to create your own inline modal windows with css and jquery.

Micro Image Gallery: A jQuery Plugin

April 25th, 2010 - Frontend, jQuery - No Comments

Micro image gallery is a jQuery plugin that will transform a set of images on your website into a miniature gallery. There’s an option to  have previous / next buttons, a grid view and  the size of the gallery can be adjusted (102, 162, 202 px).

Sweet Justice jQuery plugin – Create beautiful justified text

April 23rd, 2010 - Frontend, jQuery - No Comments

Sweet Justice is a jQuery plugin that will take a piece of text and turn it into justified text. It will also insert a soft hyphen if needed. It works with both jQuery and YUI3. If you take a look at the code of this really small plugin (almost 5k) you will see that the author have some conditionals in place. It won’t touch text inside code, pre and abbr tags. There’s also a minimum characters check set on 6 characters. Great little thingy.

Page 1 of 912345...Last »