A couple of days ago I released RAAKT - The Ruby Accessibility Analysis Kit gem (I know, it really needs a better name). RAAKT is a gem that can be used independently of Rails and my plan was to make a Rails plugin that would add a custom assert method that did the check. It turns out that it only takes five lines of code so there is no need for a plugin. So let’s see how you can integrate accessibility checks into your current Rails application.
Read more about Automated Accessibility Tests with RAAKT in Ruby on Rails
July 14th, 2006, 2 comments for Automated Accessibility Tests with RAAKT in Ruby on Rails
Almost a year ago there was a discussion about accessible error messages in the WebAIM forums. Based on that discussion I take a look at how you can create accessible (and usable) error messages for your web applications.
Read more about Communicating error messages accessibly
June 25th, 2005, 15 comments for Communicating error messages accessibly
Recently, there has been a lot of interest in using AJAX (the technology, not the detergent) when building web applications. I have a feeling that javascript and the XMLHttpRequest object will be the Next Big Thing ™. Let’s have a look at how usability and accessibility of AJAX forms can be improved.
Read more about AJAX and Accessibility
March 1st, 2005, 41 comments for AJAX and Accessibility
In this article we take a look at the grouped table. You may have seen examples of grouped table data in other applications such as Microsoft Outlook or the file explorer in your operating system. Some of you semantics freaks would argue that presenting data this way is not possible as a grouped table does not exist in html. We’ll see about that.
Read more about Information structures: The grouped table
October 11th, 2004, 6 comments for Information structures: The grouped table