<?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: jQuery autocomplete with JSON / JSONP support, and overriding the default search parameter (q)</title>
	<atom:link href="http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/feed/" rel="self" type="application/rss+xml" />
	<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/</link>
	<description>random acts of synapse...</description>
	<lastBuildDate>Thu, 06 May 2010 04:48:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 10 Useful Jquery Autocomplete Plugins and Tutorials &#124; denbagus blog</title>
		<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/comment-page-1/#comment-75</link>
		<dc:creator>10 Useful Jquery Autocomplete Plugins and Tutorials &#124; denbagus blog</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://1300grams.com/?p=27#comment-75</guid>
		<description>[...] jQuery autocomplete with JSON / JSONP support, and overriding the default search parameter (q)This article shows you how the default search settings using jQuery with JSON autocomplete / JSONP support to prevail. The following example shows how to use it in an application for postcode geonames.org. [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery autocomplete with JSON / JSONP support, and overriding the default search parameter (q)This article shows you how the default search settings using jQuery with JSON autocomplete / JSONP support to prevail. The following example shows how to use it in an application for postcode geonames.org. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay OConnor</title>
		<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/comment-page-1/#comment-73</link>
		<dc:creator>Jay OConnor</dc:creator>
		<pubDate>Sat, 24 Oct 2009 20:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://1300grams.com/?p=27#comment-73</guid>
		<description>Interesting.  I had a similar problem recently, and ended up using an ajax zip code lookup to yahoo&#039;s geo apis to autopopulate city/state to reduce clicks (at most 5 inputs, which is more than most popular cities, but less than unpopular ones -- also eliminating the need for a further zip code entry in case a full address is needed)</description>
		<content:encoded><![CDATA[<p>Interesting.  I had a similar problem recently, and ended up using an ajax zip code lookup to yahoo&#8217;s geo apis to autopopulate city/state to reduce clicks (at most 5 inputs, which is more than most popular cities, but less than unpopular ones &#8212; also eliminating the need for a further zip code entry in case a full address is needed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thankful user</title>
		<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/comment-page-1/#comment-72</link>
		<dc:creator>thankful user</dc:creator>
		<pubDate>Thu, 15 Oct 2009 15:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://1300grams.com/?p=27#comment-72</guid>
		<description>thanks for the helpful article! much appreciated</description>
		<content:encoded><![CDATA[<p>thanks for the helpful article! much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15+ jQuery Autocomplete Plugins &#38; Tutorials &#124; Choose Daily</title>
		<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/comment-page-1/#comment-70</link>
		<dc:creator>15+ jQuery Autocomplete Plugins &#38; Tutorials &#124; Choose Daily</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://1300grams.com/?p=27#comment-70</guid>
		<description>[...] jQuery autocomplete with JSON / JSONP support, and overriding the default search parameter (q) This post will show you how to override the default jQuery search parameter with autocomplete with JSON/JSONP support. The example here shows how to use this in an implementation for zip codes from geonames.org. [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery autocomplete with JSON / JSONP support, and overriding the default search parameter (q) This post will show you how to override the default jQuery search parameter with autocomplete with JSON/JSONP support. The example here shows how to use this in an implementation for zip codes from geonames.org. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://1300grams.com/2009/08/17/jquery-autocomplete-with-json-jsonp-support-and-overriding-the-default-search-parameter-q/comment-page-1/#comment-53</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Thu, 20 Aug 2009 19:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://1300grams.com/?p=27#comment-53</guid>
		<description>Thats an interesting article. Considering that JSONP support wasn&#039;t in jQuery when that autocomplete plugin was written, its amazing that its so easy to get that working.

Still, it can be easier. If you want to participate in the planning of the jQuery UI autocomplete, you&#039;re welcome here: http://wiki.jqueryui.com/Autocomplete#comment1250795871</description>
		<content:encoded><![CDATA[<p>Thats an interesting article. Considering that JSONP support wasn&#8217;t in jQuery when that autocomplete plugin was written, its amazing that its so easy to get that working.</p>
<p>Still, it can be easier. If you want to participate in the planning of the jQuery UI autocomplete, you&#8217;re welcome here: <a href="http://wiki.jqueryui.com/Autocomplete#comment1250795871" rel="nofollow">http://wiki.jqueryui.com/Autocomplete#comment1250795871</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
