<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: Avis: Trying Too Hard?</title>
	<atom:link href="http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/</link>
	<description>UIE\'s latest insights on the world of design</description>
	<lastBuildDate>Tue, 21 May 2013 10:35:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: The Dock: Login</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-76</link>
		<dc:creator>The Dock: Login</dc:creator>
		<pubDate>Wed, 14 Sep 2005 21:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-76</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cavallucci</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-64</link>
		<dc:creator>Chris Cavallucci</dc:creator>
		<pubDate>Mon, 12 Sep 2005 14:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-64</guid>
		<description>My teams have struggled with these issues, too. I&#039;ve heard developers argue for and against asterisks on required or optional fields. Developers ask: &quot;When do we process the input data? Should we process the whole form upon click of the submit button? Or, should we evaluate a response field-by-field?&quot;

On some projects we decided to forego the asterisk representation altogether since we process the form field-by-field, checking the field input for length, data type, and value range using JavaScript. If it&#039;s a required field, the form validation script checks to see if the field has cursor focus -- if the field has focus and the length of the input is 0 and the user moves the cursor to a different field, the script alerts the user. If it&#039;s an optional field, the script skips the 0-length check, but validates the input data if provided by the user.

Traditionally, this input validation technique has been purely client-side. Now, I wonder if we can continue to omit the asterisks and somehow use AJAX to validate the form data *AND* gather user behavior data. We could figure out which fields users skip, leave the site, etc.</description>
		<content:encoded><![CDATA[<p>My teams have struggled with these issues, too. I&#8217;ve heard developers argue for and against asterisks on required or optional fields. Developers ask: &#8220;When do we process the input data? Should we process the whole form upon click of the submit button? Or, should we evaluate a response field-by-field?&#8221;</p>
<p>On some projects we decided to forego the asterisk representation altogether since we process the form field-by-field, checking the field input for length, data type, and value range using JavaScript. If it&#8217;s a required field, the form validation script checks to see if the field has cursor focus &#8212; if the field has focus and the length of the input is 0 and the user moves the cursor to a different field, the script alerts the user. If it&#8217;s an optional field, the script skips the 0-length check, but validates the input data if provided by the user.</p>
<p>Traditionally, this input validation technique has been purely client-side. Now, I wonder if we can continue to omit the asterisks and somehow use AJAX to validate the form data *AND* gather user behavior data. We could figure out which fields users skip, leave the site, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Fernandez</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-56</link>
		<dc:creator>Ron Fernandez</dc:creator>
		<pubDate>Thu, 08 Sep 2005 01:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-56</guid>
		<description>Color and type weight could have been used to imply mandatory vs. optional fields without cluttering up the screen with asterisks. Bold &amp; black/dark gray = mandatory, regular weight and lighter gray = optional. It&#039;s not immediately obvious, but it is discoverable. 

It&#039;s a shame so few web designers have ever had traditional typographic training. Would improve things significantly.</description>
		<content:encoded><![CDATA[<p>Color and type weight could have been used to imply mandatory vs. optional fields without cluttering up the screen with asterisks. Bold &amp; black/dark gray = mandatory, regular weight and lighter gray = optional. It&#8217;s not immediately obvious, but it is discoverable. </p>
<p>It&#8217;s a shame so few web designers have ever had traditional typographic training. Would improve things significantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Byrd</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-54</link>
		<dc:creator>Ben Byrd</dc:creator>
		<pubDate>Wed, 07 Sep 2005 22:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-54</guid>
		<description>Love you sites. Avis should have an optional section. &quot;Fill this out if you feel like it.&quot; I&#039;m assuming the form went on from the graphic that you showed because I was thinking that wasn&#039;t too long. Thanks.</description>
		<content:encoded><![CDATA[<p>Love you sites. Avis should have an optional section. &#8220;Fill this out if you feel like it.&#8221; I&#8217;m assuming the form went on from the graphic that you showed because I was thinking that wasn&#8217;t too long. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DonnaM</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-48</link>
		<dc:creator>DonnaM</dc:creator>
		<pubDate>Wed, 07 Sep 2005 05:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-48</guid>
		<description>Ahah! That&#039;s interesting.</description>
		<content:encoded><![CDATA[<p>Ahah! That&#8217;s interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Spool</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-46</link>
		<dc:creator>Jared Spool</dc:creator>
		<pubDate>Tue, 06 Sep 2005 11:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-46</guid>
		<description>Well, the reason it hit our radar screen (and why it&#039;s posted here) is just because it caused at least one user grief as we were watching. The user in question ground to a complete halt as she tried to reconcile her desire to provide mandatory information with information she didn&#039;t have, such as Company name and Address 2. 

She didn&#039;t understand why that information would be mandatory...</description>
		<content:encoded><![CDATA[<p>Well, the reason it hit our radar screen (and why it&#8217;s posted here) is just because it caused at least one user grief as we were watching. The user in question ground to a complete halt as she tried to reconcile her desire to provide mandatory information with information she didn&#8217;t have, such as Company name and Address 2. </p>
<p>She didn&#8217;t understand why that information would be mandatory&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DonnaM</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-45</link>
		<dc:creator>DonnaM</dc:creator>
		<pubDate>Tue, 06 Sep 2005 05:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-45</guid>
		<description>Consistency is a lovely thing, and I generally use the magic asterisk too. However I&#039;ve rarely see a user identify what&#039;s happening - it is usually &#039;fill in everything&#039; or &#039;fill in what I think is OK and wait for the error&#039;.

I also reckon you&#039;d get this one pretty easily just because of context - middle initial is odd and there&#039;s a star on it, therefore other things with a star must also be odd ;)</description>
		<content:encoded><![CDATA[<p>Consistency is a lovely thing, and I generally use the magic asterisk too. However I&#8217;ve rarely see a user identify what&#8217;s happening &#8211; it is usually &#8216;fill in everything&#8217; or &#8216;fill in what I think is OK and wait for the error&#8217;.</p>
<p>I also reckon you&#8217;d get this one pretty easily just because of context &#8211; middle initial is odd and there&#8217;s a star on it, therefore other things with a star must also be odd <img src='http://www.uie.com/brainsparks/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Szuc</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-44</link>
		<dc:creator>Daniel Szuc</dc:creator>
		<pubDate>Mon, 05 Sep 2005 14:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-44</guid>
		<description>How about a form that only includes mandatory fields? Even better, if its short and simple!</description>
		<content:encoded><![CDATA[<p>How about a form that only includes mandatory fields? Even better, if its short and simple!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Meyer</title>
		<link>http://www.uie.com/brainsparks/2005/09/05/avis-trying-too-hard/comment-page-1/#comment-43</link>
		<dc:creator>Eric Meyer</dc:creator>
		<pubDate>Mon, 05 Sep 2005 13:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.uie.com/brainsparks/?p=51#comment-43</guid>
		<description>As a frequent Avis.com user, I can&#039;t say I&#039;d ever noticed this, though I probably don&#039;t represent the typical user of the site.

I do have to give them major credit, however, for making their &quot;would you like to sign up for our newsletter and special offers mailing list?&quot; an opt-in checkbox: it defaults to unchecked, and you must check it in order to start getting their newsletter.  I wish more companies were as respectful.</description>
		<content:encoded><![CDATA[<p>As a frequent Avis.com user, I can&#8217;t say I&#8217;d ever noticed this, though I probably don&#8217;t represent the typical user of the site.</p>
<p>I do have to give them major credit, however, for making their &#8220;would you like to sign up for our newsletter and special offers mailing list?&#8221; an opt-in checkbox: it defaults to unchecked, and you must check it in order to start getting their newsletter.  I wish more companies were as respectful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
