<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Web accessibility is part of the job of everyone</title>
	<atom:link href="http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/</link>
	<description>Web design and web development by inspiration</description>
	<lastBuildDate>Sat, 21 Aug 2010 16:42:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Read This Link &#187; Web accessibility is part of the job of everyone</title>
		<link>http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/comment-page-1/#comment-26876</link>
		<dc:creator>Read This Link &#187; Web accessibility is part of the job of everyone</dc:creator>
		<pubDate>Sun, 10 Jan 2010 01:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredbuddy.com/?p=39#comment-26876</guid>
		<description>[...] Web accessibility is part of the job of everyone [...]</description>
		<content:encoded><![CDATA[<p>[...] Web accessibility is part of the job of everyone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inspired Buddy &#187; Switch to alternative zoom layout for low vision users</title>
		<link>http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/comment-page-1/#comment-531</link>
		<dc:creator>Inspired Buddy &#187; Switch to alternative zoom layout for low vision users</dc:creator>
		<pubDate>Sun, 24 Aug 2008 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredbuddy.com/?p=39#comment-531</guid>
		<description>[...] design for low-vision users, which I believe is still not followed by many people since it is an important aspect of web accessibility. We must understand that not every user with visual impairments may use the additional tools for [...]</description>
		<content:encoded><![CDATA[<p>[...] design for low-vision users, which I believe is still not followed by many people since it is an important aspect of web accessibility. We must understand that not every user with visual impairments may use the additional tools for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/comment-page-1/#comment-530</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 02 Aug 2008 07:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredbuddy.com/?p=39#comment-530</guid>
		<description>I agree with you typically, but one thing is always stuck out that you use of the word accessibility is being taken as an evil word. When it comes to responsiveness, this word simply does not work very well.

I believe in using a trick to talk about accessibility without using the word itself, a word like following best practices. But obviously the whole purpose is to make it accessible for everyone.</description>
		<content:encoded><![CDATA[<p>I agree with you typically, but one thing is always stuck out that you use of the word accessibility is being taken as an evil word. When it comes to responsiveness, this word simply does not work very well.</p>
<p>I believe in using a trick to talk about accessibility without using the word itself, a word like following best practices. But obviously the whole purpose is to make it accessible for everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anand</title>
		<link>http://www.inspiredbuddy.com/accessibility/web-accessibility-is-part-of-the-job-of-everyone/comment-page-1/#comment-529</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Fri, 01 Aug 2008 05:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.inspiredbuddy.com/?p=39#comment-529</guid>
		<description>Visit following sites...

Checkpoints for Accessibility:
http://academics.georgiasouthern.edu/accessibility/docs/checkpoints.html

For color: http://snook.ca/technical/colour_contrast/colour.html

Color Brightness Formula

The following is the formula suggested by the World Wide Web Consortium (W3C) to determine the brightness of a color.

((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000

Note : The difference between the background brightness, and the foreground brightness should be greater than 125.



Color Difference Formula

The following is the formula suggested by the W3C to determine the difference between two colors.

(maximum (Red value 1, Red value 2) - minimum (Red value 1, Red value 2)) + (maximum (Green value 1, Green value 2) - minimum (Green value 1, Green value 2)) + (maximum (Blue value 1, Blue value 2) - minimum (Blue value 1, Blue value 2))

Note : The difference between the background color and the foreground color should be greater than 500.</description>
		<content:encoded><![CDATA[<p>Visit following sites&#8230;</p>
<p>Checkpoints for Accessibility:<br />
<a href="http://academics.georgiasouthern.edu/accessibility/docs/checkpoints.html" rel="nofollow">http://academics.georgiasouthern.edu/accessibility/docs/checkpoints.html</a></p>
<p>For color: <a href="http://snook.ca/technical/colour_contrast/colour.html" rel="nofollow">http://snook.ca/technical/colour_contrast/colour.html</a></p>
<p>Color Brightness Formula</p>
<p>The following is the formula suggested by the World Wide Web Consortium (W3C) to determine the brightness of a color.</p>
<p>((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000</p>
<p>Note : The difference between the background brightness, and the foreground brightness should be greater than 125.</p>
<p>Color Difference Formula</p>
<p>The following is the formula suggested by the W3C to determine the difference between two colors.</p>
<p>(maximum (Red value 1, Red value 2) &#8211; minimum (Red value 1, Red value 2)) + (maximum (Green value 1, Green value 2) &#8211; minimum (Green value 1, Green value 2)) + (maximum (Blue value 1, Blue value 2) &#8211; minimum (Blue value 1, Blue value 2))</p>
<p>Note : The difference between the background color and the foreground color should be greater than 500.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
