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
These days, Progressive Enhancement is generally preferred over Graceful Degradation - i.e. the exact opposite approach.