a general term used to describe the degree to which a product, device, service, or environment is available to as many people as possible. Accessibility is often used to focus on people with disabilities or special needs and their right of access to entities
4
votes
1answer
108 views
Should images be given alt text if they contain no information?
Example: a biography page with a picture of the person. The image contains no useful information, yet it adds enough emotional value to the page that simply removing it is not the solution.
If you ...
5
votes
1answer
58 views
Accessible way to override tab key in textarea
I'd like to create a textarea for code which would allow the user to press Tab and Shift + Tab to indent and outdent the content respectively, however I'm worried that overriding the Tab key would ...
5
votes
2answers
109 views
Benefits and drawbacks of modal windows
I'm working on a web application and am a little stuck trying to figure out how I should implement signup forms, login forms, contact forms, and payment forms. I can implement all these in either:
...
26
votes
8answers
942 views
Is it a good idea to have a large footer containing many links?
In recent years, it's become quite a common design pattern to have a large footer on every page, containing a 'mini sitemap'.
For example:
This has supposed SEO benefits, but would also seem to ...
112
votes
12answers
6k views
Why shouldn't we use words such as 'here' and 'this' in textlinks?
Over the years of surfing on the web I have found numerous examples of people saying that you shouldn't use the word "here" in a textlink etc. Personally I like the idea of using the word, because it ...
8
votes
3answers
694 views
Is it good to leave Select dropdown with default style for better UX and Accessibility?
When I design websites. many time I try make the select drop-down more attractive.
example
By default select drop-down looks slightly different in almost each Desktop and Mobile browser
but ...
12
votes
5answers
334 views
Should we worry about dial up users?
I am looking to design a site which is going to be fairly image heavy and a question came up about what should we do if the users access it through a a dial up or a really low speed internet ...
6
votes
5answers
106 views
Forms: Sample description- for label or field? what should be the placement?
I need to place example input text [abc@pqr.com] for a field or label.
Where should I place example (or sample) input description? Here, I have shown four examples of an email ID input for ...
5
votes
2answers
147 views
What is the validity of contrast and colours tests?
I just ran a contrast and colour test (using checkmycolours.com in this case) on our corporate site (www.dotblue.net; if you care) and it reports quite some failures. However, I explicitly optimized ...
10
votes
3answers
156 views
For touchscreen interaction, are there benefits to knowing a user's preferred hand?
The generally accepted answer to the question on Left-handed persons and usability is that rather than asking users which hand they use in order to determine your layout, you should let them choose ...
11
votes
4answers
626 views
Left-handed persons and usability
I have never seen any UI that depends on what hand a person prefers.
I have never seen any options or profile settings for left-handled persons.
Maybe it is a strange question, but I have to ask it.
...
5
votes
1answer
66 views
Best Practices in keyboard navigation of JavaScript Controls?
Apparently "best practice" when creating DHTML widgets, such as menus etc., is to allow users to navigate to the widget using the tab key, and navigate within the widget using arrow keys. This follows ...
22
votes
9answers
442 views
Are “print” links needed on a website?
What do you think, does a website for a general audience need a "print" link or will the users know how to print the page for themselves (using the browser controls)?
Some background:
It's not a ...
25
votes
5answers
7k views
Why are “Inverted Colors” considered an accessibility feature?
Why is it that in most Operating Systems the "Inverted Colors" display setting is considered an accessibility feature? Both Windows and OS X includes this option so it seems to be a recognized ...
4
votes
5answers
390 views
Maximum set of stairs users are willing to climb before needing an elevator
I know this question has many variables related to ones own ambition / physical condition, but I'm wondering if you were to have a multi story building, what would be the maximum set of stairs a user ...
1
vote
0answers
64 views
Dyslexia friendly colors for wider audience? [closed]
I have met few dyslexic people and asked them about their reading style.
Some of them said that typing on black key board with white writing is easier for them, it helps them identify the shape of ...
28
votes
7answers
1k views
Is there an optimal font size / line height ratio?
When styling text on web pages, both font size and line height can be set. For example, the text of this post will be displayed using a font-size of 14px and a line-height of (about) 18px, set using ...
1
vote
2answers
171 views
Input checkboxes wrapped inside <labels>
I usually tend to wrap my checkboxes and radio button inside their respective labels and was wondering whether this is considered a good UX practice.
Pros/cons ?
One of my main reasons is that it ...
3
votes
3answers
246 views
Input mask on credit card number & SSN
Our company is discussing the use of an input mask (asterisk) on credit card numbers and social security numbers.
I'm completely against masking the CCN, from a UX perspective, especially since our ...
4
votes
3answers
183 views
What would be more accessible : Un-ordered lists or tables?
I have a page listing the latest blog posts in a pretty standard format, you'd expect to see on any typical blog. At the foot of each post, I have a list showing 'views', 'comments' and 'shares'.
I ...
2
votes
2answers
124 views
Is it “unsafe” to rely only on placeholders (input fields)? [duplicate]
I've noticed that in many sites, the text within input fields are always either label tags and span tags. Twitter's example:
(in this case, the labels seem to be inside the input field).
I never ...
6
votes
2answers
191 views
Contact form on mobile vs. mailto: link?
I have decided to put a contact form in the footer for my portfolio site and opening the question up to include any site where the decision was to add a contact form on the desktop version...
Would ...
4
votes
1answer
73 views
Accesibility vs. read only inputs
I have a form with some read only fields depending on the customer role. As a rule, I use read only fields for those inputs.
have you had any problems with this approach using and assistive ...
9
votes
3answers
191 views
Usefulness of on-site text resize tools
I'm not sure what to call them, but anyone know of research on the effectiveness of including the ability to resize text onscreen via a buttons/toggle. I mean the "aA" button you still sometimes see ...
-2
votes
2answers
134 views
How can I test a web site about accessibility and usability? [closed]
I'm blind and I should do some tests about accessibility and usability on different web sites so, how can I do the tests correctly?
5
votes
1answer
92 views
Media player and accessibility, beyond the big buttons
I have to layout a media player for a touchscreen in hospital. The main feature has to be the accessibility. The touchscreen is thought to be near the bed of sick people. Not only invalid people but ...
3
votes
2answers
134 views
Get results over time without JavaScript
I need to build a table which is populated over time.
The same behaviour you have on flight comparison websites like skyscanner where the flights appear progressively in the page.
I also need to ...
3
votes
3answers
138 views
Accessible custom scrollbars?
While it seems that the general consensus on custom scrollbars is that they are somewhat detrimental to overall user experience, powers beyond my control are suggesting their implementation is ...
-3
votes
1answer
110 views
JSF + PrimeFaces + Screen Readers [closed]
I need to develop a demo application (not a website) with PrimeFaces to see if the screen readers can read a screen made in it. Can anyone give me any tips? Is it possible? Is there any guide?
...
6
votes
8answers
235 views
Alternative to color code in table cell
I am currently redesigning an LOB application that makes use of color coding in tables to 'categorize' each row of data.
For instance, in the picture above, the 'St' column (which stands for ...
4
votes
5answers
240 views
Allow users to change fonts for increased reability
Looking to see if anyone has found any recommendations/best practices on allowing users to toggle different font-types. Particularly the ability to toggle between standard font-sets and one designed ...
6
votes
4answers
768 views
Which fonts are designed for accessibility and good screen legibility?
Ideally I need something that has been specifically designed for easy reading on displays. Accessibility is key really.
Does anyone have a suggestion for a good webfont that looks fairly similar to ...
22
votes
8answers
2k views
Is there an optimal font size?
For most website projects I've been involved with, the font size for the bulk text is usually 12px - 13px, but I'm wondering if this is a good size. I remember reading an article saying that font ...
11
votes
4answers
523 views
Font Size Amender
Is there still any need for a font resizer in web apps?
Modern web browseers easilly allow you to zoom in on content. Older browsers such as IE6 and IE7 require you to change the font size via ...
1
vote
4answers
247 views
Is this contrast readable?
On this oh-so-slowly-developing page, there is the column headed "Bid x Ask", which reflects the numbers of bids and offers on the stock option in the row:
Are the numbers here readable? How can I ...
3
votes
4answers
390 views
Best Way to Darken a Color Until it is Readable?
What's the best way to darken a color until it is readable?
I have a series of titles which have an associated color, but some of these colors are very light and any text drawn in them is unreadable. ...
1
vote
5answers
784 views
Dark labels or light labels
Just wondering what your opinions are on html forms. Is it better to have a light coloured label and a dark coloured value or the other way round, a dark label with a light value?
What are the ...
0
votes
2answers
644 views
Accessibility of JSF's frameworks
I'm blind and I would like to add the support of a JSF framework in my project.
I would know if you know of a framework that is focused on accessibility and that has these three components:
1) A ...
7
votes
2answers
357 views
Quick website evaluation checklist [closed]
I want to make a small checklist to evaluate my sites.
I want to make SEO , usability and accessibility checks.
Which are the most important checks I have to make?
5
votes
5answers
613 views
What UX implications should I be aware of when designing an enterprise website/intranet on SharePoint
We are currently weighing up the for-and-against in relation to whether to use SharePoint or an arguably better suited ECMS.
I am looking to gather compelling evidence both for and against SharePoint ...
4
votes
1answer
285 views
Is having more then 1 label for a form element really against web accessibility guidelines?
I'm working on making my pages compliant to us section 508, and wcag 2.0 aaa. I've got a bunch of fields that have ghosting on them, like date text boxes.
they use the labelOver plugin that can ...
4
votes
1answer
188 views
Javascript and 508
I was wondering if someone has a article of common practices a web developer should practice while using Javascript on a web page, keeping in mind the web page should be 508 compliant. I saw some ...
17
votes
2answers
788 views
Senior Usability and Navigation
Does anyone have any current resources for senior usability? I'm specifically researching navigation: tabs and accordions. The Jacob Nielsen site has a report that's over a decade old. I'm looking for ...
2
votes
3answers
281 views
WCAG vs 508 - which one to use?
Are there any statistics if companies prefer 508 compliance vs WCAG guidelines? What have you guys used during your projects? I saw WCAG guidelines and seems like it is more exhaustive but wasn't sure ...
4
votes
2answers
258 views
What happens when the focus rectangle isn't clear?
I get a lot of clients that comment that the focus box isn't obvious enough in some browsers. Is it common and good practice to make it more obvious? If so, how exactly do people do this?
2
votes
4answers
69 views
Which alternative text (alt) for static maps?
If screenreader users visit a contact page (on a company website) that contains a static map as image, what should be read to them? So: Which alternative text (content of the HTML alt attribute) ...
2
votes
3answers
264 views
Which one has more career opportunities: web usability or web accessibility?
I'm wondering which one will be more valuable and have more career opportunities. Web usability or web accessibility. Please show statistics or any valid information if possible.
4
votes
2answers
191 views
Are support for voice browsers really necessary?
Screen readers attempts to identify and interpret HTML and send its data to a standard output which may be a video monitor, a text-to-speech output device or a braille output device. It is a way to ...
28
votes
6answers
915 views
Can stairs have a user experience?
Is there any UX consideration that goes into the design/construction of stairs? I know there are various local building codes and the ADA which regulate these things to some degree but stairs at ...
0
votes
1answer
89 views
Showing read only data in a label on a form (508 implications) [closed]
One of the definitions of a HTML label is:
The HTML label element associates a piece of text to a control
What is the correct way to render HTML when the label itself is NOT "for" another label?
...


