I am working on an accessibility analysis kit which you will be able to use as part of an automated test procedure in Ruby on Rails. RAAKT is a Ruby port of PAAKT (the Python Accessibility Analysis Kit) and can be used for assessing basic accessibility of HTML documents.
Read more about New tools in the making: Accessibility Analysis in Rails
July 3rd, 2006, 6 comments for New tools in the making: Accessibility Analysis in Rails
Web based editing tools are becoming standard issue in modern content managment systems. As more and more organizations discover the advantages of using strucured markup it is important that these editing tools allow editors to markup content without knowledge of HTML. Unfortunately, many of the WYSIWYG-editing tools in use today create invalid markup or do not have the functionality required. Therefore I have selected some web based editing tools and tried to create a sample document in each of them.
Read more about Evaluation of WYSIWYG-editors
March 3rd, 2006, 68 comments for Evaluation of WYSIWYG-editors
Content is often overlooked when working with a web site to increase accessibility. Even if your web site follows all W3C recommendations it will still be inaccessible if your content is difficult to comprehend. Let’s have a look at how you can measure text readability in english, spanish, swedish, danish and french to get a feel for the readability of your content.
Read more about Methods for measuring text readability
September 9th, 2005, 18 comments for Methods for measuring text readability
If you are an experienced ASP.NET developer but new to accessibility you may have searched the web for ASP.NET accessibility information. It is likely that most of your results have been about how ASP.NET 2.0 promises improved standards support and better accessibility. But 2.0 isn’t here yet. In this article we have a look at what you can do right now to increase accessibility in ASP.NET 1.1 web applications.
Read more about Tips for improved accessibility in ASP.NET 1.1
August 16th, 2005, 5 comments for Tips for improved accessibility in ASP.NET 1.1
Periodically you may want to make sure your entire website validates. This can be a hassle if your site is big. In this article we introduce a few python scripts which will help us do mass validation from a list of links. We will also modify the W3C validator to work the way we want.
Read more about Validating an entire site
April 10th, 2005, 12 comments for Validating an entire site