<?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: Simple Pagination Algorithm using ColdFusion</title>
	<atom:link href="/coldfusion-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>/coldfusion-pagination/</link>
	<description>Sacha Greif's blog and portfolio</description>
	<lastBuildDate>Tue, 04 Oct 2011 08:38:42 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.13</generator>
	<item>
		<title>By: Iyhtamli</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-73987</link>
		<dc:creator><![CDATA[Iyhtamli]]></dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-73987</guid>
		<description><![CDATA[Hold the line, please &lt;a href=&quot;http://www.collegehumor.com/user/6493282&quot; rel=&quot;nofollow&quot;&gt;Kds Sex&lt;/a&gt;  79120]]></description>
		<content:encoded><![CDATA[<p>Hold the line, please <a href="http://www.collegehumor.com/user/6493282" rel="nofollow">Kds Sex<br />
</a>  79120</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sacha</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-18870</link>
		<dc:creator><![CDATA[Sacha]]></dc:creator>
		<pubDate>Sat, 15 Aug 2009 11:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-18870</guid>
		<description><![CDATA[Feel free to post your solution. I haven&#039;t done any coldfusion for the last year, so I kinda forgot the syntax..]]></description>
		<content:encoded><![CDATA[<p>Feel free to post your solution. I haven&#8217;t done any coldfusion for the last year, so I kinda forgot the syntax..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-18858</link>
		<dc:creator><![CDATA[Francesco]]></dc:creator>
		<pubDate>Sat, 15 Aug 2009 05:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-18858</guid>
		<description><![CDATA[Bad code, there are some variable that should be set before, and it needs some cfoutput...

Good tutorial however...]]></description>
		<content:encoded><![CDATA[<p>Bad code, there are some variable that should be set before, and it needs some cfoutput&#8230;</p>
<p>Good tutorial however&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sacha</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-1847</link>
		<dc:creator><![CDATA[Sacha]]></dc:creator>
		<pubDate>Wed, 12 Mar 2008 15:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-1847</guid>
		<description><![CDATA[In this script, I assume the first page is simply &quot;1&quot;. 

The &quot;last page&quot; variable has to be defined before my code. Usually this variable will depend on outside factors, like your database&#039;s content, or search results number, etc.]]></description>
		<content:encoded><![CDATA[<p>In this script, I assume the first page is simply &#8220;1&#8221;. </p>
<p>The &#8220;last page&#8221; variable has to be defined before my code. Usually this variable will depend on outside factors, like your database&#8217;s content, or search results number, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valtee</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-1846</link>
		<dc:creator><![CDATA[Valtee]]></dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-1846</guid>
		<description><![CDATA[Have to revisit this once again. Just wondering where the 1st and last pages are coming from]]></description>
		<content:encoded><![CDATA[<p>Have to revisit this once again. Just wondering where the 1st and last pages are coming from</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valtee</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-1448</link>
		<dc:creator><![CDATA[Valtee]]></dc:creator>
		<pubDate>Mon, 11 Feb 2008 11:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-1448</guid>
		<description><![CDATA[Thanx for the code. Now i am starting to feel how nice coldfusion is.]]></description>
		<content:encoded><![CDATA[<p>Thanx for the code. Now i am starting to feel how nice coldfusion is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sacha</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-1404</link>
		<dc:creator><![CDATA[Sacha]]></dc:creator>
		<pubDate>Fri, 08 Feb 2008 10:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-1404</guid>
		<description><![CDATA[Thanks for you support ! 
When I have time I will redo this code snippet better, maybe using javascript or php instead of coldfusion, and providing illustrated examples along the way.]]></description>
		<content:encoded><![CDATA[<p>Thanks for you support !<br />
When I have time I will redo this code snippet better, maybe using javascript or php instead of coldfusion, and providing illustrated examples along the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murtaza</title>
		<link>/coldfusion-pagination/comment-page-1/#comment-1391</link>
		<dc:creator><![CDATA[Murtaza]]></dc:creator>
		<pubDate>Thu, 07 Feb 2008 17:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sachagreif.com/blog/coldfusion-pagination/#comment-1391</guid>
		<description><![CDATA[nice tutorial thanks

------------------------
http://www.pakbridge.com]]>/</description>
		<content:encoded><![CDATA[<p>nice tutorial thanks</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<a href="http://www.pakbridge.com/" rel="nofollow">http://www.pakbridge.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: v2.sachagreif.com @ 2017-01-02 03:36:41 by W3 Total Cache -->