<?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: Optimising Ajax Search Suggestions</title>
	<atom:link href="http://novemberechoromeodelta.com/20090304-optimising-ajax-search-suggestions/feed" rel="self" type="application/rss+xml" />
	<link>http://novemberechoromeodelta.com/20090304-optimising-ajax-search-suggestions</link>
	<description>Tech Stuff</description>
	<lastBuildDate>Fri, 21 May 2010 20:08:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Slobo</title>
		<link>http://novemberechoromeodelta.com/20090304-optimising-ajax-search-suggestions/comment-page-1#comment-2527</link>
		<dc:creator>Slobo</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://novemberechoromeodelta.com/wordpress/?p=138#comment-2527</guid>
		<description>Hm, does your initial result set have a chance of being huge? Think X years down the line, will the AJAX be pulling thousands of results as soon as user hits two characters? You may want to just limit number of responses to say 10.
Of course this would mean you have to make another request for each letter. To combat this I occasionally use typewatch (http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx) or similar to fire ajax requests only when user has paused a bit. YMMV</description>
		<content:encoded><![CDATA[<p>Hm, does your initial result set have a chance of being huge? Think X years down the line, will the AJAX be pulling thousands of results as soon as user hits two characters? You may want to just limit number of responses to say 10.<br />
Of course this would mean you have to make another request for each letter. To combat this I occasionally use typewatch (<a href="http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx" rel="nofollow">http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx</a>) or similar to fire ajax requests only when user has paused a bit. YMMV</p>
]]></content:encoded>
	</item>
</channel>
</rss>
