<?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: AutoCompleter Tutorial &#8211; jQuery(Ajax)/PHP/MySQL</title>
	<atom:link href="http://www.nodstrum.com/2007/09/19/autocompleter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nodstrum.com/2007/09/19/autocompleter/</link>
	<description>A coders playground.</description>
	<lastBuildDate>Wed, 10 Mar 2010 01:32:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP-help &#187; Excellent Collection Of jQuery Tutorials</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39500</link>
		<dc:creator>PHP-help &#187; Excellent Collection Of jQuery Tutorials</dc:creator>
		<pubDate>Mon, 08 Mar 2010 12:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39500</guid>
		<description>[...] 25. AutoCompleter Tutorial – jQuery(Ajax)/PHP/MySQL [...]</description>
		<content:encoded><![CDATA[<p>[...] 25. AutoCompleter Tutorial – jQuery(Ajax)/PHP/MySQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39272</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39272</guid>
		<description>Everything works great for me. The only question I have is how can I have the text box not show me previous searched items?</description>
		<content:encoded><![CDATA[<p>Everything works great for me. The only question I have is how can I have the text box not show me previous searched items?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39208</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39208</guid>
		<description>I am having a small issue, I am using the script too allow users to auto select more then one thing, kinda like what gmail does when you type in known email address.

basically I want to separate each autocomplete with a ,

So once it finds the first autocomplete it adds , after it and the user starts typing and selects the next and it repeats it self.

can anyone help?</description>
		<content:encoded><![CDATA[<p>I am having a small issue, I am using the script too allow users to auto select more then one thing, kinda like what gmail does when you type in known email address.</p>
<p>basically I want to separate each autocomplete with a ,</p>
<p>So once it finds the first autocomplete it adds , after it and the user starts typing and selects the next and it repeats it self.</p>
<p>can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanks</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39163</link>
		<dc:creator>Thanks</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39163</guid>
		<description>Gardar,

I have the same issue. 
// YOU MUST CHANGE: $result-&gt;value to $result-&gt;your_colum 
in rpc.php</description>
		<content:encoded><![CDATA[<p>Gardar,</p>
<p>I have the same issue.<br />
// YOU MUST CHANGE: $result-&gt;value to $result-&gt;your_colum<br />
in rpc.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herman</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39083</link>
		<dc:creator>herman</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39083</guid>
		<description>Thank you ... :)</description>
		<content:encoded><![CDATA[<p>Thank you &#8230; <img src='http://www.nodstrum.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gardar Eyjolfsson</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39039</link>
		<dc:creator>Gardar Eyjolfsson</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39039</guid>
		<description>This is the right url to my website.

Gardar</description>
		<content:encoded><![CDATA[<p>This is the right url to my website.</p>
<p>Gardar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gardar Eyjolfsson</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39038</link>
		<dc:creator>Gardar Eyjolfsson</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39038</guid>
		<description>Hi Mike 

Im having litle problem with the script. SuggestionList returns empty but line count is the same as it should be. Problem is that the value is not showing in suggestionList. 

Exclelent autocomplete plugin but this litle problem are making me crazy. 

best regards.
Gardar</description>
		<content:encoded><![CDATA[<p>Hi Mike </p>
<p>Im having litle problem with the script. SuggestionList returns empty but line count is the same as it should be. Problem is that the value is not showing in suggestionList. </p>
<p>Exclelent autocomplete plugin but this litle problem are making me crazy. </p>
<p>best regards.<br />
Gardar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10???Ajax???? &#124; TechTrack- ????</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-39013</link>
		<dc:creator>10???Ajax???? &#124; TechTrack- ????</dc:creator>
		<pubDate>Tue, 02 Mar 2010 02:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-39013</guid>
		<description>[...] ????????? [...]</description>
		<content:encoded><![CDATA[<p>[...] ????????? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jquery plugin 240??? &#8211; FeeBoy&#124;??</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-38999</link>
		<dc:creator>Jquery plugin 240??? &#8211; FeeBoy&#124;??</dc:creator>
		<pubDate>Mon, 01 Mar 2010 14:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-38999</guid>
		<description>[...] by AjaxDaddy . jQuery Autocomplete Plugin with HTML formatting . jQuery Autocompleter . AutoCompleter (Tutorial with PHP&amp;MySQL) . quick Search jQuery Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] by AjaxDaddy . jQuery Autocomplete Plugin with HTML formatting . jQuery Autocompleter . AutoCompleter (Tutorial with PHP&amp;MySQL) . quick Search jQuery Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: recursos humanos peru</title>
		<link>http://www.nodstrum.com/2007/09/19/autocompleter/comment-page-17/#comment-38881</link>
		<dc:creator>recursos humanos peru</dc:creator>
		<pubDate>Sat, 27 Feb 2010 03:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://nodstrum.com/2007/09/19/autocompleter/#comment-38881</guid>
		<description>Thanks, were in the search of this tool autocomplete for my Web.</description>
		<content:encoded><![CDATA[<p>Thanks, were in the search of this tool autocomplete for my Web.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
