<?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 Kieran Lane</title>
	<atom:link href="http://www.kieranlane.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kieranlane.com</link>
	<description>A collection of articles and items relating to the Internet and Technology that I find interesting along with a few photos, videos and websites that I have made. Mainly designed as a place for me to keep and store information for later use.</description>
	<lastBuildDate>Thu, 26 Jan 2012 17:06:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Installing HP LaserJet 4 Printer Driver on Windows 2008 by Jamie</title>
		<link>http://www.kieranlane.com/2011/06/installing-hp-laserjet-4-printer-driver-on-windows-2008/#comment-186</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=658#comment-186</guid>
		<description>That worked perfectly.  Thanks for posting!</description>
		<content:encoded><![CDATA[<p>That worked perfectly.  Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypass a WordPress Password Protected Post or Page via a URL by K.Adam White</title>
		<link>http://www.kieranlane.com/2011/12/bypass-a-wordpress-password-protected-post-or-page-via-a-url/#comment-133</link>
		<dc:creator>K.Adam White</dc:creator>
		<pubDate>Tue, 10 Jan 2012 02:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=3997#comment-133</guid>
		<description>I tracked down how to do this using a filter on the_password_form. This can be put into a plugin, or into your theme functions:

function bypass_password_form( $output ) {
  // Check for a hash of the password just like you do above
  if ( $_GET[&#039;pwd&#039;] == md5( $post-&gt;post_password ) ) {
    return apply_filters( &#039;the_content&#039;, get_page( get_the_ID() )-&gt;post_content );
  }
  // Or return the output as normal
  return $output;
}
add_filter(&#039;the_password_form&#039;,&#039;bypass_password_form&#039;);

Hope that helps; it&#039;s working for me on WordPress 3.3.1.</description>
		<content:encoded><![CDATA[<p>I tracked down how to do this using a filter on the_password_form. This can be put into a plugin, or into your theme functions:</p>
<p>function bypass_password_form( $output ) {<br />
  // Check for a hash of the password just like you do above<br />
  if ( $_GET['pwd'] == md5( $post-&gt;post_password ) ) {<br />
    return apply_filters( &#8216;the_content&#8217;, get_page( get_the_ID() )-&gt;post_content );<br />
  }<br />
  // Or return the output as normal<br />
  return $output;<br />
}<br />
add_filter(&#8216;the_password_form&#8217;,'bypass_password_form&#8217;);</p>
<p>Hope that helps; it&#8217;s working for me on WordPress 3.3.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoPro HD HERO2 by Kieran</title>
		<link>http://www.kieranlane.com/2011/11/gopro-hd-hero2/#comment-113</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Wed, 28 Dec 2011 17:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=3594#comment-113</guid>
		<description>Hi Owen,

All in I think I paid around 300 euro for the camera so the 329 seems like a very good price considering the prices I have seen so far. Mine took about two weeks to arrive, so ordering it from them may get it here quicker. 

It really is a great camera. Let me know where you do get it from.

Kieran</description>
		<content:encoded><![CDATA[<p>Hi Owen,</p>
<p>All in I think I paid around 300 euro for the camera so the 329 seems like a very good price considering the prices I have seen so far. Mine took about two weeks to arrive, so ordering it from them may get it here quicker. </p>
<p>It really is a great camera. Let me know where you do get it from.</p>
<p>Kieran</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GoPro HD HERO2 by Owen</title>
		<link>http://www.kieranlane.com/2011/11/gopro-hd-hero2/#comment-112</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=3594#comment-112</guid>
		<description>hey, im about to buy the same camera and am wondering how much did you pay for it including vat etc.  the cheapest i found so far in ireland was a place in longford     http://midlandaviation.ie/Shop/GoPro-HD-HERO2-Outdoor-Edition.html

329euro for the outdoor edition = another 10 quid for posting it.</description>
		<content:encoded><![CDATA[<p>hey, im about to buy the same camera and am wondering how much did you pay for it including vat etc.  the cheapest i found so far in ireland was a place in longford     <a href="http://midlandaviation.ie/Shop/GoPro-HD-HERO2-Outdoor-Edition.html" rel="nofollow">http://midlandaviation.ie/Shop/GoPro-HD-HERO2-Outdoor-Edition.html</a></p>
<p>329euro for the outdoor edition = another 10 quid for posting it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypass a WordPress Password Protected Post or Page via a URL by Kieran</title>
		<link>http://www.kieranlane.com/2011/12/bypass-a-wordpress-password-protected-post-or-page-via-a-url/#comment-103</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Thu, 22 Dec 2011 08:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=3997#comment-103</guid>
		<description>Hi K.Adam, I wasn&#039;t able to find any plugins that would allow me to do this so I ended up modifying the code myself. It&#039;s a bit of a pain alright remembering to modify the code everytime there is an update for WordPress. 

Might try and write a plugin myself or if you find one in the meantime please let me know.</description>
		<content:encoded><![CDATA[<p>Hi K.Adam, I wasn&#8217;t able to find any plugins that would allow me to do this so I ended up modifying the code myself. It&#8217;s a bit of a pain alright remembering to modify the code everytime there is an update for WordPress. </p>
<p>Might try and write a plugin myself or if you find one in the meantime please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bypass a WordPress Password Protected Post or Page via a URL by K.Adam White</title>
		<link>http://www.kieranlane.com/2011/12/bypass-a-wordpress-password-protected-post-or-page-via-a-url/#comment-101</link>
		<dc:creator>K.Adam White</dc:creator>
		<pubDate>Thu, 22 Dec 2011 03:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kieranlane.com/?p=3997#comment-101</guid>
		<description>Thanks for this post, this is an issue I&#039;ve been struggling with too. Do you know if there is any way to break this functionality out into a plugin, so that we wouldn&#039;t have to modify the core WordPress files?</description>
		<content:encoded><![CDATA[<p>Thanks for this post, this is an issue I&#8217;ve been struggling with too. Do you know if there is any way to break this functionality out into a plugin, so that we wouldn&#8217;t have to modify the core WordPress files?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

