<?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; Accessibility</title>
	<atom:link href="http://www.joedolson.com/articles/category/accessibility/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>When More is Less</title>
		<link>http://www.joedolson.com/articles/2010/03/when-more-is-less/</link>
		<comments>http://www.joedolson.com/articles/2010/03/when-more-is-less/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 16:14:08 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=693</guid>
		<description><![CDATA[One of the most famously cliched spy movie themes is the absurdly complex method (and accompanying explanation) in which the villain intends to kill the hero. Layer upon layer of killer sharks, laser beams, poisonous gases, and robot assassins employed with the sole intention of killing one fundamentally normal person (albeit a very suave person, [...]<p><strong><a href="http://www.joedolson.com/articles/2010/03/when-more-is-less/">When More is Less</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>One of the most famously cliched spy movie themes is the absurdly complex method (and accompanying explanation) in which the villain intends to kill the hero. Layer upon layer of killer sharks, laser beams, poisonous gases, and robot assassins employed with the sole intention of killing one fundamentally normal person (albeit a very <em>suave</em> person, of&nbsp;course.)</p>
<p>And, naturally, it always fails. Something goes wrong in the system; gross negligence of maintenance causes a malfunction; or some unanticipated exception allows the hero to&nbsp;escape. </p>
<p>This is an important thing to keep in mind when designing or building a web site, in every aspect. When you think you&#8217;re adding fabulous new functionality or greater accessibility, you should always be thinking about whether you&#8217;re ultimately supporting your visitor&#8217;s needs&thinsp;&#8212;&thinsp;or just making your system needlessly more&nbsp;complex. </p>
<p>Jared Smith, from Web AIM, recently published an article on <a href="http://webaim.org/blog/web-accessibility-preferences-are-for-sissies/">web accessibility preferences</a> expounding on the notion that in most cases, providing tools for your disabled users to change their experience usually means that you haven&#8217;t done your job right in the first place. Perhaps, rather than adding a tool to enable people to adjust your site, you should simply <strong>fix the site</strong>. Jared makes the very good point that in most cases, the people who need text enlargement have already taken care of it through their browser settings or operating system; and those who need extreme enlargement can&#8217;t be helped by a common accessibility widget&thinsp;&#8212;&thinsp;they need software&nbsp;support.</p>
<p>So, given this case, what do you actually accomplish by adding accessibility widgets to a web&nbsp;site? </p>
<p>If you&#8217;ve added them to a global element, to make them available throughout the site, you&#8217;ve made your site more complex: there&#8217;s more information on every page which needs to be sorted through or skipped over. You&#8217;ve added an additional technical element which needs to be supported and maintained&thinsp;&#8212;&thinsp;as browsers change, you&#8217;ll need to be rechecking not just your default settings, but all of the various combinations you&#8217;re providing, as&nbsp;well. </p>
<p>If you&#8217;ve added the same options to a page dedicated to these accessibility options, you&#8217;ve pretty well avoided the problem of having a globally more complicated interface. However, you need to ask yourself whether the problems your accessibility options fix will prevent the users who need them from finding the options!  Take this example: you&#8217;ve chosen a relatively low-contrast (but attractive) text color for your footer and secondary header navigation. Since this color is below the <a href="http://www.joedolson.com/articles/2008/05/testing-color-contrast/"><acronym title="Web Content Accessibility Guidelines">WCAG</acronym> 2 color contrast requirements</a>, you&#8217;re providing a link to a page where the user can select a high-contrast&nbsp;option. </p>
<p>Unfortunately, since the link is in your footer, that user who needs a high-contrast page can&#8217;t actually find the page where they can make the&nbsp;change. </p>
<p>Problems with site complexity don&#8217;t only effect web accessibility, however. Any additional function to your web site needs to be carefully considered before  implementation: is it worth while to add an audio player with auto start to your home page? What are the consequences of making this change? You may think that it&#8217;s a great opportunity to immediately promote your band&#8217;s music to those who want to hear it; but you&#8217;re making the gross assumption that those visitors want to hear it <strong>right now</strong>. They may not. And if they&#8217;re in a sensitive situation&thinsp;&#8212;&thinsp;checking you out from their quiet office cubicle, for example&thinsp;&#8212;&thinsp;then their first reaction is likely to be &#8220;How do I turn this&nbsp;off!&#8221;</p>
<p>Assuming you have decided to add this audio player to your web site&thinsp;&#8212;&thinsp;you may not realize that the most important control you need to have is a prominent <em>STOP</em> button. Otherwise, the most natural way to stop the music is to leave your&nbsp;site. </p>
<p>Any piece of new functionality adds complexity to a site. It may create an undesirable reaction, it may create user confusion&thinsp;&#8212;&thinsp;or it may be a brilliant idea which turns your home business into a multi-million dollar corporation. You shouldn&#8217;t avoid adding functionality on the grounds that anything complicated is going to be a problem; but you should certainly take a very close look at every new feature and decide whether it will add to the user experience. When making that decision, the points to consider are not limited to the value of that feature alone. You need to also consider all the other features which will be simultaneously available; you may want to add a new feature, but move an existing one. It&#8217;s usually not any given feature which causes problems; it&#8217;s having too many paths to follow which may confuse your visitors.
<p><strong><a href="http://www.joedolson.com/articles/2010/03/when-more-is-less/">When More is Less</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/2010/03/when-more-is-less/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When the right hand doesn&#8217;t listen to the left.</title>
		<link>http://www.joedolson.com/articles/2010/01/when-the-right-hand-doesnt-listen-to-the-left/</link>
		<comments>http://www.joedolson.com/articles/2010/01/when-the-right-hand-doesnt-listen-to-the-left/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:47:03 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[alistapart]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=650</guid>
		<description><![CDATA[
Thanks to the power of internet criticism, the code discussed in this blog post has since been fixed! Sometimes just making a complaint is all it takes to get something fixed. I was highly critical of the code authors for this low-quality code; but they truly did care, and made changes. Thank&#160;you.

Authoring forms is an [...]<p><strong><a href="http://www.joedolson.com/articles/2010/01/when-the-right-hand-doesnt-listen-to-the-left/">When the right hand doesn&#8217;t listen to the left.</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<div id="update">
<p>Thanks to the power of internet criticism, the code discussed in this blog post has since been fixed! Sometimes just making a complaint is all it takes to get something fixed. I was highly critical of the code authors for this low-quality code; but they truly did care, and made changes. Thank&nbsp;you.</p>
</div>
<p>Authoring forms is an important part of keeping the web fully accessible&thinsp;&#8212;&thinsp;not just providing access to information, but allowing users to fully interact with the web in all it&#8217;s glory. Interactivity is what makes the web powerful and&nbsp;persuasive.</p>
<p>As such, I can&#8217;t help but be frustrated when I run across basic form construction which is simply well below the standards I&#8217;ve come to expect. A form like this one, for example, is incredibly irritating to my sense of what the web should&nbsp;be:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">action</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/store/add_event_to_cart/53&quot;</span> autocomplete<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;off&quot;</span> <span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;post&quot;</span>&gt;</span>    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">table</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> nowrap&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;required&quot;</span>&gt;</span>First Name:<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee_first_name&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee[first_name]&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;40&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> nowrap&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;required&quot;</span>&gt;</span>Last Name:<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
&nbsp;
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee_last_name&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee[last_name]&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;40&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
&nbsp;
...[numerous similar fields deleted to avoid boring the hell out of you]...
&nbsp;
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;</span><span style="color: #ddbb00;">&amp;nbsp;</span><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;</span>
&nbsp;
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee[sponsor_email]&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">checked</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checked&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee_sponsor_email&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee[sponsor_email]&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;vertical-align: top;&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;checkbox&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">p</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;display: inline-block; width: 360px;&quot;</span>&gt;</span>Please sign me up to get occasional information from select sponsors, partners, and other fun people.<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">td</span> <span style="color: #000066;">colspan</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;2&quot;</span>&gt;</span>Discount code (if applicable): <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> autocomplete<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;off&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee_discount_code&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;attendee[discount_code]&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;10&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">td</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">tr</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">table</span>&gt;</span>
&nbsp;
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;commit&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Add Attendee&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></div></div>

<p>But in this case, it&#8217;s not just the nature of the form itself. There&#8217;s a lot wrong here&thinsp;&#8212;&thinsp;the use of <code>table</code> for layout is a big problem, but even if you&#8217;re accepting the table as logical (and there <em>is</em> a particular logic which would except tables for forms,) the lack of a summary or headings in that table and the use of empty table cells to provide spacing is a big problem. Then we look at the form itself&thinsp;&#8212;&thinsp;not a <code>label</code> element in sight; instead we have plain text using a <code>span</code> and <code>class</code> to indicate if a field is required. There&#8217;s no coded indication that a field is required; it&#8217;s a purely visual&nbsp;indicator. </p>
<p>My sense of accessibility&nbsp;hurts.</p>
<p>And do you want to know where this code came from? <a href="https://store.aneventapart.com/store/add_attendee/53">Here it&nbsp;is</a>.</p>
<p>Here are a few good articles on high quality form construction&thinsp;&#8211;&thinsp;but don&#8217;t bother reading them. After all, they&nbsp;didn&#8217;t.</p>
<ul>
<li><a href="http://www.alistapart.com/articles/sensibleforms">Sensible&nbsp;Forms</a></li>
<li><a href="http://www.alistapart.com/articles/prettyaccessibleforms/">Pretty Accessible&nbsp;Forms</a></li>
<li><a href="http://www.alistapart.com/articles/makingcompactformsmoreaccessible">Making Compact Forms more&nbsp;Accessible</a></li>
</ul>
<p>This is something that pisses me off; but you can find it everywhere. Large organizations responsible for web publishing don&#8217;t always maintain the standards they talk about. Is it just talk, then? Does the fact that <a href="http://www.aneventapart.com">An Event Apart</a> does what <a href="http://www.alistapart.com">A List Apart</a> condemns mean following standards and implementing accessibility doesn&#8217;t mean&nbsp;anything? </p>
<p>Thankfully, no. It does mean that web sites aren&#8217;t perfect; and the people doing the labor are frequently not the people who know best how it should be done. But it is a problem&thinsp;&#8212;&thinsp;as much as we can evangelize best practices, it doesn&#8217;t mean that they&#8217;ll be&nbsp;used.</p>
<p>There&#8217;s a lot of pressure in the web industry to produce fast results. Sometimes this means people take shortcuts; sometimes it means hiring people who may not be as fully trained or qualified as you really wish you had; and sometimes it means things just go&nbsp;wrong.</p>
<p>But I&#8217;m left with a definite feeling of frustration to find that a leading web standards event like An Event Apart should exhibit this kind of <acronym title="HyperText Markup Language">HTML</acronym> on their web&nbsp;site. </p>
<h3>How can this be&nbsp;avoided?</h3>
<p>Ooh, that&#8217;s a tough one. Work processes, new employees, insufficient testing&thinsp;&#8212;&thinsp;all of these can allow inferior code onto a site. As a freelance designer, it&#8217;s positively rare that I have sole control over new content or template changes after the initial launch. As a member of a team, I can only imagine that it&#8217;s even more difficult&thinsp;&#8212;&thinsp;anybody with sufficient permissions to commit a change can change the overall level of competency exhibited on the&nbsp;site.</p>
<p>Application of a tool like Marco Battilani&#8217;s <a href="http://accessites.org/site/2006/07/big-red-angry-text/">Big Red Angry Text</a> technique can help, but it&#8217;s a little scary to put into a published site if you know that the editing won&#8217;t always be done by knowledgeable people. It may demonstrate mistakes, but can sometimes serve to do nothing more than piss off or frustrate your client or staff. It depends on the control and education you&#8217;ve been able to&nbsp;impose.</p>
<ol>
<li>Educate. Teach the people who will be doing work on the site as much as you can&thinsp;&#8211;&thinsp;the what and the&nbsp;why.</li>
<li>Review the site. Review the work that&#8217;s been done; a 30 second glance at the code is likely to result in fixing at least some errors, and will hopefully prevent future errors of the same&nbsp;type.</li>
<li>Provide tools for self-checking. Not a first choice, since all automated tools are flawed by their very nature, but they can still be of&nbsp;use.</li>
</ol>
<p>It&#8217;s not always practical; but if following these steps is at all an option, it&#8217;s really worthwhile.
<p><strong><a href="http://www.joedolson.com/articles/2010/01/when-the-right-hand-doesnt-listen-to-the-left/">When the right hand doesn&#8217;t listen to the left.</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/2010/01/when-the-right-hand-doesnt-listen-to-the-left/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>United States disability statistics: Measurement and sources.</title>
		<link>http://www.joedolson.com/articles/2009/12/united-states-disability-statistics-measurement-and-sources/</link>
		<comments>http://www.joedolson.com/articles/2009/12/united-states-disability-statistics-measurement-and-sources/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:07:22 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[practical ecommerce]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=628</guid>
		<description><![CDATA[On Wednesday of last week, I published an article on disability statistics in Practical eCommerce magazine. Although there&#8217;s nothing particularly wrong with the article, I find myself wanting to publish a follow up article with more detail on the statistics. Statistics are complicated beasts, and I feel that detailed explication of sources and statistical problems [...]<p><strong><a href="http://www.joedolson.com/articles/2009/12/united-states-disability-statistics-measurement-and-sources/">United States disability statistics: Measurement and sources.</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>On Wednesday of last week, I published an <a href="http://www.practicalecommerce.com/articles/1417-Accessibility-How-Many-Disabled-Web-Users-Are-There-">article on disability statistics in Practical eCommerce magazine</a>. Although there&#8217;s nothing particularly wrong with the article, I find myself wanting to publish a follow up article with more detail on the statistics. Statistics are complicated beasts, and I feel that detailed explication of sources and statistical problems is well worth&nbsp;while. </p>
<p>First,&nbsp;sources: </p>
<h3>Americans with Disabilities:&nbsp;2005</h3>
<p>The primary source for statistics in the Practical eCommerce article was a report called <a href="http://www.census.gov/hhes/www/disability/sipp/disable05.html">Americans with Disabilites: 2005</a>, produced by the United States Census Bureau. The data dates to 2005, but the report was released in December of 2008, so it&#8217;s not far from the most current information available which is based on truly extensive&nbsp;research. </p>
<p>This report was released from data gathered in the <em>Survey of Income and Program Participation</em> in 2005, updating the information from a 2002 report of the same name. The report is limited to the civilian, non-institutionalized population of the nation, and estimates that the overall percentage of the population demonstrating disabilities would rise to 15.7 percent from 15.1 percent if that population was included, referencing information from the 2006 American Communities&nbsp;Survey. </p>
<h3>The American Communities&nbsp;Survey</h3>
<p>The ACS is a continuous data collection effort by the U.S. Census Bureau used to produce annual estimates at the national, state and local level on the characteristics of the United States population.  In 2005, the ACS collected information from approximately 3 million addresses in the United States and 36,000 addresses in Puerto Rico. In 2006, it will also include 2.5 percent of the population living in group quarters, (U.S. Census Bureau,&nbsp;2003). </p>
<p>Given the rapid pace of technological development, access to ongoing current statistics is of inordinate value to internet-based businesses, although the data is not currently detailed enough to be fully appreciable in web&nbsp;accessibility.</p>
<p>There is a more recent report, from the <a href="http://www.census.gov/hhes/www/disability/2006acs.html">2006 American Communities Survey</a>, but the data collection is organized differently, so I elected not to mix the two to avoid introducing errors caused by relating data sets which are not a definite match. Regardless, both sets of data include valuable information, and are well worth&nbsp;consulting. </p>
<p>The primary flaw in this period of American Communities Survey data is that it does not break out separate types of sensory disabilities; blindness and deafness are collapsed into a single category. Although both of these issues have a bearing on web accessibility, the response to the issues is so radically different that this is a major flaw in the data when it comes to web accessibility&nbsp;analysis.</p>
<p>More recent American Communities Surveys have broken this information down further. As of the 2008 questionnaire (<a href="http://www.census.gov/acs/www/SBasics/SQuest/SQuest1.htm">downloadable from the Census website</a>), sensory disabilities are separated between blindness/low vision and deaf/hard of&nbsp;hearing.</p>
<h3>Cornell University: Disability&nbsp;Statistics</h3>
<p>A third fabulous source for disability statistics (with easily the best interface of the group) is the <a href="http://www.ilr.cornell.edu/edi/disabilitystatistics/">Disability Statistics project at Cornell University</a>. The data is sourced from the American Communities Surveys and the 2000 United States Census, along with a few additional sources, so the base data is the same, but a greater variety of perspectives are&nbsp;available. </p>
<p>The Cornell database requires an account to access statistics, but they do provide free access using a public &#8220;guest&#8221; account. The email and password entered for the guest account are both&nbsp;&#8220;guest.&#8221;</p>
<h3>Issues with the&nbsp;Data</h3>
<p>It was necessary, of course, to summarize the data used for the report. However, each of those numbers should be viewed in context, as well. All of the data referenced is accessible as a Excel download from the U.S. Census Bureau (linked&nbsp;above).</p>
<p>The data is excellent for gaining an overview of the disabled population of the United States, but is not specific enough to give a clear sense of whether these disabilities will impact your web site. The statistics from the American with Disabilities report clearly state, for example, that 3.4% of individuals over 15 years of age have difficulty seeing; a total nearing 8 million people. However, exactly what is included in the data is hard to specify. The information was gathered by asking a series of questions, gathering whether the person had difficulty reading newsprint, etc. It doesn&#8217;t specify anything about the nature of the&nbsp;problem. </p>
<p>In general, my assumption is that the data may include some individuals who struggle with reading due to dyslexia, dependent on the exact phrasing of the questions, but not all, and presumably includes no or very few individuals with color&nbsp;blindness. </p>
<h4>Download the reports (all in <acronym title="Portable Document Format">PDF</acronym>&nbsp;format):</h4>
<ul>
<li><a href="http://www.census.gov/prod/2008pubs/p70-117.pdf">Americans with Disabilities:&nbsp;2005</a></li>
<li><a href="http://www.census.gov/hhes/www/disability/GQdisability.pdf">Disability Status and the Characteristics of People in Group&nbsp;Quarters</a></li>
<li><a href="http://www.census.gov/acs/www/AdvMeth/content_test/P4_Disability.pdf">	2006 ACS Content Test Evaluation Report Covering&nbsp;Disability</a></li>
</ul>
<p><strong><a href="http://www.joedolson.com/articles/2009/12/united-states-disability-statistics-measurement-and-sources/">United States disability statistics: Measurement and sources.</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/2009/12/united-states-disability-statistics-measurement-and-sources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best practices: keywords in alt attributes</title>
		<link>http://www.joedolson.com/articles/2009/10/best-practices-keywords-in-alt-attributes/</link>
		<comments>http://www.joedolson.com/articles/2009/10/best-practices-keywords-in-alt-attributes/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 22:20:51 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=620</guid>
		<description><![CDATA[This is certainly a subject that I&#8217;ve covered before&#8201;&#8212;&#8201;in fact, it&#8217;s something I would hardly choose to cover yet again if it didn&#8217;t continue cropping up as an important issue. The use of text in alt attributes is an extremely sensitive&#160;subject.
Today, the good folks at SEOmoz published an extensive article documenting their statistical findings on [...]<p><strong><a href="http://www.joedolson.com/articles/2009/10/best-practices-keywords-in-alt-attributes/">Best practices: keywords in alt attributes</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 certainly a subject that I&#8217;ve covered before&thinsp;&#8212;&thinsp;in fact, it&#8217;s something I would hardly choose to cover yet again if it didn&#8217;t continue cropping up as an important issue. The use of text in <code>alt</code> attributes is an extremely sensitive&nbsp;subject.</p>
<p>Today, the good folks at <a href="http://www.seomoz.org">SEOmoz</a> published an extensive article documenting their <a href="http://www.seomoz.org/blog/googles-algorithm-pretty-charts-math-stuff">statistical findings on web site ranking factors</a>, as gathered from the data in their LinkScape analysis tool.  It&#8217;s a good article, and demonstrates some interesting results they&#8217;ve garnered from the data available in the extensive LinkScape&nbsp;database. </p>
<p>One of their major takeaways in the article was a little disturbing to&nbsp;me.</p>
<blockquote>
<p><span class="dquo">&#8220;</span>Alt attributes of images are probably pretty important places to use your keywords[.]&#8221; <cite><a href="http://www.seomoz.org/blog/googles-algorithm-pretty-charts-math-stuff">Explaining (Some of) Google&#8217;s Algorithm with Pretty Charts <span class="amp">&amp;</span> Math Stuff</a>, October 22nd,&nbsp;2009</cite></p>
</blockquote>
<p>I&#8217;m not in anyway disputing their results; their data indicates that placing keywords in <code>alt</code> attributes is of benefit to search engine rankings. Whether that&#8217;s true or not is irrelevant to me; I simply want to discuss how this information should be best&nbsp;used. </p>
<p>SEOmoz, of course, is a company dedicated to the study and practice of search engine optimization and marketing. Their goal is to learn what they need to know in order to best put into practice the promotion of web sites. That&#8217;s great. My goal, however, is to make sure that users with disabilities are able to use and access web sites successfully without having to jump through unnecessary or unhelpful hoops along their&nbsp;way.</p>
<p>This is a particular case where the SEO method <strong>must</strong> be used cautiously and selectively if at all. What I want to convey in this article is the fact that while using keywords in <code>alt</code> attributes may help your web site rank, it can also result in a significantly less accessible web site, if applied&nbsp;poorly.</p>
<h3>What&#8217;s the problem with <code>alt</code>&nbsp;attributes?</h3>
<p>While sighted users will never even be aware of an <code>alt</code> attribute value in normal web browsing, screen reader users depend on them. Excess verbiage can render an image-based menu unusable, as I observed in a <a href="http://www.practicalecommerce.com/articles/1305-Accessibility-Review-PetsContained-com">recent site review</a> at Practical eCommerce. The same unnecessary use of keyword terminology in contextual images can easily confuse or distract a user; and the use of keywords with spacer or ornamental images can cause a web site to be completely&nbsp;unnavigable. </p>
<p>It&#8217;s all a question of information overload: practically speaking, if a web site uses images to convey information, a screen reader user can&#8217;t disable them without rendering the web site unusable. If the site also fills other images with extra text, the same user may be overwhelmed by an unnecessary volume of keyword&nbsp;phrases.</p>
<p>The SEOmoz report does continue to remark that &#8220;Keyword stuffing may be holding you back,&#8221; and the overuse of keywords in <code>alt</code> attributes can certainly qualify as keyword&nbsp;stuffing. </p>
<p>You shouldn&#8217;t take away from this article that using a keyword in an image <code>alt</code> attribute is totally unacceptable. That&#8217;s really not the case: just be selective. I wouldn&#8217;t condemn you for using the text &#8220;About ProductName&#8221; instead of &#8220;About&#8221; for a navigational image, or using a sensible <code>alt</code> attribute for a contextual image, such as &#8220;Woman using our ProductName.&#8221; Just remember that keyword stuffing is keyword stuffing, wherever you put the&nbsp;words.</p>
<p>And never place any value in the <code>alt</code> attribute for a purely decorational or spacing image. Please. Just an empty attribute.
<p><strong><a href="http://www.joedolson.com/articles/2009/10/best-practices-keywords-in-alt-attributes/">Best practices: keywords in alt attributes</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/2009/10/best-practices-keywords-in-alt-attributes/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>New Accessibility Review at Practical eCommerce</title>
		<link>http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/</link>
		<comments>http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 03:33:21 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=612</guid>
		<description><![CDATA[The second in my monthly column of Practical eCommerce accessibility reviews is available today! This review follows a different pattern than the previous, setting up a persona-based walkthrough of the reviewed&#160;site. 
Read my review of of Pets Contained at Practical&#160;eCommerce.
It&#8217;s always interesting to see what I&#8217;ve written after the editors have had their way with [...]<p><strong><a href="http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/">New Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>The second in my monthly column of Practical eCommerce accessibility reviews is available today! This review follows a different pattern than the previous, setting up a persona-based walkthrough of the reviewed&nbsp;site. </p>
<p><a href="http://www.practicalecommerce.com/articles/1305-Accessibility-Review-PetsContained-com">Read my review of of Pets Contained at Practical&nbsp;eCommerce</a>.</p>
<p>It&#8217;s always interesting to see what I&#8217;ve written after the editors have had their way with it&#8230; <img src='http://www.joedolson.com/articles/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
<p><strong><a href="http://www.joedolson.com/articles/2009/10/new-accessibility-review-at-practical-ecommerce/">New Accessibility Review at Practical eCommerce</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/2009/10/new-accessibility-review-at-practical-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessibility Review at Practical eCommerce</title>
		<link>http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/</link>
		<comments>http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:44:05 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[a11y]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=594</guid>
		<description><![CDATA[Launching today, I&#8217;m beginning a new series at Practical eCommerce. This is a series of practical accessibility reviews&#8201;&#8212;&#8201;web sites can submit themselves to be reviewed, and I&#8217;ll take some time to review the site and write up my comments in an article&#160;format. 
The goal of this article isn&#8217;t to tear down the hard work web [...]<p><strong><a href="http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/">Accessibility Review at Practical eCommerce</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>Launching today, I&#8217;m beginning a new series at Practical eCommerce. This is a series of practical accessibility reviews&thinsp;&#8212;&thinsp;web sites can submit themselves to be reviewed, and I&#8217;ll take some time to review the site and write up my comments in an article&nbsp;format. </p>
<p>The goal of this article isn&#8217;t to tear down the hard work web site owners have done, so I&#8217;m not as harsh as I might be in another context&thinsp;&#8212;&thinsp;it&#8217;s also not a paid consulting review, so I&#8217;m not as thorough as I could&nbsp;be. </p>
<p>The purpose of these reviews is to provide an overview of some accessibility problems on every site reviewed; it&#8217;s superficial, but it will hopefully help make ecommerce web site owners more conscious of the issues they face with users with&nbsp;disabilities. </p>
<p>The first review is available today: <a href="http://www.practicalecommerce.com/articles/1267-Accessibility-Review-LorisWigsite-com">Accessibility Review: Lori&#8217;s&nbsp;Wigsite</a>.</p>
<p>I know perfectly well that this review, and the ones to come, will be leaving issues out. This is unavoidable. However, I&#8217;m interested in comments concerning these missing issues&thinsp;&#8212;&thinsp;if you are passionately concerned about elements left out, covered too superficially, or dismissed too quickly, let me know about it! I can&#8217;t cover everything, but I do want to know your thoughts.
<p><strong><a href="http://www.joedolson.com/articles/2009/09/accessibility-review-at-practical-ecommerce/">Accessibility Review at Practical eCommerce</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/2009/09/accessibility-review-at-practical-ecommerce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Column at Practical eCommerce: Checkout Process</title>
		<link>http://www.joedolson.com/articles/2009/08/new-column-at-practical-ecommerce-checkout-process/</link>
		<comments>http://www.joedolson.com/articles/2009/08/new-column-at-practical-ecommerce-checkout-process/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 21:52:57 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[ecommerce]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=574</guid>
		<description><![CDATA[Somehow, I&#8217;m never fully satisfied when I&#8217;m posting notification about a new column elsewhere and see that my last post was also a notification about a column elsewhere. It becomes clearly evident to me that my posting frequently here at Accessible Web Design has gone down a&#160;bit. 
Granted, I was on vacation for a big [...]<p><strong><a href="http://www.joedolson.com/articles/2009/08/new-column-at-practical-ecommerce-checkout-process/">New Column at Practical eCommerce: Checkout Process</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>Somehow, I&#8217;m never fully satisfied when I&#8217;m posting notification about a new column elsewhere and see that my last post was <em>also</em> a notification about a column elsewhere. It becomes clearly evident to me that my posting frequently here at Accessible Web Design has gone down a&nbsp;bit. </p>
<p>Granted, I was on vacation for a big chunk of the last four weeks, so we&#8217;ll call that an&nbsp;excuse. </p>
<p>The new column is <a href="http://www.practicalecommerce.com/articles/1229-Accessibility-and-the-Checkout-Process">Accessibility and the Checkout Process</a>, summarizing a few of the key issues to be aware of when you&#8217;re trying to make sure that people with disabilities can get through your store&thinsp;&#8212;&thinsp;and succeed with your ultimate ecommerce goal.
<p><strong><a href="http://www.joedolson.com/articles/2009/08/new-column-at-practical-ecommerce-checkout-process/">New Column at Practical eCommerce: Checkout Process</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/2009/08/new-column-at-practical-ecommerce-checkout-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Column at Practical eCommerce: Accessibility and the Law</title>
		<link>http://www.joedolson.com/articles/2009/06/accessibility-and-the-law/</link>
		<comments>http://www.joedolson.com/articles/2009/06/accessibility-and-the-law/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:04:58 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[a11y]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[target]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=552</guid>
		<description><![CDATA[The latest in my monthly column on accessibility at Practical eCommerce magazine is now available: Web Accessibility and the&#160;Law.
Although I&#8217;m not a lawyer, I do pay some attention to the nature of legal issues surrounding web accessibility. They&#8217;re murky, but this article attempts to shed some light on how the law covers accessibility issues on [...]<p><strong><a href="http://www.joedolson.com/articles/2009/06/accessibility-and-the-law/">New Column at Practical eCommerce: Accessibility and the Law</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>The latest in my monthly column on accessibility at Practical eCommerce magazine is now available: <a href="http://www.practicalecommerce.com/articles/1167-Web-Accessibility-and-the-Law">Web Accessibility and the&nbsp;Law</a>.</p>
<p>Although I&#8217;m not a lawyer, I do pay some attention to the nature of legal issues surrounding web accessibility. They&#8217;re murky, but this article attempts to shed some light on how the law covers accessibility issues on the&nbsp;internet. </p>
<p>Hope you&#8217;re able to get some value out of the article!
<p><strong><a href="http://www.joedolson.com/articles/2009/06/accessibility-and-the-law/">New Column at Practical eCommerce: Accessibility and the Law</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/2009/06/accessibility-and-the-law/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Making compromises for accessibility</title>
		<link>http://www.joedolson.com/articles/2009/06/making-compromises-for-accessibility/</link>
		<comments>http://www.joedolson.com/articles/2009/06/making-compromises-for-accessibility/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:35:06 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[compromise]]></category>
		<category><![CDATA[contrast]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[rnid]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=547</guid>
		<description><![CDATA[The United Kingdom-based Royal National Institute for Deaf People (RNID) recently produced a nice mini-site entitled &#8220;10 Things You Should Know About Web Accessibility.&#8221; For the most part, it&#8217;s excellent&#8201;&#8212;&#8201;a friendly voice, a casual approach, elegant presentation, and good&#160;information. 
It does, however, intimate one of my pet peeves in documents promoting web&#160;accessibility:

Hey good&#160;lookin&#8217;
&#8220;But accessibility always [...]<p><strong><a href="http://www.joedolson.com/articles/2009/06/making-compromises-for-accessibility/">Making compromises for accessibility</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>The United Kingdom-based Royal National Institute for Deaf People (RNID) recently produced a nice mini-site entitled &#8220;<a href="http://www.rnidteaser.co.uk">10 Things You Should Know About Web Accessibility.</a>&#8221; For the most part, it&#8217;s excellent&thinsp;&#8212;&thinsp;a friendly voice, a casual approach, elegant presentation, and good&nbsp;information. </p>
<p>It does, however, intimate one of my pet peeves in documents promoting web&nbsp;accessibility:</p>
<blockquote cite="http://www.rnidteaser.co.uk/page7.html">
<h3>Hey good&nbsp;lookin&#8217;</h3>
<p><span class="dquo">&#8220;</span>But accessibility always compromises the design, doesn&#8217;t&nbsp;it?&#8221;</p>
<p>Wrong. Your site can still look&nbsp;beautiful.</p>
</blockquote>
<p>This doesn&#8217;t precisely say that compromise is not required for accessibility; but it&#8217;s certainly implied by the language&nbsp;chosen.</p>
<p>To suggest that compromise is not required is simply a mis-representation of the truth about accessible web design: you <strong>do</strong> have to make compromises. Whether they&#8217;re compromises concerning how information is presented, the color contrast between elements, the specific uses of language or technology, you have to make&nbsp;compromises.</p>
<p>The perception seems to be that making compromises for accessibility means that you create an unattractive web site or otherwise decrease the aesthetic value of your web creation. This is not true: but it&#8217;s inaccurate to say that you don&#8217;t make&nbsp;compromises.</p>
<p><strong><em>Truth:</em> Effective accessible design has requirements which will require compromise in many&nbsp;areas.</strong> </p>
<p>It&#8217;s important to educate all participants in a web design project on accessibility before any serious work is done, to help prevent problems. If the designer knows to check contrast levels before proposing a design, they&#8217;ll start by creating an aesthetically elegant design with the color palette available. If they aren&#8217;t aware of these problems, you&#8217;ll end up making compromises on colors&thinsp;&#8212;&thinsp;and, without extensive modifications, it is entirely possible that these compromises could have a damaging effect on the aesthetics of the&nbsp;site. </p>
<p>Compromise shouldn&#8217;t damage aesthetics or accessibility: but poor planning almost certainly will.
<p><strong><a href="http://www.joedolson.com/articles/2009/06/making-compromises-for-accessibility/">Making compromises for accessibility</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/2009/06/making-compromises-for-accessibility/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Installment No. 4 at Practical eCommerce: Robust Websites</title>
		<link>http://www.joedolson.com/articles/2009/05/installment-no-4-at-practical-ecommerce-robust-websites/</link>
		<comments>http://www.joedolson.com/articles/2009/05/installment-no-4-at-practical-ecommerce-robust-websites/#comments</comments>
		<pubDate>Sat, 23 May 2009 21:45:47 +0000</pubDate>
		<dc:creator>Joe Dolson</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[accessibility guidelines]]></category>
		<category><![CDATA[practical ecommerce]]></category>
		<category><![CDATA[wcag]]></category>

		<guid isPermaLink="false">http://www.joedolson.com/articles/?p=538</guid>
		<description><![CDATA[It&#8217;s now available: Part 4 of the New Accessibility Guidelines series at Practical eCommerce. Part IV:&#160;Robustness.
Wouldn&#8217;t have thought I had that much to say on the subject of being robust, but there you have it. Enjoy!
Installment No. 4 at Practical eCommerce: Robust WebsitesCopyright 2004&#8201;&#8211;&#8201;2010 Joseph C Dolson, Accessible Web&#160;Design<p><strong><a href="http://www.joedolson.com/articles/2009/05/installment-no-4-at-practical-ecommerce-robust-websites/">Installment No. 4 at Practical eCommerce: Robust Websites</a></strong><br /><small>Copyright 2004&thinsp;&ndash;&thinsp;2010 Joseph C Dolson, Accessible Web Design</small></p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now available: Part 4 of the New Accessibility Guidelines series at Practical eCommerce. <a href="http://www.practicalecommerce.com/articles/1114-New-Accessibility-Guidelines-Part-IV-Robustness">Part IV:&nbsp;Robustness</a>.</p>
<p>Wouldn&#8217;t have thought I had that much to say on the subject of being robust, but there you have it. Enjoy!
<p><strong><a href="http://www.joedolson.com/articles/2009/05/installment-no-4-at-practical-ecommerce-robust-websites/">Installment No. 4 at Practical eCommerce: Robust Websites</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/2009/05/installment-no-4-at-practical-ecommerce-robust-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
