nextwebgen.com

The Next Generation Web Now

Is AJAX Accessibility a major issue?

Filed under: Web 2.0 News, Front Page, Accessibility, Ajax — Chris Cornutt at 8:54 am on Monday, July 17, 2006

With yet another perspective on the wealth of Ajax usability discussion flying around, Hari Gottipati shares his thoughts on his blog on XML.com. Specifically, he’s responding to the eWeek article posted a while back.

inally people realized the disadvantages of Ajax and they are trying to overcome them. The main disadvantage of Ajax is a Web page is not required to reload to change, many screen readers or other assistive technologies used by sight-impaired or otherwise disabled users may not be aware of the dynamic changes. Particularly this is the major hurdle for federal sector because all federal government web sites/applications has to meet the Section 508 of the Rehabilitation Act.

Hari makes the comment that, in the eWeek article, they talk about using the Bindows framework to build compiant web applications, but that they don’t mention how (or what kind of result it will give). He also asks whether it is even possible to create a 100% compiant web application using Ajax in any framework.

If we fail to overcome this issue, we will see the Ajax implementations just to say “ooh look at me I’m web 2.0 too!” or to target the users who enabled JavaScript and using the particular versions of the browsers(by ignoring the blind people). Since majority of users has the latest browsers with Ajax/JavaScript support(90% of browsers have JavaScript enabled), do you think Accessibility is not going to be an issue?

Backbase: Ajax Accessibility for Single Page Apps

Filed under: Web 2.0 News, Front Page, Accessibility — Dion Almaer at 11:30 am on Thursday, July 13, 2006

There have been a fair number of posts about Ajax Accessibility, but one aspect has received fairly little attention, and that is Accessibility for Single Page Interface Ajax apps. Several articles have written about multi-page Ajax applications, and how to make those accessible. For more advanced AJAX user interface you will need to use a single-page interface, which brings new challenges but als new opportunities for creating an accessible application.

Backbase has written a show whitepaper on Ajax and Accessibility which delves into Section 508 and solutions.

40 Ajax Accessibility Links

Filed under: Web 2.0 News, Front Page, Accessibility, Articles — Michael Mahemoff at 5:37 pm on Wednesday, June 28, 2006

Max Kiesler has produced another mega-list of Ajax links. This time it’s 40 Ajax accessibility tutorials and articles.

AJAX is a great tool for creating rich internet applications, however, when improperly implemented it can cause hugh accessibility issues. The good news is that most of these issues can be fixed so your websites are viewable by a much wider audience. Great resources on accessibility have been around for years, however, many web 2.0 and AJAX websites ignore all of the research that went into turning website accessibility into a movement followed by most professional web developers. Below you’ll find a list of 40 best AJAX accessibility tutorials and articles that I have found on the web in the last year.

With Max’s permission (and following our respective CC licenses), I’ve been wikifying his links at AjaxPatterns.org, so you can add your own resources too. Here’s the wiki version of the Accessibility links and list of all links pages.

Update: EBA have been researching this topic too and just released a podcast on Ajax Accessibility.

Bindows: New Accessibility Support

Filed under: Web 2.0 News, Front Page, Accessibility — Dion Almaer at 1:53 am on Thursday, June 22, 2006

The latest version of the Bindows framework now offers accessibility support in the form of US Government Section-508 requirements for visually impaired users.

With the Accessibility module, developers can make existing and new Bindows applications available to these users with a few simple steps.

Bindows components come with accessibility descriptions and instructions by default, but developers can now also create new accessible custom components or customize the built-in behaviour to comply with various application specific requirements.

Enabling accessibility mode in Bindows provides supports for:

Text-to-speech screen readers: JAWS and Window Eyes

Screen Magnifiers: MAGic

You can test an application via the Bindows Accessibility test application with IE only.

There is also a developers guide