<?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>Thinking Accessible &#187; best practices</title>
	<atom:link href="http://thinkingaccessible.com/tag/best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkingaccessible.com</link>
	<description>Making accessiblity accessible to you.</description>
	<lastBuildDate>Sun, 21 Feb 2010 18:12:07 +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>Getting Lists right</title>
		<link>http://thinkingaccessible.com/getting-lists-right/</link>
		<comments>http://thinkingaccessible.com/getting-lists-right/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:29:27 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[good practices]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/lists/</guid>
		<description><![CDATA[Lists can be tricky, but as long as you keep a consistent structure and the correct sequence, lists are a piece of cake.
Here are the basics to remember:

Make your menus into unordered lists,
Place the list inside a div,
Have an H2 header with menu title (hide it if not need to be visible),
The ul has no [...]]]></description>
			<content:encoded><![CDATA[<p>Lists can be tricky, but as long as you keep a consistent structure and the correct sequence, lists are a piece of cake.</p>
<p>Here are the basics to remember:</p>
<ul>
<li>Make your menus into unordered lists,</li>
<li>Place the list inside a div,</li>
<li>Have an H2 header with menu title (hide it if not need to be visible),</li>
<li>The ul has no left indentation (for browser compatibility),</li>
<li>Use display:inline for horizontal lists,</li>
<li>Breadcrumbs use nested lists,</li>
<li>Be diligent.</li>
</ul>
<p>To read more about lists: <a href="http://www.alistapart.com/articles/taminglists/">CSS Design: Taming Lists</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/getting-lists-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty and accessible design</title>
		<link>http://thinkingaccessible.com/pretty-and-accessible-design/</link>
		<comments>http://thinkingaccessible.com/pretty-and-accessible-design/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:42:41 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=212</guid>
		<description><![CDATA[It is more and more apparent that accessibility can be beautiful. I came across Accessibility in Focus, a website for an accessible web award.
There was 4 finalist, one of them was the Salford City Council. A fairly large website. Its navigation is straightforward even if at first glance the site looks overwhelming. This site is [...]]]></description>
			<content:encoded><![CDATA[<p>It is more and more apparent that accessibility can be beautiful. I came across <a href="http://www.accessibilityinfocus.co.uk/">Accessibility in Focus</a>, a website for an accessible web award.</p>
<p>There was 4 finalist, one of them was the <a href="http://www.salford.gov.uk/">Salford City Council</a>. A fairly large website. Its navigation is straightforward even if at first glance the site looks overwhelming. This site is proof that the size of a website is no excuse for accessibility.</p>
<p>The interactive award winner uses Flash. Although <a href="http://www.orange-project.com/">Orange Project</a> conforms to the lowest priority level of the W3C WAI standards, I still think that Flash has a long way to go. While considering the site&#8217;s probable target audience, the design is a very successful one.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/pretty-and-accessible-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evaluating a website for accessibility</title>
		<link>http://thinkingaccessible.com/evaluating-a-website-for-accessibility/</link>
		<comments>http://thinkingaccessible.com/evaluating-a-website-for-accessibility/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:08:47 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[disabilities]]></category>
		<category><![CDATA[good practices]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[impairments]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=140</guid>
		<description><![CDATA[The W3C has extensive information on how to properly evaluation a sites accessibility. Here are the underlining steps to ensure that your evaluation is full-proof:
For a preliminary review, select a page that is representative of the whole site or that most people will see. Try to choose a page that has tabular data, images and [...]]]></description>
			<content:encoded><![CDATA[<p>The W3C has extensive information on how to properly evaluation a sites accessibility. Here are the underlining steps to ensure that your evaluation is full-proof:</p>
<p>For a preliminary review, select a page that is representative of the whole site or that most people will see. Try to choose a page that has tabular data, images and scripts. And then:</p>
<ul>
<li>Examine this page for alternative text,</li>
<li> Divs instead of tables for page layout,</li>
<li> Use the keyboard instead of the mouse for navigation,</li>
<li>Test with different font-sizes and screen resolutions.</li>
</ul>
<p>The Firebug and Web Developer extensions in Firefox will make your life easier in accessing the code and disabling images and even resizing your browser size. It might be a good idea to try a screen reader, and not to mention an Web accessibility evaluation tool like <a href="http://www.atutor.ca/achecker/">AChecker</a>. These will enhance your understanding of the sites limitations and successes.</p>
<p>Another important part of evaluating a site is to get people with disabilities involved in the process. Some may have insights that other users will not.</p>
<p>For a complete procedure of website evaluation you have to go to the <a href="http://www.w3.org/WAI/eval/Overview.html">W3C – Web Accessibility Initiative page</a>.</p>
<p>Although a little outdated, the WAI also provides a comprehensive <a href="http://www.w3.org/TR/WCAG10/full-checklist.html">checklist of accessibility guidelines</a> (WCAG 1.0) and an useful template for the final accessibility report. They really thought of everything!</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/evaluating-a-website-for-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study</title>
		<link>http://thinkingaccessible.com/case-study/</link>
		<comments>http://thinkingaccessible.com/case-study/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 16:05:48 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[good practices]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=134</guid>
		<description><![CDATA[So I recently re-did one of my old websites. My client wanted to had some images so I took the opportunity to give her an accessible site. I had done this site a few years ago. I wasn’t aware back then of web standards and web accessibility. I must confess of using tables for layout. [...]]]></description>
			<content:encoded><![CDATA[<p>So I recently re-did one of my old websites. My client wanted to had some images so I took the opportunity to give her an accessible site. I had done this site a few years ago. I wasn’t aware back then of web standards and web accessibility. I must confess of using tables for layout. But alas, I have done right by this website. I gutted it and made it new again. Although you can’t really see the difference between before and after! Let me show you what I mean:</p>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-180" title="Contact page before" src="http://thinkingaccessible.com/wp-content/uploads/contact_before.jpg" alt="Contact page before" width="400" height="300" /><p class="wp-caption-text">Contact page before</p></div>
<div id="attachment_181" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-181" title="Contact page after" src="http://thinkingaccessible.com/wp-content/uploads/contact_after.jpg" alt="Contact page after" width="400" height="300" /><p class="wp-caption-text">Contact page after</p></div>
<p>They don’t look different, but I did change the code.</p>
<p>Here’s what I did:</p>
<ul>
<li>I started by getting rid of the tables for layout purposes. I know!!! It’s all gone now.</li>
<li>Then I added the language to the html tag, lang=&#8221;en-US&#8221;, like this &lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;en-US&#8221;&gt;</li>
<li>I gave a more complete title to each page, like &#8220;Nadia Stevens Jin Shin Do Bodymind Acupressure Montreal&#8221;.</li>
<li>I repositionned some divs and wrapped them properly. Some classes and ids were not correctly placed, so I had to fix these. For instance, I had the same id used several times in the same file, so I changed these to classes.</li>
<li>Some images had misleading or inaccurate alternative text. Instead of &#8220;Fire&#8221; as the alt attribute for a chinese character representing fire, I wrote &#8220;Fire character&#8221;. In the instance where I had images that were not content related I made them blank text, like this: alt=&#8221;".</li>
<li>I got rid of widths and height attributes.</li>
<li>The menu of the page was not in a list, so a placed it in an unordered list.</li>
<li>For the maps, I added an onfocus attribute to every onmouseover attribute  and I added an onblur attribute to every onmouseout attribute.</li>
</ul>
<p>The first page took me about 3 hours, additional pages took me 1 hour to 2 hours to renovate in the same way.</p>
<p>Ok so this site was easy to do because I had already a lot of div’s in the first place, but it really gave me an idea of how many things need to be thought of while in the process of revamping a site. This work is meticulous and a little repetitive, but if done with methodology, making any site accessible can be pretty painless.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Canadian Section 508</title>
		<link>http://thinkingaccessible.com/no-canadian-section-508/</link>
		<comments>http://thinkingaccessible.com/no-canadian-section-508/#comments</comments>
		<pubDate>Mon, 25 May 2009 12:31:37 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[legislation]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=76</guid>
		<description><![CDATA[Ok so Canada does not have the national equivalent to the United States section 508. But if you want to know what they recommend you can read their Common Look and Feel standards for the Internet documentation. Obviously the information is for government and public sector websites, but it could be useful to get another [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so Canada does not have the national equivalent to the United States section 508. But if you want to know what they recommend you can read their <a href="http://www.tbs-sct.gc.ca/clf-nsi/index-eng.asp">Common Look and Feel standards for the Internet</a> documentation. Obviously the information is for government and public sector websites, but it could be useful to get another perspective on standards and accessibility. It basically lists out the main things we need to remember for guidelines and best practices.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/no-canadian-section-508/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
