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 reader)?
These days, progressive enhancement is generally preferred over graceful degradation - i.e. the exact opposite approach.