When designing and building the UI for an application that uses AJAX, when do you consider graceful degradation (for users who have JavaScript disabled, or are using a screen re
The method I'm employing so far is to write it so it works without javascript then add the javascript on top.
It's really the reverse of gracefully degradation, it's an emphasis on enhancing the page as your browser and settings allow.
Relevant article