<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe Dolson Accessible Web Design &#187; Rich Media</title>
	<atom:link href="http://www.joedolson.com/articles/category/rich-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joedolson.com/articles</link>
	<description>Tips and Commentary on Web Accessibility, Usability, and Search Marketing best practices.</description>
	<lastBuildDate>Sat, 13 Mar 2010 16:14:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessibility and Usability issues with AJAX</title>
		<link>http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/</link>
		<comments>http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 15:05:50 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Rich Media]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[alternative navigation]]></category>
		<category><![CDATA[keyboard focus]]></category>
		<category><![CDATA[keyboard usability]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/</guid>
		<description><![CDATA[This is not a technical article. You will not learn how to code AJAX by reading this; either in an accessible and usable fashion or otherwise. This is a conceptual article. It will run through basic user-interface issues with AJAX (and other rich media). These are the reasons that AJAX functionality can be a problem [...]<p><strong><a href="http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/">Accessibility and Usability issues with AJAX</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>This is not a <em>technical</em> article. You will not learn how to code AJAX by reading this; either in an accessible and usable fashion or otherwise. This is a conceptual article. It will run through basic user-interface issues with AJAX (and other rich media). These are the reasons that AJAX functionality can be a problem for users&thinsp;&#8212;&thinsp;if you consider these issues carefully during development, it should greatly enhance the usability of your end&nbsp;product.</p>
<p>The basic limitations encountered with AJAX are&nbsp;threefold:</p>
<ul>
<li><a href="#discoverability">Discoverability of&nbsp;Functionality</a></li>
<li><a href="#usability">Usability of said&nbsp;Function</a></li>
<li><a href="#feedback">Discoverability of Function&nbsp;Feedback</a></li>
</ul>
<p>Best practice in any rich media format should always ensure that these three limitations are dealt with for all&nbsp;users.</p>
<p><span id="more-185"></span></p>
<div class="aside">
<p>I&#8217;m making the basic assumption that any Javascript discussed in this article has been designed sensibly with the concepts of &#8220;Progressive Enhancement&#8221; in mind. This is an article about the design of the Javascript-based user interface and making allowances for usability and accessibility within that Javascript-based&nbsp;interface.</p>
</div>
<h4 id="discoverability">Discoverability of&nbsp;Functionality</h4>
<p>The first challenge is to simply be aware that additional functionality is available. Discovering that a box is draggable, that a text field is editable, or that an image can be annotated requires some form of user notification. With some applications (like <a href="http://flickr.com">Flickr</a>, for example) the richness of interaction means that it is very difficult, practically speaking, to visibly label every possible&nbsp;interaction. </p>
<p>The usability issue is divided between two problems: either you don&#8217;t label every feature, or you overwhelm the design and the user with information. A page which is utterly <em>coated</em> with &#8220;Edit this,&#8221; &#8220;Drag that,&#8221; and &#8220;delete these&#8221; is not particularly more user friendly than a page devoid of labels, where actions require experimentation to be&nbsp;discovered. </p>
<p>The most common solution is through varying uses of tool tips, subtle graphic indicators, and other changes triggered by the mouse hover action. These solutions, while very effective for experienced, traditional users, are highly problematic for many others. People not using a mouse will never see them.  Have you ever tried to use <a href="http://flickr.com">Flickr</a> with only a keyboard? This is <em>not</em> a successful experience. Most functionality is completely lost to the keyboard&nbsp;navigator. </p>
<p>Some possible ways to solve these issues include limiting the use of AJAX functionality, so that you can clearly label all functions without cluttering the information display. This is a start, and will certainly be of use to sighted, mouse-using visitors, but doesn&#8217;t really cover all the&nbsp;bases. </p>
<p>The most effective method is to provide the option to enter a more traditional editing interface. Provide your AJAX methods, but also include a single &#8220;Edit&#8221; link (for example) which switches the user into an editing mode. This can enable all of the editable fields, and provide a standard method for inputting changes. Do <em>not</em> only provide this when Javascript is not available, however&thinsp;&#8212;&thinsp;it is a devastating error to assume that the only people needing assistance with AJAX functionality are those for whom Javascript is not&nbsp;available.</p>
<h4 id="usability">Usability of Rich Media&nbsp;Functions</h4>
<p>Naturally, the previous subject did bleed over into this one. Division of concepts in the user interface realm is not exactly clean, as every decision is liable to impact multiple areas. Nonetheless, there are many issues of usability with rich media which require their own discussions, assuming that whatever function is provided has already been&nbsp;discovered.</p>
<p>The biggest issue, and the most obvious, is that many rich media functions are triggered by mouse-specific commands. &#8220;Hover&#8221; or &#8220;Drag&#8221; are interface methods very easily embraced by a mouse user and completely unavailable to a keyboard&nbsp;user. </p>
<p>The fallback method can be to provide an alternative interface for all editing, of course, as described above. However, as much as possible, you should attempt to integrate alternative methods to provide an optimal experience for all your users.  Function triggers should&nbsp;be:</p>
<ul>
<li>Keyboard&nbsp;focusable</li>
<li>Described in a manner which allows for multiple&nbsp;uses</li>
<li>Described in a manner which specifies what will&nbsp;happen</li>
</ul>
<p>I wouldn&#8217;t say that you should discard your draggable, rearrangeable layout. You should, however, provide the option to rearrange the layout without a mouse. A set of keyboard selectable &#8220;Up-Down-Left-Right&#8221; arrows is a common and easily understandable&nbsp;approach. </p>
<p>Making certain that a function is possible to use for keyboard or screen-reader users is relatively trivial&thinsp;&#8212;&thinsp;consistently using anchor elements or form controls to trigger events will make that functionality pretty reliable for <em>most</em> users. One remaining user group which may experience difficulties is <a href="http://www.webcredible.co.uk/user-friendly-resources/web-accessibility/motor-impaired.shtml">mobility impaired&nbsp;users</a>.</p>
<p>One difficulty of trying to incorporate numerous interface elements into a space is that, inevitably, the trigger elements become smaller and smaller. This can have a significant impact of mobility-impaired users. Making certain that elements are keyboard-accessible and have strong <code>:focus</code> states will&nbsp;help.</p>
<h4 id="feedback">Discoverability of&nbsp;Feedback</h4>
<p>For visual users, this is usually not a great challenge. Exceptions might include low-vision users who require substantial magnification or who are affected by a disease such as <a href="http://en.wikipedia.org/wiki/Retinitis_pigmentosa">Retinitis pigmentosa</a>, a disease characterized by tunnel-vision. Either of these situations can make it difficult for the user to discover changes in the page which occur outside their limited viewable&nbsp;area.</p>
<p>To make the feedback obvious and effective, some thought is still required, of course. Feedback should be clearly separated from the rest of the page; such as through an overlay technique. It should always be visible in the current viewscreen&thinsp;&#8212;&thinsp;changes made outside of the currently viewable area should still be <em>reported</em> in a visible location. Subtlety isn&#8217;t really all that valuable: focus on understanding,&nbsp;first. </p>
<div class="aside">
<p>It has to be noted that the tests which this article is based on were not performed using the most current versions of the relevant software. One chart can be seen <a href="http://www.access-matters.com/results-for-javascript-part-1-navigating-links/">at Access Matters</a>&thinsp;&#8212;&thinsp;this is the data relevant to the Gez Lemon article. It&#8217;s not immediately obvious what versions of screen readers and browsers were used in the SitePoint article, but the article is dated May 5th, 2006&thinsp;&#8212;&thinsp;which makes the options&nbsp;limited. </p>
<p>For the record, the current version of <a href="http://www.freedomscientific.com/fs_downloads/jaws.asp">Freedom Scientific&#8217;s JAWS</a> (Job Access With Speech) is 8; which was released in November of 2006. Although the version tested is not specified, the tests were conducted before the current version came available. <a href="http://www.yourdolphin.com/productdetail.asp?id=5">Dolphin&#8217;s Hal</a> is now also on version 8, released apparently in the 2nd quarter of 2007. <a href="http://www.gwmicro.com/">GW Micro&#8217;s Windows-Eyes</a> is now on version 6.1; tests were done up through 5.5 (beta.). IBM&#8217;s Home Page Reader has not been in development for some time; those tests are current as regards the screen reader, although NOT in regards to the browser&nbsp;tested.</p>
</div>
<p>For aural users, this is a <em>huge</em> challenge. Not insurmountable, necessarily, but certainly a major hurdle. Gez Lemon covers the problems with <a href="http://juicystudio.com/article/making-ajax-work-with-screen-readers.php#informreader">providing focus in screenreaders in detail</a> in his article &#8220;Making AJAX work with screen readers.&#8221; The problems are numerous, and different for each major screen reader user agent. What it comes down to is that, at the time these tests were performed, there was <em>no reliable and consistent way of notifying screen readers that a change has&nbsp;occurred</em>. </p>
<p>This is a big disappointment. The conclusion reached by many is that AJAX functionality is, for the moment, beyond the realistic reach of screen reader users. This isn&#8217;t precisely accurate; since I&#8217;d argue you can still possibly make use of functions where the result of the function is patently obvious from the description of the function; however, you&#8217;d need to allow error messages to be handled using non-AJAX&nbsp;methods. </p>
<p>Fundamentally, in order to provide accessible interactions for a non-visual user, you need to provide a non-AJAX response. It will need to require a page refresh, and use in-page anchors to send the user directly to the relevant response message or a prominent link which will direct the user to that message. A clear statement about what has changed is absolutely&nbsp;required. </p>
<h4>Additional Articles and Resources on Ajax&nbsp;Accessibility</h4>
<ul>
<li><a href="http://webaim.org/techniques/ajax/">WebAIM: <em>Accessibility of Ajax&nbsp;Applications</em></a></li>
<li><a href="http://www-03.ibm.com/able/resources/ajaxaccessibility.html">Becky Gibson, IBM: <em>Ajax Accessibility&nbsp;Overview</em></a></li>
<li><a href="http://www.sitepoint.com/article/ajax-screenreaders-work">James Edwards: <em>Ajax and Screenreaders: When can it&nbsp;work?</em></a></li>
<li><a href="http://juicystudio.com/article/making-ajax-work-with-screen-readers.php#ajaxexample">Gez Lemon: <em>Making Ajax work with Screen&nbsp;Readers</em></a></li>
<li><a href="http://www.w3.org/WAI/PF/roadmap/">W3C: <em>Dynamic Accessible Web Content&nbsp;Roadmap</em></a></li>
<li><a href="http://www.w3.org/TR/aria-roadmap/">W3C: <em>Roadmap for Accessible Rich Internet Applications&nbsp;(WAI-ARIA)</em></a></li>
<li><a href="http://www.maxkiesler.com/index.php/weblog/comments/how_to_make_your_ajax_applications_accessible/">Max Kiesler&#8217;s List of AJAX and Accessibility&nbsp;resources.</a></li>
</ul>
<p><strong><a href="http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/">Accessibility and Usability issues with AJAX</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2007/10/accessibility-and-usability-issues-with-ajax/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Netflix: Instant Viewing</title>
		<link>http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/</link>
		<comments>http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/#comments</comments>
		<pubDate>Thu, 31 May 2007 15:07:07 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/</guid>
		<description><![CDATA[The &#8220;instant viewing&#8221; program from Netflix&#8201;&#8212;&#8201;streaming video for Netflix subscribers&#8201;&#8212;&#8201;is supposed to be available to their entire subscriber network by June of 2007. I tried it out last night.  It was&#160;awesome.
Netflix doesn&#8217;t yet have a particularly extensive collection in their instant viewing treasure trove, but it&#8217;s certainly substantial enough to provide items of interest [...]<p><strong><a href="http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/">Netflix: Instant Viewing</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>The &#8220;instant viewing&#8221; program from Netflix&thinsp;&#8212;&thinsp;streaming video for Netflix subscribers&thinsp;&#8212;&thinsp;is supposed to be available to their entire subscriber network by June of 2007. I tried it out last night.  It was&nbsp;<em>awesome</em>.</p>
<p>Netflix doesn&#8217;t yet have a particularly extensive collection in their instant viewing treasure trove, but it&#8217;s certainly substantial enough to provide items of interest for most audiences, with about 2,000 videos to watch across&nbsp;genres.</p>
<p>I watched a 45 minute television program at full screen on a monitor with 1400 by 900 pixel resolution. During the course of the viewing there&nbsp;were:</p>
<ul>
<li><strong>0</strong> sound&nbsp;glitches</li>
<li><strong>0</strong> video&nbsp;glitches</li>
</ul>
<p>The video quality was very acceptable for a TV sitcom. I&#8217;m not sure that I&#8217;d find something more exotically special-effects driven to be quite so satisfying, but that&#8217;ll have to be another test later! The relatively simple camera work and audio work of &#8220;Ballykissangel&#8221; were just&nbsp;fine.</p>
<p>The time between hitting &#8220;Play&#8221; and beginning to watch the video, <em>including</em> the download and install time for the Netflix video player was approximately 2&nbsp;minutes. </p>
<p>Sweet. Now, if only Netflix.com were an accessible site&#8230;
<p><strong><a href="http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/">Netflix: Instant Viewing</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2007/05/netflix-instant-viewing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IBM Building Accessible Multimedia Browser</title>
		<link>http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/</link>
		<comments>http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 01:01:46 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/</guid>
		<description><![CDATA[
IBM, a company which has long had a strong commitment to accessibility, is in the final stages of developing a new accessible web browsing product with a focus on&#160;multimedia.


From &#8220;IBM Helps Blind &#8216;See&#8217; Video, BBC&#160;News:



Using the A-Browser, a vision-impaired person can control media content by using predefined shortcut keys, rather than having to look for [...]<p><strong><a href="http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/">IBM Building Accessible Multimedia Browser</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
IBM, a company which has long had a strong commitment to accessibility, is in the final stages of developing a new accessible web browsing product with a focus on&nbsp;multimedia.
</p>
<p>
From &#8220;<a href="http://news.bbc.co.uk/2/hi/technology/6507189.stm">IBM Helps Blind &#8216;See&#8217; Video</a>, BBC&nbsp;News:
</p>
<blockquote>
<p>
Using the A-Browser, a vision-impaired person can control media content by using predefined shortcut keys, rather than having to look for the control buttons using a&nbsp;mouse.
</p>
<p>
The browser also allows video to be slowed down, speeded up and can accommodate an additional audio description or narration track that is often included to make films and television programmes more comprehensible to blind&nbsp;people.
</p>
<p>
The volume controls also allow the user to adjust the sound of various sources independently&thinsp;&#8211;&thinsp;for example the main audio track, an audio description track and output from a screen&nbsp;reader.
</p>
</blockquote>
<p>
Obviously, the product isn&#8217;t yet unleashed for world-wide testing; but it is available for speculation!  I&#8217;m not sure exactly how much extra functionality this will add when a user is encountering video without audio description or a narration track, but the simple fact of making existing resources more usable for users with visual impairments is a good&nbsp;start.
</p>
<p><strong><a href="http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/">IBM Building Accessible Multimedia Browser</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2007/03/ibm-building-accessible-multimedia-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Accessibility Problems</title>
		<link>http://www.joedolson.com/articles/2007/02/video-accessibility-problems/</link>
		<comments>http://www.joedolson.com/articles/2007/02/video-accessibility-problems/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 19:37:04 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Rich Media]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/2007/02/video-accessibility-problems/</guid>
		<description><![CDATA[
In our Web 2.0 times it seems like video sharing has become a social media giant.  I can certainly see why&#8201;&#8211;&#8201;it&#8217;s exciting and novel to be able to transmit these magical moving images across time and space! Well, OK&#8230;if you put it that way, it&#8217;s not all that new.  It is, however, spectacularly [...]<p><strong><a href="http://www.joedolson.com/articles/2007/02/video-accessibility-problems/">Video Accessibility Problems</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>
In our Web 2.0 times it seems like video sharing has become a social media giant.  I can certainly see why&thinsp;&#8211;&thinsp;it&#8217;s exciting and novel to be able to transmit these magical moving images across time and space! Well, OK&#8230;if you put it that way, it&#8217;s not all that new.  It is, however, spectacularly easy to do today&thinsp;&#8212;&thinsp;and <em>that</em> is a major&nbsp;difference.
</p>
<p>
What isn&#8217;t so easy is to make these videos accessible.  Video has a number of glaring accessibility problems.  There&#8217;s nothing especially complicated about these issues&thinsp;&#8212;&thinsp;they should be obvious, after all&thinsp;&#8212;&thinsp;but accomplishing them at all seems to be beyond the pale at the moment.  It&#8217;s not that it&#8217;s difficult to make video accessible.  It&#8217;s not that the software to do it, at least in a limited manner, is expensive or difficult to use.  It&#8217;s mostly two issues: laziness or&nbsp;ignorance.
</p>
<h4>What are the basic&nbsp;problems?</h4>
<ul>
<li>The blind can&#8217;t see videos.  Audio description of the events is&nbsp;required.</li>
<li>The deaf can&#8217;t hear the audio tracks accompanying video.  Text description of the audio content is&nbsp;required.</li>
<li>Video content may feature flashing images or text: videos exhibiting these behaviors should carry warnings for individuals with epileptic photosensitivity or other related problems. (Not really the main focus of this article; but important to&nbsp;mention.)</li>
</ul>
<p>
I&#8217;m sure there are additional, more subtle issues that can be raised, as well, but if these three are dealt with we&#8217;ve accomplished the fundamental&nbsp;goals.
</p>
<h4>Why might people skip video&nbsp;accessibility?</h4>
<p>
The time involved in preparing transcripts and captioning can be substantial, and that may slow down some potential video creators. That&#8217;s laziness.  I choose to believe that this is the lesser of the two issues: I&#8217;m optimistically hoping that most people who are aware of the accessibility issues and care about it will take the time and effort to make it happen.  I think the awareness issue is far&nbsp;greater.
</p>
<p>
Some people will make the assumption that disabled populations won&#8217;t be interested in resources which feature aspects related to that person&#8217;s impairment.  They are ignorant of what interest impaired populations may have in the aspects of that resource which they <em>can</em> access.  A visually impaired person may never see you.  Does this mean they won&#8217;t want to talk to you?  No&thinsp;&#8212;&thinsp;just don&#8217;t expect pointing to be a useful to them. Pointing is a visual gesture: you need to provide audio description of your own actions in conversation.  It&#8217;s the same in video.  The visual elements may not convey any information to a person with a visual impairment, but appropriate audio description and the audio track may still convey all the information that person&nbsp;needs.
</p>
<p>
A lack of technological awareness is part of the problem: but I think that the greater issue is a lack of social awareness.  Once a video resource creator can understand how important accessibility is, the technological barrier is minor.  Information on captioning, audio description and transcribin is readily&nbsp;available.
</p>
<p>
I think I can understand when a site like YouTube fails to supply all of these accessibility options.  The problem with user generated content in video is that the burden of responsibility for these accessibility features falls on the user.  The average bedroom webcam self-recorder doesn&#8217;t have the knowledge or the capacity to prepare appropriate synchronized captioning or audio&nbsp;description.
</p>
<p>
But that doesn&#8217;t excuse it in other sites providing embedded&nbsp;video.
</p>
<h4>
A few resources on Video Captioning:<br />
</h4>
<ul>
<li><a href="http://www.stevepugh.net/VTT/2007/02/19/video-accessibility/">Steve Pugh: Video&nbsp;Accessibility</a></li>
<li><a href="http://www.doit.wisc.edu/accessibility/video/">University of Wisconsin at Madison: Accessibility Videos</a>&thinsp;&#8212;&thinsp;A nice collection of videos on accessibility: transcripts provided and captioning&nbsp;included.</li>
<li><a href="http://www.webaim.org/techniques/captions/quicktime/">WebAIM: Adding captioning in&nbsp;Quicktime</a></li>
<li><a href="http://www.webaim.org/techniques/captions/real/">WebAIM: Adding captioning in&nbsp;RealPlayer</a></li>
<li><a href="http://www.webaim.org/techniques/captions/windows/">WebAIM: Adding captioning in Windows Media&nbsp;Player</a></li>
<li><a href="http://www.webaim.org/techniques/captions/software.php">WebAIM: Video captioning&nbsp;software</a></li>
<li><a href="http://www.washington.edu/accessit/articles?79">University of Washington: What is audio&nbsp;description?</a></li>
<li><a href="http://joeclark.org/access/captioning/">Joe Clark on&nbsp;Captioning</a></li>
</ul>
<p><strong><a href="http://www.joedolson.com/articles/2007/02/video-accessibility-problems/">Video Accessibility Problems</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web&nbsp;Design</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.joedolson.com/articles/2007/02/video-accessibility-problems/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
