<?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 form usability: Better form submission feedback with jQuery</title>
	<atom:link href="http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/</link>
	<description>User Experience Design, Web Development, and Internet Marketing</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:37:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: tom</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32477</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 25 Jul 2010 15:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32477</guid>
		<description>Hi
I&#039;m newbie and don&#039;t know why my hyperlink of my button don&#039;t works with JQuery... hover works but don&#039;t appears the link in the status bar and don&#039;t trigger. The idea is to use this button to return to home page and can&#039;t do it. The HTML code is inside a Library in Dreamweaver. This is the code:
HTML code:

&lt;a href=&quot;../index.html&quot; rel=&quot;nofollow&quot;&gt;INICIO&lt;/a&gt;

jQUERY code:    
$(function() {
		$(&quot;a&quot;).click();
				$(&quot;button, a&quot;, &quot;.BotonInicio&quot;).button();
				$(&quot;a&quot;, &quot;.BotonInicio&quot;).click(function() { return false; });
			});

CSS Code:
.BotonInicio {
	margin-top: 21px;	
}
.FormatButton {
}

What&#039;s wrong here?
Thanks
Tom</description>
		<content:encoded><![CDATA[<p>Hi<br />
I&#8217;m newbie and don&#8217;t know why my hyperlink of my button don&#8217;t works with JQuery&#8230; hover works but don&#8217;t appears the link in the status bar and don&#8217;t trigger. The idea is to use this button to return to home page and can&#8217;t do it. The HTML code is inside a Library in Dreamweaver. This is the code:<br />
HTML code:</p>
<p><a href="../index.html" rel="nofollow">INICIO</a></p>
<p>jQUERY code:<br />
$(function() {<br />
		$(&#8220;a&#8221;).click();<br />
				$(&#8220;button, a&#8221;, &#8220;.BotonInicio&#8221;).button();<br />
				$(&#8220;a&#8221;, &#8220;.BotonInicio&#8221;).click(function() { return false; });<br />
			});</p>
<p>CSS Code:<br />
.BotonInicio {<br />
	margin-top: 21px;<br />
}<br />
.FormatButton {<br />
}</p>
<p>What&#8217;s wrong here?<br />
Thanks<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silver</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32473</link>
		<dc:creator>Silver</dc:creator>
		<pubDate>Sat, 24 Jul 2010 16:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32473</guid>
		<description>How can you do that trick in pure javascript? :)</description>
		<content:encoded><![CDATA[<p>How can you do that trick in pure javascript? <img src='http://briancray.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geek is a Lift-Style. &#187; 50 Useful New jQuery Techniques and Tutorials</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32424</link>
		<dc:creator>Geek is a Lift-Style. &#187; 50 Useful New jQuery Techniques and Tutorials</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32424</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials&#160;&#124;&#160;Xiaoqi He ( Harry He ) &#8211; Official Blog &#8211; 贺孝琦官方博客</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32410</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials&#160;&#124;&#160;Xiaoqi He ( Harry He ) &#8211; Official Blog &#8211; 贺孝琦官方博客</dc:creator>
		<pubDate>Mon, 14 Jun 2010 09:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32410</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricia Quintanilla</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32392</link>
		<dc:creator>Patricia Quintanilla</dc:creator>
		<pubDate>Fri, 04 Jun 2010 07:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32392</guid>
		<description>pretty cool!

thanks!</description>
		<content:encoded><![CDATA[<p>pretty cool!</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials &#124; Top Web Hosts Review Best Web Hosting 2010</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-32132</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials &#124; Top Web Hosts Review Best Web Hosting 2010</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-32132</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials &#171; PSD to HTML , Slicing PSD to HTML</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-31760</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials &#171; PSD to HTML , Slicing PSD to HTML</dc:creator>
		<pubDate>Sun, 10 Jan 2010 18:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-31760</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they&#8217;ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they&rsquo;ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Blog Archive &#187; 50 Useful jQuery Techniques</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-31396</link>
		<dc:creator>&#187; Blog Archive &#187; 50 Useful jQuery Techniques</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-31396</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 50 Useful New jQuery Techniques and Tutorials &#124; Theme Center</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-30776</link>
		<dc:creator>50 Useful New jQuery Techniques and Tutorials &#124; Theme Center</dc:creator>
		<pubDate>Sun, 13 Dec 2009 07:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-30776</guid>
		<description>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</description>
		<content:encoded><![CDATA[<p>[...] Better form submission feedback with jQuery Browsers fail to give users effective feedback when the user submits a form. Users respond by clicking the submit button over and over. The problem compounds when users find out they’ve been charged 5 times or when you receive 5 contact submissions. The solution is to replace the submit button with a friendly message letting the user know the form is working. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Reed</title>
		<link>http://briancray.com/2009/07/28/increase-form-usability-replace-form-button-submit/#comment-30412</link>
		<dc:creator>Bill Reed</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=932#comment-30412</guid>
		<description>Very good idea. However true the comment is about being able to achieve this effect via &#039;pure javascript&#039; is, if you&#039;re using JQuery already it&#039;d be silly not to use this. Usign Jquery, you also eliminate the messy Javascript attributes inserted directly into html. 

I&#039;m still a fan of the loading gif for things like this - as you can instantly see something happening. Your method is fine, but it&#039;s possible for a user to miss the change on a busier website - just my opinion.</description>
		<content:encoded><![CDATA[<p>Very good idea. However true the comment is about being able to achieve this effect via &#8216;pure javascript&#8217; is, if you&#8217;re using JQuery already it&#8217;d be silly not to use this. Usign Jquery, you also eliminate the messy Javascript attributes inserted directly into html. </p>
<p>I&#8217;m still a fan of the loading gif for things like this &#8211; as you can instantly see something happening. Your method is fine, but it&#8217;s possible for a user to miss the change on a busier website &#8211; just my opinion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
