<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2008/05/php-paginator-101.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2008://3.3529-</id>
  <updated>2010-02-26T09:25:12Z</updated>
  <title>Comments for PHP Paginator 1.01</title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2008://3.3529</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=3529" title="PHP Paginator 1.01" />
    <published>2008-05-16T18:32:17Z</published>
    <updated>2008-05-16T19:45:12Z</updated>
    <title>PHP Paginator 1.01</title>
    <summary>I just released PHP Paginator 1.01. PHP Paginator was born out of the frustration of having to reinvent the wheel too many times to do something as simple as creating the next and previous links at the bottom of a...</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Open Source" />
    
    <category term="Personal Projects" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      <![CDATA[<p>I just released PHP Paginator 1.01. <a href="http://www.majordojo.com/projects/php-paginator.php">PHP Paginator</a> was <a href="http://www.majordojo.com/2006/10/phppaginator.php">born out of the frustration of having to reinvent the wheel too many times</a> to do something as simple as creating the next and previous links at the bottom of a page.</p>

<p><img src="http://www.majordojo.com/images/screenshots/paginator.png"></p>

<p>I had grown to really like Flickr's model of pagination, which uses a very intelligent way of scaling to provide navigation between potentially thousands of pages. It works by showing only the pages proximal to your current page and then to show you the extremes of your current set. Something far better than Google's atrocious Goooooooooooooooooooooogle pagination "feature." </p>

<p><em>About PHP Paginator: PHP Paginator is an open source PHP library which makes it trivial to create a list of pages to navigate between.</em></p>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2008://3.3529-comment:116988</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2008://3.3529" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php#c116988" />
    <title>Comment from jschuur.myopenid.com on 2008-05-16</title>
    <author>
        <name>jschuur.myopenid.com</name>
<!--        <uri>http://joostschuur.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://joostschuur.com">
	<![CDATA[<p>What's the status of full pagination support built into MT4? The lack of an official solution for this has been a sore spot for a while, even though there are some <a href="http://mt-hacks.com/pagination.html" rel="nofollow">third party</a> <a href="http://www.creativespirits.com.au/treasurechest/pagination-with-movable-type.html" rel="nofollow">solutions</a></p>
]]>
    </content>
    <published>2008-05-16T20:31:27Z</published>
    <updated>2008-05-16T20:31:27Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2008://3.3529-comment:117140</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2008://3.3529" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php#c117140" />
    <title>Comment from kimonostereo on 2008-05-16</title>
    <author>
        <name>kimonostereo</name>
<!--        <uri>http://nemu-nemu.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://nemu-nemu.com/">
	<![CDATA[<p>I posted on the actual pagination page as well...
Could you show an example of how this might work with MT sites that are using php?</p>
]]>
    </content>
    <published>2008-05-17T02:19:57Z</published>
    <updated>2008-05-17T02:19:57Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2008://3.3529-comment:117157</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2008://3.3529" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php#c117157" />
    <title>Comment from Byrne on 2008-05-16</title>
    <author>
        <name>Byrne</name>
<!--        <uri>http://www.majordojo.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
	<![CDATA[<p>This is not a library that was designed to work with Movable Type. I developed this to work with my pet project called <a href="http://www.runtestrun.com/">Test Run</a>.</p>

<p>But with Movable Type 4.15, which supports pagination for dynamic publishing, this may be easier than ever before. But I will need to look into it more.</p>
]]>
    </content>
    <published>2008-05-17T04:21:53Z</published>
    <updated>2008-05-17T04:21:53Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2008://3.3529-comment:117160</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2008://3.3529" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2008/05/php-paginator-101.php#c117160" />
    <title>Comment from kimonostereo on 2008-05-16</title>
    <author>
        <name>kimonostereo</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>I'd love to see it integrated into MT4.15!</p>
]]>
    </content>
    <published>2008-05-17T05:00:03Z</published>
    <updated>2008-05-17T05:00:03Z</updated>
  </entry>

</feed>

