Jeff mentioned the concept of \'Progressive Enhancement\' when talking about using JQuery to write stackoverflow.
After a quick Google, I found a couple of high-leve
I wrote a tutorial on creating a poll that used progressive enhancement at NETTUTS. The idea is to create a functional site using XHTML/CSS and PHP, and then intercept forms etc with Javascript. (I used JQuery).