<?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: Digg Style Pagination Class</title>
	<atom:link href="http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/</link>
	<description>La página que siempre está en onda :)</description>
	<pubDate>Tue, 13 May 2008 05:35:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: gabriel</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-16012</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Wed, 09 Apr 2008 17:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-16012</guid>
		<description>muy bueno lo tuyo!</description>
		<content:encoded><![CDATA[<p>muy bueno lo tuyo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renzoster</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-15440</link>
		<dc:creator>Renzoster</dc:creator>
		<pubDate>Tue, 04 Mar 2008 15:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-15440</guid>
		<description>Thanks for this script</description>
		<content:encoded><![CDATA[<p>Thanks for this script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turboliux blog &#187; Blog Archive &#187; Pamoka. Diegiam Wordpress puslapių numeravimą</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-14625</link>
		<dc:creator>turboliux blog &#187; Blog Archive &#187; Pamoka. Diegiam Wordpress puslapių numeravimą</dc:creator>
		<pubDate>Tue, 12 Feb 2008 15:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-14625</guid>
		<description>[...] įvairiausių šio kodo variacijų, tačiau siūlau rinktis paprastesnį. Galimi du instaliavimo variantai, arba jums teks šitą [...]</description>
		<content:encoded><![CDATA[<p>[...] įvairiausių šio kodo variacijų, tačiau siūlau rinktis paprastesnį. Galimi du instaliavimo variantai, arba jums teks šitą [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-14457</link>
		<dc:creator>Deep</dc:creator>
		<pubDate>Fri, 08 Feb 2008 04:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-14457</guid>
		<description>Did I tell you, your code simply rocks.. I was waiting for this kind of pagination class and finally found it :)</description>
		<content:encoded><![CDATA[<p>Did I tell you, your code simply rocks.. I was waiting for this kind of pagination class and finally found it <img src='http://www.mis-algoritmos.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tybek</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13869</link>
		<dc:creator>Tybek</dc:creator>
		<pubDate>Sat, 19 Jan 2008 10:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13869</guid>
		<description>Hi, Thankyou for the class.

I made a modification to one function in your class in order for it to be xhtml compliant since I had problems getting it validated. Basically I added htmlspecialchars(). It now validates properly.

New function follows:

function get_pagenum_link($id){
	if(strpos($this-&#62;target,'?')===false)
		if($this-&#62;urlF)
			return str_replace($this-&#62;urlF,$id,$this-&#62;target);
		else
			return "$this-&#62;target?$this-&#62;parameterName=$id";
		else
			return htmlspecialchars("$this-&#62;target&#38;$this-&#62;parameterName=$id");
}</description>
		<content:encoded><![CDATA[<p>Hi, Thankyou for the class.</p>
<p>I made a modification to one function in your class in order for it to be xhtml compliant since I had problems getting it validated. Basically I added htmlspecialchars(). It now validates properly.</p>
<p>New function follows:</p>
<p>function get_pagenum_link($id){<br />
	if(strpos($this-&gt;target,'?')===false)<br />
		if($this-&gt;urlF)<br />
			return str_replace($this-&gt;urlF,$id,$this-&gt;target);<br />
		else<br />
			return "$this-&gt;target?$this-&gt;parameterName=$id";<br />
		else<br />
			return htmlspecialchars("$this-&gt;target&amp;$this-&gt;parameterName=$id");<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Medeiros</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13860</link>
		<dc:creator>Andre Medeiros</dc:creator>
		<pubDate>Fri, 18 Jan 2008 16:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13860</guid>
		<description>On line 148 of your class, it reads:

-----------------------------8page adjacents * 2)){
-----------------------------8&#60;-----------------------------

I got a result, with 20 pages, on the 4th page, with something like:

&#60; 1 2 ... 3 4 5 (etc)

In order to solve this, change the "if" statement to:
-----------------------------8page adjacents * 2)){
-----------------------------8&#60;-----------------------------

Other than that, excelent job!</description>
		<content:encoded><![CDATA[<p>On line 148 of your class, it reads:</p>
<p>-----------------------------8page adjacents * 2)){<br />
-----------------------------8&lt;-----------------------------</p>
<p>I got a result, with 20 pages, on the 4th page, with something like:</p>
<p>&lt; 1 2 ... 3 4 5 (etc)</p>
<p>In order to solve this, change the "if" statement to:<br />
-----------------------------8page adjacents * 2)){<br />
-----------------------------8&lt;-----------------------------</p>
<p>Other than that, excelent job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WaFi</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13053</link>
		<dc:creator>WaFi</dc:creator>
		<pubDate>Fri, 28 Dec 2007 17:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-13053</guid>
		<description>I need Example very simple ...  Can you do That ? 

(use select of table name of database) 


Plz .... 

I watting You ..</description>
		<content:encoded><![CDATA[<p>I need Example very simple ...  Can you do That ? </p>
<p>(use select of table name of database) </p>
<p>Plz .... </p>
<p>I watting You ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luiz</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12734</link>
		<dc:creator>Luiz</dc:creator>
		<pubDate>Tue, 11 Dec 2007 11:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12734</guid>
		<description>Same to me.

I have 25 limit. And I have one blank page at last, chage to "round" or "floor" I dont get last results.</description>
		<content:encoded><![CDATA[<p>Same to me.</p>
<p>I have 25 limit. And I have one blank page at last, chage to "round" or "floor" I dont get last results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12389</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 26 Nov 2007 14:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12389</guid>
		<description>Hello...I am using limit 10 and your pagination is working fine but its showing results starting from 11(i.e. pagination link 1 starts from 11 to 20, pagination link 2 shows 21 to 30 and so on) and the last page is blank. I tried Floor or round at line 122 but it doesn't help me. I need your help.

thanks</description>
		<content:encoded><![CDATA[<p>Hello...I am using limit 10 and your pagination is working fine but its showing results starting from 11(i.e. pagination link 1 starts from 11 to 20, pagination link 2 shows 21 to 30 and so on) and the last page is blank. I tried Floor or round at line 122 but it doesn't help me. I need your help.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12370</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 25 Nov 2007 20:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mis-algoritmos.com/2007/05/27/digg-style-pagination-class/#comment-12370</guid>
		<description>Hi

      I am able to pass the parameters with url and pagination is working fine but it doesn't change the records. It just stays at page one and numbers at pagination get changed. Any help?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>      I am able to pass the parameters with url and pagination is working fine but it doesn't change the records. It just stays at page one and numbers at pagination get changed. Any help?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
