<?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: The whys, hows and whens of pagination</title>
	<atom:link href="http://michaelodden.com/development/the-whys-hows-and-whens-of-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelodden.com/development/the-whys-hows-and-whens-of-pagination/</link>
	<description>Unlimited views, cleverness and love</description>
	<lastBuildDate>Wed, 15 Jul 2009 18:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: uint32</title>
		<link>http://michaelodden.com/development/the-whys-hows-and-whens-of-pagination/comment-page-1/#comment-1960</link>
		<dc:creator>uint32</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelodden.com/?p=21#comment-1960</guid>
		<description>Upvoted. What the author is beginning to realise is that is that pagination is the lowest form of record navigation, essentially analogous to a full table scan in database terms. That is to say, pagination is what you do if you can&#039;t think of a better access path. It works for search results because you only ever want the top N results. It rarely works anywhere else because you want a more efficient access path.</description>
		<content:encoded><![CDATA[<p>Upvoted. What the author is beginning to realise is that is that pagination is the lowest form of record navigation, essentially analogous to a full table scan in database terms. That is to say, pagination is what you do if you can&#8217;t think of a better access path. It works for search results because you only ever want the top N results. It rarely works anywhere else because you want a more efficient access path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modden</title>
		<link>http://michaelodden.com/development/the-whys-hows-and-whens-of-pagination/comment-page-1/#comment-1943</link>
		<dc:creator>modden</dc:creator>
		<pubDate>Mon, 06 Jul 2009 21:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelodden.com/?p=21#comment-1943</guid>
		<description>Regarding category: I&#039;ve now posted it over at the web_design reddit, should I delete this one?

Yes, that&#039;s the main obstacle with dynamic filters - but there are of course ways to simplify this if it has been taken into account from early stages of development. It&#039;s especially a pain to implement as a last minute thought.</description>
		<content:encoded><![CDATA[<p>Regarding category: I&#8217;ve now posted it over at the web_design reddit, should I delete this one?</p>
<p>Yes, that&#8217;s the main obstacle with dynamic filters &#8211; but there are of course ways to simplify this if it has been taken into account from early stages of development. It&#8217;s especially a pain to implement as a last minute thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traxxas</title>
		<link>http://michaelodden.com/development/the-whys-hows-and-whens-of-pagination/comment-page-1/#comment-1926</link>
		<dc:creator>traxxas</dc:creator>
		<pubDate>Mon, 06 Jul 2009 18:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelodden.com/?p=21#comment-1926</guid>
		<description>While this is better suited for the web_design reddit, the author is right.  I&#039;m using dynamic filters for my site and they are great for sorting through the masses of products we sell.  The only downside is the programming for them was and is a pain to write and maintain.</description>
		<content:encoded><![CDATA[<p>While this is better suited for the web_design reddit, the author is right.  I&#8217;m using dynamic filters for my site and they are great for sorting through the masses of products we sell.  The only downside is the programming for them was and is a pain to write and maintain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
