Blindness is the most common type of visual disability. Questions in this tag should be about how to code programs/applications so that they have the ability to be used by folks with visual imparments or people who are blind needing help to do something.
-1
votes
0answers
19 views
Feasability of blind-focused Spotify Windows desktop app [closed]
I know StackOverflow might not be the normal place to ask non-code specific questions, but in my defence, the Spotify Developer support page recommends here as the place to ask platform questions, and ...
3
votes
0answers
24 views
Command prompt for visually impaired [migrated]
A friend and I are in a Computer Forensics class which is part of the MSc in Computer Science offered by the University of the West Indies' St. Augustine Campus. We're doing a mix of theory and ...
0
votes
4answers
47 views
Need help finding coding error
This is more than likely something I'm just being stupid on, but I cannot find where my code seems to be going wrong. I'm trying to prepare an SQL UPDATE command for an edit page for an internal (yes ...
1
vote
1answer
76 views
Setting focus points in HTML for screen readers
I was wondering if its possible to set specific areas for a screen reader to focus on in HTML content.
I have a list that is something like the following:
<ol>
<li>
<div ...
1
vote
1answer
61 views
Accessible Android Air application for the blind. Using Androids TalkBack
I'm looking for some help on how to make an Air application accessible to the blind. Its required that I use the screen reader functionality that comes built into android called TalkBack.
After ...
1
vote
3answers
444 views
Building application for Android accessibility mode for blind people
I would like to know how good is the TalkBack accessibility service provided by Android for blind people. Is it really usable to them? and how big is such a community of users?
I am intending to ...
0
votes
3answers
347 views
Disable onTouch when using onClick
I am creating an Android application for visually impaired and am using a menu of buttons.
When a user slides his fingers on the screen the application reads the button's captions. This is ...
0
votes
0answers
93 views
Currency Image Recognition App for the Blind
I want to write an app that uses the camera on the phone to identify currency for the blind or visually impaired. For example, it can tell the difference between a 50 euro note and a 20 euro note.
If ...
6
votes
5answers
160 views
Do browsers with accessibility support CSS or JavaScript?
I'm currently working on a honeypot solution to prevent spam in my site that consists in adding a few fields with random names and hiding them with CSS by adding style="display : none;" in the HTML ...
1
vote
3answers
263 views
Vertical align doesn't seem to work
I'm trying to vertical align text in a couple of my DIV's using line-height, but it just doesn't work there..
I've never had any problems with it before, but for some reason it started to screw with ...
7
votes
1answer
198 views
Specify different voices for specific content in web page
I have tried to find information about writing web pages that will be accessible to blind people and haven't found much useful information yet. Specifically, what I'm looking for is how to give ...
0
votes
1answer
336 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
552 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 ...
5
votes
4answers
715 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
...
4
votes
2answers
282 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
159 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 ...
-1
votes
1answer
45 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 ...
35
votes
3answers
1k 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 ...
0
votes
1answer
2k 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
1k 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
// ...
8
votes
3answers
673 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 ...
0
votes
1answer
1k 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 ...
10
votes
5answers
1k 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 ...
0
votes
2answers
1k 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!
1
vote
5answers
424 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.
...
2
votes
6answers
296 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 ...
0
votes
2answers
135 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
2k 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(){
...
29
votes
8answers
1k views
Best languages to teach a blind adult the basics of programming? [closed]
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 ...
57
votes
12answers
4k 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 ...
