<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Building Blocks - Accessibility</title>
			<link>http://www.ajaxcf.com/blog/index.cfm</link>
			<description>tips for constructing next generation AJAX &amp; ColdFusion applications</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 03:15:48 -0000</pubDate>
			<lastBuildDate>Thu, 20 Jul 2006 14:40:00 -0000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>joe@ajaxcf.com</managingEditor>
			<webMaster>joe@ajaxcf.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>joe@ajaxcf.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>AJAX and Accessibility</title>
				<link>http://www.ajaxcf.com/blog/index.cfm/2006/7/20/AJAX-and-Accessibility</link>
				<description>
				
				One of the topics that surfaced at CFUNITED and seems to be coming up more frequently is how AJAX-based sites deal with 508 Accessibility issues.&amp;nbsp; Having just come off crutches last week, I have definitely developed a sensitivity to these issues.&amp;nbsp; AJAX development presents a real challenge to the current generation of screen-reader technologies.&amp;nbsp; While it&apos;s not impossible to create a fully-accessible site, it is a tough hurdle to clear.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;There are ways to use javascript links and href links at the same time so that non-AJAX (and non-javascript) browsers will be able to access the same content.&amp;nbsp; But this proves much more difficuly when looking at the traditional AJAX development cycle.&amp;nbsp; To have an fully accessible site, each and every page must be able to be shown with it&apos;s full content.&amp;nbsp; It is much easier when starting with an existing site which is already compliant, and then adding the AJAX features on top of that for some bells and whistles.&lt;br /&gt;&lt;br /&gt;My personal feelings?&amp;nbsp; AJAX is way too revolutionary for the assistive-technology vendors to ignore, and they will find a solution.&amp;nbsp; That doesn&apos;t mean developers can or should ignore the issues - we should continue to make our pages 508 compliant by making sure all of our tags are complete.&amp;nbsp; But once we get to the browser, everything should be standard HTML or XHTML at that point anyway, so I would imagine it wouldn&apos;t be too tough to have the screen-reader technology detect a push of content to the browser and then just read or display that content.&lt;br /&gt;&lt;br /&gt;Want to read some more on the issue?&amp;nbsp; Check out these &lt;a href=&quot;http://www.maxkiesler.com/index.php/weblog/comments/how_to_make_your_ajax_applications_accessible/&quot;&gt;40 articles and tutorials&lt;/a&gt; on the subject from Max Kiesler&apos;s blog.
				
				</description>
						
				
				<category>Accessibility</category>				
				
				<category>AJAX</category>				
				
				<pubDate>Thu, 20 Jul 2006 14:40:00 -0000</pubDate>
				<guid>http://www.ajaxcf.com/blog/index.cfm/2006/7/20/AJAX-and-Accessibility</guid>
				
				
			</item>
			
		 	
			</channel></rss>