<?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 for Phil Barker</title>
	<atom:link href="http://www.phil-barker.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phil-barker.com</link>
	<description>Web Developer, Petrol Head &#38; Wannabe Photographer</description>
	<lastBuildDate>Sun, 15 Jan 2012 22:33:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by Arianna</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-12007</link>
		<dc:creator>Arianna</dc:creator>
		<pubDate>Sun, 15 Jan 2012 22:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-12007</guid>
		<description>Hi! thanx for the plugin, it&#039;s great ;) I just wonder if there is a way to define the images per page in any post... for example, adding a new option to the gallery shortcode: eg. [gallery link=&quot;file&quot; columns=&quot;5&quot; size=&quot;thumbnail&quot; IMAGESPERPAGE=&quot;7&quot;]. Thanx a lot!</description>
		<content:encoded><![CDATA[<p>Hi! thanx for the plugin, it&#8217;s great <img src='http://www.phil-barker.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I just wonder if there is a way to define the images per page in any post&#8230; for example, adding a new option to the gallery shortcode: eg. [gallery link="file" columns="5" size="thumbnail" IMAGESPERPAGE="7"]. Thanx a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vodafone Customer Service by Brandilyn</title>
		<link>http://www.phil-barker.com/2009/06/vodafone-customer-service/comment-page-1/#comment-11621</link>
		<dc:creator>Brandilyn</dc:creator>
		<pubDate>Mon, 02 Jan 2012 15:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuzzy-orange.com/?p=261#comment-11621</guid>
		<description>Always rfeersihng to hear a rational answer.</description>
		<content:encoded><![CDATA[<p>Always rfeersihng to hear a rational answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by superherogeek</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-10503</link>
		<dc:creator>superherogeek</dc:creator>
		<pubDate>Fri, 25 Nov 2011 14:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-10503</guid>
		<description>Thanks buddy!  The plug-in works flawlessly, and it was exactly what I was looking for  (simple to setup as well).  I appreciate you taking the time to write this up.</description>
		<content:encoded><![CDATA[<p>Thanks buddy!  The plug-in works flawlessly, and it was exactly what I was looking for  (simple to setup as well).  I appreciate you taking the time to write this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jessops (Kenko) 2x Extender Review by Richard</title>
		<link>http://www.phil-barker.com/2011/04/jessops-kenko-2x-extender-review/comment-page-1/#comment-10428</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 22 Nov 2011 23:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/2011/04/jessops-kenko-2x-extender-review/#comment-10428</guid>
		<description>Phil, Hi!

Not just an issue with Jessops 2x converter; the problems with AF applies to all Teleconverters but whether they work with the lens AF depends on the full-open aperture of the lens and the particular make and model of camera body. Some lenses/bodies will still AF but only in live-view if they have that feature.

Problematic for sure and worth trying a budget make (e.g. Jessops/Kenko) to see whether or not you get on with it before deciding to splash-out on a more expensive model.</description>
		<content:encoded><![CDATA[<p>Phil, Hi!</p>
<p>Not just an issue with Jessops 2x converter; the problems with AF applies to all Teleconverters but whether they work with the lens AF depends on the full-open aperture of the lens and the particular make and model of camera body. Some lenses/bodies will still AF but only in live-view if they have that feature.</p>
<p>Problematic for sure and worth trying a budget make (e.g. Jessops/Kenko) to see whether or not you get on with it before deciding to splash-out on a more expensive model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by Ahmed Ali Khawaja</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-10215</link>
		<dc:creator>Ahmed Ali Khawaja</dc:creator>
		<pubDate>Mon, 14 Nov 2011 21:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-10215</guid>
		<description>Hello,
This is a FIX for Marco &amp; Other People who are facing difficulty in adding lightbox
Just add the below code after line 163 where it says &quot;see gallery_shortcode()&quot; on paginated-gallery.php page

[code]

function add_class_attachment_link($html){
    $postid = get_the_ID();
    $html = str_replace(&#039;&lt;a&#039;,&#039;&lt;a rel=&quot;lightbox&quot;&#039;,$html);
    return $html;
}
add_filter(&#039;wp_get_attachment_link&#039;,&#039;add_class_attachment_link&#039;,10,1);

[/code]

Tested with lightbox plus plugin.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
This is a FIX for Marco &amp; Other People who are facing difficulty in adding lightbox<br />
Just add the below code after line 163 where it says &#8220;see gallery_shortcode()&#8221; on paginated-gallery.php page</p>
<p>[code]</p>
<p>function add_class_attachment_link($html){<br />
    $postid = get_the_ID();<br />
    $html = str_replace('&lt;a&#039;,&#039;&lt;a rel=&quot;lightbox&quot;&#039;,$html);<br />
    return $html;<br />
}<br />
add_filter(&#039;wp_get_attachment_link&#039;,&#039;add_class_attachment_link&#039;,10,1);</p>
<p>[/code]</p>
<p>Tested with lightbox plus plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by Mirna</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-10207</link>
		<dc:creator>Mirna</dc:creator>
		<pubDate>Mon, 14 Nov 2011 14:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-10207</guid>
		<description>hi is there a way I can the newest pictures to show up on the first page?

thanks :)</description>
		<content:encoded><![CDATA[<p>hi is there a way I can the newest pictures to show up on the first page?</p>
<p>thanks <img src='http://www.phil-barker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by Michal</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-10169</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-10169</guid>
		<description>Hello everyone!

Could somone or Phil insert Next &amp; Previous buttons to PHP? ... or tell me how to do it?</description>
		<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>Could somone or Phil insert Next &amp; Previous buttons to PHP? &#8230; or tell me how to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress gallery &#8211; Pagination plugin by Steve</title>
		<link>http://www.phil-barker.com/2011/04/wordpress-gallery-pagination-plugin/comment-page-1/#comment-9159</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 05 Oct 2011 17:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=490#comment-9159</guid>
		<description>Hi Phil,
will your plugin work ok with WP 3.2.1?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Phil,<br />
will your plugin work ok with WP 3.2.1?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jessops (Kenko) 2x Extender Review by TheoKondak</title>
		<link>http://www.phil-barker.com/2011/04/jessops-kenko-2x-extender-review/comment-page-1/#comment-8950</link>
		<dc:creator>TheoKondak</dc:creator>
		<pubDate>Fri, 23 Sep 2011 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/2011/04/jessops-kenko-2x-extender-review/#comment-8950</guid>
		<description>Greetings, i&#039;ve never owned a teleconverter, but theoreticaly, it can be really rewarding.Did you tried some manual focus?For example, and since you was into long distance subjects, did you tried puting focus to infinity manualy and then just keep it there?Doesn&#039;t this work just fine?</description>
		<content:encoded><![CDATA[<p>Greetings, i&#8217;ve never owned a teleconverter, but theoreticaly, it can be really rewarding.Did you tried some manual focus?For example, and since you was into long distance subjects, did you tried puting focus to infinity manualy and then just keep it there?Doesn&#8217;t this work just fine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The 5 stages of office based web development by Rick Nunn</title>
		<link>http://www.phil-barker.com/2011/09/the-5-stages-of-office-based-web-development/comment-page-1/#comment-8761</link>
		<dc:creator>Rick Nunn</dc:creator>
		<pubDate>Tue, 13 Sep 2011 22:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phil-barker.com/?p=665#comment-8761</guid>
		<description>:(</description>
		<content:encoded><![CDATA[<p> <img src='http://www.phil-barker.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

