Wooden-Robot.net
Commonsense AI, NLP, interaction design, web apps
Home
About
Publications
Subscribe (RSS) | Assimilate!
Search
Categories
Accessibility/A11y
(4)
AI
(6)
Books
(2)
C#
(12)
C/C++
(3)
Coding style
(9)
DHTML
(28)
Digirati
(2)
Interaction Design
(12)
Java
(11)
MSWindows
(17)
Open AIM
(6)
Optimization
(5)
PIM
(8)
Prolog
(3)
Security
(4)
Source control
(5)
Tools
(18)
Uncategorized
(5)
Meta
Log in
Entries
RSS
Comments
RSS
WordPress.org
Archives - Posts tagged as 'Accessibility/A11y'
“current Web designs are three times easier to use for non-disabled users than for users with disabilities”
That quote comes from a new Nielsen Norman Group (aka Jakob Nielsen and Don Norman) study of the usability of many websites for disabled and ...
[December 20th by david]
Making text entry faster and easier for mobile, games, and the disabled
A Google video about MobileQWERTY™ shows how a 3x3 button layout using letter assignments different than the usual abc, def pattern can provide lots of ...
[November 15th by david]
Nonvisible file inputs are not “Accessible”
File inputs are pretty ugly, and can be confusing to naive users (e.g., "Should I type what I want in that box?"). Quirksmode describes a ...
[November 2nd by david]
OnBeforeUnload fires twice in IE when href!=# and onclick causes nav away
We had been using href=foo for leftNav links instead of href=# because screenreaders read <a href=#...> as "link this page" and that may mislead SR ...
[November 2nd by david]