<?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: Proto!MultiSelect 0.2</title>
	<atom:link href="http://www.interiders.com/2008/02/18/protomultiselect-02/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.interiders.com/2008/02/18/protomultiselect-02/</link>
	<description>Our consulting experience, your gain</description>
	<lastBuildDate>Fri, 27 Jan 2012 01:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bilge</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-935</link>
		<dc:creator>Bilge</dc:creator>
		<pubDate>Sat, 21 Jan 2012 11:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-935</guid>
		<description>Thanks for nice plugin.</description>
		<content:encoded><![CDATA[<p>Thanks for nice plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khiem</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-817</link>
		<dc:creator>Khiem</dc:creator>
		<pubDate>Mon, 19 Dec 2011 04:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-817</guid>
		<description>Thanks for great script.

I am a newbie to java script. I download the code and put it in ISS but the auto complete does not run at all. If I run from my hard disk then only IE &amp; Firefox work, Chrome is not working. In either case, I got no error at all.

Is anybody got any idea?

Thank you anyway.</description>
		<content:encoded><![CDATA[<p>Thanks for great script.</p>
<p>I am a newbie to java script. I download the code and put it in ISS but the auto complete does not run at all. If I run from my hard disk then only IE &amp; Firefox work, Chrome is not working. In either case, I got no error at all.</p>
<p>Is anybody got any idea?</p>
<p>Thank you anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-696</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Wed, 02 Nov 2011 23:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-696</guid>
		<description>So i&#039;ve been messing with the script, and it is a great script for sure. I&#039;m having issues on the suggestions box. I&#039;d like to include more then just caption and value. i&#039;d like: Name then on the line under it city/state. but i can&#039;t find where i would add that. i added the feilds in the fetch.php for testing. - then i searched and changed every &quot;caption&quot; but can&#039;t seem to find the one that controls the popup info? got any advice?</description>
		<content:encoded><![CDATA[<p>So i&#8217;ve been messing with the script, and it is a great script for sure. I&#8217;m having issues on the suggestions box. I&#8217;d like to include more then just caption and value. i&#8217;d like: Name then on the line under it city/state. but i can&#8217;t find where i would add that. i added the feilds in the fetch.php for testing. &#8211; then i searched and changed every &#8220;caption&#8221; but can&#8217;t seem to find the one that controls the popup info? got any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yehezqiel</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-642</link>
		<dc:creator>yehezqiel</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-642</guid>
		<description>wow thx for share..
I&#039;ll try it..</description>
		<content:encoded><![CDATA[<p>wow thx for share..<br />
I&#8217;ll try it..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-560</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 27 Sep 2011 12:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-560</guid>
		<description>Hi,

This is a great script!

I dynamically fetch data from oracle db table that has about 8000 rows.

At the beginning It worked fine on Apache 2.2 and PHP5 on Win7.

However, when I moved it to a Windows Server 2000 OS with Apache 1.3 and PHP4 (don&#039;t ask) it did not work!

It worked great when I manually input the data into the fetched.php file. However, when I dynamically queried the db with the keyword (btw you get it as a POST var not GET) it didn&#039;t fetch anything!

Afte 5 hours I realised that inside the fetched.php I had at the top:
include(&quot;../../../db.php&quot;);
JSON(?) didn;t like it probably.
So I just copied the db.php file into the same dir with fetched.php
and just wrote:
include(&quot;db.php&quot;); and guess what? it worked? I tried all other workarounds (e.g. $_SERVER[&#039;docroot&#039;]) but nothing.
Any ideas? Is it a Win Server issue maybe?


I also have some probs with the delaying, but I decided to set it to min 5 chars before it triggers the request to fetched.php. Slick.

For those wondering, how to use dynamic fetching of data from db:

fetched.php

include(&quot;db.php&quot;);

connect();

$keyword = $_POST[&#039;keyword&#039;];
$result=&#039;&#039;;
if($keyword!=&#039;&#039;)
{
$sql=&quot;SELECT myField, myField FROM MyTable WHERE myField LIKE &#039;%$keyword%&#039;&quot;;
$res = mysql_query($sql);

if($res)
{
$json = &#039;[&#039;;
 while($row=mysql_fetch_array($res))
 {
  $json .= &#039;{&quot;caption&quot;:&quot;&#039;.$row[&#039;myField&#039;].&#039;&quot;, &quot;value&quot;:&quot;&#039;.$row[&#039;myFieldID&#039;].&#039;&quot;},&#039;;

 }
$result = $json.&#039;]&#039;;
}
print $result;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a great script!</p>
<p>I dynamically fetch data from oracle db table that has about 8000 rows.</p>
<p>At the beginning It worked fine on Apache 2.2 and PHP5 on Win7.</p>
<p>However, when I moved it to a Windows Server 2000 OS with Apache 1.3 and PHP4 (don&#8217;t ask) it did not work!</p>
<p>It worked great when I manually input the data into the fetched.php file. However, when I dynamically queried the db with the keyword (btw you get it as a POST var not GET) it didn&#8217;t fetch anything!</p>
<p>Afte 5 hours I realised that inside the fetched.php I had at the top:<br />
include(&#8220;../../../db.php&#8221;);<br />
JSON(?) didn;t like it probably.<br />
So I just copied the db.php file into the same dir with fetched.php<br />
and just wrote:<br />
include(&#8220;db.php&#8221;); and guess what? it worked? I tried all other workarounds (e.g. $_SERVER['docroot']) but nothing.<br />
Any ideas? Is it a Win Server issue maybe?</p>
<p>I also have some probs with the delaying, but I decided to set it to min 5 chars before it triggers the request to fetched.php. Slick.</p>
<p>For those wondering, how to use dynamic fetching of data from db:</p>
<p>fetched.php</p>
<p>include(&#8220;db.php&#8221;);</p>
<p>connect();</p>
<p>$keyword = $_POST['keyword'];<br />
$result=&#8221;;<br />
if($keyword!=&#8221;)<br />
{<br />
$sql=&#8221;SELECT myField, myField FROM MyTable WHERE myField LIKE &#8216;%$keyword%&#8217;&#8221;;<br />
$res = mysql_query($sql);</p>
<p>if($res)<br />
{<br />
$json = &#8216;[';<br />
 while($row=mysql_fetch_array($res))<br />
 {<br />
  $json .= '{"caption":"'.$row['myField'].&#8217;&#8221;, &#8220;value&#8221;:&#8221;&#8216;.$row['myFieldID'].&#8217;&#8221;},&#8217;;</p>
<p> }<br />
$result = $json.&#8217;]';<br />
}<br />
print $result;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-487</link>
		<dc:creator>philippe</dc:creator>
		<pubDate>Thu, 08 Sep 2011 16:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-487</guid>
		<description>onclick=&quot;send()&quot; on a submit button</description>
		<content:encoded><![CDATA[<p>onclick=&#8221;send()&#8221; on a submit button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philippe</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-485</link>
		<dc:creator>philippe</dc:creator>
		<pubDate>Thu, 08 Sep 2011 16:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-485</guid>
		<description>add  in the forum then in the js tags add 	
function send(){			tlist2.update();
return false;
}
then your fourm can submit</description>
		<content:encoded><![CDATA[<p>add  in the forum then in the js tags add<br />
function send(){			tlist2.update();<br />
return false;<br />
}<br />
then your fourm can submit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Autosuggest for Your Search Box &#187; Blog Archives &#124; Code and Design &#8211; Studio</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-455</link>
		<dc:creator>30 Autosuggest for Your Search Box &#187; Blog Archives &#124; Code and Design &#8211; Studio</dc:creator>
		<pubDate>Tue, 31 May 2011 16:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-455</guid>
		<description>[...] Site: Click here      Title: Proto!MultiSelect JavaScript Library: Prototype Code/Download Site: Click here Demo Site: Click here      Title: Scriptaculous Autocomplete JavaScript Library: Scriptaculous [...]</description>
		<content:encoded><![CDATA[<p>[...] Site: Click here      Title: Proto!MultiSelect JavaScript Library: Prototype Code/Download Site: Click here Demo Site: Click here      Title: Scriptaculous Autocomplete JavaScript Library: Scriptaculous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgen</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-450</link>
		<dc:creator>Evgen</dc:creator>
		<pubDate>Wed, 16 Feb 2011 15:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-450</guid>
		<description>Hi ALl,
I use ajax to bring data to webPage
is it possible do something like this?&gt;

 var data=[{&quot;caption&quot;:&quot;Manuel Mujica Lainez&quot;,&quot;value&quot;:4},{&quot;caption&quot;:&quot;Gustavo Nielsen&quot;,&quot;value&quot;:3}];

   tlist2 = new FacebookList(&#039;facebook-demo&#039;, &#039;facebook-auto&#039;,data]);
Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi ALl,<br />
I use ajax to bring data to webPage<br />
is it possible do something like this?&gt;</p>
<p> var data=[{"caption":"Manuel Mujica Lainez","value":4},{"caption":"Gustavo Nielsen","value":3}];</p>
<p>   tlist2 = new FacebookList(&#8216;facebook-demo&#8217;, &#8216;facebook-auto&#8217;,data]);<br />
Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nanthakumar.t</title>
		<link>http://www.interiders.com/2008/02/18/protomultiselect-02/comment-page-3/#comment-448</link>
		<dc:creator>nanthakumar.t</dc:creator>
		<pubDate>Fri, 04 Feb 2011 06:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.interiders.com/2008/02/18/protomultiselect-02/#comment-448</guid>
		<description>hi all

try to submit(post) the same form but selected textboxlist value is not showing after submit.


i want to Preserve textboxlist value after postback..

i am using asp.net application..

what can i do?</description>
		<content:encoded><![CDATA[<p>hi all</p>
<p>try to submit(post) the same form but selected textboxlist value is not showing after submit.</p>
<p>i want to Preserve textboxlist value after postback..</p>
<p>i am using asp.net application..</p>
<p>what can i do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

