<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Articles&gt;Accessibility&gt;Standards</title>	<link>http://tc.eserver.org/dir/Articles/Accessibility/Standards</link>
	<description>A listing of the most recently indexed works about Articles and Accessibility and Standards in the field of technical communication.</description>
	<language>en-us</language>
	<copyright>Copyright (c) 2005-08 by the EServer. All rights reserved.</copyright>
	<managingEditor>tclib-editorial@eserver.org (TC Library Editorial Board)</managingEditor>
	<webMaster>webmaster@eserver.org (Geoffrey Sauer)</webMaster>
	<image>
		<url>http://tc.eserver.org/images/newlogo.gif</url>
		<title>Articles&gt;Accessibility&gt;Standards</title>
		<link>http://tc.eserver.org/dir/Articles/Accessibility/Standards</link>
	</image>
	<item>
		<title>Ten Ways To Make Your XHTML Site Accessible Using Web Standards</title>
		<link>http://tc.eserver.org/35152.html</link>
		<guid>http://tc.eserver.org/35152.html</guid>
		<description>Let’s take a look at 10 ways to improve the accessibility of your XHTML website by making it standards-compliant. We’ll go the extra mile and include criteria that fall beyond the standards set by the W3C but which you should follow to make your website more accessible. Each section lists the criteria you need to meet, explains why you need to meet them and gives examples of what you should and shouldn’t do.</description>
	</item>
	<item>
		<title>Adopting WCAG 2</title>
		<link>http://tc.eserver.org/34642.html</link>
		<guid>http://tc.eserver.org/34642.html</guid>
		<description>It is six months since the release of WCAG 2.0 and I thought it might be interesting to see how extensively it has been adopted as a bench mark for determining web content accessibility. Over this time, I have felt that the rate of adoption has been relatively slow and the number of countries and other regulatory authorities now using WCAG 2 is lower than I expected.</description>
	</item>
	<item>
		<title>New Accessibility Guidelines A &quot;Welcomed Update&quot;</title>
		<link>http://tc.eserver.org/34616.html</link>
		<guid>http://tc.eserver.org/34616.html</guid>
		<description>The World Wide Web Consortium recently approved new accessibility guidelines. Passed in December 2008, the new &quot;Web Content Accessibility Guidelines 2.0&quot; is now the official recommendation for web accessibility for the disabled. This new WCAG 2.0 document, a welcomed update, replaces the WCAG 1.0 W3C recommendation of 1999. This article is part one in a series discussing the impact of WCAG 2.0 on your website.</description>
	</item>
	<item>
		<title>New Accessibility Guidelines Part IV: Robustness</title>
		<link>http://tc.eserver.org/34619.html</link>
		<guid>http://tc.eserver.org/34619.html</guid>
		<description>The fourth principle of the Web Content Accessibility Guidelines requires new web documents to be “robust.” Robustness, future-proofing, user-agent independence, accessibility-supported: All are terms that suggest the same basic idea that your documents should follow standard, supported models for web document types. In many ways, this is the simplest and most testable requirement of the WCAG, but the details can be quite complicated.</description>
	</item>
	<item>
		<title>Ten Things You Should Know About WCAG 2.0</title>
		<link>http://tc.eserver.org/33748.html</link>
		<guid>http://tc.eserver.org/33748.html</guid>
		<description>With the Web Content Accessibility Guidelines being made a Candidate Recommendation on 30th April 2008, many companies are starting to prepare for the arrival of the new Accessibility Guideline.&#xD;&#xD;What exactly is different though? User Vision&apos;s Mark Palmer takes you through some key things you should know about the document commonly known as WCAG 2.0.</description>
	</item>
	<item>
		<title>WCAG 2.0 Checklist</title>
		<link>http://tc.eserver.org/33685.html</link>
		<guid>http://tc.eserver.org/33685.html</guid>
		<description>A simple checklist that presents the principles and techniques of WCAG 2.0 in a user-friendly, understandable format. The language has been significantly changed and simplified from the official WCAG 2.0 specification to make it more easily tested and verified for web pages.</description>
	</item>
	<item>
		<title>Web Content Accessibility Guidelines (WCAG) 2.0</title>
		<link>http://tc.eserver.org/33471.html</link>
		<guid>http://tc.eserver.org/33471.html</guid>
		<description>Web Content Accessibility Guidelines (WCAG) 2.0 covers a wide range of recommendations for making Web content more accessible. Following these guidelines will make content accessible to a wider range of people with disabilities, including blindness and low vision, deafness and hearing loss, learning disabilities, cognitive limitations, limited movement, speech disabilities, photosensitivity and combinations of these. Following these guidelines will also often make your Web content more usable to users in general.</description>
	</item>
	<item>
		<title>A Personal Reflection on the WCAG 2.0 Publication</title>
		<link>http://tc.eserver.org/33472.html</link>
		<guid>http://tc.eserver.org/33472.html</guid>
		<description>Let&apos;s work together as a community to make WCAG 2.0 a unifying force for web accessibility. There are so many websites and exciting new web applications being created today with accessibility barriers that make it difficult or impossible for some people with disabilities to use them. Let&apos;s change that, with WCAG 2.0.</description>
	</item>
	<item>
		<title>How to Meet WCAG 2.0</title>
		<link>http://tc.eserver.org/32886.html</link>
		<guid>http://tc.eserver.org/32886.html</guid>
		<description>A customizable quick reference to Web Content Accessibility Guidelines 2.0 requirements (success criteria) and techniques.</description>
	</item>
	<item>
		<title>WCAG and the Myth of Accessibility</title>
		<link>http://tc.eserver.org/32871.html</link>
		<guid>http://tc.eserver.org/32871.html</guid>
		<description>Kevin Leitch explains why he feels that the Web Content Accessibility Guidelines have failed in their mission to ensure that web content is accessible to all.</description>
	</item>
	<item>
		<title>Creating Accessible Data Tables</title>
		<link>http://tc.eserver.org/32520.html</link>
		<guid>http://tc.eserver.org/32520.html</guid>
		<description>This article demonstrates how to code accessible data tables in (X)HTML, enabling visually impaired users who employ assistive technologies to interpret the table data. Two views of a tabular data table are presented and discussed.</description>
	</item>
	<item>
		<title>The Language of Accessibility</title>
		<link>http://tc.eserver.org/32508.html</link>
		<guid>http://tc.eserver.org/32508.html</guid>
		<description>Good markup is accessible by default. As long as you’re using HTML elements in a semantically meaningful way—which you should be doing anyway, without even thinking about accessibility—then your documents will be accessible to begin with.</description>
	</item>
	<item>
		<title>Helping Others Understand Web Accessibility</title>
		<link>http://tc.eserver.org/32441.html</link>
		<guid>http://tc.eserver.org/32441.html</guid>
		<description>When I hold workshops for people who want to learn more about web standards and accessibility, I often notice that the attendants really have tried to improve their accessibility knowledge. But they get overwhelmed when they go to the official documentation from the W3C and try to understand it.</description>
	</item>
	<item>
		<title>Accessibility is Part of Your Job</title>
		<link>http://tc.eserver.org/32446.html</link>
		<guid>http://tc.eserver.org/32446.html</guid>
		<description>Accessibility is one of the fundamentals of the Web, so how people who claim to be passionate about the Web and say that they deliver high quality can choose to ignore it is beyond me.</description>
	</item>
	<item>
		<title>Checkpoints for Web Content Accessibility Guidelines 1.0</title>
		<link>http://tc.eserver.org/32264.html</link>
		<guid>http://tc.eserver.org/32264.html</guid>
		<description>This document is an appendix to the W3C &quot;Web Content Accessibility Guidelines 1.0&quot;. It provides a list of all checkpoints from the Web Content Accessibility Guidelines 1.0, organized by concept, as a checklist for Web content developers.</description>
	</item>
	<item>
		<title>WCAG 2.0 Preview: So What&apos;s New?</title>
		<link>http://tc.eserver.org/31626.html</link>
		<guid>http://tc.eserver.org/31626.html</guid>
		<description>This article reviews the new Web Content Accessibility Guidelines (WCAG) version 2.0 and was published in SPIN Magazine. The article summaries the new guidelines and identifies key revisions and changes made to the original WCAG version 1.0.</description>
	</item>
	<item>
		<title>508 for Dummies</title>
		<link>http://tc.eserver.org/29731.html</link>
		<guid>http://tc.eserver.org/29731.html</guid>
		<description>A talk with Gloria Reece, a senior member of STC&apos;s  AccessAbility SIG who can help demystify Section 508. Get practical advice for implementing the law in your workplace without tearing apart existing products and starting from scratch. Section 508 for Dummies will introduce you to the basics of the regulation using models and scenarios.</description>
	</item>
	<item>
		<title>Normative ed Iniziative</title>
		<link>http://tc.eserver.org/27502.html</link>
		<guid>http://tc.eserver.org/27502.html</guid>
		<description>La norma di riferimento è la  legge 1 marzo 2006, n. 67 pubblicata nella Gazzetta Ufficiale n. 54 del 6 marzo 2006. Tale norma è di iniziativa governativa (Ministro senza portafoglio per le Pari opportunità Stefania Prestigiacomo, Ministro del lavoro e politiche sociali Roberto Maroni di concerto con il Ministro della giustizia Roberto Castelli) e risale al 2 luglio 2003 - vale a dire sette giorni prima dell&apos;emanazione del dlgs 216/2003.</description>
	</item>
	<item>
		<title>Communication Challenges in the WC3&apos;s Web Content Accessibility Guidelines</title>
		<link>http://tc.eserver.org/26849.html</link>
		<guid>http://tc.eserver.org/26849.html</guid>
		<description>In the first part of this article, we analyze a number of communication challenges and relate them to problems in conveying the November draft of the Web Content Accessibility Guidelines 2.0. Based on our analysis, the second part of our article offers a number of recommendations for improving the comprehensibility of the WCAG 2.0 for its various intended audiences. Although our discussion has the November draft as its focal point, the recommendations are more widely applicable to other complex documents with diverse audiences. In the final part, we propose a new vision for the WCAG.</description>
	</item>
	<item>
		<title>Draft 2 of Web Content Accessibility Guidelines</title>
		<link>http://tc.eserver.org/26131.html</link>
		<guid>http://tc.eserver.org/26131.html</guid>
		<description>It&apos;s time to take a look at the working draft of WCAG 2.0. You&apos;ll see a fresh approach to a formidable challenge.</description>
	</item>
	<item>
		<title>Accessibility and Section 508</title>
		<link>http://tc.eserver.org/26089.html</link>
		<guid>http://tc.eserver.org/26089.html</guid>
		<description>Over the last couple of years the electronic and IT industry have had to start seriously considering the accessibility of their products and services. This is due to recent developments regarding Federal legislation, specifically Section 508. This article provides an overview of the legislation and includes a case study showing how a Voluntary Product Accessibility Template is applied in practice.</description>
	</item>
	<item>
		<title>Interview with DMXzone&apos;s Bruce Lawson</title>
		<link>http://tc.eserver.org/22938.html</link>
		<guid>http://tc.eserver.org/22938.html</guid>
		<description>Find out why self-confessed non-techie Bruce Lawson has been winning friends and influencing people with his support for web standards and web accessibility.</description>
	</item>
	<item>
		<title>A Tale of Two Initiatives</title>
		<link>http://tc.eserver.org/22931.html</link>
		<guid>http://tc.eserver.org/22931.html</guid>
		<description>During the past few months, two new initiatives have been launched  which could significantly affect everyone involved in website accessibility:  EuroAccessibility and UKDeAN.</description>
	</item>
	<atom:link href="http://tc.eserver.org/dir/Articles/Accessibility/Standards.xml" rel="self" type="application/rss+xml"/>
</channel>
</rss>