0
votes
4answers
38 views
Is allowed to make space in terms of semantic, web standards and accessibility and cross browser compatibility?
Is allowed to make space in terms of semantic, web standards and accessibility and cross browser compatibility?
21
votes
9answers
587 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 …
0
votes
1answer
17 views
WPF Colors - Accessibility considerations?
Many of the WPF examples and samples that I see seem to have hard-coded colors. These guidelines - http://msdn.microsoft.com/en-us/library/aa350483.aspx suggest not hard coding col …
0
votes
4answers
136 views
What are the diferences between <b>text</b>, <strong>Text</strong> and <span class=”bold”>Text</span>? [closed]
Possible Duplicate:
What’s the difference between <b> and <strong>, <i> and <em>?
Duplicate of
What's the difference between <b …
0
votes
1answer
23 views
How do screen readers handle modal windows?
Does anyone know how the various screen readers interact with a modal window, ie: Thickbox? Do the contents of the modal gain the reader's focus after they click on it?
0
votes
1answer
14 views
Accessibility: Section 508 vs WCAG
My company is based in the UK, but is involved in a website for a US based company.
Our website follows the WC3 standards (WCAG 2.0) for accessibility. In terms of the USA does an …
1
vote
7answers
141 views
C# Get control by name
I have a ToolStripMenuItem called "myMenu"
How can i access this like so:
/* normally i would do: */
this.myMenu... etc
/* but how do i access it like this: */
String name = myM …
1
vote
4answers
65 views
Can GWT be made accessible for users with JavaScript disabled?
My question concerns Google Web Toolkit (GWT). I'm about to begin development for a project that will reside on an Intranet where some users may have JavaScript disabled. After see …
0
votes
3answers
53 views
Pure css drop down menu without js ( if js is disabled) in IE 6 ?
I found many css/js menu scripts on various sites they work well is in FF, IE7 and safari, opera if JS is disabled but not in IE 6 and for IE 6 small js file need to add because IE …
1
vote
2answers
18 views
Set the accessibility attributes on UIBarButtonItem
I am working on making my iPhone app accessible. I have several UIBarButtonItem objects in Interface Builder, and I cannot find any option to set the accessibility label or hint f …
0
votes
1answer
63 views
Tutorial/References for Microsoft’s UI Automation
Hi all,
I recently implemented a program using the Microsoft Accessibility API, but have since been told that the new UI Automation has replaced it. Seems like it would be a good …
0
votes
0answers
27 views
Setting Tab Order on UI Elements in jQuery Dialog
Is there a way to specify the tab order of the elements within a jQuery Dialog which itself contains an Accordion? The dialog also specifies one button in the buttons options. For …
1
vote
7answers
99 views
GUI design for color blindness
It is common to represent status of an item in a GUI using the colors: red, yellow, green, to mean error, warning, and OK (or something equivalent). However, 7-10% of men have diff …
0
votes
3answers
55 views
Prevent .php file from being loaded outside jQuery request page
I have a page that is loaded within another page using jQuery. What I wanted to know is if it is possible to somehow block direct access to that page that gets loaded within anothe …
1
vote
3answers
46 views
Do you develop with Accessibility in mind?
I've never really learned much about accessibility but it seems like an important topic.
When you build a website or piece of software, or when you're talking to a client about a …
