Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Accessibility (Score 2, Informative) 443

Properly written AJAX isn't any less accessible than a plain old HTML form. Just make sure your AJAX events are triggered by actions that would normally result in a regular HTTP request (like clicking an anchor or submit button on a form). This way, there's nothing lost if Javascript is off. Everything else can follow the 508 guidelines just as strictly as a well-designed static page. So go ahead and pitch that AJAX app to NASA.

Slashdot Top Deals

The University of California Statistics Department; where mean is normal, and deviation standard.

Working...