<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stefan Gabos &#187; Zebra_Pagination</title>
	<atom:link href="http://stefangabos.ro/category/zebra-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangabos.ro</link>
	<description>web developer extraordinaire</description>
	<lastBuildDate>Mon, 06 May 2013 19:47:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Zebra_Pagination, version 2.1 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-1-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-1-now-available/#comments</comments>
		<pubDate>Wed, 06 Feb 2013 19:28:25 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2036</guid>
		<description><![CDATA[Here&#8217;s the full list of what&#8217;s new in version 2.1: fixed some bugs with having pagination links shown in reverse order; thanks to marcin for all the feedback; position of next/previous links can now be changed so instead of being on the outside of the links to individual pages these can now be shown also [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s the full list of what&#8217;s new in version 2.1:</p>
<ul class="default">
<li>fixed some bugs with having pagination links shown in reverse order; thanks to <strong>marcin</strong> for all the feedback;</li>
<li>position of next/previous links can now be changed so instead of being on the outside of the links to individual pages these can now be shown also either to the left or to the right; see the newly added <a href="http://stefangabos.ro/wp-content/docs/Zebra_Pagination/Zebra_Pagination/Zebra_Pagination.html#methodnavigation_position">navigation_position</a> method;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-1-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 2.0 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-0-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-0-now-available/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 13:42:50 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=2017</guid>
		<description><![CDATA[This update marks the start of porting all my PHP libraries to PHP5 and finally dropping support for PHP4. Other than that, some good new stuff in this release, the major one being that you no longer have to hack around to center the pagination which will now be centered by default. Here&#8217;s the full [...]]]></description>
				<content:encoded><![CDATA[<p>This update marks the start of porting all my PHP libraries to PHP5 and finally dropping support for PHP4. Other than that, some good new stuff in this release, the major one being that you no longer have to hack around to center the pagination which will now be centered by default. Here&#8217;s the full list of what&#8217;s new in version 2.0:</p>
<ul class="default">
<li>dropped support for PHP4; the library now requires PHP5+;</li>
<li>fixed a bug where if parts of the URL had HTML entities, these would wrongly be encoded again by the library when generating the pagination links; thanks to <strong>Phil</strong>;</li>
<li>&#8220;next page&#8221; and &#8220;previous page&#8221; links will now show their associated labels by default (label were previously hidden from the library&#8217;s stylesheet file); labels can be changed/localized with the newly added <a href="http://stefangabos.ro/wp-content/docs/Zebra_Pagination/Zebra_Pagination/Zebra_Pagination.html#methodlabels">labels</a> method; also, the &#8220;next page&#8221; and &#8220;previous page&#8221; links are now always visible instead of just when there were more pages than the value of <a href="http://stefangabos.ro/wp-content/docs/Zebra_Pagination/Zebra_Pagination/Zebra_Pagination.html#methodselectable_pages">selectable pages</a>;</li>
<li>pagination links can now be generated also in reverse order; use the newly added <a href="http://stefangabos.ro/wp-content/docs/Zebra_Pagination/Zebra_Pagination/Zebra_Pagination.html#methodreverse">reverse</a> method for that; thanks to <strong>marcin</strong> for suggesting;</li>
<li>everything is now centered by default;</li>
<li>changed the &#8220;next&#8221; and &#8220;previous&#8221; icons;</li>
<li>tweaked the CSS file;</li>
</ul>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-2-0-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 1.4 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-4-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-4-now-available/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 08:45:58 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1905</guid>
		<description><![CDATA[Here&#8217;s what&#8217;s new in version 1.4: in order to make the library more SEO friendly and to indicate the relationship between component URLs in a paginated series, rel=&#8221;prev&#8221; and rel=&#8221;next&#8221; were added to previous/next links; read more about pagination with rel=&#8221;next&#8221; and rel=&#8221;prev&#8221;; thanks to Igor; corrections and additions to the documentation; thanks to Roberto [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s what&#8217;s new in version 1.4:</p>
<ul class="default">
<li>in order to make the library more SEO friendly and to indicate the relationship between component URLs in a paginated series, <em>rel=&#8221;prev&#8221;</em> and <em>rel=&#8221;next&#8221;</em> were added to previous/next links; read more about <a href="http://googlewebmastercentral.blogspot.de/2011/09/pagination-with-relnext-and-relprev.html">pagination with rel=&#8221;next&#8221; and rel=&#8221;prev&#8221;</a>; thanks to <strong>Igor</strong>;</li>
<li>corrections and additions to the documentation; thanks to <strong>Roberto Gomes</strong></li>
</ul>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-4-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 1.3 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-3-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-3-now-available/#comments</comments>
		<pubDate>Thu, 03 May 2012 20:26:10 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1781</guid>
		<description><![CDATA[Here’s what’s new in version 1.3: the URL specified through the &#8220;base_path&#8221; method can now contain query strings; previously query strings in this value got automatically removed; also, any query strings existing in the page&#8217;s URL were *always* preserved &#8211; now the &#8220;base_path&#8221; method accepts an additional argument to disable this behavior; thanks to Kesuma, [...]]]></description>
				<content:encoded><![CDATA[<p>Here’s what’s new in version 1.3: the URL specified through the &#8220;base_path&#8221; method can now contain query strings; previously query strings in this value got automatically removed; also, any query strings existing in the page&#8217;s URL were *always* preserved &#8211; now the &#8220;base_path&#8221; method accepts an additional argument to disable this behavior; thanks to <strong>Kesuma</strong>, <strong>Augusto Carvalho dos Santos</strong>, <strong>moregatest</strong> and to all the people reporting these things; by also including a newly added JavaScript file, hashes in the URL can now also be preserved; the simple inclusion of the JavaScript file will do the trick; not including it will mean that hashes will not be preserved; thanks to <strong>Alan</strong> for requesting this;</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-3-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 1.2.2 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-2-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-2-now-available/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 20:11:39 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1453</guid>
		<description><![CDATA[In version 1.2.2 a bug was fixed where query strings got deleted if URLs were SEO friendly; thanks to <strong>theyouyou</strong>; also, a new method was for setting whether the script should add a trailing slash to the URLs when generating SEO friendly URLs; read more on the subject on <a href="http://googlewebmastercentral.blogspot.com/2010/04/to-slash-or-not-to-slash.html">Official Google Webmaster Central Blog</a>; thanks to <strong>theyouyou</strong> for suggesting.]]></description>
				<content:encoded><![CDATA[<p>In version 1.2.2 a bug was fixed where query strings got deleted if URLs were SEO friendly; thanks to <strong>theyouyou</strong>; also, a new method was for setting whether the script should add a trailing slash to the URLs when generating SEO friendly URLs; read more on the subject on <a href="http://googlewebmastercentral.blogspot.com/2010/04/to-slash-or-not-to-slash.html">Official Google Webmaster Central Blog</a>; thanks to <strong>theyouyou</strong> for suggesting.</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 1.2.1 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-1-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-1-now-available/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 08:44:58 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1395</guid>
		<description><![CDATA[In version 1.2.1 a bug was fixed that appeared in version 1.2, that would remove all query string parameters from the URL, except the page-related one; thanks to <strong>kumbing</strong> for reporting; also, when <em>method</em> is "url", the link to the first page does not include the "page" parameter anymore, in order to avoid duplicate content; previously this was true only for when <em>method</em> was "get";]]></description>
				<content:encoded><![CDATA[<p>In version 1.2.1 a bug was fixed that appeared in version 1.2, that would remove all query string parameters from the URL, except the page-related one; thanks to <strong>kumbing</strong> for reporting; also, when <em>method</em> is &#8220;url&#8221;, the link to the first page does not include the &#8220;page&#8221; parameter anymore, in order to avoid duplicate content; previously this was true only for when <em>method</em> was &#8220;get&#8221;;</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination, version 1.2 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-now-available/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 17:03:25 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=1389</guid>
		<description><![CDATA[In version 1.2 the link to the first page does not include the "page" parameter anymore, in order to avoid duplicate content - thanks to <strong>Sebi Popa</strong> for suggesting; also some optimizations were made in the code;]]></description>
				<content:encoded><![CDATA[<p>In version 1.2 the link to the first page does not include the &#8220;page&#8221; parameter anymore, in order to avoid duplicate content &#8211; thanks to <strong>Sebi Popa</strong> for suggesting; also some optimizations were made in the code;</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination version 1.1c now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1c-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1c-now-available/#comments</comments>
		<pubDate>Thu, 05 May 2011 15:50:03 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=795</guid>
		<description><![CDATA[<strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.
<br /><br />
This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).
<br /><br />
In version 1.1c a bug was fixed regarding the improper handling of the “next” link, when on first page; thanks to <strong>Jan</strong> for reporting.]]></description>
				<content:encoded><![CDATA[<p><strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.</p>
<p>This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).</p>
<p>In version 1.1c a bug was fixed regarding the improper handling of the “next” link, when on first page; thanks to <strong>Jan</strong> for reporting.</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1c-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination version 1.1b now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1b-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1b-now-available/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 12:34:35 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=787</guid>
		<description><![CDATA[<strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.
<br /><br />
This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).
<br /><br />
In version 1.1b a bug was fixed where disabling the “next” and “previous” links, when on first or last page, respectively, was not working properly; thanks to Javier for reporting.]]></description>
				<content:encoded><![CDATA[<p><strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.</p>
<p>This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).</p>
<p>In version 1.1b a bug was fixed where disabling the “next” and “previous” links, when on first or last page respectively, was not working properly; thanks to Javier for reporting.</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1b-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zebra_Pagination version 1.1 now available</title>
		<link>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1-now-available/</link>
		<comments>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1-now-available/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 14:53:47 +0000</pubDate>
		<dc:creator>Stefan Gabos</dc:creator>
				<category><![CDATA[PHP libraries]]></category>
		<category><![CDATA[Zebra_Pagination]]></category>

		<guid isPermaLink="false">http://stefangabos.ro/?p=625</guid>
		<description><![CDATA[<strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.
<br /><br />
This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).
<br /><br />
In version 1.1 a bug was fixed where the "padding" method was not working. Another bug was fixed where the "set_page" method was not working correctly. Also, from now on, when there is a single page available, the pagination links are not displayed anymore. The default style was tweaked a bit.]]></description>
				<content:encoded><![CDATA[<p><strong>Zebra_Pagination</strong> is a generic pagination class that automatically generates navigation links given the total number of items and the number of items per page.</p>
<p>This is a *generic* pagination class, meaning that it does not display any records! It is up to developer to fetch the actual data and displaying it based on the information returned by this class. The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc).</p>
<p>In version 1.1 a bug was fixed where the &#8220;padding&#8221; method was not working. Another bug was fixed where the &#8220;set_page&#8221; method was not working correctly. Also, from now on, when there is a single page available, the pagination links are not displayed anymore. The default style was tweaked a bit.</p>
<p>Visit <a href="http://stefangabos.ro/php-libraries/zebra-pagination/">Zebra_Pagination</a>&#8216;s page</p>
]]></content:encoded>
			<wfw:commentRss>http://stefangabos.ro/php-libraries/zebra_pagination-version-1-1-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
