<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Scriptaculous Autocompleter</title>
	<atom:link href="http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/feed/" rel="self" type="application/rss+xml" />
	<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/</link>
	<description>UI Jane's Awesome Blog</description>
	<lastBuildDate>Sat, 31 May 2008 15:21:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: uijane</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-164</link>
		<dc:creator>uijane</dc:creator>
		<pubDate>Fri, 11 Jan 2008 14:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-164</guid>
		<description>Thanx for the tip. Didn&#039;t know about the autoSelect option, it is not in the documentation but I can see it is in the source. 

We&#039;ll try it out in the next deploy. It&#039;s always good to keep your sponsor&#039;s wife satisfied.</description>
		<content:encoded><![CDATA[<p>Thanx for the tip. Didn&#8217;t know about the autoSelect option, it is not in the documentation but I can see it is in the source. </p>
<p>We&#8217;ll try it out in the next deploy. It&#8217;s always good to keep your sponsor&#8217;s wife satisfied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadara</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-163</link>
		<dc:creator>sadara</dc:creator>
		<pubDate>Fri, 11 Jan 2008 12:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-163</guid>
		<description>your sponsor&#039;s wife might be interested in the autocompleter&#039;s &#039;autoSelect&#039; option. eg:

new Ajax.Autocompleter(
&#039;autoCompleteTextField&#039;,
&#039;autoCompleteMenu&#039;,
&#039;&#039;,
{autoSelect:true});</description>
		<content:encoded><![CDATA[<p>your sponsor&#8217;s wife might be interested in the autocompleter&#8217;s &#8216;autoSelect&#8217; option. eg:</p>
<p>new Ajax.Autocompleter(<br />
&#8216;autoCompleteTextField&#8217;,<br />
&#8216;autoCompleteMenu&#8217;,<br />
&#8221;,<br />
{autoSelect:true});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgios</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-11</link>
		<dc:creator>Giorgios</dc:creator>
		<pubDate>Sun, 26 Aug 2007 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-11</guid>
		<description>Another approach to tagging (or categorization as they call it) is the one that your own blog software &lt;a href=&quot;http://wordpress.org/&quot; rel=&quot;nofollow&quot;&gt;Wordpress&lt;/a&gt; is using, i.e. not suggestion anything at all based on what you write but showing you previous tags in a checkbox list below. Might prevent users for applying the tag spamming syndrome.</description>
		<content:encoded><![CDATA[<p>Another approach to tagging (or categorization as they call it) is the one that your own blog software <a href="http://wordpress.org/" rel="nofollow">WordPress</a> is using, i.e. not suggestion anything at all based on what you write but showing you previous tags in a checkbox list below. Might prevent users for applying the tag spamming syndrome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A11y McBeal</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-9</link>
		<dc:creator>A11y McBeal</dc:creator>
		<pubDate>Sun, 26 Aug 2007 10:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-9</guid>
		<description>As an accessibility consultant, I’m often surprised with &lt;abbr title=&quot;User Interface&quot;&gt;UI&lt;/abbr&gt; developer’s obsession of being 100% valid. From an &lt;abbr title=&quot;accessibility&quot;&gt;a11y&lt;/abbr&gt; perspective, it is much more important to not mixing up the two auto complete menus, the one that the browser provides and the one that a site can implement. For users with screen readers this is however not often a problem since they are not using autocompletion so far. 

The site version of an auto suggest menu is &lt;abbr title=&quot;By the way&quot;&gt;btw&lt;/abbr&gt; a good example of not messing things up too much for a disabled user since you can do pretty well without the suggestions and you can still tag your stuff with JavaScript disabled. Auto populated content that you really need to read is much more problematic at the moment.</description>
		<content:encoded><![CDATA[<p>As an accessibility consultant, I’m often surprised with <abbr title="User Interface">UI</abbr> developer’s obsession of being 100% valid. From an <abbr title="accessibility">a11y</abbr> perspective, it is much more important to not mixing up the two auto complete menus, the one that the browser provides and the one that a site can implement. For users with screen readers this is however not often a problem since they are not using autocompletion so far. </p>
<p>The site version of an auto suggest menu is <abbr title="By the way">btw</abbr> a good example of not messing things up too much for a disabled user since you can do pretty well without the suggestions and you can still tag your stuff with JavaScript disabled. Auto populated content that you really need to read is much more problematic at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sara</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-8</link>
		<dc:creator>Sara</dc:creator>
		<pubDate>Sun, 26 Aug 2007 10:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-8</guid>
		<description>I think &lt;a href=&quot;http://www.google.com/bookmarks/&quot; rel=&quot;nofollow&quot;&gt;Google Bookmarks&lt;/a&gt; is the closest example to what BizBob suggest. They display suggestions the last word the user types while keeping the other tags in the input field. But they have their own lib and are of course not using script.aculo.us as the rest of us are.</description>
		<content:encoded><![CDATA[<p>I think <a href="http://www.google.com/bookmarks/" rel="nofollow">Google Bookmarks</a> is the closest example to what BizBob suggest. They display suggestions the last word the user types while keeping the other tags in the input field. But they have their own lib and are of course not using script.aculo.us as the rest of us are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uijane</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-6</link>
		<dc:creator>uijane</dc:creator>
		<pubDate>Sun, 26 Aug 2007 10:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-6</guid>
		<description>BizBoy, you need to choose to either (1) add one tag at a time or (2) a bunch of them in one action. We are using the second approach, mostly because it is faster for the user. On the other hand, it is not so tempting to add crap tags if the user is forced to do (1) and then hit the add button for each tag.

I will test out (1) in the 0.2 version. If TechToby is fine with changing the controller.

&lt;a href=&quot;http://flickr.com/&quot; rel=&quot;nofollow&quot;&gt;Flickr&lt;/a&gt; is not using an autocompleter at all, but a  cloud you can pick from, not so interactive. &lt;a href=&quot;http://picasaweb.google.com/&quot; rel=&quot;nofollow&quot;&gt;Picasweb&lt;/a&gt; is not suggestion anything at all. In &lt;a href=&quot;http://docs.google.com/&quot; rel=&quot;nofollow&quot;&gt;Google Documents&lt;/a&gt; after the UI re-design, you can only add one label in each action by dragging the document to the &quot;folder&quot; as they call it nowadays.  del.icio.us is not suggesting anything either while &lt;a href=&quot;http://digg.com/&quot; rel=&quot;nofollow&quot;&gt;digg.com&lt;/a&gt; is using one topic category per item.

The most common problem with using tags/labels to classify content is that you have too many general tags that don&#039;t help you or other users to find the right piece of information in the end. I think &lt;a href=&quot;http://contentconnie.wordpress.com/&quot; rel=&quot;nofollow&quot;&gt;ContentConnie&lt;/a&gt; has an opinion about this, after all, she is a librarian.</description>
		<content:encoded><![CDATA[<p>BizBoy, you need to choose to either (1) add one tag at a time or (2) a bunch of them in one action. We are using the second approach, mostly because it is faster for the user. On the other hand, it is not so tempting to add crap tags if the user is forced to do (1) and then hit the add button for each tag.</p>
<p>I will test out (1) in the 0.2 version. If TechToby is fine with changing the controller.</p>
<p><a href="http://flickr.com/" rel="nofollow">Flickr</a> is not using an autocompleter at all, but a  cloud you can pick from, not so interactive. <a href="http://picasaweb.google.com/" rel="nofollow">Picasweb</a> is not suggestion anything at all. In <a href="http://docs.google.com/" rel="nofollow">Google Documents</a> after the UI re-design, you can only add one label in each action by dragging the document to the &#8220;folder&#8221; as they call it nowadays.  del.icio.us is not suggesting anything either while <a href="http://digg.com/" rel="nofollow">digg.com</a> is using one topic category per item.</p>
<p>The most common problem with using tags/labels to classify content is that you have too many general tags that don&#8217;t help you or other users to find the right piece of information in the end. I think <a href="http://contentconnie.wordpress.com/" rel="nofollow">ContentConnie</a> has an opinion about this, after all, she is a librarian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bizbob</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-5</link>
		<dc:creator>bizbob</dc:creator>
		<pubDate>Sun, 26 Aug 2007 09:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-5</guid>
		<description>But Jane, why does our autocomplete suggest all of the tags, including the ones you have already filled in, instead of just the one you are currently writing?
That&#039;s the way I&#039;ve seen it works on many other sites-</description>
		<content:encoded><![CDATA[<p>But Jane, why does our autocomplete suggest all of the tags, including the ones you have already filled in, instead of just the one you are currently writing?<br />
That&#8217;s the way I&#8217;ve seen it works on many other sites-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uijane</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-4</link>
		<dc:creator>uijane</dc:creator>
		<pubDate>Sat, 25 Aug 2007 22:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-4</guid>
		<description>Michael,

Yes I&#039;m using the 0.1 frequency in the autocompleter. I&#039;m currently playing with the &quot;indicator&quot; parameter animation to get a better user experience. Still don&#039;t know exactly where to place the loading image though.

Speaking of indicators, have you seen the awesome Ajaxload gif generator site?

http://www.ajaxload.info/

And thanks for your suggestions on our beta forum; I&#039;ve logged them all in our Trac system so I expect that they will be implemented into our next beta release.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Yes I&#8217;m using the 0.1 frequency in the autocompleter. I&#8217;m currently playing with the &#8220;indicator&#8221; parameter animation to get a better user experience. Still don&#8217;t know exactly where to place the loading image though.</p>
<p>Speaking of indicators, have you seen the awesome Ajaxload gif generator site?</p>
<p><a href="http://www.ajaxload.info/" rel="nofollow">http://www.ajaxload.info/</a></p>
<p>And thanks for your suggestions on our beta forum; I&#8217;ve logged them all in our Trac system so I expect that they will be implemented into our next beta release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-3</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 25 Aug 2007 22:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-3</guid>
		<description>Hi Jane,

Have you set the frequency parameter in the the autocomplete instance? The default value is 0.4 but sometimes you get better UX if you set it to something like 0.2 or 0.1.

Keep up the good work with the site, I&#039;ve submitted a couple of suggestions on your beta tester discussion board that I really think your community should consider.</description>
		<content:encoded><![CDATA[<p>Hi Jane,</p>
<p>Have you set the frequency parameter in the the autocomplete instance? The default value is 0.4 but sometimes you get better UX if you set it to something like 0.2 or 0.1.</p>
<p>Keep up the good work with the site, I&#8217;ve submitted a couple of suggestions on your beta tester discussion board that I really think your community should consider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techtoby&#8217;s Weblog</title>
		<link>http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-2</link>
		<dc:creator>Techtoby&#8217;s Weblog</dc:creator>
		<pubDate>Sat, 25 Aug 2007 22:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://uijane.wordpress.com/2007/08/25/scriptaculous-autocompleter/#comment-2</guid>
		<description>[...] 25, 2007 at 10:12 pm &#183; Filed under pownce, twitter, mvc, performance, tags   Speaking of suggestion of tags for post and bizbob, he added an enhancement request to our Trac DB proposing that the tags [...]</description>
		<content:encoded><![CDATA[<p>[...] 25, 2007 at 10:12 pm &#183; Filed under pownce, twitter, mvc, performance, tags   Speaking of suggestion of tags for post and bizbob, he added an enhancement request to our Trac DB proposing that the tags [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
