The accessibility tag has no wiki summary.
0
votes
1answer
61 views
Does Web Accessibility have something to do in server side languages?
I want to understand how web accessibility experts deals with websites if they want to confirm that those sites are compatible with accessibility guidelines. Do they have to understand any server-side ...
8
votes
2answers
221 views
What steps should be taken to make sure your software is usable by disabled people?
I want to make sure a piece of software I am writing is usable by people with various disabilities such as blindness and an inability to use a mouse and / or keyboard.
Unfortunately I have no ...
3
votes
1answer
995 views
Parallel programming library? (+ some features)
Note: this is a reposting as the question has been considered non-suitable for the Stack Overflow forum and should have been posted here. The original topic is there.
I'd like to talk of ...
6
votes
3answers
245 views
Best way to contact Microsoft about accessibility in their developer tools?
I'm a totally blind programmer who would like to learn .net. It appears that the Visual Studio express additions are not accessible since the scripts that come with Jaws for Widnows, the screen ...
4
votes
4answers
201 views
Why is accessibility important?
It seems to be quite a big thing right now and experience with converting web sites to be more accessible seems to be a common criteria for jobs.
My question is, why is it important?
Is it a legal ...
2
votes
4answers
795 views
Webcam software for both Windows and Linux – possible?
my visually impaired sister uses a webcam with DIY stand as a digital magnifier to read printed texts.
We wanted to initiate a project to create a software - in fact only a modified webcam viewer ...
4
votes
2answers
91 views
Where can I ask for an accessibility review for a site?
I'm not too, too far (I hope) from finishing a site. I want to have it reviewed with an eye to its accessibility.
The site's job is to display streaming, up-to-the-10-second-period stock-option data.
...
7
votes
14answers
1k views
Is obtrusive JavaScript ever ok?
I was thinking that if all the users of a website are required to have JavaScript enabled, Is it ok to use obtrusive JavaScript?
I'm all for progressive enhancement, but what's the point when an ...
59
votes
27answers
4k views
How important is graceful degradation of JavaScript?
Should web developers continue to spend effort progressively enhancing our web applications with JavaScript, ensuring that features gracefully degrade, thereby ensuring accessibility? Or should we ...