August 18th, 2010
No Comments
An easy jquery image gallery slider. Simple code and simple HTML code.
Simple as:
- including the script to your web page.
- add this code: << $(“#galleryID”).egallery(); >>

March 23rd, 2010
No Comments
In my quest I have been on the lookout for a jQuery plugin that would provide the ability to: (1) provide real-time character counts, (2) enable easy to customize visual behaviors, and … While there are other similar tools out there, none adequately met these goals. Therefore, I created the jQuery NobleCount plugin.

March 19th, 2010
No Comments
This plugin will resize targeted images to their max width according to the browser, their ratio, and some simple specs.
March 18th, 2010
No Comments
This plugin displays a list of image thumbnails in a grid and allows them to be zoomed open. It’s a cool and simple effect.
March 18th, 2010
No Comments
jquery.ajaxContactForm is a plugin made to simplify te sending of a inquiryform. The plugin gathers all the filled out data, after testing it on: required values, required numberical values and/or required e-mail structure. After that it sends the form via AJAX (JavaScript).
March 10th, 2010
No Comments
An unobtrusive, cross-browser, XHTML compliant solution for image & input rollovers.
* Supports arbitrary image sizes for rollovers that “pop”.
* Supports transparent png’s in Internet Explorer 6.
March 10th, 2010
No Comments
Variable grid layout using jQuery library
Options : Any Height Grid ,FadeIn Option , Sort , Dynamic Grid, Start/Finish Event 
March 9th, 2010
No Comments
It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built to traverse XML documents with ease. With some custom JavaScript and jQuery magic you can create some interesting widgets.