<?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 Jonathan Sampson&#039;s Blog</title>
	<atom:link href="http://sampsonblog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://sampsonblog.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 Nov 2011 14:04:39 +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 Sometimes jQuery is (not) the Answer by Shidhin</title>
		<link>http://sampsonblog.com/159/sometimes-jquery-is-not-the-answer#comment-2028</link>
		<dc:creator>Shidhin</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=159#comment-2028</guid>
		<description>Nice catch ..  Most of times we are too lazy to check the performance and instead depended on frameworks / libraries..</description>
		<content:encoded><![CDATA[<p>Nice catch ..  Most of times we are too lazy to check the performance and instead depended on frameworks / libraries..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Shorter Ternary Operator in PHP 5.3 by Jonathan Sampson</title>
		<link>http://sampsonblog.com/58/a-shorter-ternary-operator-in-php-5-3#comment-1766</link>
		<dc:creator>Jonathan Sampson</dc:creator>
		<pubDate>Sun, 30 Oct 2011 05:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=58#comment-1766</guid>
		<description>In the case of booleans, yes.</description>
		<content:encoded><![CDATA[<p>In the case of booleans, yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Shorter Ternary Operator in PHP 5.3 by PHP</title>
		<link>http://sampsonblog.com/58/a-shorter-ternary-operator-in-php-5-3#comment-1576</link>
		<dc:creator>PHP</dc:creator>
		<pubDate>Fri, 14 Oct 2011 10:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=58#comment-1576</guid>
		<description>Actually you just want:

$can_drink = ( $age &gt;= 21 );</description>
		<content:encoded><![CDATA[<p>Actually you just want:</p>
<p>$can_drink = ( $age &gt;= 21 );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Todays WTF Moment with CodeIgniter, MySQL and PHP by Nigel Berkeley</title>
		<link>http://sampsonblog.com/153/todays-wtf-moment-with-codeigniter-mysql-and-php#comment-472</link>
		<dc:creator>Nigel Berkeley</dc:creator>
		<pubDate>Thu, 30 Jun 2011 12:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=153#comment-472</guid>
		<description>Excellent. Hope you posted a bug report. Unless the PHP team are blaming it on Windows for some weird reason.</description>
		<content:encoded><![CDATA[<p>Excellent. Hope you posted a bug report. Unless the PHP team are blaming it on Windows for some weird reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly Adding Thumbnails to WordPress Archives by Jonathan Sampson</title>
		<link>http://sampsonblog.com/37/quickly-adding-thumbnails-to-wordpress-twentyten-theme#comment-386</link>
		<dc:creator>Jonathan Sampson</dc:creator>
		<pubDate>Sat, 11 Jun 2011 19:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=37#comment-386</guid>
		<description>Hello, Steve.  If you view the contents of category.php you will see that it attempts to load the following:

&lt;code&gt;get_template_part( &#039;loop&#039;, &#039;category&#039; );&lt;/code&gt;

What this essentially does is looks for a file called loop-category.php to load in, and if that file is not present it falls back on loop.php.

If you wish to style only the results on the category page, and not those on the front page, create a copy of loop.php and name it loop-category.php. Then, make your changes.

Keep in mind that you may need to change some style declarations around to make up for the changes.

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hello, Steve.  If you view the contents of category.php you will see that it attempts to load the following:</p>
<p><code>get_template_part( 'loop', 'category' );</code></p>
<p>What this essentially does is looks for a file called loop-category.php to load in, and if that file is not present it falls back on loop.php.</p>
<p>If you wish to style only the results on the category page, and not those on the front page, create a copy of loop.php and name it loop-category.php. Then, make your changes.</p>
<p>Keep in mind that you may need to change some style declarations around to make up for the changes.</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quickly Adding Thumbnails to WordPress Archives by Steve Compton</title>
		<link>http://sampsonblog.com/37/quickly-adding-thumbnails-to-wordpress-twentyten-theme#comment-382</link>
		<dc:creator>Steve Compton</dc:creator>
		<pubDate>Fri, 10 Jun 2011 14:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=37#comment-382</guid>
		<description>Hey Jonathan, 

What if I don&#039;t want the thumbnail on the home page? How do I eliminate it on the home page while keeping it on the category pages?</description>
		<content:encoded><![CDATA[<p>Hey Jonathan, </p>
<p>What if I don&#8217;t want the thumbnail on the home page? How do I eliminate it on the home page while keeping it on the category pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install and Setup of Kohana 3, The by youngpac</title>
		<link>http://sampsonblog.com/9/install-and-setup-of-kohana-3-the#comment-318</link>
		<dc:creator>youngpac</dc:creator>
		<pubDate>Thu, 12 May 2011 06:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=9#comment-318</guid>
		<description>thanks for this tutorial... was trying to get started on kohana but now i think am ready to go ahead and start using it. thank a bunch...</description>
		<content:encoded><![CDATA[<p>thanks for this tutorial&#8230; was trying to get started on kohana but now i think am ready to go ahead and start using it. thank a bunch&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Views in Kohana 3 by AP</title>
		<link>http://sampsonblog.com/87/using-views-in-kohana-3#comment-154</link>
		<dc:creator>AP</dc:creator>
		<pubDate>Sat, 26 Mar 2011 03:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=87#comment-154</guid>
		<description>Thanks alot. This was very useful. Could you please write a post for kohana database also with the same easy explanation as this one. I appreciate your help.</description>
		<content:encoded><![CDATA[<p>Thanks alot. This was very useful. Could you please write a post for kohana database also with the same easy explanation as this one. I appreciate your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding and Linking to Adjacent Posts with Same Custom Key/Value Pair in WordPress by Jonathan Sampson</title>
		<link>http://sampsonblog.com/74/finding-and-linking-to-adjacent-posts-with-same-custom-keyvalue-pair-in-wordpress#comment-11</link>
		<dc:creator>Jonathan Sampson</dc:creator>
		<pubDate>Mon, 10 Jan 2011 04:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=74#comment-11</guid>
		<description>I&#039;m curious to see how exactly you&#039;re going to apply this new knowledge ;) Hehe.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious to see how exactly you&#8217;re going to apply this new knowledge <img src='http://sampsonblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Hehe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding and Linking to Adjacent Posts with Same Custom Key/Value Pair in WordPress by Eric Hovind</title>
		<link>http://sampsonblog.com/74/finding-and-linking-to-adjacent-posts-with-same-custom-keyvalue-pair-in-wordpress#comment-10</link>
		<dc:creator>Eric Hovind</dc:creator>
		<pubDate>Sun, 09 Jan 2011 21:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://sampsonblog.com/?p=74#comment-10</guid>
		<description>Awesome, This will help me out a ton!  Thanks Jonathan</description>
		<content:encoded><![CDATA[<p>Awesome, This will help me out a ton!  Thanks Jonathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

