Those in the accessibility field have probably already seen this survey from WebAIM: Screen Reader Survey. If you haven’t seen it yet, it is worth a review. It is a survey of about one thousand screen reader users of varying ability levels. The most interesting information to me was the consistent trend that flash content […]
Posts in the Accessibility category:
Disappointed with whitehouse.gov a11y
A colleague pointed me to the new whitehouse.gov site on the day of the inauguration. I was proud that he had already noticed that the site wasn’t particularly accessible – that means my a11y message is getting through! With all of the talk on the news about the new administration embracing the internet I expected […]
Out of the Dark – I’m Back
Since this site has been dark for over a year, I really couldn’t call it a blog. Well, it’s time to get back into it! I’ve committed myself to at least one post per month but am going to try for more “short & sweet” posts. We’ll see – I tend to be long winded! […]
Fun with the tabindex attribute
The tabIndex attribute can be used to allow nearly any element to be put into the tab order or receive focus programmatically. This has been implemented in Internet Explorer starting with version 5, Firefox starting with version 1.5 and is currently being implemented in Opera 9.5. Being able to set focus to any element on […]
Recorded Dojo A11y Demos
Here are some accessibility demos of Dojo that I recorded so show keyboard, low vision, and screen reader support in the Dojo widget set. These were created using a Dojo 0.9+ version of the widgets so accessibility wasn’t fully complete. The Dojo 1.0 core widget set will have accessibility completed. Dojo Keyboard Demo Dojo High […]
CSS is Still Hard
Sites like csszengarden.com prove the power of CSS, but to mere mortals like myself it can still be pretty daunting to get CSS layout right. I consider myself a competent programmer. I have programmed in PC assembly, C, C++, Java and the languages of the Web but CSS still daunts me. And I have to […]
Giving Presentations
I learned long ago that the secret to traveling for work as a software developer is to give presentations at conferences. Thus, I learned to be comfortable giving presentations in order to present at conferences and "see the world". I travel from 4-8 times a year and that is an amount that allows it to […]
What is a screen reader?
Here is another theft from my Dojo work – Adventures in Accessibility – What is a screen reader?. This is even more of a cheat since this post refers to the video of a presentation given by Doug Geoffray about the Window-Eyes screen reader. The presentation covers screen reader basics as well as technical details. […]
High Contrast Mode Primer
I work on accessibility of the widget set of the Dojo Toolkit. I created a post explaining high contrast mode on the Dojo site and I’m going to cheat and reference it here as well. I guess that is one way to get some content started! Widgets and High Contrast Mode