<?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 PHP Gallery Pagination</title>
	<atom:link href="http://www.lateralcode.com/simple-php-gallery-pagination/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lateralcode.com/simple-php-gallery-pagination/</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 07 Jul 2011 20:22:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: impe</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-16809</link>
		<dc:creator>impe</dc:creator>
		<pubDate>Mon, 21 Feb 2011 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-16809</guid>
		<description>Nice article!

What about caching the gallery with pagination?</description>
		<content:encoded><![CDATA[<p>Nice article!</p>
<p>What about caching the gallery with pagination?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greetings</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-16632</link>
		<dc:creator>greetings</dc:creator>
		<pubDate>Sat, 19 Feb 2011 18:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-16632</guid>
		<description>i want a script for load images from folder and with pagination like flicker.. please help me</description>
		<content:encoded><![CDATA[<p>i want a script for load images from folder and with pagination like flicker.. please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-15817</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Fri, 11 Feb 2011 19:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-15817</guid>
		<description>Also the question tormattis ask about adding pagination numbers.
If you have a small example please show it. I would love to add a pagination number to this. ;)</description>
		<content:encoded><![CDATA[<p>Also the question tormattis ask about adding pagination numbers.<br />
If you have a small example please show it. I would love to add a pagination number to this. <img src='http://www.lateralcode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-15807</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Fri, 11 Feb 2011 18:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-15807</guid>
		<description>Hi I tested this script and it works great. Although im not sure how to make the directory work. Lets say i wanted to change if ( $handle = opendir(&quot;.&quot;) ) 
to if ( $handle = opendir(&quot;../images&quot;) ) this is where my large images are located.
So would I have to change anyhing els to make that work?</description>
		<content:encoded><![CDATA[<p>Hi I tested this script and it works great. Although im not sure how to make the directory work. Lets say i wanted to change if ( $handle = opendir(&#8220;.&#8221;) )<br />
to if ( $handle = opendir(&#8220;../images&#8221;) ) this is where my large images are located.<br />
So would I have to change anyhing els to make that work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Till</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-5523</link>
		<dc:creator>Till</dc:creator>
		<pubDate>Fri, 22 Oct 2010 12:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-5523</guid>
		<description>Hey Patrick,
Just wanted to let you know that I&#039;ve been looking for a simple PHP/Lightbox combination photo gallery script for the past 2 days. I finally found your page and this is exactly what I was looking for.
Thanks for sharing your great work!</description>
		<content:encoded><![CDATA[<p>Hey Patrick,<br />
Just wanted to let you know that I&#8217;ve been looking for a simple PHP/Lightbox combination photo gallery script for the past 2 days. I finally found your page and this is exactly what I was looking for.<br />
Thanks for sharing your great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-4708</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 29 Sep 2010 16:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-4708</guid>
		<description>This code is great simple to get working but is there a way to paginate this and show the page numbers</description>
		<content:encoded><![CDATA[<p>This code is great simple to get working but is there a way to paginate this and show the page numbers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-4299</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 17 Sep 2010 03:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-4299</guid>
		<description>I&#039;ve tried and got the script working as a standalone. However when I tried to include the script into another file, it &quot;broke&quot;. I&#039;ve tried stripping our everything and moving to the file with include (css, js.ect.) 
Basically the file just has the script, the divs with associated code. it&#039;s then brought into the main file which now has that css and js links. It renders out the html when checked in firebug but the getPictures() , well, isn&#039;t getting, nor is the other references. for the pagination
I&#039;m by far no programmer and just trod through aimlessly often with PHP so it may be a simple or easy thing that I&#039;m missing. 
Is there solution? need more info?

Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried and got the script working as a standalone. However when I tried to include the script into another file, it &#8220;broke&#8221;. I&#8217;ve tried stripping our everything and moving to the file with include (css, js.ect.)<br />
Basically the file just has the script, the divs with associated code. it&#8217;s then brought into the main file which now has that css and js links. It renders out the html when checked in firebug but the getPictures() , well, isn&#8217;t getting, nor is the other references. for the pagination<br />
I&#8217;m by far no programmer and just trod through aimlessly often with PHP so it may be a simple or easy thing that I&#8217;m missing.<br />
Is there solution? need more info?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tormattis</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-4284</link>
		<dc:creator>tormattis</dc:creator>
		<pubDate>Thu, 16 Sep 2010 08:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-4284</guid>
		<description>Hi!
How can i make this script to display &quot;page-numbers&quot; between &quot;previous&quot; and &quot;next&quot;?
Like this:

Previous &#124;3&#124;4&#124;5&#124;6&#124;7&#124; Next

Thank you for this great script!

tormattis</description>
		<content:encoded><![CDATA[<p>Hi!<br />
How can i make this script to display &#8220;page-numbers&#8221; between &#8220;previous&#8221; and &#8220;next&#8221;?<br />
Like this:</p>
<p>Previous |3|4|5|6|7| Next</p>
<p>Thank you for this great script!</p>
<p>tormattis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-2513</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-2513</guid>
		<description>pagination code for thanx.</description>
		<content:encoded><![CDATA[<p>pagination code for thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hyder</title>
		<link>http://www.lateralcode.com/simple-php-gallery-pagination/#comment-1097</link>
		<dc:creator>Hyder</dc:creator>
		<pubDate>Sun, 16 May 2010 18:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=687#comment-1097</guid>
		<description>Nice article .nowadays there&#039;s  another sort of pagination similar to facebook and twitter . 
it&#039;s worth reading , see it guys 
http://youhack.me/2010/05/14/an-alternative-to-pagination-facebook-and-twitter-style/</description>
		<content:encoded><![CDATA[<p>Nice article .nowadays there&#8217;s  another sort of pagination similar to facebook and twitter .<br />
it&#8217;s worth reading , see it guys<br />
<a href="http://youhack.me/2010/05/14/an-alternative-to-pagination-facebook-and-twitter-style/" rel="nofollow">http://youhack.me/2010/05/14/an-alternative-to-pagination-facebook-and-twitter-style/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

