Some Browsers such as Firefox surround anchors with a dotted line when clicked (onFocus). In some of your layouts you may find this annoying. This little Link Scrubber plugin for jQuery simply removes this unwanted behaviour document wide.
Please...
Data visualization in HTML has long been tricky to achieve. Past solutions have involved non-standard plugins, proprietary behavior, and static images. But this has changed with the recent growth in support for the new HTML Canvas element, which...
Tag clouds When, used properly, they can provide visitors with an instant illustration of the main topics of the site’s content. And although we don’t have that much choice in designing them, we can still find our way to come up with new design...
A work colleague who runs Tobago Retreats asked me to create a gallery badge that automatically shows her latest flickr photos in her gallery and I started another flickr badge from scratch.
The outcome looks like this:
All you have to provide is...
NestedSortable is an extension to the original Sortable from the Interface plugin that allows you to both sort vertically and nest (make one item a child of other item) elements at the same time, using drag-and-drop. If can be set up exactly like...
This project allows the user to extend the textarea element/area within the web page whenever they feel.
I noticed this functionality when adding a plugin to this website, I guess it’s not used that often on other websites.
It is part of the...
Replaces radiobuttons and checkboxes with a more skinable Version.
Please see the demo for CSS Design.
$('#toggle-all').click(function(){ $('#example input[type=checkbox]').checkBox('toggle'); return false; }); $('#check-all').click(function(){...
A jQuery plug-in that does a PNG animation on hover over a button.
It is part of the MediaBeez CMS.
Buttons are created by simple DIV statements, the innerHTML of the DIV being the text on the button.
This allows easy creation of new buttons and/or...
MooSound is a MooTools API for Flash-enabled sound management.
That may not seem very exciting on its own, but if you need to add sounds to your page using MooTools, you’ll probably find it useful.
Note: The loading of this mp3 is a little strange...
E24Squares is an extension written for scriptaculous to make transitions between images with an original effect. This effect randomly generates squares that appear on different positions on the current image while the next image appears behind with...