<?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 for Practical Programming</title>
	<atom:link href="http://www.programmers.org/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmers.org</link>
	<description>Experience is knowledge.</description>
	<lastBuildDate>Tue, 16 Aug 2011 15:06:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Micah Lacombe</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-3886</link>
		<dc:creator>Micah Lacombe</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-3886</guid>
		<description>&lt;a href=&quot;#comment-2926&quot; rel=&quot;nofollow&quot;&gt;@stan4th&lt;/a&gt; 

All you need to do is pass a JSON Array object back and it will use that in its drop down. This is explained in the documentation w/i this post.... keep at it and look at the javascript, you will figure it out.

I still use gSuggest today on new applications and it works like a dream. Nice to know others are able to utilize it as well.

Like always, I strongly recommend using firebug and running a trace. GL! -micah</description>
		<content:encoded><![CDATA[<p><a href="#comment-2926" rel="nofollow">@stan4th</a> </p>
<p>All you need to do is pass a JSON Array object back and it will use that in its drop down. This is explained in the documentation w/i this post&#8230;. keep at it and look at the javascript, you will figure it out.</p>
<p>I still use gSuggest today on new applications and it works like a dream. Nice to know others are able to utilize it as well.</p>
<p>Like always, I strongly recommend using firebug and running a trace. GL! -micah</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by HB</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-3420</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Thu, 19 May 2011 13:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-3420</guid>
		<description>great plugin! One question: We are running the gSuggest now in iFrame. When clicking the inputbox with the mouse, the cursor always jumps to the first position. This only happens with IE. Any clue?
(You can test with your own demo running in an iFrame)
Thanks.</description>
		<content:encoded><![CDATA[<p>great plugin! One question: We are running the gSuggest now in iFrame. When clicking the inputbox with the mouse, the cursor always jumps to the first position. This only happens with IE. Any clue?<br />
(You can test with your own demo running in an iFrame)<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by eric</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-3199</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 25 Mar 2011 12:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-3199</guid>
		<description>Everything works fine, exept for 1 thing: the position! The box appears way off the page instead of hanging under the input field.

Does anyone know why?</description>
		<content:encoded><![CDATA[<p>Everything works fine, exept for 1 thing: the position! The box appears way off the page instead of hanging under the input field.</p>
<p>Does anyone know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by stan4th</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2926</link>
		<dc:creator>stan4th</dc:creator>
		<pubDate>Tue, 04 Jan 2011 10:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2926</guid>
		<description>Hi,
first, this is great thanks.
I&#039;m adding this to an ASP.NET app which was written in classic ASP.NET - I wondered how I deal with an AJAX call from gsuggest, can I pass the method as well as the aspx page. Would you provide a quick example please?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first, this is great thanks.<br />
I&#8217;m adding this to an ASP.NET app which was written in classic ASP.NET &#8211; I wondered how I deal with an AJAX call from gsuggest, can I pass the method as well as the aspx page. Would you provide a quick example please?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Chris</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2900</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Dec 2010 20:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2900</guid>
		<description>It works great on a normal page, but when I try to use it on a page displayed within a JQuery UI Dialog box the drop-down appears offset from the input and although hovering the mouse over the selections changes the input to the correct value, when I select it, the input then returns to just what has been typed.

It seems the amount the drop-down is offset is similar to the centering distance of the dialog.  I&#039;m guessing it&#039;s something to do with the css0 and css but whatever I change them to doesn&#039;t seem to work.  Any clues?</description>
		<content:encoded><![CDATA[<p>It works great on a normal page, but when I try to use it on a page displayed within a JQuery UI Dialog box the drop-down appears offset from the input and although hovering the mouse over the selections changes the input to the correct value, when I select it, the input then returns to just what has been typed.</p>
<p>It seems the amount the drop-down is offset is similar to the centering distance of the dialog.  I&#8217;m guessing it&#8217;s something to do with the css0 and css but whatever I change them to doesn&#8217;t seem to work.  Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Marc</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2810</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 11 Dec 2010 18:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2810</guid>
		<description>Hi Micah,

I&#039;ve been trying to get this to work for two days now. I can get the inline version to work with no problem. I&#039;m trying to get AJAX to work with php. For the life of me, I just can&#039;t seem to get a properly formatted JSON array out of php, even just trying to echo plain text. Obviously I&#039;m doing something wrong. I was wondering if you could post a working php analog to suggest.cfc? If you could find the time, it would really be helpful.</description>
		<content:encoded><![CDATA[<p>Hi Micah,</p>
<p>I&#8217;ve been trying to get this to work for two days now. I can get the inline version to work with no problem. I&#8217;m trying to get AJAX to work with php. For the life of me, I just can&#8217;t seem to get a properly formatted JSON array out of php, even just trying to echo plain text. Obviously I&#8217;m doing something wrong. I was wondering if you could post a working php analog to suggest.cfc? If you could find the time, it would really be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Micah Lacombe</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2708</link>
		<dc:creator>Micah Lacombe</dc:creator>
		<pubDate>Wed, 17 Nov 2010 17:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2708</guid>
		<description>&lt;a href=&quot;#comment-2684&quot; rel=&quot;nofollow&quot;&gt;@RR&lt;/a&gt; 

I can&#039;t really help you without having a link to the page... try using FireBug for JS Debugging it works great.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2684" rel="nofollow">@RR</a> </p>
<p>I can&#8217;t really help you without having a link to the page&#8230; try using FireBug for JS Debugging it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Micah Lacombe</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2707</link>
		<dc:creator>Micah Lacombe</dc:creator>
		<pubDate>Wed, 17 Nov 2010 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2707</guid>
		<description>&lt;a href=&quot;#comment-2675&quot; rel=&quot;nofollow&quot;&gt;@Krishna&lt;/a&gt; 

...As I recall you should be able to do that quite easily by modifying what JSON is returned from the query. As for doing it inline, you would have to change some of the programming but it would not be very hard.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2675" rel="nofollow">@Krishna</a> </p>
<p>&#8230;As I recall you should be able to do that quite easily by modifying what JSON is returned from the query. As for doing it inline, you would have to change some of the programming but it would not be very hard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by RR</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2684</link>
		<dc:creator>RR</dc:creator>
		<pubDate>Fri, 12 Nov 2010 06:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2684</guid>
		<description>while trying to use jquery.gsuggest.js in our application i&#039;m getting an error
as &quot;Object Doesn&#039;t support this property or method&quot; in the method
 jQuery(document).ready(function(){
   $(this).mousemove(function(e){  ---------------------&gt;Line throwing Error
	  
	  if ($.gsuggest.mousepos != e.pageX+&#039;-&#039;+e.pageY){
      	$.gsuggest.synctext = true;
        $.gsuggest.mouseoverok = true;
	  }
	  $.gsuggest.mousepos = e.pageX+&#039;-&#039;+e.pageY;
   }); 
})

Could any one please help?</description>
		<content:encoded><![CDATA[<p>while trying to use jquery.gsuggest.js in our application i&#8217;m getting an error<br />
as &#8220;Object Doesn&#8217;t support this property or method&#8221; in the method<br />
 jQuery(document).ready(function(){<br />
   $(this).mousemove(function(e){  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&gt;Line throwing Error</p>
<p>	  if ($.gsuggest.mousepos != e.pageX+&#8217;-'+e.pageY){<br />
      	$.gsuggest.synctext = true;<br />
        $.gsuggest.mouseoverok = true;<br />
	  }<br />
	  $.gsuggest.mousepos = e.pageX+&#8217;-'+e.pageY;<br />
   });<br />
})</p>
<p>Could any one please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery Google Suggest (jquery.gsuggest.js) by Krishna</title>
		<link>http://www.programmers.org/index.php/2009/12/jquery-google-suggest-jquerygsuggestjs/#comment-2675</link>
		<dc:creator>Krishna</dc:creator>
		<pubDate>Thu, 11 Nov 2010 06:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.programmers.org/?p=323#comment-2675</guid>
		<description>Hello,

Is is possible to support searching in between string rather than searching only for the first character?

Say for example if i press &#039;a&#039;, it should display both apple and orange because both contains the character &#039;a&#039;.

Regards
krishna</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Is is possible to support searching in between string rather than searching only for the first character?</p>
<p>Say for example if i press &#8216;a&#8217;, it should display both apple and orange because both contains the character &#8216;a&#8217;.</p>
<p>Regards<br />
krishna</p>
]]></content:encoded>
	</item>
</channel>
</rss>

