<?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>MeganMcDermott.com&#187; Accessibility  &#8211; MeganMcDermott.com</title>
	<atom:link href="http://meganmcdermott.com/category/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://meganmcdermott.com</link>
	<description>Web design and that</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:37:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Do we still need em-based layouts?</title>
		<link>http://meganmcdermott.com/2008/07/06/embased-layouts/</link>
		<comments>http://meganmcdermott.com/2008/07/06/embased-layouts/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 16:55:41 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[ems]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[text size]]></category>
		<category><![CDATA[units]]></category>

		<guid isPermaLink="false">http://meganmcdermott.com/?p=244</guid>
		<description><![CDATA[Most of my recent layouts have been em based. That means that they scale when the font size is adjusted. This approach seems to make more sense than simply allowing the text to resize while keeping the layout the same. Well, browser manufacturers have caught on to this. Following in Opera&#8217;s footsteps, IE and Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Most of my recent layouts have been em based. That means that they scale when the font size is adjusted. This approach seems to make more sense than simply allowing the text to resize while keeping the layout the same.</p>
<p>Well, browser manufacturers have caught on to this. Following in Opera&#8217;s footsteps, IE and Firefox are now implementing zoom as the default method of resizing text.</p>
<p>If this is the case, then do we still need to code layouts in ems or can we go back to using pixels? I&#8217;m currently coding a new layout for this site and I&#8217;ve decided to code it in pixels. It&#8217;s so much easier not to have to do grid calculation in ems and worry about what the current font size is. My grid unit is 24px. That&#8217;s it. Much better.</p>
<p>So, do you think it&#8217;s still worth it to code layouts in em&#8217;s? The non-zoom font resizing functions are still there. Will people prefer to use them over zooming?</p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2008/07/06/embased-layouts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing a semantic FAQ with CSS &amp; Javascript @ A Padded Cell</title>
		<link>http://meganmcdermott.com/2007/04/26/developing-a-semantic-faq-with-css-javascript-a-padded-cell/</link>
		<comments>http://meganmcdermott.com/2007/04/26/developing-a-semantic-faq-with-css-javascript-a-padded-cell/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 15:20:11 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/04/26/developing-a-semantic-faq-with-css-javascript-a-padded-cell/</guid>
		<description><![CDATA[I&#8217;ve got two new articles up on A Padded Cell: Creating a semantic FAQ page with definition lists and advanced CSS, Part 1 and Creating a semantic FAQ page with definition lists and advanced CSS, Part 2 The first part goes over the structuring and presentation of a long Frequently Asked Questions page. The second [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got two new articles up on A Padded Cell:</p>
<p><a href="http://www.apaddedcell.com/creating-a-semantic-faq-page-with-definition-lists-and-advanced-css-part-1">Creating a semantic FAQ page with definition lists and advanced CSS, Part 1</a></p>
<p>and</p>
<p><a href="http://www.apaddedcell.com/creating-a-semantic-faq-page-with-definition-lists-and-advanced-css-part-2">Creating a semantic FAQ page with definition lists and advanced CSS, Part 2</a></p>
<p>The first part goes over the structuring and presentation of a long Frequently Asked Questions page. The second part demonstrates two ways of creating navigation for the page. I hope you find them useful, and do let me know if you have any comments or questions.</p>
<p>Liam has also been releasing a lot of articles about standards, including <a href="http://www.apaddedcell.com/what-s-the-difference-between-usability-and-accessibility">What’s the Difference Between Usability and Accessibility?</a> and <a href="http://www.apaddedcell.com/future-proofing-using-standards">Future Proofing Using Standards</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2007/04/26/developing-a-semantic-faq-with-css-javascript-a-padded-cell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can we Stop it With the Tiny Text Already?</title>
		<link>http://meganmcdermott.com/2007/03/23/can-we-stop-it-with-the-tiny-text-already/</link>
		<comments>http://meganmcdermott.com/2007/03/23/can-we-stop-it-with-the-tiny-text-already/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 15:57:19 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/03/23/can-we-stop-it-with-the-tiny-text-already/</guid>
		<description><![CDATA[I was starting to think this trend was over, but then I came across a couple of sites today that have some of the worst cases of tiny text I&#8217;ve encountered in quite awhile. Please, stop making your font sizes so miniscule that nobody can read them properly! I could increase my font size in [...]]]></description>
			<content:encoded><![CDATA[<p>I was starting to think this trend was over, but then I came across <a href="http://www.opera.com/docs/plugins/">a couple</a> <a href="http://www.rodneyanonymous.com/">of sites</a> today that have some of the worst cases of tiny text I&#8217;ve encountered in quite awhile. </p>
<p>Please, stop making your font sizes so miniscule that nobody can read them properly! I could increase my font size in my browser (zoom in in Opera) but you shouldn&#8217;t have to make me do that. It&#8217;s annoying and I&#8217;m lazy. For <a href="http://www.w3schools.com/">many sites</a> I&#8217;ve even had to build <a href="http://www.mystylesheet.org">user stylesheets</a> just so I don&#8217;t have to keep increasing the font size every time I visit. My opinion is that font sizes should always be set just a little bit smaller than the browser default size (between 80-90% of normal, depending on the typeface. Both of the examples linked above use Trebuchet, which <a href="http://devsushi.com/2006/12/18/trebuchet-is-hard-to-read/">needs to be bigger</a>). This works well for a normal range of screen resolutions. If people like them larger or smaller they can change their browser preferences.</p>
<p>Even the W3C <a href="http://www.w3.org/QA/Tips/font-size">agrees with me</a>. </p>
<p>So quit it <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>(Just as I was posting this I came across a post on YouMoz demonstrating that when tested, <a href="http://www.seomoz.org/ugc/increasing-the-length-of-website-visit-its-all-about-the-size">page views actually increased</a> when the font size was set a little larger. This site was targetting seniors but I think the same could be true for other age groups as well.)</p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2007/03/23/can-we-stop-it-with-the-tiny-text-already/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Check out the Typography on Joe Clark&#8217;s site</title>
		<link>http://meganmcdermott.com/2007/02/19/check-out-the-typography-on-joe-clarks-site/</link>
		<comments>http://meganmcdermott.com/2007/02/19/check-out-the-typography-on-joe-clarks-site/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 03:48:06 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.meganmcdermott.com/2007/02/19/check-out-the-typography-on-joe-clarks-site/</guid>
		<description><![CDATA[I came across Joe Clark&#8217;s site today, rather randomly through a series of links leading to his Letter to Tim Berners-Lee about WCAG 2. Check out the typography on there. Gorgeous, isn&#8217;t it? I&#8217;m not sure exactly what you&#8217;ll see, since he is using the new MS fonts for his body text and headers which [...]]]></description>
			<content:encoded><![CDATA[<p>I came across Joe Clark&#8217;s site today, rather randomly through a series of links leading to his Letter to <a href="http://joeclark.org/access/webaccess/WCAG/TBL/">Tim Berners-Lee about WCAG 2</a>. Check out the typography on there. Gorgeous, isn&#8217;t it? I&#8217;m not sure exactly what you&#8217;ll see, since he is using the new MS fonts for his body text and headers which not everyone has installed. I must say, they look <em>nice</em> (does anyone know what&#8217;s up with the smoothing on those? That&#8217;s new &#8211; is it a MS thing or are all fonts able to handle that now? I actually think they&#8217;re a little too smooth).</p>
<p><a title="&lt;!--enpts--&gt;Screenshot of Joe Clark’s Site&lt;!--enpte--&gt;" href="http://www.meganmcdermott.com//wp-content/uploads/2007/02/joe_clark2.png"><img alt="&lt;!--enpts--&gt;Screenshot of Joe Clark’s Site&lt;!--enpte--&gt;" src="http://www.meganmcdermott.com//wp-content/uploads/2007/02/joe_clark2.thumbnail.png" style="float: left; padding-right: 8px" /></a><a href="/wp-content/uploads/2007/02/joe_clark2.png">Here&#8217;s a screenshot</a> for those of you who don&#8217;t have Cambria and Calibri installed  (I can&#8217;t get the names of those two straight!). Check out his <a href="http://joeclark.org/css/access/typography.css">typography stylesheet</a> too. I don&#8217;t think I&#8217;ve ever seen such an interesting set of font specifications in a stylesheet before. So many elements are very specifically defined, with many more options than what designers normally include. He&#8217;s also got a very different set of fonts listed for various elements. His main body font list is Cambria, &#8220;Hoefler Text&#8221;, Baskerville, &#8220;Palatino Linotype&#8221;, Garamond, &#8220;Lucida Fax&#8221;, Georgia, &#8220;Book Antiqua&#8221;, serif.  Hmmmm&#8230;. interesting.</p>
<p><a title="&lt;!--enpts--&gt;Screenshot of Joe Clark’s Site (Linux)&lt;!--enpte--&gt;" href="http://www.meganmcdermott.com//wp-content/uploads/2007/02/joe_clark3.png" style="float: right; padding-right: 8px"><img alt="&lt;!--enpts--&gt;Screenshot of Joe Clark’s Site (Linux)&lt;!--enpte--&gt;" SRC="http://www.meganmcdermott.com//wp-content/uploads/2007/02/joe_clark3.thumbnail.png" /></a>Unfortunately, it doesn&#8217;t look quite as good on my Linux  computer where the first available font is Georgia. It still looks nice though &#8211; classic typographic principles at work.</p>
<p>His header also works perfectly with the rest of the design even though it is using different typefaces. Brilliant! (although I do think the home page has a few problems&#8230;)</p>
<p>Anyway, I don&#8217;t necessarily think that typography is the most important thing, but it can really make (or break) a design, as we see here. Do you know of any other examples of outstanding web typography?</p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2007/02/19/check-out-the-typography-on-joe-clarks-site/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fixing my WordPress Title Tags</title>
		<link>http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/</link>
		<comments>http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 21:24:11 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Marketing/SEO/Monetization]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[title tags]]></category>

		<guid isPermaLink="false">http://www.meganjack.com/2006/11/21/fixing-my-wordpress-title-tags/</guid>
		<description><![CDATA[Update 03/07/2008 &#8211; I am no longer using this solution for my title tags. Read more about my new solution in Fixing my wordpress title tags, revisited. The solution below may still be useful for anyone who finds the plugin options to be overkill. Also note that this code was posted in 2006 and may [...]]]></description>
			<content:encoded><![CDATA[<p class="update"><strong>Update 03/07/2008</strong> &#8211; I am no longer using this solution for my title tags. Read more about my new solution in <a href="http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/">Fixing my wordpress title tags, revisited</a>. The solution below may still be useful for anyone who finds the plugin options to be overkill.</p>
<p class="update">Also note that this code was posted in 2006 and may not be compatible with current versions of WordPress.</p>
<p>I thought I&#8217;d document this just for my own info and in case anyone else is looking to do the same thing.</p>
<h3>Default title format</h3>
<p>The default wordpress titles look like this:</p>
<p><strong>Home page: </strong>Blog Name (and that&#8217;s it)<br />
<strong>Category Pages:</strong> Blog Name » Category<br />
<strong>Archive Pages &amp; individual posts:</strong> Blog Name » Blog Archive » Post Title</p>
<p>I wanted to reverse this for a few reasons. Firstly because it&#8217;s good for people that have a lot of tabs open and can only read the first part of the title. Secondly, it might be better for SEO and actual reading of SERP&#8217;s. Thirdly, because I just like it better that way.</p>
<p><span id="more-92"></span></p>
<h3>My preferred format</h3>
<p>This is how I like my title tags:</p>
<p><strong>Home page:</strong> Blog Name &#8211; description<br />
<strong>Category Pages: </strong>Category Name &#8211; Blog Name<br />
<strong>Archive Pages: </strong> Post Title &#8211; Blog Name</p>
<h3>The default code</h3>
<p>The default code is in the header.php theme include and looks like this:</p>
<p><code>&lt;title&gt;&lt; ?php bloginfo('name'); ?&gt; &lt; ?php if ( is_single() ) { ?&gt; »<br />
Blog Archive &lt; ?php } ?&gt; &lt; ?php wp_title(); ?&gt;&lt;/title&gt;<br />
</code></p>
<h3>Step 1: Add conditional for home page</h3>
<p>There are a couple of things I had to do. First, put in a conditional so that it generates different title tag for the home page. Then get rid of those » characters.</p>
<p>I started with a modification I found in this article on <a href="http://www.interwebworld.co.uk/43/perfecting-your-wordpress-title-tags/">Perfecting Your WordPress Title Tags</a>. This puts in a description for the home page and takes out the &#8220;Blog Archive&#8221; bit:</p>
<p><code>&lt;title&gt;<br />
&lt; ?php if (is_home()) { ?&gt;<br />
&lt; ?php bloginfo('name'); ?&gt; » &lt; ?php bloginfo('description'); ?&gt;<br />
&lt; ?php } else { ?&gt;<br />
&lt; ?php wp_title(); ?&gt; » &lt; ?php bloginfo('name'); ?&gt;<br />
&lt; ?php } ?&gt;<br />
&lt;/title&gt;<br />
</code></p>
<p>If it&#8217;s the home page, put in the blog name and description. Otherwise, just use the title and blog name. The first problem I had with this is that when I copied the code it put in curly quotes around the php attributes which caused an error message. Make sure those are straight.</p>
<h3>Step 2: Remove » separators</h3>
<p>That still has the »  characters so I replaced those with hyphens (when choosing a title separator, think about <a href="http://www.standards-schmandards.com/2004/the-sound-of-the-accessible-title-tag-separator/">how a screen reader would read it</a>. »  reads &#8220;right double angle bracket&#8221;. No good. I used to like | but that is read as &#8220;vertical bar&#8221;. Also no good. A plain old dash or colon work best).</p>
<p><code>&lt;title&gt;<br />
&lt; ?php if (is_home()) { ?&gt;<br />
&lt; ?php bloginfo('name'); ?&gt; - &lt; ?php bloginfo('description'); ?&gt;<br />
&lt; ?php } else { ?&gt;<br />
&lt; ?php wp_title(); ?&gt; - &lt; ?php bloginfo('name'); ?&gt;<br />
&lt; ?php } ?&gt;<br />
&lt;/title&gt;<br />
</code></p>
<h3>Step 3: Arrange separators properly</h3>
<p>The problem I had after this is that the  »&#8217;s are built into the title. So I ended up with titles that looked like this: <em>» Fixing my wordpress title tags &#8211; MeganJack.com</em>. To remove those I had to consult this post on <a href="http://www.brucelawson.co.uk/index.php/2005/wordpress-accessibility-hacks/">wordpress accessibility hacks</a>. Scroll down about half way to find the part about Removing superluous fluff from being read aloud. There is a solution to removing the other » from the title tag: simply put a $sep=&#8217;blah&#8217; value into wp_title().</p>
<p>The problem with this is that in that example the author did not rearrange the order of the title bits. The defined separator automatically goes in <em>before</em> the title text. So I just took it out altogether and entered in my dash between the title and the blog name.</p>
<p class="update">The <a href="http://elasticdog.com/2004/09/optimal-title/">Optimal Title</a> plugin solves this problem by changing the position of the separator to after rather than before the title. I thought about using it but decided it&#8217;s not worth cluttering things up with another plugin since my solution works fine.</p>
<h3>Final Solution</h3>
<p>Now my code looks like this:</p>
<p><code>&lt;title&gt;<br />
&lt; ?php if ( is_home() ) { ?&gt;&lt; ?php bloginfo('name'); ?&gt; - &lt; ?php bloginfo('description'); ?&gt;<br />
&lt; ?php } else { ?&gt;&lt; ?php wp_title($sep = ''); ?&gt; - &lt; ?php bloginfo('name'); ?&gt;<br />
&lt; ?php } ?&gt;<br />
&lt;/title&gt;<br />
</code></p>
<p>If it&#8217;s the home page, put in the blog name then the blog description (my tagline). For all other pages, put in the title then the blog name, seaprated by a dash. That works for the category pages too. Perrrrrrfect <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="update"><strong>Update 16/12/2007:</strong> Added headings to clarify sections, inserted note about the optimal title plugin.</p>
<p>P.S. I am now in the process of removing the rel=nofollow from comment links. I think it&#8217;s kind of rude for people to do that to their commenters. Same with discussion forums. You&#8217;re doing <em>me</em> a favour by participating on <em>my</em> blog, the least I could do is give you a followable link (pathetic link value as it is!). Askimet catches most of the spam here so I&#8217;m not worried about that. We&#8217;ll see though <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="update"><strong>Update 16/12/2007:</strong> My current <a href="http://www.allpassionmarketing.com/software.html">dofollow plugin</a> only removes the nofollow for commenters who have already posted at least 3 times. If I&#8217;ve let a few of your comments stay up then you&#8217;re probably cool <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>UW Accessibility Conference</title>
		<link>http://meganmcdermott.com/2006/08/17/uw-accessibility-conference/</link>
		<comments>http://meganmcdermott.com/2006/08/17/uw-accessibility-conference/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 19:36:46 +0000</pubDate>
		<dc:creator>Megan</dc:creator>
				<category><![CDATA[Accessibility]]></category>

		<guid isPermaLink="false">http://www.meganjack.com/?p=67</guid>
		<description><![CDATA[On Wednesday I attended the "Power of Ideas" a conference here at  UW. The conference was about web accessibility in an educational environment. Presentations covered a range of issues including accessibility testing, designing accessible spaces, various learning activities and technologies including podcasting, and assistive technologies]]></description>
			<content:encoded><![CDATA[<p>On Wednesday I attended the &#8220;<a href="http://powerofideas.uwaterloo.ca/auth/welcome">Power of Ideas&#8221;</a> a conference here at <a href="http://www.uwaterloo.ca">UW</a>. The conference was about web accessibility in an educational environment. Presentations covered a range of issues including accessibility testing, designing accessible spaces, various learning activities and technologies including podcasting, and assistive technologies.</p>
<p><span id="more-67"></span> </p>
<p> I was quite excited about this conference when I first heard about it because<a href="http://www.joeclark.org"> Joe Clark</a> was to be the keynote speaker. Unfortunately Joe wasn&#8217;t able to make it but luckily <a href="http://www.boxofchocolates.ca">Derek Featherstone</a> was there to<br />
  fill in <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<h3>Quick overview and key insights</h3>
<p>One of Derek&#8217;s main messages was to think about accessibility in terms of people &#8211; not technologies or legislation. So instead of thinking about how a screen reader would handle your page, you could think about how a blind human being would browser your sites. Every disabled person is different and has unique needs. Many of us tend to think of accessibility only in terms of blind users, but what about people who just have low vision and need larger fonts? What about people who can&#8217;t use a mouse?  </p>
<p>I also learned about some of the other assistive technologies that people use. As in the previous example, most of us tend to think that the only type of assistive technology we need to accommodate is screen readers. There are also screen magnifiers for people with low vision, a variety of alternate input devices, and voice recognition software which allows people with limited or no use of their hands and arms to use a computer. Voice Recognition software allows a user to read out the title of a link they want to click on, for example, and the software directs the web browser to follow that link. Problems can arise here if the alt attribute on a graphic link doesn&#8217;t match the text it displays.</p>
<p>Come to think of it, I imagine they couldn&#8217;t handle links on non-text graphics at all. Take, for example, the common use of a logo as a link back to the home page. Normally this has become so ubiquitous that people don&#8217;t include a separate link back to the home page. But, how does anyone know what that alt text says so they can speak it into their voice recognition software? They don&#8217;t, so alternate links are needed in every case. </p>
<h3>Session: Podcasting</h3>
<p>This session was given by two profs who have experimented with podcasting in the classroom. They recorded their lectures and put them up online. You can record directly to iPod with the iTalk plug-in and a clip-on mic. One of the things they pointed out here is that audio recordings are really helpful for people with learning disabilities. So if someone has problems concentrating in the classroom they can listen to the audio again later. I&#8217;ve also read that people with learning disabilities often find an audio alternative for text content to be helpful.</p>
<p>Now, obviously, anyone who is deaf or severely hearing impaired would need to have a text alternative if it was necessary. </p>
<h3>Session: Web Accessibility Testing Techniques &#038; Strategies</h3>
<p>This was given by Derek Featherstone again. He emphasized that you need to know what you are testing and who you are testing with. There are three types of testing: expert opinion, technical test with assistive technologies, and an actual user test. Ideally you&#8217;d be able to do continuous and iterative testing with actual users but this is rarely done.  </p>
<p>Instead, he suggested a team testing approach with a facilitator, user, and a developer. The facilitator would guide the test, the user attempts to perform the requested actions, and the developer checks the code while the test is going on to find out what is causing the problems.  </p>
<p>There are a lot of tools available for testing accessibility. I was thrilled to see Derek demonstrate some of the accessibility features available in <a href="http://www.opera.com">Opera</a>. One of the things he showed was the superior keyboard functionality in Opera. People who can&#8217;t use a mouse (either because they can&#8217;t see the pointer or because they can&#8217;t physically move it very well) can use keyboard shortcuts to navigate through key elements on a page. In Opera you can use the a key to navigate between links only. Or you can press â€œhâ€ to navigate between headers. Yet another reason to structure your page properly!  </p>
<p>There is also an accessibility toolbar available for Opera. I haven&#8217;t had a chance to check this out yet. It will not be possible to run this in addition to the web developer toolbar for Opera since both are using the view menu. I think it might be possible to run parts of both of them by using custom buttons. I&#8217;ll post again about this if I get a chance to try it. </p>
<h3>A Screen Reader in Action</h3>
<p>This was during a session on the CMS we&#8217;re using here at the University, presented by Andrea Chapell &#8211; one of the system admins, and Kate Hano &#8211; an actual blind user. She was a grad student who had a lot of problems using the instructor tools in the CMS.  </p>
<p>Anyway, the best part of the presentation was when she actually showed us what the screen reader sounds like. I had heard one before, briefly, but this time it was even more enlightening <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   In this case she was using JAWS.  A few key points: </p>
<ul>
<li>	It reads <i>everything</i>, including punctuation. The CMS was using | often to separate links, which JAWS would read as â€œvertical barâ€. So, stop using those. </li>
<li>	It starts a page by stating the number of links and headings â€“ another reason to structure your page properly. </li>
<li>	It will preface a links and by reading â€œlink â€“ some other websiteâ€. The same happens with headings (â€œheading level 2 &#8211;  This is the title of a sectionâ€) </li>
<li>	If you have a bare URL, it will attempt to read out the letters so you will hear h t t p colon slash slash w w w dot â€¦ etc! At least it doesnâ€™t try to read it as a word! But thatâ€™s a good reason not to post bare URLâ€™s. They donâ€™t have much meaning for less knowledgeable sighted users either. </li>
<li>	Screen readers generally go very fast â€“ much faster than you would normally speak. I have heard others go faster than JAWS did in this demonstration. There are settings for users to adjust how fast the speech is. </li>
</ul>
<p>I highly recommend trying a screen reader if you get a chance. It provides a lot more information about how blind users hear the web than what you could read on a website or in a book. </p>
<h3>Adopting New Technologies with Accessibility in Mind</h3>
<p>This was a general overview presentation by Jesse Rodgers and Antonia Palmer, both of UW. They talked mainly about multimedia technologies and how to make them accessible. This is pretty basic accessibility â€“ if people canâ€™t see it, provide a text alternative, if people canâ€™t hear it, provide a transcript. The added benefits of text alternatives is that it makes the content searchable. And when itâ€™s searchable itâ€™s more useful to sighted/hearing people and to search engines. </p>
<p> One thing that was mentioned on the topic of mobile and handheld devices is the problems they case for people with motor difficulties and low/no vision. That reminds me of my dad who has one of those little tiny cell phones. His problem is that his fingers are really big and he has trouble pushing one button at a time (goddammit!) </p>
<h3>Summary</h3>
<p>I am now inspired to look over my sites and try to make improvements for accessibility. Today I&#8217;ve been frantically going through the site I maintain at work to get rid of all the vertical bars. I&#8217;ve also read up on improving <a href="http://joeclark.org/book/sashay/serialization/Chapter06.html">alt attributes</a> and found lots of other <a href="http://joeclark.org/access/webaccess/zoom/">great</a> <a href="http://diveintoaccessibility.org/">accessibility</a> <a href="http://www.w3.org/WAI/">information</a>. More reading to do! </p>
]]></content:encoded>
			<wfw:commentRss>http://meganmcdermott.com/2006/08/17/uw-accessibility-conference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
