<?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"
	>
<channel>
	<title>Comments on: Introducing LiveInfo..</title>
	<atom:link href="http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/</link>
	<description>Another blog about someone playing about with web development</description>
	<pubDate>Sat, 06 Sep 2008 20:57:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-bleeding</generator>
		<item>
		<title>By: Lawrence</title>
		<link>http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/#comment-85</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 21 Feb 2005 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.nodetraveller.com/blog/?p=31#comment-85</guid>
		<description>You can manage the maximum number of results returned by coding in the server side plugins. You could use a hidden field to denote the maxminum number of results you want returned and let the server cut it off.

Also there is a threshold limit on the text fields which is redefinable. The default is 3 so searching for "A" would be impossible but "the" might return large results set.</description>
		<content:encoded><![CDATA[<p>You can manage the maximum number of results returned by coding in the server side plugins. You could use a hidden field to denote the maxminum number of results you want returned and let the server cut it off.</p>
<p>Also there is a threshold limit on the text fields which is redefinable. The default is 3 so searching for &#8220;A&#8221; would be impossible but &#8220;the&#8221; might return large results set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Willets</title>
		<link>http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/#comment-78</link>
		<dc:creator>Kendall Willets</dc:creator>
		<pubDate>Sun, 20 Feb 2005 19:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nodetraveller.com/blog/?p=31#comment-78</guid>
		<description>The problem I have with pre-fetching is that the results of searching for "A" or some other short string are too numerous.  If it could talk to the server and ask for results 11-20, etc., it would save a lot of overhead.

It wouldn't hurt to cache somewhat more than what's displayed, say results 1-100, but it needs some cutoff before it gets the whole set.</description>
		<content:encoded><![CDATA[<p>The problem I have with pre-fetching is that the results of searching for &#8220;A&#8221; or some other short string are too numerous.  If it could talk to the server and ask for results 11-20, etc., it would save a lot of overhead.</p>
<p>It wouldn&#8217;t hurt to cache somewhat more than what&#8217;s displayed, say results 1-100, but it needs some cutoff before it gets the whole set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/#comment-68</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Thu, 17 Feb 2005 10:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nodetraveller.com/blog/?p=31#comment-68</guid>
		<description>It gets all the results and just displays one page at a time. The results are in a list with all the list items set to display none except for those on the current page.
</description>
		<content:encoded><![CDATA[<p>It gets all the results and just displays one page at a time. The results are in a list with all the list items set to display none except for those on the current page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Willets</title>
		<link>http://www.nodetraveller.com/blog/javascript/introducing-liveinfo/#comment-66</link>
		<dc:creator>Kendall Willets</dc:creator>
		<pubDate>Thu, 17 Feb 2005 05:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nodetraveller.com/blog/?p=31#comment-66</guid>
		<description>Nice work.  I would have commented earlier, but I'm still digesting the documentation.

I like the result scrolling -- does it send a new query for each scroll, or cache the whole result set?

</description>
		<content:encoded><![CDATA[<p>Nice work.  I would have commented earlier, but I&#8217;m still digesting the documentation.</p>
<p>I like the result scrolling &#8212; does it send a new query for each scroll, or cache the whole result set?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
