Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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 ...
6
votes
6answers
171 views

What would make a programming language easier for a blind person? [closed]

As I was eyeballing some beautifully indented code earlier today, it struck me: Programming is a primarily mental task, but it must be catastrophically difficult if one were blind. If you were ...
6
votes
5answers
234 views

How do the visually impared handle boot failures and other low-level environments

I know that screen readers and similar software exists to help the blind and visually impaired to use computers when in Windows or other operating systems. I am curious as to what support is ...
4
votes
5answers
869 views

RGB filters for different forms of color blindness

My father is color blind and given that I work in games where the visuals are important, I've always wanted to write a filter for screen shots (or even some type of shader) that emulated different ...
1
vote
1answer
75 views

Making A UIWebView Acessible

Does anyone have any hints as to making information in a UIWebView accessible? I've found that using ALT tags on images and links will allow VoiceOver to use the info but is there anything else that ...
1
vote
1answer
212 views

Webcam as magnifier

My father has a very poor sight and he needs a magnifier if he wants to read anything. He needs really big zoom, up to 100 times. He wanted to buy a special reader, such as this. But, unfortunately, ...
1
vote
2answers
159 views

Developing an iPhone app which is friendly to blind people

I've had a user send me an email to ask if I can make some modifications to my application so that it is more friendly to blind people. Although he's explained the problems that he is having, I really ...