<?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: Affordance of Autocomplete Text Fields</title>
	<atom:link href="http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/</link>
	<description>Instant Usability &#38; Web Standards</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Haythem Dawlett</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-433869</link>
		<dc:creator>Haythem Dawlett</dc:creator>
		<pubDate>Mon, 04 Aug 2008 17:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-433869</guid>
		<description>Wonder how AutoCompete will effect advertisers and search marketing.
It&#039;ll be interesting how this rolls out with all the major e-commerce sites.</description>
		<content:encoded><![CDATA[<p>Wonder how AutoCompete will effect advertisers and search marketing.<br />
It&#8217;ll be interesting how this rolls out with all the major e-commerce sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucy M</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-403045</link>
		<dc:creator>Lucy M</dc:creator>
		<pubDate>Tue, 18 Mar 2008 13:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-403045</guid>
		<description>Hello, I want to add the &#039;did you mean&#039; feature (like on Google) on my shareware site, where a lot of users have mistypes, and they get 0 results... so they exit the site very fast. Do you have any idea how I could implement such a thing? Does it require a dictionary or something? Any help would be appreciated...
Thanks, Lucy</description>
		<content:encoded><![CDATA[<p>Hello, I want to add the &#8216;did you mean&#8217; feature (like on Google) on my shareware site, where a lot of users have mistypes, and they get 0 results&#8230; so they exit the site very fast. Do you have any idea how I could implement such a thing? Does it require a dictionary or something? Any help would be appreciated&#8230;<br />
Thanks, Lucy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Stenbæk</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-214113</link>
		<dc:creator>Henrik Stenbæk</dc:creator>
		<pubDate>Sun, 15 Jul 2007 21:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-214113</guid>
		<description>Up to a point I agree that in many cases it is faster to type out the full word; at least for a person that knows what they are typing. 
But for person with spelling problems the use of an auto complete feature could save time and a lot of frustration. E.g. if one don’t know how to spell ‘amason’ the auto complete feature comes in handy. In this scenario it’s relevant to note that the auto complete feature needs to be intelligent, like the Google Suggest’s interface in the screenshot above. The Google Suggest’s interface is not just making an alphabetic list starting with &#039;a&#039;,&#039;ab&#039;,&#039;ac&#039;… it’s listing the most likely search terms (based on Googles huge statistic). 
So maybe it would be nice to make a button &quot;Turn on search word suggestion&quot; and/or be polite to visitors that had made &quot;typing errors&quot; and &quot;Spelling suggestions has been automatic turned on – click to turn it off&quot;.</description>
		<content:encoded><![CDATA[<p>Up to a point I agree that in many cases it is faster to type out the full word; at least for a person that knows what they are typing.<br />
But for person with spelling problems the use of an auto complete feature could save time and a lot of frustration. E.g. if one don’t know how to spell ‘amason’ the auto complete feature comes in handy. In this scenario it’s relevant to note that the auto complete feature needs to be intelligent, like the Google Suggest’s interface in the screenshot above. The Google Suggest’s interface is not just making an alphabetic list starting with &#8216;a&#8217;,'ab&#8217;,'ac&#8217;… it’s listing the most likely search terms (based on Googles huge statistic).<br />
So maybe it would be nice to make a button &#8220;Turn on search word suggestion&#8221; and/or be polite to visitors that had made &#8220;typing errors&#8221; and &#8220;Spelling suggestions has been automatic turned on – click to turn it off&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chisholm</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-194717</link>
		<dc:creator>David Chisholm</dc:creator>
		<pubDate>Fri, 29 Jun 2007 15:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-194717</guid>
		<description>My use-case is like the Kayak.com scenario: auto-complete for a specific type and fixed number of entities.  My user base consists of business users so it&#039;s reasonable for them to expect some learning curve on certain types of features, yet auto-complete can be too subtle.

I could add the affordance help-text next to the field but on any page of the application there may be several auto-complete fields for different types of entities, so the text would become tedious and consume too much space.

So I&#039;m considering a drop-down menu affordance nested inside the text box that will open the auto-complete and perform an initial search.  Then, inside the auto-complete, I would display a message like &quot;continue typing to see more matches&quot;.

The names of the entities are very diverse (for example, part numbers where part names may begin with letters or numbers) and so the user may not know what to begin typing for the auto-complete.  So the drop-down list helps to get the user started.

Finally, in some cases, the number of items may be small enough to completely display in a single auto-complete list.  So in that case, the help text would not be shown.</description>
		<content:encoded><![CDATA[<p>My use-case is like the Kayak.com scenario: auto-complete for a specific type and fixed number of entities.  My user base consists of business users so it&#8217;s reasonable for them to expect some learning curve on certain types of features, yet auto-complete can be too subtle.</p>
<p>I could add the affordance help-text next to the field but on any page of the application there may be several auto-complete fields for different types of entities, so the text would become tedious and consume too much space.</p>
<p>So I&#8217;m considering a drop-down menu affordance nested inside the text box that will open the auto-complete and perform an initial search.  Then, inside the auto-complete, I would display a message like &#8220;continue typing to see more matches&#8221;.</p>
<p>The names of the entities are very diverse (for example, part numbers where part names may begin with letters or numbers) and so the user may not know what to begin typing for the auto-complete.  So the drop-down list helps to get the user started.</p>
<p>Finally, in some cases, the number of items may be small enough to completely display in a single auto-complete list.  So in that case, the help text would not be shown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Cram</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-141326</link>
		<dc:creator>Jon Cram</dc:creator>
		<pubDate>Sun, 06 May 2007 12:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-141326</guid>
		<description>I agree with Thomas and Matthew that, in many cases, autocomplete doesn&#039;t help as it&#039;s often quicker to type - the &#039;surprise&#039; of a hidden autocomplete feature tends to slow me down.

I do, however, find autocomplete useful in Vista&#039;s file open/save/etc dialog box. The other day I wanted to change the icon for a shortcut I created and knew the name of a .dll file I wanted to open and new it was in C:\windows\something\or\other.

The problem was that the directory in question contained, as you might expect, a multitude of files which would take some time to scan through to find the right one. Instead of scrolling through the list of files and selecting what I wanted, I just started typing in the file name and selected from the autocomplete selection - just two characters and a click did it.

I&#039;d say that autocomplete is a bad feature if you know what you&#039;re looking for as it&#039;s quicker to type in the exact phrase, but can provide benefits if you do know what you want but typing it is a bit tricky, like an obscure file name or an email address.

As an aside, there&#039;s a bit of a mess up with the last but one &#039;Related info:&#039; links: &quot;Bill Scott: Distracting or Narrowing: Looking a Little More At Live SearchD&quot; - only the D on &#039;Distracting&#039; and the odd D after &#039;Search&#039; are linked and incorrectly so.</description>
		<content:encoded><![CDATA[<p>I agree with Thomas and Matthew that, in many cases, autocomplete doesn&#8217;t help as it&#8217;s often quicker to type &#8211; the &#8216;surprise&#8217; of a hidden autocomplete feature tends to slow me down.</p>
<p>I do, however, find autocomplete useful in Vista&#8217;s file open/save/etc dialog box. The other day I wanted to change the icon for a shortcut I created and knew the name of a .dll file I wanted to open and new it was in C:\windows\something\or\other.</p>
<p>The problem was that the directory in question contained, as you might expect, a multitude of files which would take some time to scan through to find the right one. Instead of scrolling through the list of files and selecting what I wanted, I just started typing in the file name and selected from the autocomplete selection &#8211; just two characters and a click did it.</p>
<p>I&#8217;d say that autocomplete is a bad feature if you know what you&#8217;re looking for as it&#8217;s quicker to type in the exact phrase, but can provide benefits if you do know what you want but typing it is a bit tricky, like an obscure file name or an email address.</p>
<p>As an aside, there&#8217;s a bit of a mess up with the last but one &#8216;Related info:&#8217; links: &#8220;Bill Scott: Distracting or Narrowing: Looking a Little More At Live SearchD&#8221; &#8211; only the D on &#8216;Distracting&#8217; and the odd D after &#8216;Search&#8217; are linked and incorrectly so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Oliphant</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-141013</link>
		<dc:creator>Matthew Oliphant</dc:creator>
		<pubDate>Sat, 05 May 2007 20:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-141013</guid>
		<description>I&#039;ve noticed people, who do know about the auto-complete/suggest functionality, don&#039;t take advantage of the feature.  Mostly, as Thomas says, because it&#039;s faster to type.

With the Google Suggest example: it is the only field on the screen.  I&#039;d wonder at pushing the interaction too far to increase intuitiveness, where learnability would likely suffice.  The only thing I can think of that would better communicate to the user what will/does happen with auto-complete would be to allow the user to turn it on and off (with associated explanatory text next to the enabling widget).

Perhaps the fact that it just &lt;em&gt;happens&lt;/em&gt; is part of the problem.  Or maybe it&#039;s what we call it.  In Google&#039;s case it&#039;s live &quot;did you mean...&quot;  Perhaps if framed in a way that most users of Google are familiar with and rely upon, it would be easier for people to use?

Just random thoughts on a Saturday afternoon.  :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve noticed people, who do know about the auto-complete/suggest functionality, don&#8217;t take advantage of the feature.  Mostly, as Thomas says, because it&#8217;s faster to type.</p>
<p>With the Google Suggest example: it is the only field on the screen.  I&#8217;d wonder at pushing the interaction too far to increase intuitiveness, where learnability would likely suffice.  The only thing I can think of that would better communicate to the user what will/does happen with auto-complete would be to allow the user to turn it on and off (with associated explanatory text next to the enabling widget).</p>
<p>Perhaps the fact that it just <em>happens</em> is part of the problem.  Or maybe it&#8217;s what we call it.  In Google&#8217;s case it&#8217;s live &#8220;did you mean&#8230;&#8221;  Perhaps if framed in a way that most users of Google are familiar with and rely upon, it would be easier for people to use?</p>
<p>Just random thoughts on a Saturday afternoon.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Baekdal</title>
		<link>http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/comment-page-1/#comment-140999</link>
		<dc:creator>Thomas Baekdal</dc:creator>
		<pubDate>Sat, 05 May 2007 19:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/05/05/affordance-of-autocomplete-text-fields/#comment-140999</guid>
		<description>Good article,

BTW: I many cases it is actually faster to simply type out the full word, than to use an autocomplete feature.</description>
		<content:encoded><![CDATA[<p>Good article,</p>
<p>BTW: I many cases it is actually faster to simply type out the full word, than to use an autocomplete feature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

