I’d like to create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible. In the course of Dissecting Code, I’ve seen some many unnecessary classes and I’d like to make sure that the core xHTML is as clean as possible [...]
Posts by Anand nat:
Design Elements, Tag Clouds
Hover Sub Tag Cloud
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 approaches and solutions.
Design Elements, Image Effects, jQuery
Automated image preloading for a snappy UI
utomates the age-old task of preloading images in web applications. It uses javascript and is packaged as a jQuery plugin, but the concept could easily be ported to other libraries or plain old Javascript as well.
JavaScript Library, jQuery, Links
Link Scrubber
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