Nifty javascript + DOM tricks
A couple of quick links:
- A List Apart's DOM manipulation to break a page into sections: instead of having one big page, javascript is used to transform the DOM into a tabbed view of the chapters.
- Link mouseover color fader effect. Cute ;-)
- Mouseover DOM inspector bookmarklet.
- Topographic page layout bookmarklet: helps visualize the nested blocks in a page. (via redemption in a blog)
- A blog with a draggable divs.
Update:
Javascript event sheets.
The mouseover fade effect is cool, but i've seen some pages where an effect like that slows things down and really make the navigation seem bulky. That implementation seems to work just fine though.
Posted by: brian (November 16, 2004 02:35 PM)