Some interesting CSS links

Geoff Oliver has written a nice little example of how to create a tabbed navigation that allows dynamic addition of new tabs. Support for deleteing them is lacking, butI guess could be easily put in.

Nathan Smith coded a very light-weight (only 8k) roll-over image gallery with nothing more than CSS, called Hoverbox.

Do you know SkimCSS already? It is a digg-style community driven site, focused entirely CSS.

If you want to have pop up menus that work without JavaScript but CSS-only, Stef Ashwell’s tutorial might help you. To be fair, it uses a very small piece of JavaScript to fix a missing feature in IE.

AdvancedAJAX

AdvancedAJAX is a JavaScript object encapsulating and simplifying the usage of XMLHttpRequest for doing AJAX-style calls to a server from within a web page. It provides methods for querying the server, error handling and HTML form support, and may be used in non-commercial and commercial projects.

AdvancedAJAX is a JavaScript object allowing to use XMLHttpRequest object easier and speeding up development of AJAX based projects. It consists a bound of methods helping creating queries, error handling, usage with HTML forms as well as connection timeouts and reconnecting.

(found in digg)