<?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 Orange Cabin</title>
	<atom:link href="http://blog.orangecabin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.orangecabin.com</link>
	<description>Blog of a freelance programmer</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by How to Become a ‘Rockstar’ Web Developer (Without the Risk of Fatal Bus Accidents) &#8212; @TMGmedia</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-323</link>
		<dc:creator>How to Become a ‘Rockstar’ Web Developer (Without the Risk of Fatal Bus Accidents) &#8212; @TMGmedia</dc:creator>
		<pubDate>Mon, 30 Jan 2012 12:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-323</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by How to Create a WordPress Plugin &#124; funnyphones</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-322</link>
		<dc:creator>How to Create a WordPress Plugin &#124; funnyphones</dc:creator>
		<pubDate>Mon, 16 Jan 2012 17:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-322</guid>
		<description>[...] First WP Plugin in 20 Lines [...]</description>
		<content:encoded><![CDATA[<p>[...] First WP Plugin in 20 Lines [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by anhtuan</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-321</link>
		<dc:creator>anhtuan</dc:creator>
		<pubDate>Mon, 09 Jan 2012 04:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-321</guid>
		<description>thanks great help</description>
		<content:encoded><![CDATA[<p>thanks great help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by Kansas Web Design</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-320</link>
		<dc:creator>Kansas Web Design</dc:creator>
		<pubDate>Thu, 29 Dec 2011 17:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-320</guid>
		<description>Thanks for the starting point. I have been looking for a good place to begin building plugins.</description>
		<content:encoded><![CDATA[<p>Thanks for the starting point. I have been looking for a good place to begin building plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by prabhat</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-318</link>
		<dc:creator>prabhat</dc:creator>
		<pubDate>Tue, 13 Dec 2011 18:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-318</guid>
		<description>thanks great man</description>
		<content:encoded><![CDATA[<p>thanks great man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 Plugin tutorial : First Plugin in 20 lines by The Coder</title>
		<link>http://blog.orangecabin.com/2009/05/wordpress-2-7-plugin-tutorial-first-plugin-in-20-lines/comment-page-1/#comment-308</link>
		<dc:creator>The Coder</dc:creator>
		<pubDate>Fri, 26 Aug 2011 03:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=3#comment-308</guid>
		<description>Wow... Wonderful Post.</description>
		<content:encoded><![CDATA[<p>Wow&#8230; Wonderful Post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tacking multiple domains using Google Analytics by Pommy</title>
		<link>http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/comment-page-1/#comment-307</link>
		<dc:creator>Pommy</dc:creator>
		<pubDate>Tue, 05 Oct 2010 10:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/#comment-307</guid>
		<description>I have different what appears to be updated tracking codes to the ones in your example:

first line

 var _gaq = _gaq &#124;&#124; []; 

Will multi domain tracking still work the same way?</description>
		<content:encoded><![CDATA[<p>I have different what appears to be updated tracking codes to the ones in your example:</p>
<p>first line</p>
<p> var _gaq = _gaq || []; </p>
<p>Will multi domain tracking still work the same way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tacking multiple domains using Google Analytics by QLStephen</title>
		<link>http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/comment-page-1/#comment-306</link>
		<dc:creator>QLStephen</dc:creator>
		<pubDate>Fri, 17 Sep 2010 04:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/#comment-306</guid>
		<description>Статьи мне понравились, буду постоянным читателем
с нетерпением жду новых публикаций!</description>
		<content:encoded><![CDATA[<p>Статьи мне понравились, буду постоянным читателем<br />
с нетерпением жду новых публикаций!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tacking multiple domains using Google Analytics by Pan</title>
		<link>http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/comment-page-1/#comment-305</link>
		<dc:creator>Pan</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/2009/07/tacking-multiple-domains-using-google-analytics/#comment-305</guid>
		<description>&lt;a href=&quot;#comment-298&quot; rel=&quot;nofollow&quot;&gt;@Tiberius &lt;/a&gt; 
I think google will prevent anyone to fake results. And even they manage to do that, they didn&#039;t get anything by doing that.</description>
		<content:encoded><![CDATA[<p><a href="#comment-298" rel="nofollow">@Tiberius </a><br />
I think google will prevent anyone to fake results. And even they manage to do that, they didn&#8217;t get anything by doing that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install ruby 1.9 on Windows using zip binary by Paul</title>
		<link>http://blog.orangecabin.com/2009/05/install-ruby-1-9-on-windows-using-zip-binary/comment-page-1/#comment-304</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.orangecabin.com/?p=48#comment-304</guid>
		<description>Also found I had to copy iconv.dll to bin. Pretty much the same procedure - get libiconv-1.9.1.dll.zip and extract the folder.</description>
		<content:encoded><![CDATA[<p>Also found I had to copy iconv.dll to bin. Pretty much the same procedure &#8211; get libiconv-1.9.1.dll.zip and extract the folder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

