I also forgot to mention JavaScript Lint - http://www.javascriptlint.com/
You can add it in as an external tool in Visual Studio and get a JavaScript code checker, like FXCop – woohoo!
I also forgot to mention JavaScript Lint - http://www.javascriptlint.com/
You can add it in as an external tool in Visual Studio and get a JavaScript code checker, like FXCop – woohoo!
I found two great posts today focusing on JavaScript with screen readers.
The first one is a test to try and get a screen reader to read changes in the DOM – the conclusion is that it doesn’t work L
http://www.sitepoint.com/article/ajax-screenreaders-work
This second post is even more interesting as it shows which JavaScript events are compatible with which screen reader – all in one table
http://www.access-matters.com/results-for-javascript-part-2-navigating-forms/