Tagged Questions
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
179 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
235 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 ...
1
vote
1answer
84 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
2answers
167 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 ...