120 new icons!

May 12th, 2010 - Design, Icon Sets - 3 Comments

My partner Helen, released a really cool new icon set of 120 amazing icons. In the zip file you will find 2 versions of the icons (48×48 – 68×68) and a vector version (AI – EPS files). Cool eh?

Class JS – Basic class structure in under a kilobyte of code

May 10th, 2010 - Frontend, Javascript - No Comments

Javascript freak? Do you need setters, getters, constructors and class extending capabilities? Class JS provides a basic class structure in under a kilobyte of code.

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.