<?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: XAJAX Autocompleter V2</title>
	<atom:link href="http://blog.rarecore.eu/xajax-autocompleter-v2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html</link>
	<description>the blog that matters...</description>
	<lastBuildDate>Tue, 27 Dec 2011 18:10:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Deepak</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-4589</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 29 Sep 2011 08:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-4589</guid>
		<description>I agree with leichti with the problem of the autocompleter lags.What do you suggest for its not responding.</description>
		<content:encoded><![CDATA[<p>I agree with leichti with the problem of the autocompleter lags.What do you suggest for its not responding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-2454</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Thu, 14 Jul 2011 05:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-2454</guid>
		<description>Hi, im IE funktioniert das recht gut, im Mozialla leider gar nicht - hat jemand eine Idee?</description>
		<content:encoded><![CDATA[<p>Hi, im IE funktioniert das recht gut, im Mozialla leider gar nicht &#8211; hat jemand eine Idee?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Adams</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-2143</link>
		<dc:creator>Matthew Adams</dc:creator>
		<pubDate>Mon, 08 Feb 2010 12:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-2143</guid>
		<description>Hey, thanks very much for this awesome code! I found the &#039;performance&#039; issue the others were talking about, a race condition in the javascript.
In the function rc_autocompleter just before it calls the timeout, you have it doing &#039;rc_autocompleter_delay_stamp = rc_microtime();&#039; 

This should (and is in your example) be done in the delayed function, so commenting out this line solves the issue.

I also modified your example quite a bit to work more generically for my API at the expense of a few bytes more network traffic per request. The changes I made are documented mostly here http://dcode.isa-geek.org/tblog/10 , maybe it will be useful for someone?</description>
		<content:encoded><![CDATA[<p>Hey, thanks very much for this awesome code! I found the &#8216;performance&#8217; issue the others were talking about, a race condition in the javascript.<br />
In the function rc_autocompleter just before it calls the timeout, you have it doing &#8216;rc_autocompleter_delay_stamp = rc_microtime();&#8217; </p>
<p>This should (and is in your example) be done in the delayed function, so commenting out this line solves the issue.</p>
<p>I also modified your example quite a bit to work more generically for my API at the expense of a few bytes more network traffic per request. The changes I made are documented mostly here <a href="http://dcode.isa-geek.org/tblog/10" rel="nofollow">http://dcode.isa-geek.org/tblog/10</a> , maybe it will be useful for someone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Company</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-2140</link>
		<dc:creator>Web Design Company</dc:creator>
		<pubDate>Fri, 08 Jan 2010 07:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-2140</guid>
		<description>I agree with leichti with the problem of the autocompleter lags.What do you suggest for its not responding.</description>
		<content:encoded><![CDATA[<p>I agree with leichti with the problem of the autocompleter lags.What do you suggest for its not responding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leichti</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-2126</link>
		<dc:creator>leichti</dc:creator>
		<pubDate>Sat, 26 Sep 2009 19:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-2126</guid>
		<description>Huhu! :)
Ich bins nochmal auf Deutsch:

Also der Autocompleter funktioniert leider nur von Zeit zu Zeit, es gibt meistens gar kein Response von xajax. Setzte ich debug auf true erhalte ich eben nur alle 2-3 mal ein Fenster mit Informationen.. Selbiges Problem gibts auch bei deiner Online-Demo! Weiters solltest du im input-Tag autocomplete=&quot;false&quot; setzten.

Hast du eine Idee an was das liegen könnte? 

Ansonsten trozdem, Super geile Arbeit!!</description>
		<content:encoded><![CDATA[<p>Huhu! :)<br />
Ich bins nochmal auf Deutsch:</p>
<p>Also der Autocompleter funktioniert leider nur von Zeit zu Zeit, es gibt meistens gar kein Response von xajax. Setzte ich debug auf true erhalte ich eben nur alle 2-3 mal ein Fenster mit Informationen.. Selbiges Problem gibts auch bei deiner Online-Demo! Weiters solltest du im input-Tag autocomplete=&#8221;false&#8221; setzten.</p>
<p>Hast du eine Idee an was das liegen könnte? </p>
<p>Ansonsten trozdem, Super geile Arbeit!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leichti</title>
		<link>http://blog.rarecore.eu/xajax-autocompleter-v2.html/comment-page-1#comment-2125</link>
		<dc:creator>leichti</dc:creator>
		<pubDate>Sat, 26 Sep 2009 18:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rarecore.eu/?p=372#comment-2125</guid>
		<description>Hello!

Thanks a lot! 
But there is a big problem, the autocompleter lags a lot. I mean, there is often no response... Have you an Idea whats the problem?

greets from Austria!</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>Thanks a lot!<br />
But there is a big problem, the autocompleter lags a lot. I mean, there is often no response&#8230; Have you an Idea whats the problem?</p>
<p>greets from Austria!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

