<?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: TextboxList 0.4: On-Demand suggestions</title>
	<atom:link href="http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/</link>
	<description>PHP, Symfony, JavaScript, jQuery, MooTools consultant.</description>
	<pubDate>Mon, 15 Mar 2010 07:42:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The_Player</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5795</link>
		<dc:creator>The_Player</dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5795</guid>
		<description>First off all, definitely a great script, and a powerful tool... I'll by a license for it as soon as I finish website I'm developing...
Just one thought in a form of suggestion... I noticed that return string is in a form of comma separated values... I guess it could be user controlled which character will be delimiter, since here where I live (Serbia) our decimal point is in fact a comma, so it is not quite good for delimiter. 
I found it quite easy to change it in a source code, but it could be passed as an option to the class creator.
Great script all in all!</description>
		<content:encoded><![CDATA[<p>First off all, definitely a great script, and a powerful tool&#8230; I&#8217;ll by a license for it as soon as I finish website I&#8217;m developing&#8230;<br />
Just one thought in a form of suggestion&#8230; I noticed that return string is in a form of comma separated values&#8230; I guess it could be user controlled which character will be delimiter, since here where I live (Serbia) our decimal point is in fact a comma, so it is not quite good for delimiter.<br />
I found it quite easy to change it in a source code, but it could be passed as an option to the class creator.<br />
Great script all in all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5154</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5154</guid>
		<description>I JUST WANA KNOW HOW TO POST  the id of the element i connected it to database but i dunt know how to post the id please help</description>
		<content:encoded><![CDATA[<p>I JUST WANA KNOW HOW TO POST  the id of the element i connected it to database but i dunt know how to post the id please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5131</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Sun, 15 Nov 2009 11:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5131</guid>
		<description>I am really considering buying this script, allthough I need to fix one issue... How do I get scabdinavian letters (æøå) out in the autocomplete... Every name with these kind of letters are not showned at all.... How do I solve this... Please help :-)</description>
		<content:encoded><![CDATA[<p>I am really considering buying this script, allthough I need to fix one issue&#8230; How do I get scabdinavian letters (æøå) out in the autocomplete&#8230; Every name with these kind of letters are not showned at all&#8230;. How do I solve this&#8230; Please help <img src='http://devthought.com/wp-content/plugins/smilies-themer/devthought/smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo Rauch</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5085</link>
		<dc:creator>Guillermo Rauch</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5085</guid>
		<description>Guys, over the next few days I'll be rolling out TextboxList 0.5 for jQuery with lots of improvements. Also, hopefully I'll be able to write down some server side examples for all of you struggling with autocompletion.

Stay tuned!</description>
		<content:encoded><![CDATA[<p>Guys, over the next few days I&#8217;ll be rolling out TextboxList 0.5 for jQuery with lots of improvements. Also, hopefully I&#8217;ll be able to write down some server side examples for all of you struggling with autocompletion.</p>
<p>Stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5084</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5084</guid>
		<description>I have tryid about a million of different ways to implament the use of mysql, but with no luck... Is there something I'm missing???

Here is what I have done:
//////////////////////////////////////////////

$response = array();

$sql = mysql_query("SELECT * FROM fb_users");
$names = array();
while($row = mysql_fetch_array($sql)){
	
	$names[$row['new_userid']] = $row['fname'].' '.$row['lname'];
	
}

foreach ($names as $i =&#62; $name)
{
	//$filename = str_replace(' ', '', strtolower($name));
	//$response[] = array($i, $name, null, ' ' . $name);
	$response[] = array($i, $name, null, $name);
}

header('Content-type: application/json');
echo json_encode($response);

//////////////////////////////////////////////

I simply can't see what I do wrong?!?!? Please help me...</description>
		<content:encoded><![CDATA[<p>I have tryid about a million of different ways to implament the use of mysql, but with no luck&#8230; Is there something I&#8217;m missing???</p>
<p>Here is what I have done:<br />
//////////////////////////////////////////////</p>
<p>$response = array();</p>
<p>$sql = mysql_query(&#8221;SELECT * FROM fb_users&#8221;);<br />
$names = array();<br />
while($row = mysql_fetch_array($sql)){</p>
<p>	$names[$row['new_userid']] = $row['fname'].&#8217; &#8216;.$row['lname'];</p>
<p>}</p>
<p>foreach ($names as $i =&gt; $name)<br />
{<br />
	//$filename = str_replace(&#8217; &#8216;, &#8221;, strtolower($name));<br />
	//$response[] = array($i, $name, null, &#8216; &#8216; . $name);<br />
	$response[] = array($i, $name, null, $name);<br />
}</p>
<p>header(&#8217;Content-type: application/json&#8217;);<br />
echo json_encode($response);</p>
<p>//////////////////////////////////////////////</p>
<p>I simply can&#8217;t see what I do wrong?!?!? Please help me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5082</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5082</guid>
		<description>langh</description>
		<content:encoded><![CDATA[<p>langh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ян</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-5032</link>
		<dc:creator>Ян</dc:creator>
		<pubDate>Wed, 28 Oct 2009 19:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-5032</guid>
		<description>Очень занятные мысли, хорошо рассказано, все просто разложено по полкам :)</description>
		<content:encoded><![CDATA[<p>Очень занятные мысли, хорошо рассказано, все просто разложено по полкам <img src='http://devthought.com/wp-content/plugins/smilies-themer/devthought/smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-4962</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-4962</guid>
		<description>I should clarify. My request is for the UPDATED jQuery version to be consistent with the MooTools version (0.5) that supports on-demand calls.</description>
		<content:encoded><![CDATA[<p>I should clarify. My request is for the UPDATED jQuery version to be consistent with the MooTools version (0.5) that supports on-demand calls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-4960</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-4960</guid>
		<description>Thanks for a great script.

Another request for the jQuery version. This is close that what I am looking for, but remote is key since I have to query several thousand rows.

Thanks much!</description>
		<content:encoded><![CDATA[<p>Thanks for a great script.</p>
<p>Another request for the jQuery version. This is close that what I am looking for, but remote is key since I have to query several thousand rows.</p>
<p>Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://devthought.com/blog/client-side/2009/06/textboxlist-04-on-demand-suggestions/comment-page-1/#comment-4955</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://devthought.com/?p=983#comment-4955</guid>
		<description>This code is wonderful, and plus in jquery, it helps me a lot... now I have (probably) a (dumb) question but since you can POST the names you typed in, is there a way to "rebuild" the content of the input from a saved field, like saving ids in a database and wanting to edit it...
just like working with email distribution lists, actually ?
i know that you can preload data in the input, but I wonder exactly what to "push"... thx in advance...</description>
		<content:encoded><![CDATA[<p>This code is wonderful, and plus in jquery, it helps me a lot&#8230; now I have (probably) a (dumb) question but since you can POST the names you typed in, is there a way to &#8220;rebuild&#8221; the content of the input from a saved field, like saving ids in a database and wanting to edit it&#8230;<br />
just like working with email distribution lists, actually ?<br />
i know that you can preload data in the input, but I wonder exactly what to &#8220;push&#8221;&#8230; thx in advance&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
