<?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>ClearType Press - Building a Better Government Web &#187; Accessibility</title>
	<atom:link href="http://cleartypemedia.com/press/tag/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://cleartypemedia.com/press</link>
	<description>Dedicated to improving government web sites through best practices and social media.</description>
	<lastBuildDate>Mon, 12 Apr 2010 02:23:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adobe and Open Government</title>
		<link>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/</link>
		<comments>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:12:58 +0000</pubDate>
		<dc:creator>Jin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Open Government]]></category>

		<guid isPermaLink="false">http://cleartypemedia.com/press/?p=432</guid>
		<description><![CDATA[Adobe recently launched its Open Government initiative. As a tech giant, how can Adobe help government agencies to deliver their data to the general public?]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-439" title="Adobe Open Government" src="http://cleartypemedia.com/press/wp-content/uploads/2009/11/adobe-dc.jpg" alt="Adobe Open Government" width="630" height="427" /></p>
<p class="init">If you come to Washington D.C. right now, chances are you will see big poster ads by Adobe. This is because Adobe recently launched their Open Government initiative. As stated on their <a href="http://www.adobe.com/opengov/">web site</a>:</p>
<blockquote><p>As Washington takes steps to become more transparent, government departments and agencies are more openly collaborating with each other as well as the public. See examples of how Adobe technology and software are empowering the Open Government movement.</p></blockquote>
<p>As a web designer and front-end developer working in government IT, I love the Adobe products that I use daily. However, I was surprised that Adobe built their Open Gov site entirely in Flash. Flash sites are not accessible or section 508 compliant. The best use of Flash for government web use now is to stream videos. Chris Foresman summed up the problem with Flash in his article on <a href="http://arstechnica.com/tech-policy/news/2009/10/adobe-pushes-flash-and-pdf-for-open-government-misses-irony.ars">Ars Technica</a>:</p>
<blockquote><p>After just a cursory browsing, here are some of the usability and data accessibility issues we observed. You can&#8217;t select, copy, or paste any text. Your browser&#8217;s font override features won&#8217;t work, so you can&#8217;t adjust the font or its size to be more readable. Your browser&#8217;s built-in in-page search won&#8217;t work, and you can&#8217;t use the keyboard to scroll through the text. You can&#8217;t parse or scrape the data in any way; the design is fixed-width, so it&#8217;s not going to work well on different screen sizes; and browser plugins, like Greasemonkey, can&#8217;t adjust anything. Basically when it comes to text at all, if you don&#8217;t like the style or are visually impaired, you&#8217;re screwed.</p></blockquote>
<p>Personally, I&#8217;m not anti-Flash. I believe in using the right tool for the job and Flash has its place. Rich media sites such as TV, movies, and gaming sites use it to offer their tech savvy audiences the best interactive experience.  However for government sites, we need to make sure our sites are as accessible as possible to everyone out there. With the advancement in front-end development, many interactive elements can be done in pure HTML, CSS and unobtrusive JavaScript today.</p>
<div class="divider">
<hr /></div>
<p>The second issue is Adobe&#8217;s push for PDF format. Just about all government agencies use Adobe Acrobat to publish documents in PDF format. I have no problem with PDF for short documents. They&#8217;re printer friendly and accessible if done correctly. However, long reports can be a nightmare for both developers and the public who attempt to read them.</p>
<p>Clay Johnson from Sunlight Labs recently wrote a <a href="http://sunlightlabs.com/blog/2009/adobe-bad-open-government/">blog post</a> titled &#8220;Adobe is Bad for Open Government.&#8221;</p>
<blockquote><p>Take, for instance, H.R. 3200&#8211; otherwise known as &#8220;America&#8217;s Affordable Health Choices Act of 2009&#8243;, a 1017 page healthcare bill from congress. Because it is primarily published in PDF, we&#8217;ve got to build a special parser for it&#8211; that bill&#8211; in order to represent it programatically. Or Carl Malamud&#8217;s IRS filings for 527 (stealth PAC) organizations: gigabytes of PDF files, all released by government. Government releasing data in PDF tends to be catastrophic for Open Government advocates, journalists and our readers because of the amount of overhead it takes to get data out of it. When a government agency publishes its data and documents as PDFs, it makes us Open Government advocates and developers cringe, tear our hair out, and swear a little (just a little).</p></blockquote>
<p>Clay suggests instead of PDF we should use other formats such as HTML or XML. I prefer XML since many PDFs already are built off XML format. As for HTML, I can see several issues:</p>
<ul>
<li>Writing valid HTML code. Unless the people who create the files are up to date with W3C standards, we&#8217;ll end up with tons of poorly written HTML files. Many government sites are plagued with poor HTML already.</li>
<li>XML offers a structured format that can be transformed using <a href="http://en.wikipedia.org/wiki/Xsl">XSL</a> into other, more specific formats such as HTML or PDF.</li>
</ul>
<p>I recommend reading Clay&#8217;s article in its entirety, including its comment section. Recently, Clay and Rob Pinkerton, the Director of Adobe Government Solutions, appeared on the <a href="http://thekojonnamdishow.org/shows/2009-11-10/obstacles-open-government">Kojo Nnamdi Show</a>. They offered their views in-depth on Adobe&#8217;s involvement in the Open Government movement. The audio and transcript are available on Kojo&#8217;s site.</p>
<div class="divider">
<hr /></div>
<p>I am happy that Adobe wants to get involved with pushing government IT forward. However, they should study the constraints government agencies face. Document format and accessibility are two important issues given the amount of data to be presented to the public.</p>
<p>&#8220;Accessibility&#8221; is a big word. Everyone who develops Web sites &#8211; coders and content creators alike &#8211; should aim for full compliance, but the reality is that only the criteria in <a href="http://section508.gov/">Section 508</a> are <strong>legally binding</strong> to government. For <a href="http://section508.gov/index.cfm?FuseAction=Content&#038;ID=12#Web">Web-based intranet and internet information and applications (§ 1194.22 )</a>, this means sixteen criteria and the Adobe Open Government site does not meet them. Paragraph (l) states &#8220;When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology.&#8221; Unfortunately, there is text content in the HTML source of the page, but CSS is used to hide that content in such a way that it is not announced by screen readers (using &#8220;<code>display: none</code>&#8220;).</p>
<p>Adobe missed a valuable opportunity to demonstrate how Flash can be used in an unobtrusive and/or accessible way; if Adobe can&#8217;t make a Flash-based, 508-compliant site, why should we expect government developers &#8211; or any developers &#8211; to do so?</p>
<p><ins datetime="2009-12-04T23:30:00Z" style="text-decoration: none"><strong>Update (12/3/2009):</strong> The Adobe Open Government site has been <a href="http://www.adobe.com/opengov/">updated</a>! The site still uses Flash to provide some background animations, but the content is marked up using HTML, CSS and JavaScript.</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://cleartypemedia.com/press/2009/11/adobe-and-open-government/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Helpful Resources</title>
		<link>http://cleartypemedia.com/press/2009/10/helpful-resources/</link>
		<comments>http://cleartypemedia.com/press/2009/10/helpful-resources/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:10:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Gov 2.0]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://cleartypemedia.com/press/?p=253</guid>
		<description><![CDATA[If you're a web designer or developer working on government sites, it's very important that you keep up with the latest web design trends and development techniques. Our field evolves at a fast pace because of new technologies as well as tips and tricks to get more out of what we already possess, whether it's a tool or a technique. The best way to learn is through reading helpful blogs and reference sites to get informed and inspired.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-259" title="Web Resources" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/web_resources2.jpg" alt="Web Resources" width="630" height="338" /></p>
<p class="init">If you&#8217;re a web designer or developer working on government sites, it&#8217;s very important that you keep up with the latest web design trends and development techniques. Our field evolves at a fast pace because of new technologies as well as tips and tricks to get more out of what we already possess, whether it&#8217;s a tool or a technique. The best way to learn is through reading helpful blogs and reference sites to get informed and inspired.</p>
<p>In this post we&#8217;re going to share some of our favorite sites. We hope you find them useful.</p>
<h2>Design</h2>
<h3>Graphics</h3>
<ul>
<li><a href="http://abduzeedo.com/">Abduzeedo</a> &#8211; <a href="http://feeds.feedburner.com/abduzeedo"><em>rss</em></a></li>
<li><a href="http://psd.tutsplus.com/">Psdtuts</a> &#8211; <a href="http://feeds.feedburner.com/psdtuts"><em>rss</em></a></li>
<li><a href="http://www.webdesignerdepot.com/">Web Designer Depot</a> &#8211; <a href="http://www.webdesignerdepot.com/rss.htm"><em>rss</em></a></li>
<li><a href="http://www.tutorial9.net/">Tutorial 9</a> &#8211; <a href="http://feeds.feedburner.com/tutorial9"><em>rss</em></a></li>
<li><a href="http://www.photoshoplady.com/">Photoshop Lady</a> &#8211; <a href="http://feeds2.feedburner.com/PhotoshopLady"><em>rss</em></a></li>
<li><a href="http://psdfan.com/">PSDFan</a> &#8211; <a href="http://feeds.feedburner.com/psdfan"><em>rss</em></a></li>
<li><a href="http://www.webdesignerwall.com/">Web Designer Wall</a> &#8211; <a href="http://feeds2.feedburner.com/WebDesignerWall"><em>rss</em></a></li>
</ul>
<h3>Typography</h3>
<ul>
<li><a href="http://www.typography.com/">Hoefler &amp; Frere Jones</a> &#8211; <a href="http://www.typography.com/ask/rss.php"><em>rss</em></a></li>
<li><a href="http://www.designworkplan.com/">DesignWorkPlan</a> &#8211; <a href="http://feeds2.feedburner.com/designworkplan"><em>rss</em></a></li>
<li><a href="http://ilovetypography.com/">I Love Typography</a> &#8211; <a href="http://feedproxy.google.com/ILoveTypography"><em>rss</em></a></li>
<li><a href="http://retinart.net/">Retinart</a> &#8211; <a href="http://feeds.feedburner.com/retinart/"><em>rss</em></a></li>
<li><a href="http://typedia.com/">Typedia</a></li>
</ul>
<h3>Logo &amp; Branding</h3>
<ul>
<li><a href="http://www.davidairey.com/">David Airey</a> &#8211; <a href="http://feeds2.feedburner.com/CreativeDesign"><em>rss</em></a></li>
<li><a href="http://www.logodesignlove.com/">Logo Design Love</a> &#8211; <a href="http://feeds2.feedburner.com/logodesignlove"><em>rss</em></a></li>
<li><a href="http://www.underconsideration.com/brandnew/">Brand New</a> &#8211; <a href="http://www.underconsideration.com/brandnew/atom.xml"><em>rss</em></a></li>
</ul>
<h3>Infographics</h3>
<ul>
<li><a href="http://flowingdata.com/">FlowingData</a> &#8211; <a href="http://feeds.feedburner.com/FlowingData"><em>rss</em></a></li>
<li><a href="http://infosthetics.com/">Information Aesthetics</a> &#8211; <a href="http://infosthetics.com/information_aesthetics_subscription.html"><em>rss</em></a></li>
</ul>
<h3>Inspiration</h3>
<ul>
<li><a href="http://www.alistapart.com/articles/">A List Apart</a> &#8211; <a href="http://www.alistapart.com/feed/"><em>rss</em></a></li>
<li><a href="http://carsonified.com/blog/">Carsonified</a> &#8211; <a href="http://feeds.feedburner.com/vitaminmasterfeed"><em>rss</em></a></li>
<li><a href="http://forabeautifulweb.com/">For a Beautiful Web</a></li>
<li><a href="http://www.subtraction.com/">Substraction</a> &#8211; <a href="http://feeds2.feedburner.com/subtraction"><em>rss</em></a></li>
<li><a href="http://www.cameronmoll.com/">Authentic Boredom</a> &#8211; <a href="http://www.cameronmoll.com/index.xml"><em>rss</em></a></li>
<li><a href="http://jasonsantamaria.com/">Jason Santa Maria</a> &#8211; <a href="http://jasonsantamaria.com/articles/rss/"><em>rss</em></a></li>
</ul>
<h3>Showcase</h3>
<ul>
<li><a href="http://designm.ag/category/news/">DesignM.ag</a> &#8211; <a href="http://feeds2.feedburner.com/designmagblogandnews"><em>rss</em></a></li>
<li><a href="http://vandelaydesign.com/blog/">Vandelay Design</a> &#8211; <a href="http://feeds2.feedburner.com/Vandelay"><em>rss</em></a></li>
<li><a href="http://www.fuelbrandnetwork.com/">Fuel Brand Network</a> &#8211; <a href="http://feeds.feedburner.com/fuelbrandnetwork"><em>rss</em></a></li>
<li><a href="http://www.noupe.com/">Noupe</a> &#8211; <a href="http://feeds.feedburner.com/Noupe"><em>rss</em></a></li>
<li><a href="http://www.smashingmagazine.com/">Smashing Magazine</a> &#8211; <a href="http://rss1.smashingmagazine.com/feed/"><em>rss</em></a></li>
</ul>
<div class="divider">
<hr /></div>
<h2>Development</h2>
<h3>Front-End</h3>
<ul>
<li><a href="http://www.w3.org/">World Web Web Consortium (W3C)</a></li>
<li><a href="http://www.webdevout.net/">Web Devout by David Hammond</a> &#8211; <a href="http://www.webdevout.net/tidings/feed/rss/"><em>rss</em></a></li>
<li><a href="http://reference.sitepoint.com/">SitePoint CSS/HTML/JavaScript Reference by Tommy Olsson and Paul O’Brien</a></li>
<li><a href="http://cssglobe.com/">CSS Globe</a> &#8211; <a href="http://feeds.feedburner.com/cssglobe"><em>rss</em></a></li>
<li><a href="http://css-tricks.com/">CSS Tricks</a> &#8211; <a href="http://feeds2.feedburner.com/CssTricks"><em>rss</em></a></li>
<li><a href="http://centricle.com/ref/css/filters/">Centricle: CSS Filters (CSS Hacks)</a> (use with caution)</li>
<li><a href="http://www.jankoatwarpspeed.com/">Janko At Warpspeed</a> &#8211; <a href="http://feeds.feedburner.com/JankoAtWarpSpeed"><em>rss</em></a></li>
<li><a href="http://www.sohtanaka.com/">Web Dev &amp; Design by Soh Tanaka</a> &#8211; <a href="http://feeds.feedburner.com/sohtanaka"><em>rss</em></a></li>
<li><a href="http://www.cssdrive.com/index.php/news/">CSS Drive Community News</a> &#8211; <a href="http://www.cssdrive.com/index.php/news/rss_2.0/"><em>rss</em></a></li>
<li><a href="http://net.tutsplus.com/">Nettuts</a> &#8211; <a href="http://feeds.feedburner.com/nettuts"><em>rss</em></a></li>
<li><a href="http://scriptandstyle.com/">Script &amp; Style</a> &#8211; <a href="http://feeds2.feedburner.com/ScriptAndStyle"><em>rss</em></a></li>
<li><a href="http://www.opera.com/company/education/curriculum/">Opera: Web Standards Curriculum</a></li>
<li><a href="http://a.deveria.com/caniuse/">When can I use…</a> &#8211; <a href="http://a.deveria.com/caniuse/feed.php"><em>rss</em></a></li>
<li><a href="http://developer.yahoo.com/yui/theater/">YUI Theater</a> &#8211; <a href="http://http://feeds.yuiblog.com/yuiblog/yui-theater"><em>rss</em></a></li>
</ul>
<h3>Q &amp; A and Directory</h3>
<ul>
<li><a href="http://www.stackoverflow.com">Stackoverflow</a></li>
<li><a href="http://www.serverfault.com">ServerFault</a></li>
<li><a href="http://www.dzone.com/links/index.html">DZone</a></li>
</ul>
<div class="divider">
<hr /></div>
<h2>Usability &amp; <abbr title="Information Architecture">IA</abbr></h2>
<ul>
<li><a href="http://www.usabilitypost.com/">Usability Post</a> &#8211; <a href="http://feeds.feedburner.com/usabilitypost"><em>rss</em></a></li>
<li><a href="http://www.lukew.com/ff/">Function Form</a> &#8211; <a href="http://feeds.feedburner.com/FunctioningForm"><em>rss</em></a></li>
<li><a href="http://www.nickfinck.com/blog">Nick Finck</a> &#8211; <a href="http://feeds2.feedburner.com/NickFinck"><em>rss</em></a></li>
<li><a href="http://www.uxbooth.com/">UX Booth</a> &#8211; <a href="http://feeds.feedburner.com/uxbooth"><em>rss</em></a></li>
<li><a href="http://uxexchange.com/">UX Exchange</a></li>
</ul>
<div class="divider">
<hr /></div>
<h2>Accessibility</h2>
<ul>
<li><a href="http://www.456bereastreet.com/">456 Berea St</a> &#8211; <a href="http://www.456bereastreet.com/feed.xml"><em>rss</em></a></li>
<li><a href="http://www.section508.gov/">Section 508</a></li>
<li><a href="http://www.w3.org/WAI/">W3C Web Accessibility Initiative</a></li>
<li><a href="http://www.jfciii.com/">John F. Croston III</a> &#8211; <a href="http://www.jfciii.com/blog/feed/"><em>rss</em></a></li>
<li><a href="http://joeclark.org/">Joe Clark</a></li>
<li><a href="http://www.jimthatcher.com/">Jim Thatcher</a> &#8211; <a href="http://feeds2.feedburner.com/JimThatcher"><em>rss</em></a></li>
<li><a href="http://webaim.org/">WebAIM: Web Accessibility In Mind</a> &#8211; <a href="http://webaim.org/blog/feed"><em>rss</em></a></li>
<li><a href="http://juicystudio.com/">Juicy Studio by Gez Lemon</a> &#8211; <a href="http://juicystudio.com/syndicate/juicyatom.xml"><em>rss</em></a></li>
</ul>
<div class="divider">
<hr /></div>
<h2>Gov 2.0</h2>
<ul>
<li><a href="http://www.govloop.com">GovLoop</a></li>
<li><a href="http://govfresh.com/">GovFresh</a></li>
<li><a href="http://govzine.com/">GovZine</a></li>
<li><a href="http://levyj413.wordpress.com/">Government 2.0</a> &#8211; <a href="http://levyj413.wordpress.com/feed/"><em>rss</em></a></li>
<li><a href="http://www.webcontent.gov">WebContent.gov</a></li>
</ul>
<p>See something we missed? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://cleartypemedia.com/press/2009/10/helpful-resources/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Accessibility Camp DC</title>
		<link>http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/</link>
		<comments>http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:00:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[event coverage]]></category>
		<category><![CDATA[Washington DC]]></category>

		<guid isPermaLink="false">http://cleartypemedia.com/press/?p=85</guid>
		<description><![CDATA[As web designers and developers, we need to make sure the sites we build are user friendly to everyone. This is why accessibility is very important. This past Saturday, we attended the Accessibility Camp in Washington DC. We had a great time interacting with the experts and advocates in the field. In this article, we recap some of the sessions we attended. We hope you find it helpful.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-93" title="Accessibility Camp DC, October 10th, 2009" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_crowd1.jpg" alt="Accessibility Camp DC, October 10th, 2009" width="630" height="418" /></p>
<p class="init">One of the challenges when building government web sites is that the targeted audience range is diverse. This means we must ensure that our sites are accessible to everyone. In 1998, Congress introduced the <a href="http://www.section508.gov/index.cfm?FuseAction=Content&amp;ID=3">Section 508</a> of the <a href="http://www.access-board.gov/sec508/guide/act.htm">Rehabilitation Act</a>. Therefore, implementation of accessibility measures for government sites is not just a “nice to have,” but required by law.</p>
<blockquote><p>Section 508 was enacted to eliminate barriers in information technology, to make available new opportunities for people with disabilities, and to encourage development of technologies that will help achieve these goals.</p></blockquote>
<p>This past Saturday we attended the <a href="http://www.accessibilitycampdc.org/">Accessibility Camp DC</a>, organized by <a href="http://jfciii.com/">John F. Croston III</a>. John is a web developer and accessibility advocate working with the United States Army.</p>
<p>The event had a great turn out of a diverse group of users, administrators, developers and accessibility consultants &#8211; many of whom rely on <a href="http://en.wikipedia.org/wiki/Assistive_technology">assistive technology</a> &#8211; who were more than willing to share their insights. Organized in a bar camp/<a href="http://en.wikipedia.org/wiki/Unconference">unconference</a> fashion, the first activity of the event was creating a schedule of presentations and discussions from the list of suggested talks and topics on the event web site and from attendees volunteering to present or moderate. Special mention must be made of <a href="http://twitter.com/patricktimony">Patrick Timony</a> the Adaptive Services Division team at the <a href="http://www.dclibrary.org/dcpl/cwp/view.asp?a=1266&amp;q=565330"><abbr title="Martin Luther King, Jr.">MLK</abbr> Library</a> in D.C. who generously opened their facilities to us including standard convention amenities such as chairs, gathering spaces, Wifi and power outlets but also a <a href="http://en.wikipedia.org/wiki/Communication_Access_Real-Time_Translation">CART system</a> and sign language interpreters. The CART system offered real-time captioning (provided by <a href="http://www.2020captioning.com/">2020 Captioning</a>) projected onto a dedicated screen (the screen on the right side of the image, above) which not only increased the accessibility of the sessions (in that space) to attendees with a hearing impairment, but it also was a great tool for those of us taking notes and a perfect example of how accessible, inclusive design can increase overall usability.</p>
<p>Unfortunately, we couldn&#8217;t attend all of the sessions. Here are some sessions we attended:</p>
<ul>
<li><strong>Web Accessibility Initative, WCAG and 508</strong> &#8211; <a href="http://www.uiaccess.com/">Shawn Lawton Henry</a>, <a href="http://www.w3.org/WAI/">W3C-WAI</a></li>
<li><strong>Testing Techniques</strong> &#8211; Sam Johel, <a href="https://www.ssbbartgroup.com/">SSB Bart Group</a></li>
<li><strong>Government Project Management</strong> &#8211; <a href="http://www.fredline.com/">Fred Simonton</a> and James Chandler</li>
<li><strong>JAWS Screen Reader Demonstration</strong> &#8211; <a href="http://www.linkedin.com/in/jennison">Jennison Asuncion</a></li>
<li><strong>Is Your Website Accessible? Practical Ways to Make It So</strong> &#8211; <a href="http://www.jfciii.com">John F Croston III</a></li>
</ul>
<div class="divider">
<hr /></div>
<h2 id="wai-wcag-508">W3C WAI, Section 508, WCAG 2.0 and the Differences Between Them — Shawn Lawton Henry</h2>
<p><img class="alignnone size-full wp-image-97" title="Shawn Lawton Henry" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_shawn.jpg" alt="Shawn Lawton Henry" width="630" height="418" /></p>
<blockquote><p><a href="http://www.uiaccess.com/profile.html">Shawn Henry</a> leads worldwide education and outreach promoting web accessibility for people with disabilities at the W3C Web Accessibility Initiative (<a href="http://www.w3.org/WAI/">WAI</a>). Shawn focuses her personal passion for accessibility on bringing together the needs of individuals and the goals of organizations in designing human-computer interfaces. Her recent book, <cite><a href="http://www.uiaccess.com/JustAsk/"><strong>Just Ask</strong>: Integrating Accessibility Throughout Design</a></cite>, which is available free online, offers an approach for developing products that are more usable for everyone.</p></blockquote>
<p>Shawn&#8217;s presentation covered the history of various recommendations (standards) and policies including the <a href="http://www.w3.org/WAI/intro/wcag10docs.php">Web Content Accessibility Guidelines (WCAG) 1.0,</a> Section 508, <a href="http://www.w3.org/WAI/intro/wcag.php">WCAG 2.0</a>, <a href="http://www.w3.org/WAI/intro/atag.php">Authoring Tool Accessibility Guidelines   (ATAG)</a> and the differences between them. She described the process leading up to WCAG 2.0 and the “grumbling“ that followed. The community at large felt it was too full of technical jargon and didn&#8217;t contain enough real-world language. However, Shawn explained this criticism was a result of misunderstanding as this version of the Guidelines is written in technology-neutral language to better accommodate future technologies.</p>
<p>WCAG 1.0 focused specifically on HTML, CSS, JavaScript, PDF and Flash. In addition to the detailed Guidelines, the WCAG 2.0 document suite includes supporting materials that describe how to apply the Guidelines in technology-specific ways, such as in HTML documents. In her words, the technical standard is short &#8211; to facilitate stability &#8211; while the best practices are lengthy to be more specific.</p>
<p>Of particular interest to us was the discussion of the <a title="Update of the 508 Standards and the Telecommunications Act Guidelines" href="http://www.access-board.gov/sec508/update-index.htm">Section 508 Refresh</a> currently being undertaken by the <a href="http://www.access-board.gov/">United States Access Board</a>, which began in March, 2009. An audience member stated that Timothy Creagan at the Access Board said that advance notice of a public proposed rulemaking will be published later this year. When I asked Shawn how members of the community can provide feedback, she answered that there will be a window for public comment. This led to a larger discussion of how we as a community must raise issues to vendors, site owners, et al, in order to give them reasons to get accessibility prioritized within their organization.</p>
<p>A noteworthy takeaway from the discussion is that <strong>a stack of email messages complaining of issues sends a strong message and/or provides concrete evidence for site owners and project managers to prioritize accessibility</strong>. I added that this is especially important with the rise of purely community-based projects such as JavaScript frameworks (which are authoring tools themselves). Fortunately, the WAI is working on a document &#8220;<a href="http://www.w3.org/WAI/EO/Drafts/responding/">How to report inaccessible web sites</a>.&#8221;</p>
<div class="divider">
<hr /></div>
<h2 id="testing-techniques">Testing Techniques — Sam Johel, SSB Bart Group</h2>
<p><img class="alignnone size-full wp-image-98" title="Sam Johel" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_sam.jpg" alt="Sam Johel" width="630" height="418" /></p>
<p><a href="http://twitter.com/mixolydian">Sam Johel</a> is an accessibility consultant at the SSB BART Group in northern Virginia. His presentation described the process developed by SSB BART to quantify and qualify the accessibility of a site and the options available for testing. We hastily took down these notes during Sam&#8217;s presentation:</p>
<h3>Automated tools</h3>
<ul>
<li>fast, but notoriously prone to inaccurate results</li>
<li>Limited to HTML/CSS pages: cannot access non-HTML media</li>
<li>Unable to test the functional standards</li>
</ul>
<h3>Manual Review</h3>
<ul>
<li>Is a code-level review</li>
<li>Provides a much higher level of accuracy than automated tools</li>
<li>But, it must be done by humans, so it relies on extensive knowledge on the part of the tester and potential for error</li>
<li>Reviewing large volumes of code is far too time intensive</li>
</ul>
<h3>Use Case Testing</h3>
<ul>
<li>Common to quality assurance and accessibility testing</li>
<li>Involves specific tasks to be completed</li>
<li><strong>(At this point, Sam clarified that the true measure of a system&#8217;s level of accessibility is whether or not disabled users can use the system, not only complete a specific task)</strong></li>
<li>Just because a site is accessible does not mean it is compliant</li>
<li>Very <abbr title="Assistive technology">AT</abbr>-dependent; a site may be usable with <a href="http://www.freedomscientific.com/products/fs/jaws-product-page.asp">JAWS</a>, but not <a href="http://www.aisquared.com/zoomtext/">ZoomText</a></li>
</ul>
<p>Sam added that with the increased use of rich Internet applications, there is more need to run automated tests first (to catch the 20-25% of issues that can be identified by automated testing), then do manual testing to verify issues raised by automated tests and to find other issues. Finally, perform use-case testing (design workflows for disabled users to complete, go through system, note issues) to catch any other issues.</p>
<p>&#8220;We want our testing to be accurate and consistent.&#8221; SSB BART have broken down different standards (<em>e.g.</em>, 508, WCAG) to create a checklist of criteria &#8211; to test against &#8211; and best practices to produce consistent, repeatable results and defensible criteria. &#8220;The standards will change, so we create the best practices and map those to standards.&#8221;</p>
<div class="divider">
<hr /></div>
<h2 id="gov-project-management">Government Project Management — Fred Simonton and James Chandler</h2>
<p>Fred Simonton is an information technology specialist working at the <a href="http://www.loc.gov">Library of Congress</a> and James Chandler (<a href="http://twitter.com/uxprinciples">@uxprinciples</a>) is a consultant working with various agencies to ensure compliance. Together, they presented accessibility from the angle of management.</p>
<p>Fred spoke of the issue of 508 compliance within an agency and James continued the discussion with a very thought-provoking series of questions when he asked us these questions:</p>
<ol>
<li>Are you familiar with Section 508</li>
<li>If so, have you read the <a href="http://www.arnet.gov/far/">Federal Acquisition Regulation (FAR)</a> rules covering 508 &#8211; where it applies, to whom and so forth?</li>
<li>According to the FAR who is responsible for specifying 508 compliance?</li>
</ol>
<p>Fortunately for us, James laid out the responsibilities in detail &#8211; it is the role of the agency to specify the required compliance &#8211; and the risks that can be incurred if another party such as a contractor takes on that task. There was mention that it is a known issue within the federal government that 508 compliance is too-often part of acquisition document templates, even when it does not apply.</p>
<p>James pointed out that by not thinking about accessibility from the very beginning of project development it will end up being very costly. He stressed that it is up to the management and the  developers to be aware of ensuring web sites are accessible. Otherwise, future fixes will take much more resource and time.</p>
<div class="divider">
<hr /></div>
<h2 id="jaws-demo">JAWS Screen Reader Demonstration by Jennison Asuncion</h2>
<p><img class="alignnone size-full wp-image-112" title="Jennison Asuncion" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jennison.jpg" alt="Jennison Asuncion gives a demo on JAWS screen reader" width="630" height="418" /></p>
<p><a href="http://twitter.com/Jennison">Jennison Asuncion</a> is an accessibility consultant and a JAWS user and he gave a demonstration of some typical browsing scenarios for blind users. Fortunately for us, he slowed down the rate at which the words were read so we could follow along. He pointed out some tips, too, including (but not limited to):</p>
<ul>
<li>The <code>title</code> attribute is not read by default</li>
<li>All pages are linear to a screen reader user</li>
<li>Screen readers read from left to right, top to bottom</li>
</ul>
<div class="divider">
<hr /></div>
<h2 id="is-your-website">Is Your Website Accessible? by John F. Croston III</h2>
<p><img class="alignnone size-full wp-image-99" title="acdc_jfc" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jfc.jpg" alt="acdc_jfc" width="630" height="418" /></p>
<p>John&#8217;s presentation provided a great check list for making a website accessible and best practices. You can read his <a href="http://jfciii.com/presentations/wasp/accessibility.html">presentation</a> in its entirety on his site. Here are some of items to check for if your site is accessible or not:</p>
<h3>Text and Fonts</h3>
<p>Use proper size, leading, kerning and measure.</p>
<h3>Color and Contrast</h3>
<p>Text less than 18pt should have a color contrast of 4.5:1, and 3:1 for bigger text. <a href="http://snook.ca/technical/colour_contrast/colour.html">Color Contrast Checker</a> is a great tool for checking color contrast.</p>
<h3>Skip Nav</h3>
<p>Skip Nav is a link (sometimes hidden) within the page that allows screen reader users to skip to main content quickly, so they&#8217;re not forced to tab through all the top links.</p>
<h3>Tables</h3>
<p>HTML tables should written in semantic code. The &#8220;Summary&#8221; attribute is useful to tell the screen reader what the table is about.</p>
<h3>Forms</h3>
<p>An accessible form should use fieldset(s), legends(s), labels on input fields, and tab indexes.</p>
<h3>Screen Readers</h3>
<p>There are several popular screen readers. <a href="http://www.freedomscientific.com/products/fs/jaws-product-page.asp">JAWS</a>, <a href="http://www.gwmicro.com/Window-Eyes/">Window-Eyes</a>, and the free open source <a href="http://firevox.clcworld.net/">Fire Vox</a> (a Firefox extension)</p>
<h3>Accessibility Resources</h3>
<ul>
<li>W3C &#8211; <a href="http://www.w3.org/WAI/" target="_blank">Web Accessibility Initiative</a></li>
<li>W3C WAI &#8211; <a href="http://www.w3.org/WAI/intro/wcag" target="_blank">WCAG 2.0</a></li>
<li><a href="http://www.section508.gov/" target="_blank">Section 508</a></li>
<li>Aaron Gustafson &#8211; <a href="http://easy-reader.net/" target="_blank">http://easy-reader.net/ &#8211; blog</a></li>
<li>Aaron Gustafson &#8211; <a href="https://s3.amazonaws.com/ppt-download/learning-to-love-forms-webvisions-07-21033.pdf" target="_blank">Web Visions 07 Forms Presentation</a></li>
<li>Derek Featherstone- <a href="http://www.furtherahead.com/" target="_blank">http://www.furtherahead.com/</a></li>
<li>Ian Lloyd &#8211; <a href="http://lloydi.com/" target="_blank">http://lloydi.com/</a></li>
<li>Ian Lloyd &#8211; <a href="http://www.accessify.com/" target="_blank">http://www.accessify.com</a></li>
<li>Joe Clark &#8211; <a href="http://joeclark.org/" target="_blank">http://joeclark.org/</a></li>
<li>Joe Clark &#8211; <a href="http://fawny.org/" target="_blank">http://fawny.org/ &#8211; blog</a></li>
<li>Patrick Lauke &#8211; <a href="http://www.splintered.co.uk/" target="_blank">http://www.splintered.co.uk/</a></li>
</ul>
<div class="divider">
<hr /></div>
<h2>Photos</h2>

<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_crowd-2/' title='Accessibility Camp DC Oct, 09'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_crowd1-150x150.jpg" class="attachment-thumbnail" alt="" title="Accessibility Camp DC Oct, 09" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jfc2/' title='John announcing the agenda for the day'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jfc2-150x150.jpg" class="attachment-thumbnail" alt="" title="John announcing the agenda for the day" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_schedule/' title='Going over the board to set the schedule'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_schedule-150x150.jpg" class="attachment-thumbnail" alt="" title="Going over the board to set the schedule" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_crowd3/' title='Nice turn out'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_crowd3-150x150.jpg" class="attachment-thumbnail" alt="" title="Nice turn out" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_shawn/' title='Shawn Henry speaks about WCAG'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_shawn-150x150.jpg" class="attachment-thumbnail" alt="" title="Shawn Henry speaks about WCAG" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_david/' title='David asks Shawn about WCAG'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_david-150x150.jpg" class="attachment-thumbnail" alt="" title="David asks Shawn about WCAG" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_sam/' title='Sam speaks about unit testing'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_sam-150x150.jpg" class="attachment-thumbnail" alt="" title="Sam speaks about unit testing" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jennison/' title='Jennison demos JAWS'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jennison-150x150.jpg" class="attachment-thumbnail" alt="" title="Jennison demos JAWS" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jaws2/' title='Crowd reaction to Jennison&#039;s JAWS demo'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jaws2-150x150.jpg" class="attachment-thumbnail" alt="" title="Crowd reaction to Jennison&#039;s JAWS demo" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jaws3/' title='Jennison&#039;s JAWS demo drew a lot of interest'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jaws3-150x150.jpg" class="attachment-thumbnail" alt="" title="Jennison&#039;s JAWS demo drew a lot of interest" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jfc3/' title='John speaks about accessibility checklists and best practices'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jfc3-150x150.jpg" class="attachment-thumbnail" alt="" title="John speaks about accessibility checklists and best practices" /></a>
<a href='http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/acdc_jfc/' title='John speaks about accessibility checklists and best practices'><img width="150" height="150" src="http://cleartypemedia.com/press/wp-content/uploads/2009/10/acdc_jfc-150x150.jpg" class="attachment-thumbnail" alt="" title="John speaks about accessibility checklists and best practices" /></a>

<h2>We Had a Great Time!</h2>
<p>All in all, it was a long day but we left inspired and energized. While we couldn&#8217;t take part in the after-camp festivities at the bar, we met many new people during the events and feel more connected to the community both personally and professionally. We&#8217;d like to thank John and other organizers for hosting the event, and speakers who shared their insights. We look forward to the next event!</p>
<p>P.S. If you attended the sessions we weren&#8217;t able to make, please share their information and materials. John has started collecting  <a href="http://www.accessibilitycampdc.org/slides.shtml">Accessibility Camp DC slides, blog posts and other links</a> and <a href="http://twitter.com/#search?q=%23accesscampdc">#accesscampdc</a> is still going strong. <em>Let&#8217;s keep the discussion going!</em></p>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleartypemedia.com/press/2009/10/accessibility-camp-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
