<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ajax and Screen Readers</title>
	<atom:link href="http://ajaxian.com/archives/ajax-and-screen-readers/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-and-screen-readers</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Redditch</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-253479</link>
		<dc:creator>Redditch</dc:creator>
		<pubDate>Thu, 02 Aug 2007 17:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-253479</guid>
		<description>I am a student studying IT and have come across the issues associated with accessibility for the disabled and can appreciate the complexity the ajax experience face. good luck!</description>
		<content:encoded><![CDATA[<p>I am a student studying IT and have come across the issues associated with accessibility for the disabled and can appreciate the complexity the ajax experience face. good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-247611</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 27 Feb 2007 23:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-247611</guid>
		<description>Very good points Joe. It is always important to improve standards and technology. 

Do they have any more source codes available at all for AJax?</description>
		<content:encoded><![CDATA[<p>Very good points Joe. It is always important to improve standards and technology. </p>
<p>Do they have any more source codes available at all for AJax?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Hanink</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-247336</link>
		<dc:creator>Joe Hanink</dc:creator>
		<pubDate>Sun, 18 Feb 2007 18:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-247336</guid>
		<description>I agree that accommodations are important.  I have two questions - 1) where does the burden lie, 2) clarity of definition and purpose

The burden is either on the software that is to be compatible with assistive technology or on the assistive technology itself.  If developers are expected to produce content that is cross-browser compatible and universally accessible, the browser and screen reader interfaces could be more accommodating to us.  I&#039;m sure that if it were easy and inexpensive for programmers to deal with cross browser issues and assistive technology, developers would be happy to bring their content to the widest range of users.  But we all know this isn&#039;t so.  In the case of browser compatibility, it is general standards compliance and improved standards that together make it feasible to generate cross-browser apps.  The same is true for accessibility.  We need updated standards and updated technology.  This is not a fight against accessibility, it&#039;s a defense against outmoded specifications.  Section 508 is in the process of being updated with the help of the w3c, and rightly so.  If the standards are improved along with compatible screen readers, perhaps the task of developing accessible, rich applications will become more more mainstream.

The other question pertains to how we characterize this problem.  When we ask that a rich app be accessible, this is not really correct.  What we really mean is that the content and services behind the rich app are accessible.  If the rich features fronting data and services impute higher usability for unimpaired users, then we&#039;re really talking about a presentation level interface issue.  If we are clear and consistent and clear about this, then we shouldn&#039;t be trying to make a rich app accessible but rather provide accessibility to the content and services through assistive interfaces.  

For instance, the services of a federal building need to be accessible to wheelchair users, but the stairs do not.  The stairs are a usability interface to the building to access services.   However, a ramp is typically provided so that a wheelchair bound person can use assistive technology (i.e. the wheelchair) to access the services via an interface (the ramp) that is compatible with said assistive technology.  The stairs don&#039;t and can&#039;t be made compatible. That doesn&#039;t really make sense. 

In some cases, the lines between services and the mode of delivery become blurred.  If the two are coupled, then equivalent facilitation may not be possible.  For instance, an interactive online pool game or a simple streaming video are both content services that deliver an experience that cannot be separate from its delivery vehicle (i.e. mode of presentation).  Therefore, a blind person simply cannot watch a movie or enjoy an interactive online pool game.  In fact, this doesn&#039;t make sense.   Should a flower shop stop selling roses because some people have no sense of smell?  There really is no alternative interface that provides equivalent facilitation.  Is it possible to create a device that samples the air and computes mappings for some input device that can be delivered directly to the brain... possibly... but that&#039;s not an appropriate concern of the florist.  However, should such a device be created, should the florist also sell device-compatible sprays... perhaps.

Likewise, rich applications have purpose that is tailored to a regular user (not an elite user).  If my sense of smell is unimpaired, am I elite?   Assistive technology in the form of screen readers is meant for certain types of interfaces and content, especially those meant to be read, such as text documents.  Some usability experiences associated with rich apps are simply not convertible to a screen reader interface, and if they can&#039;t, they shouldn&#039;t be expected to.  That&#039;s simply illogical.

My conclusions:

1. improve standards and technology
2. improve awareness for all concerned
3. don&#039;t expect all apps to be universally available
4. continue to work toward greater accessiblity of content and services where it makes sense
5. take pains to be very clear about the problems, and the discussion from problem to solution
6. continue to sell lots of nice smelling flowers</description>
		<content:encoded><![CDATA[<p>I agree that accommodations are important.  I have two questions &#8211; 1) where does the burden lie, 2) clarity of definition and purpose</p>
<p>The burden is either on the software that is to be compatible with assistive technology or on the assistive technology itself.  If developers are expected to produce content that is cross-browser compatible and universally accessible, the browser and screen reader interfaces could be more accommodating to us.  I&#8217;m sure that if it were easy and inexpensive for programmers to deal with cross browser issues and assistive technology, developers would be happy to bring their content to the widest range of users.  But we all know this isn&#8217;t so.  In the case of browser compatibility, it is general standards compliance and improved standards that together make it feasible to generate cross-browser apps.  The same is true for accessibility.  We need updated standards and updated technology.  This is not a fight against accessibility, it&#8217;s a defense against outmoded specifications.  Section 508 is in the process of being updated with the help of the w3c, and rightly so.  If the standards are improved along with compatible screen readers, perhaps the task of developing accessible, rich applications will become more more mainstream.</p>
<p>The other question pertains to how we characterize this problem.  When we ask that a rich app be accessible, this is not really correct.  What we really mean is that the content and services behind the rich app are accessible.  If the rich features fronting data and services impute higher usability for unimpaired users, then we&#8217;re really talking about a presentation level interface issue.  If we are clear and consistent and clear about this, then we shouldn&#8217;t be trying to make a rich app accessible but rather provide accessibility to the content and services through assistive interfaces.  </p>
<p>For instance, the services of a federal building need to be accessible to wheelchair users, but the stairs do not.  The stairs are a usability interface to the building to access services.   However, a ramp is typically provided so that a wheelchair bound person can use assistive technology (i.e. the wheelchair) to access the services via an interface (the ramp) that is compatible with said assistive technology.  The stairs don&#8217;t and can&#8217;t be made compatible. That doesn&#8217;t really make sense. </p>
<p>In some cases, the lines between services and the mode of delivery become blurred.  If the two are coupled, then equivalent facilitation may not be possible.  For instance, an interactive online pool game or a simple streaming video are both content services that deliver an experience that cannot be separate from its delivery vehicle (i.e. mode of presentation).  Therefore, a blind person simply cannot watch a movie or enjoy an interactive online pool game.  In fact, this doesn&#8217;t make sense.   Should a flower shop stop selling roses because some people have no sense of smell?  There really is no alternative interface that provides equivalent facilitation.  Is it possible to create a device that samples the air and computes mappings for some input device that can be delivered directly to the brain&#8230; possibly&#8230; but that&#8217;s not an appropriate concern of the florist.  However, should such a device be created, should the florist also sell device-compatible sprays&#8230; perhaps.</p>
<p>Likewise, rich applications have purpose that is tailored to a regular user (not an elite user).  If my sense of smell is unimpaired, am I elite?   Assistive technology in the form of screen readers is meant for certain types of interfaces and content, especially those meant to be read, such as text documents.  Some usability experiences associated with rich apps are simply not convertible to a screen reader interface, and if they can&#8217;t, they shouldn&#8217;t be expected to.  That&#8217;s simply illogical.</p>
<p>My conclusions:</p>
<p>1. improve standards and technology<br />
2. improve awareness for all concerned<br />
3. don&#8217;t expect all apps to be universally available<br />
4. continue to work toward greater accessiblity of content and services where it makes sense<br />
5. take pains to be very clear about the problems, and the discussion from problem to solution<br />
6. continue to sell lots of nice smelling flowers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrell Shandrow</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-246054</link>
		<dc:creator>Darrell Shandrow</dc:creator>
		<pubDate>Sat, 13 Jan 2007 07:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-246054</guid>
		<description>Not only is equal access a right for us (blind and visually impaired) according to several laws in the United States and much of the rest of the developed world, but our jobs and perhaps, someday, our very lives may ultimately depend upon having access to technology.  I almost lost my job last year over this stuff!  Sean and matt, hmm, well, just appreciate the fact that you apparently don&#039;t have any disabilities, dawn those glad rags and change your attitudes about insuring equal accessibility for all.  Screen readers should do more.  Mainstream developers should do their level best to make sure they&#039;re accessible.  I don&#039;t want to hold back any cool, whiz-bang features or technologies, but, all the same, I am simply not willing to be held back or left behind by others without appropriate consideration and reasonable accomodations.</description>
		<content:encoded><![CDATA[<p>Not only is equal access a right for us (blind and visually impaired) according to several laws in the United States and much of the rest of the developed world, but our jobs and perhaps, someday, our very lives may ultimately depend upon having access to technology.  I almost lost my job last year over this stuff!  Sean and matt, hmm, well, just appreciate the fact that you apparently don&#8217;t have any disabilities, dawn those glad rags and change your attitudes about insuring equal accessibility for all.  Screen readers should do more.  Mainstream developers should do their level best to make sure they&#8217;re accessible.  I don&#8217;t want to hold back any cool, whiz-bang features or technologies, but, all the same, I am simply not willing to be held back or left behind by others without appropriate consideration and reasonable accomodations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-138644</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 20 Oct 2006 16:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-138644</guid>
		<description>Jonathan...

I&#039;m sorry, but I can&#039;t let your &quot;70 million&quot; comment go unchallenged.  I believe most would agree that when speaking about Ajax (or Web 2.0) and accessibility, we are almost always speaking of it&#039;s use by the blind or visually impaired.

Using some information from the AFB (http://www.afb.org/Section.asp?SectionID=42&amp;DocumentID=1374) I came up with these numbers for Americans.

Blind or visually impaired:  10,000,000
Legally Blind:  13% of total
Over 65:  55% of total
Computer Users:  15%

Generally, the over 65 crowd either don&#039;t or won&#039;t use the Internet, though there use will grow over time as some of the younger generations get older, but we&#039;re not there yet.  If my understanding of the &quot;visually impaired&quot; qualification is correct, then I believe a good portion of them can still see well enough to use a computer, maybe with some assistance (larger screens, software that zooms in on portions of the screen, etc...) and maybe not.  So we&#039;re really talking about the &quot;legally blind&quot; as well as a component of people in the &quot;visually impaired&quot; category that must use screen readers to access the web.

So if we say 25% percent of the total blind/visually impaired population are visually impaired enough to need a screen reader, plus the 13% legally blind, we&#039;re talking about 3.8 million.  Except that at least 55% of them are over 65, but some of them do use the Internet so I&#039;ll go with 50%.  That reduces the total number to 1.7 million.  Pretty close to the 1.5 million computer users AFB lists.  By no means am I saying this is accurate but I imagine it is a pretty good estimate.

Now I am totally for making the web as accessible as possible for as many people as possible no matter their disability.  I just don&#039;t think it helps for anyone to say that 70 million Americans (23% of the total population) can&#039;t use Ajax (web 2.0) applications when that is absolutely not true.

Sorry if I sound a little grumpy about this.  I just had a conversation with a co-worker about why we can&#039;t deploy any Ajax or Web 2.0 applications for our users.  Something about it being a requirement that those who are disabled MUST have the same web experience as those who are not, and providing alternatives MIGHT not be good enough.  So yes, in this case it might be said that a small group of the population is preventing the larger community from benefitting from some of the new &quot;cool&quot; features we would like to provide.</description>
		<content:encoded><![CDATA[<p>Jonathan&#8230;</p>
<p>I&#8217;m sorry, but I can&#8217;t let your &#8220;70 million&#8221; comment go unchallenged.  I believe most would agree that when speaking about Ajax (or Web 2.0) and accessibility, we are almost always speaking of it&#8217;s use by the blind or visually impaired.</p>
<p>Using some information from the AFB (<a href="http://www.afb.org/Section.asp?SectionID=42&#038;DocumentID=1374" rel="nofollow">http://www.afb.org/Section.asp?SectionID=42&#038;DocumentID=1374</a>) I came up with these numbers for Americans.</p>
<p>Blind or visually impaired:  10,000,000<br />
Legally Blind:  13% of total<br />
Over 65:  55% of total<br />
Computer Users:  15%</p>
<p>Generally, the over 65 crowd either don&#8217;t or won&#8217;t use the Internet, though there use will grow over time as some of the younger generations get older, but we&#8217;re not there yet.  If my understanding of the &#8220;visually impaired&#8221; qualification is correct, then I believe a good portion of them can still see well enough to use a computer, maybe with some assistance (larger screens, software that zooms in on portions of the screen, etc&#8230;) and maybe not.  So we&#8217;re really talking about the &#8220;legally blind&#8221; as well as a component of people in the &#8220;visually impaired&#8221; category that must use screen readers to access the web.</p>
<p>So if we say 25% percent of the total blind/visually impaired population are visually impaired enough to need a screen reader, plus the 13% legally blind, we&#8217;re talking about 3.8 million.  Except that at least 55% of them are over 65, but some of them do use the Internet so I&#8217;ll go with 50%.  That reduces the total number to 1.7 million.  Pretty close to the 1.5 million computer users AFB lists.  By no means am I saying this is accurate but I imagine it is a pretty good estimate.</p>
<p>Now I am totally for making the web as accessible as possible for as many people as possible no matter their disability.  I just don&#8217;t think it helps for anyone to say that 70 million Americans (23% of the total population) can&#8217;t use Ajax (web 2.0) applications when that is absolutely not true.</p>
<p>Sorry if I sound a little grumpy about this.  I just had a conversation with a co-worker about why we can&#8217;t deploy any Ajax or Web 2.0 applications for our users.  Something about it being a requirement that those who are disabled MUST have the same web experience as those who are not, and providing alternatives MIGHT not be good enough.  So yes, in this case it might be said that a small group of the population is preventing the larger community from benefitting from some of the new &#8220;cool&#8221; features we would like to provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Avila</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-137054</link>
		<dc:creator>Jonathan Avila</dc:creator>
		<pubDate>Thu, 19 Oct 2006 12:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-137054</guid>
		<description>[referring to comment #1] While saying screen reader vendors should work with browser makers to ensure harmony sounds nice, actually getting results in a timely manner is impractical.  If it takes Microsoft 3 years to come out with tabbed browsing what makes you think they will work with screen reader vendor with any more alacrity?
In addition, I am concerned with the comment that a few users are holding back the web.  70 million US citizens is not a few people, and adding alternative methods and accessibility structure is in no way holding back normal modes of operations for your &quot;elite&quot; users without disabilities.</description>
		<content:encoded><![CDATA[<p>[referring to comment #1] While saying screen reader vendors should work with browser makers to ensure harmony sounds nice, actually getting results in a timely manner is impractical.  If it takes Microsoft 3 years to come out with tabbed browsing what makes you think they will work with screen reader vendor with any more alacrity?<br />
In addition, I am concerned with the comment that a few users are holding back the web.  70 million US citizens is not a few people, and adding alternative methods and accessibility structure is in no way holding back normal modes of operations for your &#8220;elite&#8221; users without disabilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ran Meriaz</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-25597</link>
		<dc:creator>Ran Meriaz</dc:creator>
		<pubDate>Mon, 12 Jun 2006 16:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-25597</guid>
		<description>MB Technologies is proud to announce Bindows 2.0 - the first Ajax framework to provide advanced Section 508 accessibility support for building Ajax and Web 2.0 applications.  

The Bindows framework now leads the market by enabling the fastest time to market for Ajax and Web 2.0 applications that work with leading screen readers, such as JAWS, without requiring any download or installation (zero-footprint).

We spent over a year on this development project and worked closely with The Paciello Group (TPG), international experts in the field of accessible interface design.  We&#039;re glad to see that you are highlighting this issue.  It&#039;s of major importance to our customers that need a zero-footprint solution with accessibility support for the government and international markets.  

Please contact me if you have any questions at ran@bindows.net</description>
		<content:encoded><![CDATA[<p>MB Technologies is proud to announce Bindows 2.0 &#8211; the first Ajax framework to provide advanced Section 508 accessibility support for building Ajax and Web 2.0 applications.  </p>
<p>The Bindows framework now leads the market by enabling the fastest time to market for Ajax and Web 2.0 applications that work with leading screen readers, such as JAWS, without requiring any download or installation (zero-footprint).</p>
<p>We spent over a year on this development project and worked closely with The Paciello Group (TPG), international experts in the field of accessible interface design.  We&#8217;re glad to see that you are highlighting this issue.  It&#8217;s of major importance to our customers that need a zero-footprint solution with accessibility support for the government and international markets.  </p>
<p>Please contact me if you have any questions at <a href="mailto:ran@bindows.net">ran@bindows.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salamis Software &#187; Screen Readers and Ajax</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-15877</link>
		<dc:creator>Salamis Software &#187; Screen Readers and Ajax</dc:creator>
		<pubDate>Sun, 28 May 2006 03:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-15877</guid>
		<description>[...] Hat tip: Ajaxian. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hat tip: Ajaxian. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hakman</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-15108</link>
		<dc:creator>Kevin Hakman</dc:creator>
		<pubDate>Fri, 26 May 2006 23:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-15108</guid>
		<description>Here&#039;s the email I got a while back from Freedom Scientific, makers of the popular JAWS screen reader, on the topic (see below).  Perhaps an invitation to the Open Ajax Alliance is in order for them, alternatively, I&#039;d suggest others inquiring on the topic with Freedom Scientific so that they understand the market demand for this.  If they tackle it, it&#039;ll result in a whole upgrade market for them to sell their solution into giving them $$$ incentive to do so, while making all of us (and our customers) much happier.

From: Freedom Scientific Technical Support [support@freedomscientific.com]
Sent: Friday, April 28, 2006 7:39 AM
To: Kevin Hakman
Subject: Re: AJAX?

Friday, April 28, 2006


Dear Mr. Hakman:

Thank you for contacting Freedom Scientific Technical Support.  The JAWS screen reader is scheduled to support the AJAX style of web site design in our up coming release of JAWS 7.10.  

If you have any additional questions regarding this or any other issue, please don&#039;t hesitate to contact us.

If replying to this message, Be sure to include all previous correspondence pertaining to this matter so that we might better assist you.

Sincerely,

Dennis G. Godin
Technical Support Specialist
Freedom Scientific Blind/Low Vision Group

http://www.freedomscientific.com
Phone support: 727 803 8600

Our Mission: 
To develop, manufacture and market innovative technology-based products and services that those with vision impairments and learning disabilities use to change their world. 

At 4/28/2006 08:42 AM, you wrote:

-----Original Message-----
Sent: Thursday, April 27, 2006 8:45 PM
To: Support
Subject: AJAX?, From: khakman@tibco.com
Technical Support - Software


Name is = Kevin Hakman
E-mail address is = khakman@tibco.com

Product =
Serial Number =
Address =


User subject description is = AJAX?

Comment or suggestion = What is the current support for AJAX type
websites and functionality when using JAWS?


* * * End of document * * *


Sincerely,

Dennis G. Godin
Technical Support Specialist
Freedom Scientific

www.freedomscientific.com
Phone Support: 727 803 8600 

Our Mission: 
To develop, manufacture and market innovative technology-based products and services that those with vision impairments and learning disabilities use to change their world.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the email I got a while back from Freedom Scientific, makers of the popular JAWS screen reader, on the topic (see below).  Perhaps an invitation to the Open Ajax Alliance is in order for them, alternatively, I&#8217;d suggest others inquiring on the topic with Freedom Scientific so that they understand the market demand for this.  If they tackle it, it&#8217;ll result in a whole upgrade market for them to sell their solution into giving them $$$ incentive to do so, while making all of us (and our customers) much happier.</p>
<p>From: Freedom Scientific Technical Support [support@freedomscientific.com]<br />
Sent: Friday, April 28, 2006 7:39 AM<br />
To: Kevin Hakman<br />
Subject: Re: AJAX?</p>
<p>Friday, April 28, 2006</p>
<p>Dear Mr. Hakman:</p>
<p>Thank you for contacting Freedom Scientific Technical Support.  The JAWS screen reader is scheduled to support the AJAX style of web site design in our up coming release of JAWS 7.10.  </p>
<p>If you have any additional questions regarding this or any other issue, please don&#8217;t hesitate to contact us.</p>
<p>If replying to this message, Be sure to include all previous correspondence pertaining to this matter so that we might better assist you.</p>
<p>Sincerely,</p>
<p>Dennis G. Godin<br />
Technical Support Specialist<br />
Freedom Scientific Blind/Low Vision Group</p>
<p><a href="http://www.freedomscientific.com" rel="nofollow">http://www.freedomscientific.com</a><br />
Phone support: 727 803 8600</p>
<p>Our Mission:<br />
To develop, manufacture and market innovative technology-based products and services that those with vision impairments and learning disabilities use to change their world. </p>
<p>At 4/28/2006 08:42 AM, you wrote:</p>
<p>&#8212;&#8211;Original Message&#8212;&#8211;<br />
Sent: Thursday, April 27, 2006 8:45 PM<br />
To: Support<br />
Subject: AJAX?, From: <a href="mailto:khakman@tibco.com">khakman@tibco.com</a><br />
Technical Support &#8211; Software</p>
<p>Name is = Kevin Hakman<br />
E-mail address is = <a href="mailto:khakman@tibco.com">khakman@tibco.com</a></p>
<p>Product =<br />
Serial Number =<br />
Address =</p>
<p>User subject description is = AJAX?</p>
<p>Comment or suggestion = What is the current support for AJAX type<br />
websites and functionality when using JAWS?</p>
<p>* * * End of document * * *</p>
<p>Sincerely,</p>
<p>Dennis G. Godin<br />
Technical Support Specialist<br />
Freedom Scientific</p>
<p><a href="http://www.freedomscientific.com" rel="nofollow">http://www.freedomscientific.com</a><br />
Phone Support: 727 803 8600 </p>
<p>Our Mission:<br />
To develop, manufacture and market innovative technology-based products and services that those with vision impairments and learning disabilities use to change their world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Melton</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-14984</link>
		<dc:creator>Bart Melton</dc:creator>
		<pubDate>Fri, 26 May 2006 17:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-14984</guid>
		<description>The ideal solution is to have fully degradeable pages across your site.  The problem with this is that you have to duplicate your rendering abilities on client and server.  In the corporate world, duplicate effort means $$$ and longer time to market.  Thus it tends to get a lower priority or dropped.  

Is it possible to make all pages ajax enabled and still fully accessible? certainly

Is it possible to do that without duplicating all of your rendering code and/or writing custom functionality to support each instance? certainly

Are there any large scale platforms to support this?  not that I know of (but I don&#039;t claim to know much)

A few things that screen reader manufacturers (and standards groups) could do that would be of great benefit to accessibility and coder support for it (sorry if this repeats things previously mentioned):

1) have a browser level flag that marks it as ajax/runtime update enabled.  That way they could get the advantage of dynamically generated content (document.write) but scripts could easily check whether to make ajax calls for updates or refresh the page.

2) Add a type of label attribute for tags that is not used by normal browsers and a notification function that can then alert the user to change. (&lt;div id=&quot;section3&quot; acclabel=&quot;Section 3&quot;&gt;&lt;/div&gt; ..... on ajax update, script calls document.readNotify(&#039;section3&#039;).... the reader then calls out &quot;Section 3 has been updated, would you like to hear the changes?&quot;).  

With both things, scripts could quickly and easily be written to support all screen readers with a simple if{} at the start.</description>
		<content:encoded><![CDATA[<p>The ideal solution is to have fully degradeable pages across your site.  The problem with this is that you have to duplicate your rendering abilities on client and server.  In the corporate world, duplicate effort means $$$ and longer time to market.  Thus it tends to get a lower priority or dropped.  </p>
<p>Is it possible to make all pages ajax enabled and still fully accessible? certainly</p>
<p>Is it possible to do that without duplicating all of your rendering code and/or writing custom functionality to support each instance? certainly</p>
<p>Are there any large scale platforms to support this?  not that I know of (but I don&#8217;t claim to know much)</p>
<p>A few things that screen reader manufacturers (and standards groups) could do that would be of great benefit to accessibility and coder support for it (sorry if this repeats things previously mentioned):</p>
<p>1) have a browser level flag that marks it as ajax/runtime update enabled.  That way they could get the advantage of dynamically generated content (document.write) but scripts could easily check whether to make ajax calls for updates or refresh the page.</p>
<p>2) Add a type of label attribute for tags that is not used by normal browsers and a notification function that can then alert the user to change. (&lt;div id=&#8221;section3&#8243; acclabel=&#8221;Section 3&#8243;&gt;&lt;/div&gt; &#8230;.. on ajax update, script calls document.readNotify(&#8216;section3&#8242;)&#8230;. the reader then calls out &#8220;Section 3 has been updated, would you like to hear the changes?&#8221;).  </p>
<p>With both things, scripts could quickly and easily be written to support all screen readers with a simple if{} at the start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean FousheÃ©</title>
		<link>http://ajaxian.com/archives/ajax-and-screen-readers/comment-page-1#comment-14958</link>
		<dc:creator>Sean FousheÃ©</dc:creator>
		<pubDate>Fri, 26 May 2006 16:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-and-screen-readers#comment-14958</guid>
		<description>Interesting article and the examples work as advertised, but I wonder if this problem with AJAX and accessibility isn&#039;t best solved by having those companies that create screen readers work with browser developers to allow screen readers to view updated content naturally without having to send the web developers through these extra steps.  This whole debate (i.e. Target/Southwest story earlier this week) seems like a small group of people are willing to hinder the web&#039;s progress because the technology they use is out of date, and instead of demanding that browsers and screen readers work more in harmony their taking it out on the content developers instead.  Sort of like demanding a tire manufacturer to remanufacture their products to  make up for a flaw in the car&#039;s suspension.</description>
		<content:encoded><![CDATA[<p>Interesting article and the examples work as advertised, but I wonder if this problem with AJAX and accessibility isn&#8217;t best solved by having those companies that create screen readers work with browser developers to allow screen readers to view updated content naturally without having to send the web developers through these extra steps.  This whole debate (i.e. Target/Southwest story earlier this week) seems like a small group of people are willing to hinder the web&#8217;s progress because the technology they use is out of date, and instead of demanding that browsers and screen readers work more in harmony their taking it out on the content developers instead.  Sort of like demanding a tire manufacturer to remanufacture their products to  make up for a flaw in the car&#8217;s suspension.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

