blind

Blind with jQuery

ⅰ亾dé卋堺 提交于 2020-01-24 00:39:06
问题 I'm trying to write a blind function that would close a DIV in a display:none mode. The unseen DIV is inside a wider DIV, containing the blind trigger. This: $(document).ready(function(){ $("#toggle_blind").click(function () { $(this).toggle("fast"); }); }); Well, this blinds the button. How can I add a DIV to $this? Something like: <div id="blind" class="wider_div"> <h3 id="closeButton">Close</h3> <div style="display:none;" id="closeThis"> <p>some text</p> </div> </div> How do I make the

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

一笑奈何 提交于 2019-12-18 10:04:27
问题 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 if there were any tools available that would allow me to write code using braces or some other code block delimiter and then convert that format into a properly indented representation that the Python interpreter could use? 回答1: There's a solution to your problem that is distributed with python

What syntactical features of programming languages are problematic for blind programmers?

左心房为你撑大大i 提交于 2019-12-07 01:52:34
问题 What are the syntactical features of current languages that prove problematic for screen readers or braille readers? What symbols and constructs are annoying to hear or feel? To the blind programmers out there, if you were to design a programming language which was easier for other blind people to work with, what would it be like? 回答1: Although it is a very interesting question, it is highly a matter of personal preferences and likings, so I'll answer as if you asked me personally. Note : My

What syntactical features of programming languages are problematic for blind programmers?

一个人想着一个人 提交于 2019-12-05 06:58:47
What are the syntactical features of current languages that prove problematic for screen readers or braille readers? What symbols and constructs are annoying to hear or feel? To the blind programmers out there, if you were to design a programming language which was easier for other blind people to work with, what would it be like? Although it is a very interesting question, it is highly a matter of personal preferences and likings, so I'll answer as if you asked me personally. Note : My working system is Windows, so I'll focus on it. I can write cross-platform apps, of course, but I do that on

Is there any way to have VoiceOver read a label on command?

江枫思渺然 提交于 2019-12-04 05:17:01
I'd like to have my QR code scanning app inform the user when it finds a QR code. For sighted users, this works using a label at the bottom that updates to notify the user. However, a blind user would have to tap on that label again to have it read by Voice Over. I would much prefer it to just read automatically. The closest I can find to this question is UIAccessibility - Read all the labels and buttons on the screen from top to down , which wasn't possible. While this doesn't bode well for my app, that was a year ago. Has Apple updated it's UIAccessibility protocol in any way to allow this?

How can you program if you're blind?

强颜欢笑 提交于 2019-11-29 18:30:36
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 blind programmers (such as T.V. Raman who currently works for Google). If you were a blind person (or slowly becoming blind), how would you set up your development environment to assist you in programming? (One suggestion per answer please. The purpose of this question is to bring the good ideas to the top. In addition, screen readers can read the good ideas earlier.) Jared I am a totally blind