<?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"
	>
<channel>
	<title>Comments on: More Usable Forms</title>
	<atom:link href="http://jimneath.org/2008/05/12/more-usable-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimneath.org/2008/05/12/more-usable-forms/</link>
	<description>Ruby on Rails, Javascript, CSS and Standards</description>
	<pubDate>Fri, 05 Sep 2008 21:40:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: ritchielee</title>
		<link>http://jimneath.org/2008/05/12/more-usable-forms/#comment-518</link>
		<dc:creator>ritchielee</dc:creator>
		<pubDate>Sat, 26 Jul 2008 16:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=24#comment-518</guid>
		<description>Just a note about submit and reset. Reset is an annoyance on the web; there's no need for it as we use the back button more often if we make a mistake. It's just  a hang up from old school programming that felt all GUI controls should be brought online. There's no real thought. So that solves the right and left problem - just don't have a reset. See more at: http://www.useit.com/alertbox/20000416.html</description>
		<content:encoded><![CDATA[<p>Just a note about submit and reset. Reset is an annoyance on the web; there&#8217;s no need for it as we use the back button more often if we make a mistake. It&#8217;s just  a hang up from old school programming that felt all GUI controls should be brought online. There&#8217;s no real thought. So that solves the right and left problem - just don&#8217;t have a reset. See more at: <a href="http://www.useit.com/alertbox/20000416.html" rel="nofollow">http://www.useit.com/alertbox/20000416.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarkko Laine</title>
		<link>http://jimneath.org/2008/05/12/more-usable-forms/#comment-172</link>
		<dc:creator>Jarkko Laine</dc:creator>
		<pubDate>Thu, 15 May 2008 14:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=24#comment-172</guid>
		<description>Nice tips, I have been preaching about the label element for far too long: http://jlaine.net/2006/3/14/usability-tip-2-use-the-label-tag

There's a recent book by Luke Wroblewski (http://www.rosenfeldmedia.com/books/webforms/) that I highly recommend regarding form usability. It's got a lot of research put into advice on everything forms-related, e.g. about the button placement you talk about above.</description>
		<content:encoded><![CDATA[<p>Nice tips, I have been preaching about the label element for far too long: <a href="http://jlaine.net/2006/3/14/usability-tip-2-use-the-label-tag" rel="nofollow">http://jlaine.net/2006/3/14/usability-tip-2-use-the-label-tag</a></p>
<p>There&#8217;s a recent book by Luke Wroblewski (http://www.rosenfeldmedia.com/books/webforms/) that I highly recommend regarding form usability. It&#8217;s got a lot of research put into advice on everything forms-related, e.g. about the button placement you talk about above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Neath</title>
		<link>http://jimneath.org/2008/05/12/more-usable-forms/#comment-151</link>
		<dc:creator>Jim Neath</dc:creator>
		<pubDate>Tue, 13 May 2008 08:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=24#comment-151</guid>
		<description>I'll be honest, I just showed one on the left and one on the right to show how you &lt;em&gt;could&lt;/em&gt; make them more distinguishable.

I use both a windows machine and a mac machine but I usually place both on the left and make the main action button more dominant than the sub actions.

There was an article somewhere about usability that explained why the main action should go on the left hand side but I can't recall where I read it at the moment. If I can find it I'll post it up.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be honest, I just showed one on the left and one on the right to show how you <em>could</em> make them more distinguishable.</p>
<p>I use both a windows machine and a mac machine but I usually place both on the left and make the main action button more dominant than the sub actions.</p>
<p>There was an article somewhere about usability that explained why the main action should go on the left hand side but I can&#8217;t recall where I read it at the moment. If I can find it I&#8217;ll post it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Vincent</title>
		<link>http://jimneath.org/2008/05/12/more-usable-forms/#comment-148</link>
		<dc:creator>Chris Vincent</dc:creator>
		<pubDate>Mon, 12 May 2008 22:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://jimneath.org/?p=24#comment-148</guid>
		<description>Great tips!  I do take slight issue with always having the submit button on the left and reset/cancel on the right...  This is an interface standard which varies by the OS.  On Macs, the OK button is always on the right, while on Windows it is always on the left.  I tend to place it on the right side because I'm a Mac user, and also because the right side just makes more sense to me (for the same reason pagination has "previous" on the left and "next" on the right).

A small nitpick, and perhaps it's best to follow the standards of the majority platform or even do some detection.  Honestly I think that as long as the submit button is given a distinguishing style to make it "pop" out at the user, usability is enhanced no matter which side the button is placed on.</description>
		<content:encoded><![CDATA[<p>Great tips!  I do take slight issue with always having the submit button on the left and reset/cancel on the right&#8230;  This is an interface standard which varies by the OS.  On Macs, the OK button is always on the right, while on Windows it is always on the left.  I tend to place it on the right side because I&#8217;m a Mac user, and also because the right side just makes more sense to me (for the same reason pagination has &#8220;previous&#8221; on the left and &#8220;next&#8221; on the right).</p>
<p>A small nitpick, and perhaps it&#8217;s best to follow the standards of the majority platform or even do some detection.  Honestly I think that as long as the submit button is given a distinguishing style to make it &#8220;pop&#8221; out at the user, usability is enhanced no matter which side the button is placed on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
