<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Add content dynamically as you reach end of page with AJAX</title>
	<atom:link href="http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/</link>
	<description>web * programming * the higher end</description>
	<lastBuildDate>Thu, 18 Jun 2009 23:38:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krahulg</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-25</link>
		<dc:creator>krahulg</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-25</guid>
		<description>this works in IE6.0+ and FF2.0+, have to check in Safari though.</description>
		<content:encoded><![CDATA[<p>this works in IE6.0+ and FF2.0+, have to check in Safari though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yellen</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-22</link>
		<dc:creator>yellen</dc:creator>
		<pubDate>Tue, 05 Feb 2008 01:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-22</guid>
		<description>sorry about the earlier comment. Got the picture now. :)
But still a little doubt on performance in different browsers!!</description>
		<content:encoded><![CDATA[<p>sorry about the earlier comment. Got the picture now. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
But still a little doubt on performance in different browsers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yellen</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-21</link>
		<dc:creator>yellen</dc:creator>
		<pubDate>Tue, 05 Feb 2008 01:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-21</guid>
		<description>suppose we have multiple div elements in the page, say a whole left-pane, a middle-pane and a right-pane. And, say, the search result is to be displayed in the middle-pane( middle-div), however we are also getting other feeds in the other panes as well. what becomes of the page when we scroll down? A bit foolish question here :p. Just a rookie.

And will this have the same effect in other browsers? All these cross-browser codes turns me head!!</description>
		<content:encoded><![CDATA[<p>suppose we have multiple div elements in the page, say a whole left-pane, a middle-pane and a right-pane. And, say, the search result is to be displayed in the middle-pane( middle-div), however we are also getting other feeds in the other panes as well. what becomes of the page when we scroll down? A bit foolish question here :p. Just a rookie.</p>
<p>And will this have the same effect in other browsers? All these cross-browser codes turns me head!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krahulg</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-19</link>
		<dc:creator>krahulg</dc:creator>
		<pubDate>Sat, 12 Jan 2008 02:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-19</guid>
		<description>if all you mean by external html is html generated by your script, just send html as an AJAX response to the client browser and it will be added. try it out and let me know.</description>
		<content:encoded><![CDATA[<p>if all you mean by external html is html generated by your script, just send html as an AJAX response to the client browser and it will be added. try it out and let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asianblue</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-18</link>
		<dc:creator>Asianblue</dc:creator>
		<pubDate>Fri, 11 Jan 2008 06:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-18</guid>
		<description>HI,

i am looking at how to load external html within the page instead of writing dummy text.</description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>i am looking at how to load external html within the page instead of writing dummy text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krahulg</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-14</link>
		<dc:creator>krahulg</dc:creator>
		<pubDate>Fri, 28 Dec 2007 03:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-14</guid>
		<description>Hi asianblue,
well, there is not much php in this example, except for the file &quot;morecontent.php&quot;. You can replace that with your own jsp file and while doing a AJAX call from &quot;sendAReq()&quot; the request will be sent to your JSP file instead.
And the little bit of php in demofile.php is just to generate some content to increase the length of the page. But then this is a example.
I hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi asianblue,<br />
well, there is not much php in this example, except for the file &#8220;morecontent.php&#8221;. You can replace that with your own jsp file and while doing a AJAX call from &#8220;sendAReq()&#8221; the request will be sent to your JSP file instead.<br />
And the little bit of php in demofile.php is just to generate some content to increase the length of the page. But then this is a example.<br />
I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asianblue</title>
		<link>http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-13</link>
		<dc:creator>asianblue</dc:creator>
		<pubDate>Fri, 28 Dec 2007 03:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://krahulg.wordpress.com/2007/12/27/add-content-dynamically-as-you-reach-end-of-page-with-ajax/#comment-13</guid>
		<description>how to do the jsp version instead of php?</description>
		<content:encoded><![CDATA[<p>how to do the jsp version instead of php?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
