Application with Accessibility for Blind People


 
Thread Tools Search this Thread
Top Forums Programming Application with Accessibility for Blind People
# 1  
Old 03-02-2011
Application with Accessibility for Blind People

I am about to start developing an application, which requires accessibility for blind people. It will be a front-end to google calendar for blind people. Can I do this in C#? Does .NET provide accessibility? I want to read the information from screen readers(e.g. JAWS), a software that uses voice to interpret what is written on the screen. Any good suggestions from anyone on where to start? I've only found stuff about web accessibility...

Thank you in advance!
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for application that simplifies for non techie people accessing unix/linux env

Hello all I searched the net but didn't found any application that wrap ssh connection with GUI interface so that non techie people can connect to unix/linux accounts and work with files , so it will looks like there familiar Microsoft windows directory structure . Please don't answer with ..... (6 Replies)
Discussion started by: umen
6 Replies

2. Web Development

Web Accessibility: text resize

An in house development team is building a website and we were wondering what from a Web Accessibility standpoint is a best practice when it comes to resizing text. Most browsers have a menu item to resize text, but not all users may know it is there or may have difficulty reaching it. Some... (6 Replies)
Discussion started by: figaro
6 Replies

3. Shell Programming and Scripting

blind search pattern with AWK

Hello, I am using a if condition within my awk script and I have a problem with the search pattern. I would like awk to find all the fields starting with 123. For now I have something like that: awk '{for(i=1;i<9;i+=2)if($i=="123"...)print $i}' test but that is not working as... (2 Replies)
Discussion started by: jolecanard
2 Replies
Login or Register to Ask a Question
GENBLINDS(1)						      General Commands Manual						      GENBLINDS(1)

NAME
genblinds - generate a RADIANCE description of venetian blinds SYNOPSIS
genblinds mat name depth width height nslats angle [ -r|+r rcurv ] DESCRIPTION
Genblinds produces a RADIANCE scene description of a set of venetian blinds. The depth of the blinds (X dimension) is given first, fol- lowed by the width (Y dimension), followed by the height (Z dimension). The number of slats to place evenly within this height is given as nslats. The angle of the blind, where zero is perfectly horizontal and a positive angle tilts the positive X edge upwards, is given in degrees. The blinds are initially situated so that the corner of the bottom blind is height/nslats/2 above the XY plane, and all coordi- nates are positive. Each new slat is placed height/nslats above the previous one, until the top slat is at height - height/nslats/2 . The blinds may of course be moved from this starting point with the xform(1) command. If curved blinds are desired, a radius of curvature may be given with the +/-r option. If given as +r, The curvature is upward (which is the usual configuration). If the option is given as -r, then the curvature is downward. The radius indicates how far from each slat its effective cylindrical center resides. Each slat will be broken into as many polygons as is necessary to keep the delta changes in angle less than 10 degrees. (Note that this may result in a rather large number of polygons.) EXAMPLE
To produce a curved set of blinds with 25 slats at 15 degrees: genblinds white blind 1 46 88 25 15 -r 1 > blinds.rad AUTHOR
Jean-Louis Scartezzini and Greg Ward SEE ALSO
genrbox(1), genrev(1), gensurf(1), genworm(1), rpict(1), rvu(1), xform(1) RADIANCE
10/10/94 GENBLINDS(1)