<?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: Labels &#8211; An Easy Way to Make Forms Better for Everyone</title>
	<atom:link href="http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/</link>
	<description>A web designoper&#039;s journal</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:04:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cory</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5967</link>
		<dc:creator>Cory</dc:creator>
		<pubDate>Tue, 06 Apr 2010 13:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5967</guid>
		<description>Nice article, thanks!

I agree that using the  tag is essential on forms, and thanks for Volker for the cursor:pointer tip!!!  :)</description>
		<content:encoded><![CDATA[<p>Nice article, thanks!</p>
<p>I agree that using the  tag is essential on forms, and thanks for Volker for the cursor:pointer tip!!!  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5913</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 16:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5913</guid>
		<description>You&#039;re right, I was confusing the default cursor with the pointer. Good point(er).</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, I was confusing the default cursor with the pointer. Good point(er).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5910</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Fri, 12 Mar 2010 22:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5910</guid>
		<description>Unfortunately most browsers don&#039;t use the pointer/hand-cursor by default. In fact I didn&#039;t encounter any browser on windows which does. Don&#039;t know about the apple native ones.</description>
		<content:encoded><![CDATA[<p>Unfortunately most browsers don&#8217;t use the pointer/hand-cursor by default. In fact I didn&#8217;t encounter any browser on windows which does. Don&#8217;t know about the apple native ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5907</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5907</guid>
		<description>True. Corrected. :)</description>
		<content:encoded><![CDATA[<p>True. Corrected. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caroline Jarrett</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5904</link>
		<dc:creator>Caroline Jarrett</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5904</guid>
		<description>You said:
&quot;The only point of the label tag is to provide a usability improvement for mouse users&quot;.
That&#039;s not quite right. It *does* provide a usability improvement for mouse users, but it is also crucial for users who are using screen readers. A screen reader can have a rough stab at where the label is for the input widget without the label tag, but it is much more accurate if the label tag is properly used.
So please everyone: use those label tags!</description>
		<content:encoded><![CDATA[<p>You said:<br />
&#8220;The only point of the label tag is to provide a usability improvement for mouse users&#8221;.<br />
That&#8217;s not quite right. It *does* provide a usability improvement for mouse users, but it is also crucial for users who are using screen readers. A screen reader can have a rough stab at where the label is for the input widget without the label tag, but it is much more accurate if the label tag is properly used.<br />
So please everyone: use those label tags!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5888</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5888</guid>
		<description>Good point, although I believe most browsers do that automatically. If not though, CSS would do the trick. You could also style the label so that hovering your mouse over it underlines the text similar to the behavior of a link, thereby encouraging people to click it.</description>
		<content:encoded><![CDATA[<p>Good point, although I believe most browsers do that automatically. If not though, CSS would do the trick. You could also style the label so that hovering your mouse over it underlines the text similar to the behavior of a link, thereby encouraging people to click it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volker</title>
		<link>http://www.catchmyfame.com/2010/03/11/labels-an-easy-way-to-make-forms-better-for-everyone/comment-page-1/#comment-5886</link>
		<dc:creator>Volker</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=495#comment-5886</guid>
		<description>Setting the CSS property &quot;cursor:pointer&quot; on the label is also a good practice. It has the nice side effekt, that some novice users not knowing you can actually click the label will discover it.</description>
		<content:encoded><![CDATA[<p>Setting the CSS property &#8220;cursor:pointer&#8221; on the label is also a good practice. It has the nice side effekt, that some novice users not knowing you can actually click the label will discover it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

