2
votes
3answers
29 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 …
6
votes
5answers
227 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 occasi …
1
vote
3answers
67 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 sit …
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?
7
votes
2answers
134 views
How can I communicate with my cousin when she can only move her eyes?
I apologies if this is not programming-related enough. To keep the non-programming part short: My cousin was just admitted into intensive care with Guillain Barre and is deteriorat …
4
votes
2answers
49 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
1answer
31 views
How to make design for websites in Photoshop, according to WCAG 2.0 color contrast guideline?
What points should I keep in mind while designing. How we can make good design while keeping in mind color related Accessibility guideline of WCAG 2.0?
4
votes
3answers
54 views
How to write good alt text for images to help screen reader and blind user to understand what is picture about ?
How to write good alt text for images to help screen reader and blind user to understand what is picture about ? and if we are using Alt text then what should be in a Title="text" …
-1
votes
4answers
69 views
What is the limit of character to use in alt=”text” according to WCAG 2.0?
What is the limit of character to use in alt="text" according to WCAG 2.0?
0
votes
4answers
38 views
Are there any guidelines as to when links should open in a new window?
Do the WCAG or W3C provide any guidelines regarding when hyperlinks should open in new windows?
0
votes
2answers
24 views
How Screen reader reads presentational tags of XHTML ?
How Screen reader behave with <hr> <b> <i> <big> <small> <br /> ?
0
votes
5answers
95 views
Is there a way to show alt=”text” as a mouseover tooltip in firefox like IE does automatically?
I don't want to repeat alt text in title again? is this possible with any javascript , jquery, css solution? or any solution which can disable to show alt=text and enable title=te …
1
vote
5answers
56 views
Is it better to make separate printer friendly page with “Click to print button” on main page or only print CSS is enough for accessibility and usability point of view?
Is it better to make separate printer friendly page with "Click to print button" on main page or only print CSS is enough for accessibility and usability point of view?
1
vote
4answers
66 views
Can we make Print button without JavaScript?
Can we make Print button without JavaScript?
21
votes
9answers
634 views
How to test GUI for color blind person?
Is there a way to test if a GUI is usable for color blind person? I know that it has many degree and I guess it's why that simply doing a screenshot in Black & White is not the …
