<?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 Gary&#039;s Code</title>
	<atom:link href="http://code.garyjones.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.garyjones.co.uk</link>
	<description>A store for the bits of code I&#039;m always forgetting...</description>
	<lastBuildDate>Thu, 26 Jan 2012 18:26:51 +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 Calendar Category by IT Advantage</title>
		<link>http://code.garyjones.co.uk/plugins/calendar-category/#comment-2830</link>
		<dc:creator>IT Advantage</dc:creator>
		<pubDate>Thu, 26 Jan 2012 18:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://code.garyjones.co.uk/#comment-2830</guid>
		<description>I don&#039;t know if anyone is still interested in this, but I was able to get this working using a combination of some PHP updating, and a plugin called &quot;The future is now&quot;.  If anyone is interested, I&#039;ll post my edited PHP code here somewhere.  If you want to see it working, go to www.pinnerconstruction.com, and go to one of the pages that has widets, and you will see how I&#039;m using it as a bid calendar.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if anyone is still interested in this, but I was able to get this working using a combination of some PHP updating, and a plugin called &#8220;The future is now&#8221;.  If anyone is interested, I&#8217;ll post my edited PHP code here somewhere.  If you want to see it working, go to <a href="http://www.pinnerconstruction.com" rel="nofollow">http://www.pinnerconstruction.com</a>, and go to one of the pages that has widets, and you will see how I&#8217;m using it as a bid calendar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install WordPress via SSH by Fidel</title>
		<link>http://code.garyjones.co.uk/install-wordpress-ssh/#comment-2515</link>
		<dc:creator>Fidel</dc:creator>
		<pubDate>Fri, 13 Jan 2012 16:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://code.garyjones.co.uk/?p=2008#comment-2515</guid>
		<description>So much easier this way. Thanks Gary</description>
		<content:encoded><![CDATA[<p>So much easier this way. Thanks Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thesis Custom Box + Sidebars to Genesis Split Sidebars by Angie</title>
		<link>http://code.garyjones.co.uk/thesis-custom-box-sidebars-to-genesis-split-sidebars/#comment-2277</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://code.garyjones.co.uk/?p=2051#comment-2277</guid>
		<description>Hi,

I tried using this on one of my sites and I keep getting this error: Parse error: syntax error, unexpected $end in C:\xampp\htdocs\wordpress\wp-content\themes\copyblogger\functions.php on line 90 is there something I am missing? I am only getting this once I install the code in my functions file.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried using this on one of my sites and I keep getting this error: Parse error: syntax error, unexpected $end in C:\xampp\htdocs\wordpress\wp-content\themes\copyblogger\functions.php on line 90 is there something I am missing? I am only getting this once I install the code in my functions file.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Additional Post Classes by Gary</title>
		<link>http://code.garyjones.co.uk/add-post-classes/#comment-1622</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 16 Dec 2011 15:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=1794#comment-1622</guid>
		<description>Nothing obviously wrong at first glance. Do you have any output? Is it being filtered by some theme / plugin code, which isn&#039;t returning?</description>
		<content:encoded><![CDATA[<p>Nothing obviously wrong at first glance. Do you have any output? Is it being filtered by some theme / plugin code, which isn&#8217;t returning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Additional Post Classes by James</title>
		<link>http://code.garyjones.co.uk/add-post-classes/#comment-1620</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=1794#comment-1620</guid>
		<description>Hi thanks for getting back to me here is a link to the short loop http://jsfiddle.net/makingthings/Xpj4C/  if you have a moment to look at it?</description>
		<content:encoded><![CDATA[<p>Hi thanks for getting back to me here is a link to the short loop <a href="http://jsfiddle.net/makingthings/Xpj4C/" rel="nofollow">http://jsfiddle.net/makingthings/Xpj4C/</a>  if you have a moment to look at it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Additional Post Classes by Gary</title>
		<link>http://code.garyjones.co.uk/add-post-classes/#comment-1619</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=1794#comment-1619</guid>
		<description>Difficult to guess the problem you&#039;re having, but check that your theme does indeed make a call to apply_filters() and the post_class when echoing out it&#039;s standard post loop.</description>
		<content:encoded><![CDATA[<p>Difficult to guess the problem you&#8217;re having, but check that your theme does indeed make a call to apply_filters() and the post_class when echoing out it&#8217;s standard post loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Add Additional Post Classes by James</title>
		<link>http://code.garyjones.co.uk/add-post-classes/#comment-1616</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 16 Dec 2011 13:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=1794#comment-1616</guid>
		<description>Hi Gary sorry for commenting on an old post. I&#039;m trying to get the above code to work on a loop for child pages. Any help appreciated. Many thanks James</description>
		<content:encoded><![CDATA[<p>Hi Gary sorry for commenting on an old post. I&#8217;m trying to get the above code to work on a loop for child pages. Any help appreciated. Many thanks James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Sitemap Class by Alex</title>
		<link>http://code.garyjones.co.uk/wordpress-sitemap-class/#comment-1501</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 12 Dec 2011 02:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://code.garyjones.co.uk/?p=174#comment-1501</guid>
		<description>Hi Gary,

Hey, thanks for your help. Much appreciated!

Alex</description>
		<content:encoded><![CDATA[<p>Hi Gary,</p>
<p>Hey, thanks for your help. Much appreciated!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Change the Superfish Arguments by John</title>
		<link>http://code.garyjones.co.uk/change-superfish-arguments/#comment-1492</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 11 Dec 2011 15:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=884#comment-1492</guid>
		<description>Thanks, Gary. We&#039;ll have a play!</description>
		<content:encoded><![CDATA[<p>Thanks, Gary. We&#8217;ll have a play!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Change the Superfish Arguments by Gary</title>
		<link>http://code.garyjones.co.uk/change-superfish-arguments/#comment-1491</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Sun, 11 Dec 2011 15:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://dev.studiopress.com/?p=884#comment-1491</guid>
		<description>Just some CSS needed - absolutely position the submenu, with a fixed width, and have the submenu items not displaying as a block - items should then wrap around to more rows if needed.</description>
		<content:encoded><![CDATA[<p>Just some CSS needed &#8211; absolutely position the submenu, with a fixed width, and have the submenu items not displaying as a block &#8211; items should then wrap around to more rows if needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

