<?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; guidelines</title>
	<atom:link href="http://thinkingaccessible.com/tag/guidelines/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>Pushing for Web Standards</title>
		<link>http://thinkingaccessible.com/pushing-for-web-standards/</link>
		<comments>http://thinkingaccessible.com/pushing-for-web-standards/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 16:36:38 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[good practices]]></category>
		<category><![CDATA[guidelines]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=225</guid>
		<description><![CDATA[Websites dedicated to online awareness and magazines alike are pushing more and more the importance of Web Standards. Sites like A List Apart has been an advocate for Web Standards and Web Accessibility for years. Wordpress, Joomla and other content management systems have embraced the principles of accessibility. Forums like Accessifyforum have also seen increased [...]]]></description>
			<content:encoded><![CDATA[<p>Websites dedicated to online awareness and magazines alike are pushing more and more the importance of Web Standards. Sites like <a title="external link" href="http://www.alistapart.com">A List Apart</a> has been an advocate for Web Standards and Web Accessibility for years. <a title="external link" href="http://wordpress.org">Wordpress</a>, <a title="external link" href="http://joomla.org">Joomla</a> and other content management systems have embraced the principles of accessibility. Forums like <a title="external link" href="http://www.accessifyforum.com/">Accessifyforum</a> have also seen increased interest.</p>
<p>Governments and now Educational Institutions, mainly Universities are taking the matter into their hands.</p>
<p>Blogs like <a title="external link" href="http://www.prettysimple.co.uk/blog/">www.prettysimple.co.uk/blog</a> and contests like at <a href="http://www.accessibilityinfocus.co.uk/">www.accessibilityinfocus.co.uk</a> encourage and pursue the issue in terms of content, design and context. I even came across a <a href="http://www.gawds.org/">guild for accessible web designers</a>. It is hopeful to see that web professionals consider web standards as an important facet of the web experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/pushing-for-web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check My Colours</title>
		<link>http://thinkingaccessible.com/check-my-colours/</link>
		<comments>http://thinkingaccessible.com/check-my-colours/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:32:54 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[color contrast]]></category>
		<category><![CDATA[good practices]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[validity]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=48</guid>
		<description><![CDATA[www.checkmycolours.com is a website for you to easily check if the colours on your website are accessible.
This tool takes all of the references to colour from your web page including your CSS and nicely compares the background colours to the foreground colours. The report that gets tabulated shows very bluntly what instance is acceptable and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.checkmycolours.com">www.checkmycolours.com</a> is a website for you to easily check if the colours on your website are accessible.</p>
<p>This tool takes all of the references to colour from your web page including your CSS and nicely compares the background colours to the foreground colours. The report that gets tabulated shows very bluntly what instance is acceptable and what instance is not. The system analyses three things: Contrast Ratio, Brightness difference, and Color difference. By clicking on the rows, it also allows the user to find another colour that would replace the current one. Unfortunately, this feature is a little hard to click on.</p>
<p>The site can give the user an idea of what is lacking in terms of colour accessibility, but does not offer a  comprehensive understanding of what the guidelines are. Explaining what the categories and the numbers mean might clarify the systems results.</p>
<p>Let me demystify it for you.</p>
<p><strong>Contrast Ratio</strong>: Contrast is measured using a formula that gives a ratio ranging from 1:1 (no contrast) to 21:1 (maximum contrast). AA and AAA refers to the level of priority. Level AA are strongly recommended (mininum contrast is <span>4.</span>5:1) to allow most users accessibility. Level AAA are suggested (mininum contrast is <span>7</span>:1) to allow some users accessibility.</p>
<p>Algorithm for luminosity contrast ratio in <a title="Glossary of document" href="http://www.w3.org/TR/2005/WD-WCAG20-20051123/complete.html#luminosity-contrastdef">Web Content Accessibility Guidelines 2.0 Glossary</a>.</p>
<p><strong>Brightness difference</strong>: Another formula that evaluates the difference between the background brightness, and the foreground brightness. This should be greater than 125.</p>
<p><strong>Color difference</strong>: This formula refers to the difference between the background colour and the foreground colour  and should be greater than 500.</p>
<p>Formulas are explained in the document <a title="Under Guideline 2" href="http://www.w3.org/TR/AERT#color">Techniques For Accessibility Evaluation And Repair Tools</a>.</p>
<p>The limitation of these types of  applications is that we cannot check the colour balance from images.  This is one of the reasons that it is not recommended to make any text into images. They cannot be viewed by external reading programs.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/check-my-colours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reviewing an authoring tool</title>
		<link>http://thinkingaccessible.com/reviewing-an-authoring-tool/</link>
		<comments>http://thinkingaccessible.com/reviewing-an-authoring-tool/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:06:34 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[validity]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=138</guid>
		<description><![CDATA[I was going to do an evaluation of an authoring tool, but the WAI have thought of it already at www.w3.org/WAI/AU/2002/tools.
I found that the reviews were all a little outdated and I didn’t get a definite conclusion from any review. So I finally decided to go ahead and check out an authoring tool myself. I [...]]]></description>
			<content:encoded><![CDATA[<p>I was going to do an evaluation of an authoring tool, but the WAI have thought of it already at <a href="http://www.w3.org/WAI/AU/2002/tools">www.w3.org/WAI/AU/2002/tools.</a></p>
<p>I found that the reviews were all a little outdated and I didn’t get a definite conclusion from any review. So I finally decided to go ahead and check out an authoring tool myself. I went for the markup editor developed in collaboration with the W3C, <a href="http://www.w3.org/Amaya/">Amaya</a>. It’s a WYSIWYG editor/browser. Many distributions are available. I will be looking at the Windows one.</p>
<p>I opened an existing file that I know is made to standard and it came out all distorted. I then created a page from scratch. I must admit that I’m not used to any kind of authoring tool. I have been using Notepad++ for a while. So it was a little strange. At first it took me some time to get used to the application itself, but after a while of playing with it, it was fairly simple to use. I did a trivial page with a menu, an unordered list, a form and an image.<br />
Page done with Amaya</p>
<div id="attachment_176" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-176" title="Page done with authoring tool Amaya" src="http://thinkingaccessible.com/wp-content/uploads/amaya1.jpg" alt="Page done with authoring tool Amaya" width="400" height="200" /><p class="wp-caption-text">Page done with authoring tool Amaya</p></div>
<p>Formatting done to some text resulted in inlining style, there were extra open and close paragraphs, inserting the image required to enter an alternative text, and as for the other elements they were pretty intuitive.</p>
<p>It’s clear that you still need to know some basic concepts in web standards to make any web page complaint or accessible. This tool might be good for someone just starting, but I think I’ll just stay with my simple text editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/reviewing-an-authoring-tool/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>Podcast Three &#8211; My four golden rules</title>
		<link>http://thinkingaccessible.com/podcast-three-my-four-golden-rules/</link>
		<comments>http://thinkingaccessible.com/podcast-three-my-four-golden-rules/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:25:16 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[Podcast]]></category>
		<category><![CDATA[Web Accessibility]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=117</guid>
		<description><![CDATA[Transcript of the podcast:
[Intro music] Welcome to podcast three of Thinking Accessible. On today’s podcast, I will talk to you about my four golden rules for web accessibility.
Rule number 1:
Provide alternative text for non-textual content. What do it mean by this? Images are non-textual content. Audio and video are non-textual content. So for each of [...]]]></description>
			<content:encoded><![CDATA[
<p>Transcript of the podcast:</p>
<p>[Intro music] Welcome to podcast three of Thinking Accessible. On today’s podcast, I will talk to you about my four golden rules for web accessibility.</p>
<p>Rule number 1:</p>
<p>Provide alternative text for non-textual content. What do it mean by this? Images are non-textual content. Audio and video are non-textual content. So for each of these elements you need to provide a text alternative. So for images in the HTML code you have to write an alternative tag to it. So in the tag of IMG for image you have to add ALT.  for alternative text and here you would put basically a general idea of what the image represents.For audio feed, like for example this podcast, it would be nice to put a transcript of the audio because some people might not be able to hear it. And for video, you should put obviously captions for all the text (speech) in the video. Sure these are not easy to do, there are time consuming, but in the end it is good, for one, the person that cannot hear or see you media and also for search engines, because they will actually have the textual reference for these medias. So it’s a win, win situation.</p>
<p>Rule number 2:</p>
<p>Make it simple and consistent. Making your website simple will help people with cognitive impairments, elderly people and new web users that are not used to big and elaborate websites. Consistency is also important because if you have a lack of consistency your user might be confused, won’t know what’s going on with the website, might be lost. So we want to minimize this because if a user feels frustrated in your website, they are more likely to leave that website and go somewhere else. You can make your website simple by simply (sorry for this repetition) using normal vocabulary that anybody can understand. Do not be too verbose and just be clear with what you can to express. Consistency is to basically keep the same layout through out your website and you should be fine.</p>
<p>Rule number 3:</p>
<p>Colour contrast. In order to make your website legible it is important to consider colour. For example if you want to have a black background you shouldn’t really consider a colour for the text to be dark grey because this will be illegible for a lot of people. For me this rule is just for you to use common sense. I mean if you think that the colours you have chosen for the foreground and the background are not going to be legible or not easily legible by let’s say your grandmother, then don’t use them because it won’t be legible for a lot more people.</p>
<p>Rule number 4:</p>
<p>The last rule. Respect those HTML tags. Ok, so here it is. If it’s a &lt;p&gt; tag, then it’s a paragraph, then use it as a paragraph. If it’s a &lt;table&gt; tag, then use it as a table. Tables should (only) be used for tabular data, for example a data in a spreadsheet and not for layout, not for your page layout. (Use CSS instead!)</p>
<p>So those are my four golden rules for web accessibility. Yes, I know, there’s more to it than that, but for just a quick rundown of the essential ideas in web accessibility, these four simple rules are a major step forward.</p>
<p>[Exit music] Well that’s it for today’s podcast. That was podcast three for Thinking Accessible. My name is Rocío. Until next time!</p>
<p>Audio from ccMixter entitled “Café Connection“ by Morgantj under  Creative Commons. <img class="alignnone size-full wp-image-64" title="Creative Commons by-3" src="http://thinkingaccessible.com/wp-content/uploads/by-3.png" alt="Creative Commons by-3" width="88" height="31" /></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/podcast-three-my-four-golden-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://thinkingaccessible.com/podcasts/four_golden_rules_podcast_three.mp3" length="4533240" type="audio/mpeg" />
		</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>
		<item>
		<title>Useful before and after demonstration</title>
		<link>http://thinkingaccessible.com/useful-before-and-after-demonstration/</link>
		<comments>http://thinkingaccessible.com/useful-before-and-after-demonstration/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:11:25 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=85</guid>
		<description><![CDATA[The W3C have a super neat online demonstration of visually representing web accessibility. The inaccessible pages have several “barriers”, key elements that make the page inhospitable. For example, the before home page demonstrates a lack of alternative text for each image, an inconsistency in the content order, a negligence with headings and lists, an inaccuracy [...]]]></description>
			<content:encoded><![CDATA[<p>The W3C have a super neat online demonstration of visually representing web accessibility. The inaccessible pages have several “barriers”, key elements that make the page inhospitable. For example, the before home page demonstrates a lack of alternative text for each image, an inconsistency in the content order, a negligence with headings and lists, an inaccuracy with link texts and font sizes.</p>
<p>Even by visually comparing both inaccessible and accessible pages you can see the subtle, yet important, differences. I suggest to examine one page at a time. Carefully look at the before and after of the home page, then read the “accessible barriers”. When you understand the “barriers” then go on to the next page.</p>
<p>If you want to see how to go from a non-compliant site to an accessible one, you need to read this document, the before and after demo at: <a href="http://www.w3.org/WAI/EO/2005/Demo/Overview">http://www.w3.org/WAI/EO/2005/Demo/Overview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/useful-before-and-after-demonstration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Management Systems with accessibility</title>
		<link>http://thinkingaccessible.com/content-management-systems-with-accessibility/</link>
		<comments>http://thinkingaccessible.com/content-management-systems-with-accessibility/#comments</comments>
		<pubDate>Sat, 02 May 2009 16:30:12 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Accessibility]]></category>
		<category><![CDATA[guidelines]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=27</guid>
		<description><![CDATA[Content management systems (CMS) have become very popular in the last 3 years or so. They usually are pretty easy to install and to upgrade, but not all of them have accessibility in mind. What often happens is that the theme designer has to make it her or his business to create a site as [...]]]></description>
			<content:encoded><![CDATA[<p>Content management systems (CMS) have become very popular in the last 3 years or so. They usually are pretty easy to install and to upgrade, but not all of them have accessibility in mind. What often happens is that the theme designer has to make it her or his business to create a site as accessible as possible.</p>
<p>I came across some CMS that have accessibility integrated into the system in an article written by the National Center on Disability and Access to Education named <a href="http://www.ncdae.org/tools/factsheets/cms.cfm">NCDAE Tips and Tools: Content Management Systems &amp; Accessibility</a>.</p>
<p>They explain the major challenges that people with disabilities face while using a regular CMS and give us advice on how to choose a responsible system. Most of the systems they recommend have an accessibility page stating there attempt to respect accessibility guidelines. This is valuable information that can help anyone accessing the site. Read this article before considering any CMS.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/content-management-systems-with-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another post on Web Standards</title>
		<link>http://thinkingaccessible.com/yet-another-post-on-web-standards/</link>
		<comments>http://thinkingaccessible.com/yet-another-post-on-web-standards/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 19:10:31 +0000</pubDate>
		<dc:creator>Rocío</dc:creator>
				<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[good practices]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://thinkingaccessible.com/?p=3</guid>
		<description><![CDATA[What are web standards?
Simply put, they are a set of guidelines for web development and web designing. It represents the good practices of the profession. When I started creating websites I had no idea their were rules, but now that I know they exist and I know why I need to use them I cannot [...]]]></description>
			<content:encoded><![CDATA[<p>What are web standards?</p>
<p>Simply put, they are a set of guidelines for web development and web designing. It represents the good practices of the profession. When I started creating websites I had no idea their were rules, but now that I know they exist and I know why I need to use them I cannot code without them. There are several sets of guidelines around the world, but the most widely known is the World Wide Web Consortium (W3C) web standards. Found at <a href="http://www.w3.org">www.w3.org</a>. This site is a little overwhelming for someone just starting to look into web standards, so I will attempt to provide some basic guidance and to list the most important elements.</p>
<p>Web standards are important because without them web accessibility is impossible. Web Standards make it easier for usability and even for code maintenance, reduce bandwidth use and increase cross-browser compatibility. Another great advantage of web standards is SEO (search engine optimization). Sure you can get all these even if you don&#8217;t follow the standards, but it will cost you.</p>
<p>The only disadvantage that I can think of, even if it&#8217;s not a valid reason to avoid web standards, is time. Time to learn it, time to implement the guidelines and time to test it.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkingaccessible.com/yet-another-post-on-web-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
