0
votes
2answers
22 views
Image for form label
Hi All,
I am quite interested in exploring accessibility in forms and accessibility in general.
Is it against the rules to use an image as a label if the image also has an alt tag representing the …
5
votes
4answers
71 views
How to program for a target audience of handicapped or older people?
Does anybody know about guide lines, web sites, etc. that describe, what one should keep in mind, if one is programming for a target audience that includes handicapped or older people? Or should one …
2
votes
4answers
43 views
Where we should put “skip to content” links?
See place 1,2 and 3.
<body>
<Place 1>
<div id="container">
<Place 2>
<div id="header">
<Place 3>
<div id="logo">
…
0
votes
0answers
2 views
WPF control for tabular data for blind and visually impaired
Which WPF control should I use for presenting tabular data for blind and visually impaired?
I am involved in adapting an administrative software system to blind and visually impaired users. Some of …
0
votes
2answers
52 views
Pitfalls of true client-server architecture in web applications ?
I've been researching on building web applications in a true client-server fashion.
This type of architecture basically consists of :
A thin server, merely a headless api that :
handles …
0
votes
3answers
70 views
How long can a URL be? Before bad for SEO
How long can a URL be? Before bad for SEO
0
votes
4answers
45 views
Can we use any extension in LONGDESC or only .html is allowed by W3C?
Can we use any extension in or only HTML is allowed by W3C? and how LONGDESC link should be open , only as new windows or can we open Longdesc url in popup or lightbox?
Does LONGDESC have any …
0
votes
1answer
27 views
How to make Keyboard and screen reader accessible drop down menu ?
It would be better if there is way to make without using javascript
0
votes
2answers
30 views
If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?
If i have same navigation on 2 places in every page , one is in dropdown and again is in left sider bar will it create difficulties for screen reader user?
0
votes
1answer
22 views
How do I control the text input panel programmatically (tabtip.exe) in windows vista/7.
Hi,
I'm adapting an application for touch screen interface and we're want to use the tablet text input panel included in windows vista/7, specifically its keyboard. I want to show and hide it as …
2
votes
4answers
40 views
What are some methods of analyzing a website for user experience, usability, and accessibility?
I'm a recent graduate who is looking to get a job doing user experience. Next week, I have a technical interview in which I will be given a website and will have to talk about its usability issues as …
0
votes
3answers
52 views
Why are table based sites bad for screen reader users?
How much easier is it for screen readers to handle <div> based websites as opposed to older <table> based websites, and why are they worse?
5
votes
2answers
76 views
display:none vs visibility:hidden vs text-indent:9999 How screen reader behave with each one ?
What is the difference between these three for screen reader users?
0
votes
2answers
25 views
How Screen reader reads presentational tags of XHTML ?
How Screen reader behave with <hr> <b> <i> <big> <small> <br /> ?
1
vote
4answers
82 views
Are javascript disabled users (which are very low in the world) is a topic of accessibility?
Are javascript disabled users (which are very low in the world) is a topic of accessibility? To make accessible everythig without javascript is more time consuming then to make site compatible for …
