Tagged Questions

2
votes
2answers
97 views

iPhone Accessibility using “Red on Black” for images

Is there a way to convert an image on the fly to "Red on Black" for accessibility? I have pictures that I want to stream to the iphone. Viewing them at night, Red on Black is better for viewing.
3
votes
3answers
60 views

Legacy iframes, what is a full fledged replacement for them?

A site heavily using a main iframe I inherited a legacy codebase/website, http://ninjawars.net . The iframes were in place before I started coding on the site. I constantly hear about the problems …
0
votes
2answers
33 views

New Window Icon (For web accessibility)

Is there a default, standard, recommended or well known icon to denote that a link will open a new browser window? This is for web accessiblity reasons. Or is it basically a free for all? I realise …
1
vote
3answers
61 views

Ruby, Mac, Geektool question, file access rights?

I have a ruby script that I built in Textmate and can successfully run in Textmate. I can also successfully run this script straight from the terminal. The script has this chunk of code in it: # Get …
0
votes
3answers
30 views

Performance/Accessibility issues in this jQuery/HTML code?

The following code works just fine in IE, FF, Chrome and Safari, but I am wondering how efficient it actually is when scaled to a lot of users and whether it is accessible to screen readers/special …
1
vote
1answer
76 views

HTML5 Video and degradation?

I've been playing around with the HTML5 video tag and I'm puzzled as to how best to degrade when you can't support a codec? For older browsers (or IE) that don't support the video tag at all this …
0
votes
3answers
22 views

Accessibility of the YUI Tree control: how to tab to the tree on Firefox?

Consider this example showing the YUI tree in action: http://developer.yahoo.com/yui/examples/treeview/tv%5Fedit.html Select the title in orange ("TreeView Control: Inline Editing of TreeView Node …
0
votes
4answers
87 views

What real problems does using tables instead of divs present to the end user?

Forgetting about things that pertain exclusively to the developer like code maintainability and religion wars about semantics and what-not, my question is: what real world problems does using tables …
0
votes
1answer
15 views

MSAA COM-based ?

Hi there, I'm wondering if MSAA is COM-based, then one should be able to use CreateObject("Accessibility") to create an instance and call its methods. I had no success doing that. I have "OLEACC.DLL" …
1
vote
8answers
110 views

Should I avoid javascript , jquery, flash, ajax, silverlight if i want to make my site cross platform compatible and screen reader compatible?

Should I avoid JavaScript , jQuery, flash, Ajax, Silverlight if i want to make my site cross platform compatible (PC, iPHONE other mobiles, PDA) and Accessible(screen reader compatible)? Should i …
0
votes
1answer
38 views

access object’s encapsulating object

I have an wrapping object array -in fact a matrix- which includes a checkbox, I want to detect this object's position in array when included checkbox's state changes public class visualCell …
4
votes
4answers
42 views

Making CAPTCHA accessible to people with disabilities. What approaches have you used?

Hi Guys I'm nearing the completion of migrating our existing website to a CMS and I've just finished creating all the various contact forms. The CMS I'm using has CAPTCHA built into it's form …
0
votes
3answers
28 views

How to handle alternative themes for visual impaired users

Has anyone got an thoughts on how to handle theming a WSS site for a single user who is visually impaired ... she uses high contrast settings for Word, etc. But still leave the usual theme for …
1
vote
1answer
46 views

What are iframe alternatives?

Is iframe should not be used ever? how screen reader behaves with iframed content? Without iframe how we can embed any PHP page into asp.net based site? What are cross browser alternatives? …
0
votes
4answers
65 views

Is it ok to create anchors without providing anchor text?

If you take this example, <a name="xxx"></a> ... is this ok when creating an anchor? I have always preferred to use an already created tag for my destinations.

1 2 3 4 5 14 next
15 30 50 per page