<?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: LiveGrid</title>
	<atom:link href="http://www.chrisvandesteeg.nl/2005/07/25/livegrid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/</link>
	<description>What&#039;s practical is logical</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lunk</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-2791</link>
		<dc:creator>lunk</dc:creator>
		<pubDate>Wed, 15 Nov 2006 16:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-2791</guid>
		<description>In Mozilla I don&#039;t see the scroll wheel, any known issues with Mozilla?</description>
		<content:encoded><![CDATA[<p>In Mozilla I don&#8217;t see the scroll wheel, any known issues with Mozilla?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristian</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-257</link>
		<dc:creator>Kristian</dc:creator>
		<pubDate>Thu, 25 May 2006 18:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-257</guid>
		<description>&lt;Quote&gt; No support for the mousewheel &lt;/Quote&gt;

I find this annoying too. However, mouse wheel scrolling works when you hover the mouse over the scrollbar instead of the table..</description>
		<content:encoded><![CDATA[<p>&lt;Quote&gt; No support for the mousewheel &lt;/Quote&gt;</p>
<p>I find this annoying too. However, mouse wheel scrolling works when you hover the mouse over the scrollbar instead of the table..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-125</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Sun, 26 Mar 2006 15:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-125</guid>
		<description>@Mike W: please look at &lt;a href=&quot;http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/&quot; rel=&quot;nofollow&quot;&gt;http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/&lt;/a&gt; for complete demo</description>
		<content:encoded><![CDATA[<p>@Mike W: please look at <a href="http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/" rel="nofollow">http://blog.ilikeu2.nl/2005/09/10/livegrid-now-comes-with-xslt/</a> for complete demo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike W</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-124</link>
		<dc:creator>Mike W</dc:creator>
		<pubDate>Sat, 25 Mar 2006 16:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-124</guid>
		<description>Alley, Thanks for the demo, did you ever get a chance to post the back-end code? Maybe I&#039;m just missing the link.</description>
		<content:encoded><![CDATA[<p>Alley, Thanks for the demo, did you ever get a chance to post the back-end code? Maybe I&#8217;m just missing the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alley=&#62;Chris van de steeg</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-93</link>
		<dc:creator>Alley=&#62;Chris van de steeg</dc:creator>
		<pubDate>Tue, 14 Feb 2006 15:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-93</guid>
		<description>@Chris D:
Your server side script will receive the parameters
&#039;offset&#039; and &#039;page_size&#039; (the names are configurable)

You need to return only the records in that range</description>
		<content:encoded><![CDATA[<p>@Chris D:<br />
Your server side script will receive the parameters<br />
&#8216;offset&#8217; and &#8216;page_size&#8217; (the names are configurable)</p>
<p>You need to return only the records in that range</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris D</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-92</link>
		<dc:creator>Chris D</dc:creator>
		<pubDate>Tue, 14 Feb 2006 14:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-92</guid>
		<description>I have looked at this and the original LiveGrid site and demos, but I am still unclear about the backend code that has to be written. In this demo it&#039;s a reference to a php page. In my case, I will be writing the code in Java. I assume that I need to write some sort of function that performs the query and returns the resultset, but formatted in a table structure (using the results to build  a string representing html table rows and cells). If my query is returning 100,000 rows, I am not understanding where the Ajax comes into play. Do I need to write my query so that it only retrieves results x through y, or is this taken care of? If it&#039;s taken care of, then the whole purpose is defeated since I&#039;m returning all 100,000 rows from the server. As you can see, I&#039;m quite confused about how we retrieve the actual results. Anyone&#039;s help would be much appreciated!</description>
		<content:encoded><![CDATA[<p>I have looked at this and the original LiveGrid site and demos, but I am still unclear about the backend code that has to be written. In this demo it&#8217;s a reference to a php page. In my case, I will be writing the code in Java. I assume that I need to write some sort of function that performs the query and returns the resultset, but formatted in a table structure (using the results to build  a string representing html table rows and cells). If my query is returning 100,000 rows, I am not understanding where the Ajax comes into play. Do I need to write my query so that it only retrieves results x through y, or is this taken care of? If it&#8217;s taken care of, then the whole purpose is defeated since I&#8217;m returning all 100,000 rows from the server. As you can see, I&#8217;m quite confused about how we retrieve the actual results. Anyone&#8217;s help would be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randy</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-90</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Fri, 27 Jan 2006 16:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-90</guid>
		<description>DITTO:

Iâ€™m looking for a way to include images and hypertext links inside the grid. The Yahoo search demo shows me that itâ€™s possible, but when I try to do something like add an image, the grid stops working. Can anyone provide any code samples of what I have to do in order to get this to work?</description>
		<content:encoded><![CDATA[<p>DITTO:</p>
<p>Iâ€™m looking for a way to include images and hypertext links inside the grid. The Yahoo search demo shows me that itâ€™s possible, but when I try to do something like add an image, the grid stops working. Can anyone provide any code samples of what I have to do in order to get this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Belardo</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-46</link>
		<dc:creator>George Belardo</dc:creator>
		<pubDate>Tue, 25 Oct 2005 18:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-46</guid>
		<description>I&#039;m looking for a way to include images and hypertext links inside the grid.   The Yahoo search demo shows me that it&#039;s possible, but when I try to do something like add an image, the grid stops working.  Can you provide any code samples of what I have to do in order to get this to work?</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking for a way to include images and hypertext links inside the grid.   The Yahoo search demo shows me that it&#8217;s possible, but when I try to do something like add an image, the grid stops working.  Can you provide any code samples of what I have to do in order to get this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Hawk</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-26</link>
		<dc:creator>Roman Hawk</dc:creator>
		<pubDate>Mon, 15 Aug 2005 05:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-26</guid>
		<description>Alley, I really appriciate your work. It&#039;s great.

But there is one issue you didn&#039;t address to - memory leaks in IE. There is a good article on the topic:
&lt;a href=&quot;http://jgwebber.blogspot.com/2005/01/dhtml-leaks-like-sieve.html&quot; rel=&quot;nofollow&quot;&gt;http://jgwebber.blogspot.com/2005/01/dhtml-leaks-like-sieve.html&lt;/a&gt; or &lt;a href=&quot;http://msdn.microsoft.com/library/en-us/IETechCol/dnwebgen/ie_leak_patterns.asp?frame=true&quot; rel=&quot;nofollow&quot;&gt;some stuff from Microsoft&lt;/a&gt;

In general - avoid storing links to DOM objects (this.scrollerDiv) or clear all listeners (unplug method) on page unload.</description>
		<content:encoded><![CDATA[<p>Alley, I really appriciate your work. It&#8217;s great.</p>
<p>But there is one issue you didn&#8217;t address to &#8211; memory leaks in IE. There is a good article on the topic:<br />
<a href="http://jgwebber.blogspot.com/2005/01/dhtml-leaks-like-sieve.html" rel="nofollow">http://jgwebber.blogspot.com/2005/01/dhtml-leaks-like-sieve.html</a> or <a href="http://msdn.microsoft.com/library/en-us/IETechCol/dnwebgen/ie_leak_patterns.asp?frame=true" rel="nofollow">some stuff from Microsoft</a></p>
<p>In general &#8211; avoid storing links to DOM objects (this.scrollerDiv) or clear all listeners (unplug method) on page unload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Murray</title>
		<link>http://www.chrisvandesteeg.nl/2005/07/25/livegrid/comment-page-1/#comment-23</link>
		<dc:creator>Brian Murray</dc:creator>
		<pubDate>Fri, 12 Aug 2005 14:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ilikeu2.nl/?p=5#comment-23</guid>
		<description>Sorry, cut &amp; paste error.  The correct line is probably 
&lt;code&gt;callParms = callParms + &#039;&amp;&#039; + this.additionalParms;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, cut &amp; paste error.  The correct line is probably<br />
<code>callParms = callParms + '&amp;' + this.additionalParms;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

