<?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: Pagination Algorithm in JavaScript</title>
	<atom:link href="http://mattsnider.com/languages/javascript/pagination-algorithm-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattsnider.com/languages/javascript/pagination-algorithm-in-javascript/</link>
	<description>Understanding JavaScript and Frameworks</description>
	<pubDate>Tue, 06 Jan 2009 10:50:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Snider</title>
		<link>http://mattsnider.com/languages/javascript/pagination-algorithm-in-javascript/comment-page-1/#comment-19975</link>
		<dc:creator>Matt Snider</dc:creator>
		<pubDate>Fri, 01 Aug 2008 16:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://mattsnider.com/?p=29#comment-19975</guid>
		<description>You are quite right... as it was written you would only be able to click on the pagination link for the current page and all other page links would just be text. Thanks for catching that. I went ahead and fixed the typo.</description>
		<content:encoded><![CDATA[<p>You are quite right&#8230; as it was written you would only be able to click on the pagination link for the current page and all other page links would just be text. Thanks for catching that. I went ahead and fixed the typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phranck</title>
		<link>http://mattsnider.com/languages/javascript/pagination-algorithm-in-javascript/comment-page-1/#comment-19875</link>
		<dc:creator>Phranck</dc:creator>
		<pubDate>Thu, 31 Jul 2008 15:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://mattsnider.com/?p=29#comment-19875</guid>
		<description>Well it looks like this piece of slop deleted all the code. XSS filtering for the win! Anyway it should be: if (i != index) and not: if (i == index)</description>
		<content:encoded><![CDATA[<p>Well it looks like this piece of slop deleted all the code. XSS filtering for the win! Anyway it should be: if (i != index) and not: if (i == index)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phranck</title>
		<link>http://mattsnider.com/languages/javascript/pagination-algorithm-in-javascript/comment-page-1/#comment-19874</link>
		<dc:creator>Phranck</dc:creator>
		<pubDate>Thu, 31 Jul 2008 15:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://mattsnider.com/?p=29#comment-19874</guid>
		<description>I think there is a mistake. On the last line below:
	// if there are more than 2 pages, then show page numbers, otherwise, just next/prev for simplicity
	if (2 </description>
		<content:encoded><![CDATA[<p>I think there is a mistake. On the last line below:<br />
	// if there are more than 2 pages, then show page numbers, otherwise, just next/prev for simplicity<br />
	if (2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
