<?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: JQuery Autocomplete Choices</title>
	<atom:link href="http://thepursuitofalife.com/jquery-autocomplete-choices/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepursuitofalife.com/jquery-autocomplete-choices/</link>
	<description>Wouldn&#039;t you rather be writing code?</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:41:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ariel</title>
		<link>http://thepursuitofalife.com/jquery-autocomplete-choices/comment-page-1/#comment-599</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Tue, 28 Oct 2008 10:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=554#comment-599</guid>
		<description>1: You can ignore the Pengoworks one - it&#039;s a slightly older version (I checked it with diff) of the Dylan version (which btw is a modification of the Pengoworks one, which itself is a modification of the Dylan one).

It goes back and forth, but currently Dylan is the current one.

2: The Dylan one is actually found here: http://code.google.com/p/jquery-autocomplete/source/browse/trunk/jquery.autocomplete.js and not at the link you posted. (I don&#039;t know why he doesn&#039;t update his home page.)

Both Dylan&#039;s and Jörn&#039;s (bassistance) versions are currently &quot;active&quot;. There are others of course, but those are the front runners.

It looks like Jörn&#039;s is more active and has more features (last changed Jun 26, 2008).

OTOH Dylan&#039;s (last changed Mar 25, 2008) is smaller: 8524 (minified) vs 13202 for Jörn&#039;s (also minified). Plus Jörn&#039;s seems to need the ajax queue plugin (1351 bytes), and optionally the bgiframe (1402) which is included in Dylan&#039;s.

For a grand total of 15955 for Jörn&#039;s vs the almost half size 8524 for Dylan. (All numbers minified.)

Now I need to check if I need any of the features in Jörn&#039;s.</description>
		<content:encoded><![CDATA[<p>1: You can ignore the Pengoworks one &#8211; it&#8217;s a slightly older version (I checked it with diff) of the Dylan version (which btw is a modification of the Pengoworks one, which itself is a modification of the Dylan one).</p>
<p>It goes back and forth, but currently Dylan is the current one.</p>
<p>2: The Dylan one is actually found here: <a href="http://code.google.com/p/jquery-autocomplete/source/browse/trunk/jquery.autocomplete.js" rel="nofollow">http://code.google.com/p/jquery-autocomplete/source/browse/trunk/jquery.autocomplete.js</a> and not at the link you posted. (I don&#8217;t know why he doesn&#8217;t update his home page.)</p>
<p>Both Dylan&#8217;s and Jörn&#8217;s (bassistance) versions are currently &#8220;active&#8221;. There are others of course, but those are the front runners.</p>
<p>It looks like Jörn&#8217;s is more active and has more features (last changed Jun 26, 2008).</p>
<p>OTOH Dylan&#8217;s (last changed Mar 25, 2008) is smaller: 8524 (minified) vs 13202 for Jörn&#8217;s (also minified). Plus Jörn&#8217;s seems to need the ajax queue plugin (1351 bytes), and optionally the bgiframe (1402) which is included in Dylan&#8217;s.</p>
<p>For a grand total of 15955 for Jörn&#8217;s vs the almost half size 8524 for Dylan. (All numbers minified.)</p>
<p>Now I need to check if I need any of the features in Jörn&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitsandscripts</title>
		<link>http://thepursuitofalife.com/jquery-autocomplete-choices/comment-page-1/#comment-598</link>
		<dc:creator>bitsandscripts</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=554#comment-598</guid>
		<description>First I&#039;ve tested Pengoworks script but it was not behaving exactly the way I wanted it. Then I checked Zaefferers one, all I had to do was replacing the js and css files with the new ones and everything was looking the way I wanted it...</description>
		<content:encoded><![CDATA[<p>First I&#8217;ve tested Pengoworks script but it was not behaving exactly the way I wanted it. Then I checked Zaefferers one, all I had to do was replacing the js and css files with the new ones and everything was looking the way I wanted it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Struble</title>
		<link>http://thepursuitofalife.com/jquery-autocomplete-choices/comment-page-1/#comment-597</link>
		<dc:creator>Ian Struble</dc:creator>
		<pubDate>Fri, 25 Apr 2008 02:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=554#comment-597</guid>
		<description>Just curious about the IE bugs that you ran across with ReinH/Yehuda&#039;s version.  I ran into a couple problems with it myself but dealt with them.  I might have fixed the problems you ran across.  My updates are up on github:

http://github.com/istruble/jquery-autocomplete/commit/bdc926bd2c18c3ebab4e31463a8ae899fd761316

If you did not run into the same bugs you should post a bug report for it.

http://plugins.jquery.com/project/jq-autocomplete

Joern - I dig your plugin for how all encompassing it is and would love to see what happens if you rework it with some of the custom event driven ideas found in jq-autocomplete.</description>
		<content:encoded><![CDATA[<p>Just curious about the IE bugs that you ran across with ReinH/Yehuda&#8217;s version.  I ran into a couple problems with it myself but dealt with them.  I might have fixed the problems you ran across.  My updates are up on github:</p>
<p><a href="http://github.com/istruble/jquery-autocomplete/commit/bdc926bd2c18c3ebab4e31463a8ae899fd761316" rel="nofollow">http://github.com/istruble/jquery-autocomplete/commit/bdc926bd2c18c3ebab4e31463a8ae899fd761316</a></p>
<p>If you did not run into the same bugs you should post a bug report for it.</p>
<p><a href="http://plugins.jquery.com/project/jq-autocomplete" rel="nofollow">http://plugins.jquery.com/project/jq-autocomplete</a></p>
<p>Joern &#8211; I dig your plugin for how all encompassing it is and would love to see what happens if you rework it with some of the custom event driven ideas found in jq-autocomplete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excellent jQuery Validation Plugin &#171; The Pursuit of a Life</title>
		<link>http://thepursuitofalife.com/jquery-autocomplete-choices/comment-page-1/#comment-596</link>
		<dc:creator>Excellent jQuery Validation Plugin &#171; The Pursuit of a Life</dc:creator>
		<pubDate>Wed, 02 Apr 2008 04:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=554#comment-596</guid>
		<description>[...] Plugin to some code I&#8217;m writing. What a great piece of work. Jörn Zaefferer also developed the autocomplete plugin I really like for [...]</description>
		<content:encoded><![CDATA[<p>[...] Plugin to some code I&#8217;m writing. What a great piece of work. Jörn Zaefferer also developed the autocomplete plugin I really like for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://thepursuitofalife.com/jquery-autocomplete-choices/comment-page-1/#comment-595</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://xidey.wordpress.com/?p=554#comment-595</guid>
		<description>A few things to consider: My plugin is based on the Pengowork&#039;s one, which was based on Dylan&#039;s implementation. In other words, all three have the same subset of features, with mine being most likely the most complete and stable.

The size should be compared ignoring comments and whitespace: The minified version is about 12k, the packed about 7. As usual, minified + gzip is recommended, which should get it below 7k. I&#039;ve just commited updated versions of both minified and packed versions, so you don&#039;t have to worry about that.

ReinH&#039;s version was written from scratch, with a complete different architecture, relying heavily on custom events to keep the core light. I&#039;ve talked with Yehuda Katz, who actually wrote most of the code, about collaboration - so far I&#039;m simply lacking the time to actually do something about it.

Nonetheless, its still on my horizont :-)</description>
		<content:encoded><![CDATA[<p>A few things to consider: My plugin is based on the Pengowork&#8217;s one, which was based on Dylan&#8217;s implementation. In other words, all three have the same subset of features, with mine being most likely the most complete and stable.</p>
<p>The size should be compared ignoring comments and whitespace: The minified version is about 12k, the packed about 7. As usual, minified + gzip is recommended, which should get it below 7k. I&#8217;ve just commited updated versions of both minified and packed versions, so you don&#8217;t have to worry about that.</p>
<p>ReinH&#8217;s version was written from scratch, with a complete different architecture, relying heavily on custom events to keep the core light. I&#8217;ve talked with Yehuda Katz, who actually wrote most of the code, about collaboration &#8211; so far I&#8217;m simply lacking the time to actually do something about it.</p>
<p>Nonetheless, its still on my horizont <img src='http://thepursuitofalife.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
