Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

389
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 ...
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 ...
27
votes
8answers
1k views

Best languages to teach a blind adult the basics of programming?

I have a friend who is blind and wants to learn how to program. I’m also blind but I taught my self how to program on an old computer with a version of gwbasic and an audio book written in 1980 which ...
9
votes
5answers
969 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 ...
8
votes
3answers
412 views

Reading Source Code Aloud

After seeing this question, I got to thinking about the various challenges that blind programmers face, and how some of them are applicable even to sighted programmers. Particularly, the problem of ...
4
votes
4answers
258 views

Web Accessibility Testing Tools

I'm wondering if any of you know of any good free (nearly free) applications that are used for web accessibility testing. So far, I have found; WAT - Web Accessibility Toolbar ...
3
votes
2answers
152 views

Website for the blind?

I am trying to make a website for the blind compatible on all devices (iPad, iPhone, and PC). I am looking for some good demos and tutorials. Please help me learn how to make website for blind ...
3
votes
1answer
104 views

Help a fellow blind student get setup for programming classes

I'm a computer science student at a large university. The department has had it's first blind student enroll in the program. The department is not sure how best to support this student. The first ...
2
votes
6answers
215 views

making websites accessible to visually impaired people?

can anyone give me some tips or hook me up with some good links on this? i'm having trouble finding much more than 'add alt text to the images' and i'm not sure how current the info is... i get the ...
1
vote
5answers
188 views

Yellow text showing up on website, but hard to troubleshoot

We have gotten several emails and phone calls about yellow text appearing on our webpages at http://www.ciu.edu. We are specifically using a black text in the stylesheet. It is on a tan background. ...
0
votes
0answers
110 views

Chaum's Blind Signatures in Java

I want to implement Chaum's Blind Signatures in Java. What is the simplest way to do that? For example class named BlindSignature would be perfect (like java.security.Signature).
0
votes
1answer
130 views

Opencv for Java mobile phones midp2.0 mid1.0

I have recently completed my project in OpenCV 2.0 c++ This project is aimed for Visually Impaired persons. Basically Image is take through cam and then it is processed to guide the blind/ visually ...
0
votes
1answer
374 views

Maintaining focus on a form

I am developing a software for a blind individual in C# .NET. The software works only with the keyboard and voice to speech. When the computer starts the program is in the start up menu, but for some ...
0
votes
1answer
1k views

Flex image transition animation

I want to implement horizontal image transition while changing image in slide show? HOw can it be done?
0
votes
1answer
763 views

Toggle Blind Effect

Is there a way to alter this script to be used as the blind effect. // Andy Langton's show/hide/mini-accordion - updated 23/11/2009 // Latest version @ http://andylangton.co.uk/jquery-show-hide // ...
0
votes
1answer
558 views

Blind SQL Injection using acunetix

hi im using acunetix to test my website the problem is with this script http://boedesign.com/blog/2007/02/18/ajax-star-rating/ acunetix doesnt show any message but when i test for blind sql i can get ...
0
votes
2answers
802 views

Simple Toggle with Mootools: What am I doing wrong?

<script type="text/javascript"> $(document).ready(function(){ $("#trigger").click(function () { $("#trigger-banner").toggle(); }); </script> Help? Thanks!
0
votes
2answers
98 views

Same JS function — Many times?

I previously got this (useful!) answer about using .next() for same DIV blind effect. However, I can't seem to get this simple function to work for more than one DIV at the same time: ...
0
votes
2answers
1k views

Blind with jQuery

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(){ ...
-1
votes
1answer
32 views

enabling the general laptop or pc to be used by the blind

i want to ask the question that how will windows be able to serve the blind . if the person is completely blind , can he be able to use the pc to full affect? It would be great if some one give me a ...