1
vote
3answers
58 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
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 …
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.
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
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 …
0
votes
2answers
59 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
1answer
19 views
Safari ignoring tabindex
I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002. The second textbox has …
3
votes
3answers
58 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 …
1
vote
1answer
74 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
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
4answers
89 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 seeing what GWT has …
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
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
16 views
if i make <form> layout with <table> will it create problem for screen reader users?
if i make <form> layout with <table> will it create problem for screen reader users?
1
vote
2answers
35 views
Usability and Accessibility for Desktop Applications
Hi,
I am about to start developing a desktop application, and I am interested in making the application both usable and accessible for end users. Can anyone suggest online resources that offer …
