2Jul/070
Optimize pages for search engines with dynamic CSS/javascript HTML building (how to make your own lightbox working example!)
CSS, DHTML and Javascript work really good together. In fact, I tend to use the combination to replace Flash whenever it's appropriate (usually, most of the time!).
Javascript 'building' is a technique where you dynamically add original nodes to your DOM, usually based on existing content.
Speaking in (sort of) plain english, this means you can create a slideshow from an unordered list, a tabbed or sliding control set from a group of divs, an image viewer from a link (everyone now knows Lightbox v2 by Lokesh Dhakar).