Tagged Questions

Accessibility: the practice of making software which functions smoothly for users with a variety of disabilities, including blindness, deafness, and paralysis among others.

learn more… | top users | synonyms

387
votes
23answers
40k views

How can you program if you're blind?

Sight is one of the senses most programmers take for granted. Most programmers would spend hours looking at a computer monitor (especially during times when they are in the zone), but I know there are ...
50
votes
9answers
3k views

Is there a way to convert indentation in Python code to braces?

I am a totally blind programmer who would like to learn Python. Unfortunately the fact that code blocks are represented with different levels of indentation is a major stumbling block. I was wondering ...
32
votes
7answers
1k views

Is it ok to use <strong> in place of <b> blindly?

Note: I know <b> is presentational and <span style="font-weight:bold> is a better way, and <strong> and <em> are for emphasis but my question is not regarding this. Should ...
32
votes
16answers
15k views

How to find good looking font color if background color is known?

There seem to be so many color wheel, color picker, and color matcher web apps out there, where you give one color and the they'll find a couple of other colors that will create a harmonic layout when ...
31
votes
3answers
723 views

Programming for Android as a blind person

I have a friend who is quite a capable programmer, especially considering that he is blind. Now he would like to start developing for Android. But, the problem I see him running into is that there ...
29
votes
11answers
2k views

How to test GUI for color blind person?

Is there a way to test if a GUI is usable for color blind person? I know that it has many degrees and I guess that's why simply doing a screenshot in black & white is not the best way to test the ...
27
votes
4answers
5k views

Can we have multiple <tbody> in same <table>?

Can we have multiple <tbody> in same <table>? If yes then in what scenarios we should use multiple <tbody>
24
votes
5answers
375 views

What are appropriate markup languages for users with disabilities?

Suppose you're developing a web site and blind users will be a significant chunk of your target market. If the web site includes document editing functionality, what would be appropriate WYSIWYM ...
22
votes
15answers
1k views

Color blindness: Are you aware of it? Do you design for it?

I'm curious whether many of us who do design or take design decisions have ever heard of this problem. I'm aware there are dangerous color combinations, like green + red. This is probably one of the ...
22
votes
9answers
1k views

What are some good computer science resources for a blind programmer?

I'm a totally blind individual who would like to learn more of the theory aspect of computer science. I've had an intro data structures class and the general intro programming but would like to learn ...
20
votes
2answers
6k views

What differences are expected of XHTML5 versus HTML5?

What differences are expected of XHTML5 versus HTML5? I understand that XHTML5 is the XML form of the language and HTML5 is the SGML form of the language, which means obvious minor syntax ...
18
votes
6answers
2k views

H1 in article page - site title or article title?

Within an article-oriented page (such as a blog post), the <h1> element (level 1 heading) is commonly used to markup either: the blog title (i.e. the often-large site title at the top of the ...
18
votes
6answers
473 views

Is it good to include title=“” within your links?

I am developing a website and for the main navigation, I was thinking it would be a good idea to include the title attribute. <a href="/results/" title="Results">Results</a> Is this a ...
17
votes
3answers
677 views

Accessibility and all these JavaScript frameworks

I've been investigating a few of the JavaScript frameworks such as Backbone.js and Batman.js for a while and whilst I really like them, I have one niggling thing that I keep coming back to. That issue ...
16
votes
3answers
275 views

Is alt=“” appropriate in some situations for html img tag?

We have a project that is all about web accessibility compliance. About a week from launch we have the accessibility committee reviewing our site to give the final thumbs up. However, they reported ...
16
votes
13answers
587 views

When is it OK to use Javascript and when not?

Is it good practice not to use much javascript/jquery? Should we avoid it as much as possible (for good accessibility)? When is it OK to use JavaScript and when is it not in web design and ...
15
votes
12answers
818 views

What is the minimum screen resolution for which you guys currently optimize your web designs?

I don't really know if I'm asking in the right place, so if my question has to be transferred I apologize for it. I am totally noob in this place. Thank you.
14
votes
2answers
102 views

Programming tools for a physically handicapped person

I've a friend who wants to learn web programming. He's a physically handicapped person. Actually he uses computer with a trackball and he can press keys one by one and only with one hand. So, I think ...
12
votes
3answers
254 views

How to target a braille / screen-reader via CSS

I use a webfont to display some icons on a website. This is fantastic because they scale, and i can print them if i want to... But the problem is that blind people see them as normal letters or ...
12
votes
6answers
1k views

Colour blindness simulator

Like any responsible developer, I'd like to make sure that the sites I produce are accessible to the widest possible audience, and that includes the significant fraction of the population with some ...
11
votes
3answers
326 views

How safe is it to assume that most users will have JS enabled? [closed]

Possible Duplicates: Is it reasonable to assume my visitors have javascript enabled? How many people disable JavaScript? I know that JS should only be used to enhance functionality and ...
11
votes
3answers
2k views

display:none vs visibility:hidden vs text-indent:9999 How screen reader behave with each one?

What is the difference between these three for screen reader users?
11
votes
3answers
4k views

What is token based authentication?

I want to understand what token-based authentication means. I searched the internet but couldn't find anything understandable.
11
votes
3answers
614 views

Screen Readers For Testing Website Accessibility

My website is designed to meet the accessibility guidelines. I'm HOPING that this means screen readers should work well with it...... But I have two questions Is this a fair assumption to make? Are ...
11
votes
9answers
703 views

Best language for quickly creating user interfaces with out drag and drop?

I'm a blind college student who is taking an introduction to programming class that focuses on user interface design. The class is using processing which is completely inaccessible. I'm looking for a ...
10
votes
4answers
195 views

Reasons for not using CSS to visually rearrange order of HTML elements

We're having a bit of a discussion in the office at the moment about using CSS to visually re-order elements on the page. On a very basic level, a member of our team wants to structure the HTML like ...
10
votes
6answers
494 views

To target=_blank or not to target=_blank, that is the question!

Should links to external sites set target=_blank? E.g. I am on www.acme.net and have a link to www.otherplace.net, should that link be: <a href='http://www.otherplace.net' ...
10
votes
3answers
337 views

Can a site REQUIRE Javascript and still be Section 508-compliant?

I think I understand HOW Javascript has to work in order to be O.K. for section 508. But I have been unable to find an answer to a related question: does my site need to work WITHOUT Javascript in ...
10
votes
8answers
478 views

Are CAPTCHAs Accessible?

I am writing a website in my spare time for an educational facility and from what I've read on the statistics of this place they seem to have many disabled students studying there. Simply put, I'm ...
9
votes
2answers
132 views

Is it possible to use javascript to detect if a screen reader is running on a users machine?

I want to detect whether a screen reader is running on a user's machine to avoid sound clashing with audio tag in html. If so please provide details on how this could be done.
9
votes
6answers
199 views

How do I ensure that my website is accessible to the disabled?

How can I ensure (or try to make) web access available for all - who may have a variety of disabiltes? Any advice for any standards or web sites that could give me some pragmatic advice for the ...
9
votes
5answers
967 views

Breaking CAPTCHAs for a Noble Purpose

CAPTCHAs that ask users to read distorted text are fine for sighted people, but a terrible barrier for those who are blind or have other disabilities. Audio alternatives are occasionally available but ...
9
votes
4answers
3k views

What improvements to accessibility are offered by HTML5?

What benefits are offered by HTML5 over HTML 4.01 or XHTML 1.0 Strict for accessibility?
9
votes
4answers
691 views

Is it possible to work in Eclipse with keyboard only?

as most of us surely do every now and then, I try to improve my workflow. As Eclipse is my main IDE, I wondered if it may be possible to use it without mouse. I browsed the available shortcuts and ...
8
votes
3answers
2k views

iOS / mobile safari still zooms while viewport is set to user-scalable=no ? Check Accessibility settings!

This specific Mobile Safari (seemingly impossible and yet undocumented) problem kept me going for a long long time today, and I was just about to post a question about it here when I figured it out. ...
8
votes
3answers
444 views

Examples of high-contrast, low-vision stylesheets?

Could you recommend some links to live sites which provide an alternate stylesheet for visually impaired users, e.g. short-sighted, daltonism, protanopia etc. Any good practices presented in real ...
8
votes
6answers
342 views

What is “Section 508” very very simply?

I researched at google and found many confusing, looooong explanations for Section 508! made me even more confused. very simply, what is this Section 508? Thanks a lot!
8
votes
2answers
220 views

How can I communicate with my cousin when she can only move her eyes?

I apologies if this is not programming-related enough. To keep the non-programming part short: My cousin was just admitted into intensive care with Guillain Barre and is deteriorating. She will ...
8
votes
5answers
416 views

'Phone' style password entry with javascript

I am looking to improve the accessibility of a site for very young children. As their keyboard skills are quite poor, we get alot of complaints that entering passwords without being able to see the ...
8
votes
6answers
337 views

Building a keyboard accessible web application

How do you go about building a complete keyboard accessible web applications? Assuming that this for a controlled deployment environment(for use within an org) where access is restricted (not open to ...
8
votes
5answers
429 views

Javascript and Accessibility

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. To what extent can ...
7
votes
3answers
224 views

VoiceOver accessibility in a virtual musical instrument iPhone app?

I have received comments from blind users that some of my sound and music related apps only work with VoiceOver off. Is this common and/or acceptable? With VoiceOver Accessibility enabled on an ...
7
votes
2answers
309 views

WAI-ARIA: Javascript Capability Testing?

In the spirit of progressive enhancement, I'd like to do some ARIA capabilities testing to implement additional enhancements if they're supported by the browser. I'm not looking to detect screen ...
7
votes
3answers
561 views

WAI-ARIA, IE7, and JAWS

One of the projects I am currently working on has customer requirements for IE7 and 508 compliance. This customer currently uses JAWS version 9 and is making requests which I am told are impossible ...
7
votes
6answers
200 views

What is a good way to deal with font resizing on a website

I need to put some icons for font size up and font size down on a website. It has been a while since I have done this and didn't know what was the score these days. Is JQuery the preferred method to ...
7
votes
4answers
204 views

How do I tell whether a browser is on a touchscreen device with JavaScript?

I know this is a bit of perennial question, but here goes: I want to know whether the device my site is being accessed with is a touchscreen. That means phones and iPads, of course, which are ...
7
votes
7answers
884 views

Why is it allowed to access Java private fields?

Consider this example : import java.lang.reflect.Field; public class Test { public static void main(String[] args) { C c = new C(); try { Field f = ...
7
votes
1answer
419 views

<button> versus <input type=“image”>

This is for an "Add to basket" control for which one of my colleagues has designed a nice graphic. Obviously it should generate a post request, which a simple hyperlink isn't going to do. Amazon ...
7
votes
4answers
243 views

Is there a way to write content that screen readers will ignore?

I've just been working on a page which needs to be accessible to both sighted and visually impaired users. Some elements of the content, just by the nature of relating only to visual elements, simply ...
7
votes
4answers
257 views

Graceful degradation - when to consider

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)? At the end, ...

1 2 3 4 5 18