<?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: Eliminate paging results by using JavaScript (ala DZone)</title>
	<atom:link href="http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/</link>
	<description>A blog about killer code</description>
	<pubDate>Thu, 04 Dec 2008 21:29:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Paul Irish</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-20</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Mon, 25 Feb 2008 00:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-20</guid>
		<description>I have a jquery implementation on my blog: &lt;a href="http://aurgasm.us" rel="nofollow"&gt;Aurgasm&lt;/a&gt;. I'm also in the final stages of releasing a Wordpress plugin for Infinite Scroll that captures all this functionality.
I think I'll add in some permalink functionality now, since there is definite demand for it.

btw- this comment captcha is infuriating.</description>
		<content:encoded><![CDATA[<p>I have a jquery implementation on my blog: <a href="http://aurgasm.us" rel="nofollow">Aurgasm</a>. I&#8217;m also in the final stages of releasing a Wordpress plugin for Infinite Scroll that captures all this functionality.<br />
I think I&#8217;ll add in some permalink functionality now, since there is definite demand for it.</p>
<p>btw- this comment captcha is infuriating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-19</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 20 Feb 2008 14:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-19</guid>
		<description>Google use something similar in their Feed Reader. Makes scrolling through 100s of Feed-Items a charm. 

So the technique surely has its applications. Maybe not so for ordered data sets as Kevin pointed out.

I too would like to see the jquery implementation of this.</description>
		<content:encoded><![CDATA[<p>Google use something similar in their Feed Reader. Makes scrolling through 100s of Feed-Items a charm. </p>
<p>So the technique surely has its applications. Maybe not so for ordered data sets as Kevin pointed out.</p>
<p>I too would like to see the jquery implementation of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-14</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Tue, 19 Feb 2008 18:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-14</guid>
		<description>@Anton, also a good point.  Ajax/dHTML in general is not very web crawler friendly.  At the moment anyways.

If SEO is important then I think it's still doable using this method.  You would have to make sure that the link structure on the site (aside from or in addition to) a page that includes Ajax/dHTML ensures that search engines can reach all parts of the site.</description>
		<content:encoded><![CDATA[<p>@Anton, also a good point.  Ajax/dHTML in general is not very web crawler friendly.  At the moment anyways.</p>
<p>If SEO is important then I think it&#8217;s still doable using this method.  You would have to make sure that the link structure on the site (aside from or in addition to) a page that includes Ajax/dHTML ensures that search engines can reach all parts of the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-13</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Tue, 19 Feb 2008 18:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-13</guid>
		<description>Also this makes entries not accessible by web crawlers.</description>
		<content:encoded><![CDATA[<p>Also this makes entries not accessible by web crawlers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-10</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Tue, 19 Feb 2008 17:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-10</guid>
		<description>@bhaarat
I was originally going to do this using YUI.  It's on my list of things to learn but I knew I could whip it up real quick with prototype.js. If you have a working example using jQuery then link it here...I'd like to see it.</description>
		<content:encoded><![CDATA[<p>@bhaarat<br />
I was originally going to do this using YUI.  It&#8217;s on my list of things to learn but I knew I could whip it up real quick with prototype.js. If you have a working example using jQuery then link it here&#8230;I&#8217;d like to see it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhaarat</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-8</link>
		<dc:creator>bhaarat</dc:creator>
		<pubDate>Tue, 19 Feb 2008 17:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-8</guid>
		<description>I implemented this using jQuery...never got time to blog it though :)

but the points that kevin has mentioned are very good.  One way to avoid this could be to add some sort of sticky link that would take you back to the previously loaded subset.  

As for sending 'link' to your friend..well this example just has images..but if your 's (or whatever you'd use) had html links then used could just send those links. 

but a good example nonetheless...</description>
		<content:encoded><![CDATA[<p>I implemented this using jQuery&#8230;never got time to blog it though :)</p>
<p>but the points that kevin has mentioned are very good.  One way to avoid this could be to add some sort of sticky link that would take you back to the previously loaded subset.  </p>
<p>As for sending &#8216;link&#8217; to your friend..well this example just has images..but if your &#8217;s (or whatever you&#8217;d use) had html links then used could just send those links. </p>
<p>but a good example nonetheless&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-6</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Tue, 19 Feb 2008 03:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-6</guid>
		<description>That's a good point.  I do still think that there are good applications for it though.  Think about Digg's "upcoming" section.  Links get added so frequently that the pages don't really help bookmark any specific entry.  This doesn't replace paging...but provides an alternative.

Something additional to consider is that users are familiar with paged results.  I like this solution because it feels pretty seamless...but there's value in interfaces which users are familiar with.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point.  I do still think that there are good applications for it though.  Think about Digg&#8217;s &#8220;upcoming&#8221; section.  Links get added so frequently that the pages don&#8217;t really help bookmark any specific entry.  This doesn&#8217;t replace paging&#8230;but provides an alternative.</p>
<p>Something additional to consider is that users are familiar with paged results.  I like this solution because it feels pretty seamless&#8230;but there&#8217;s value in interfaces which users are familiar with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-5</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 19 Feb 2008 02:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/02/18/eliminate-paging-results-by-using-javascript-ala-dzone/#comment-5</guid>
		<description>I think part of the point of paging is so the user doesn't have an unsurmountable number of records to view at one time.  With this method you will continue to increase the number of records on the page until it becomes too much for the user.  At that point it would be hard for the user to find a specific record in the set - especially if they leave your page and then want to come back and find a record.  And what happens when I find something good that's number 250 in the list, how do I share that with a friend?  With paging I can send a link to the page, or at least tell them which page it's on.  Seems cool but not practical.</description>
		<content:encoded><![CDATA[<p>I think part of the point of paging is so the user doesn&#8217;t have an unsurmountable number of records to view at one time.  With this method you will continue to increase the number of records on the page until it becomes too much for the user.  At that point it would be hard for the user to find a specific record in the set - especially if they leave your page and then want to come back and find a record.  And what happens when I find something good that&#8217;s number 250 in the list, how do I share that with a friend?  With paging I can send a link to the page, or at least tell them which page it&#8217;s on.  Seems cool but not practical.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
