<?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 #if debug</title>
	<atom:link href="http://ifdebug.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Fri, 22 Oct 2010 13:14:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on How To Make Me Unsubscribe From Your Email List by Andrew</title>
		<link>http://ifdebug.com/how-to-make-me-unsubscribe-from-your-email-list/comment-page-1/#comment-10773</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 22 Oct 2010 13:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/?p=182#comment-10773</guid>
		<description>What I hate is when you do finally decide to &quot;unsubscribe&quot;, the very next day you receive more of the same, or similar but from an associated site.</description>
		<content:encoded><![CDATA[<p>What I hate is when you do finally decide to &#8220;unsubscribe&#8221;, the very next day you receive more of the same, or similar but from an associated site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by Alistair</title>
		<link>http://ifdebug.com/google-reader-duplicate-item-improvement/comment-page-1/#comment-9271</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Sat, 19 Jun 2010 13:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-9271</guid>
		<description>You&#039;ll probably find that is being caused by the newspapers amending their articles as more information comes to hand &amp; their CMS automatically publishes to RSS on every amendment. A lot of software these days has the ability to choose to republish the article to RSS on an amendment, as you can imagine it annoys people if they are just fixing a typographical error. 

In your particular example, having Google Reader filter out the duplicates and only showing the most recent version (with a note that it has excluded n other versions which you could see if needed) would be another excellent improvement for the product.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll probably find that is being caused by the newspapers amending their articles as more information comes to hand &#038; their CMS automatically publishes to RSS on every amendment. A lot of software these days has the ability to choose to republish the article to RSS on an amendment, as you can imagine it annoys people if they are just fixing a typographical error. </p>
<p>In your particular example, having Google Reader filter out the duplicates and only showing the most recent version (with a note that it has excluded n other versions which you could see if needed) would be another excellent improvement for the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by Tom</title>
		<link>http://ifdebug.com/google-reader-duplicate-item-improvement/comment-page-1/#comment-9150</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-9150</guid>
		<description>I wish Google Reader would do something about the duplicates.  They could start by eliminating duplicates from THE SAME source.  I get so many duplicates from the Detroit News, Detroit Free Press, and Daily Tribune that it makes it almost impossible to keep-up with NEW stuff when so much OLD stuff keeps re-appearing.</description>
		<content:encoded><![CDATA[<p>I wish Google Reader would do something about the duplicates.  They could start by eliminating duplicates from THE SAME source.  I get so many duplicates from the Detroit News, Detroit Free Press, and Daily Tribune that it makes it almost impossible to keep-up with NEW stuff when so much OLD stuff keeps re-appearing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django, Initial Data &amp; Many To Many Tables by wilma</title>
		<link>http://ifdebug.com/django-initial-data-many-to-many-tables/comment-page-1/#comment-4534</link>
		<dc:creator>wilma</dc:creator>
		<pubDate>Sun, 26 Jul 2009 13:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/django-initial-data-many-to-many-tables/#comment-4534</guid>
		<description>This is a pretty old posting, but yesterday i found this page, so i want to post my solution to this problem here.

What you actually can do is to insert your SQL INSERT statements for the many-to-many table created by django within a sql file of one of the models defined by you.

I had the same problem, a model called &quot;image&quot; and a model called &quot;profile&quot;, where i used a many-to-many relation to &quot;image&quot; in my &quot;profile&quot; model. I now just appended the &quot;profile_images&quot; sql code to my image.sql code. It works great!</description>
		<content:encoded><![CDATA[<p>This is a pretty old posting, but yesterday i found this page, so i want to post my solution to this problem here.</p>
<p>What you actually can do is to insert your SQL INSERT statements for the many-to-many table created by django within a sql file of one of the models defined by you.</p>
<p>I had the same problem, a model called &#8220;image&#8221; and a model called &#8220;profile&#8221;, where i used a many-to-many relation to &#8220;image&#8221; in my &#8220;profile&#8221; model. I now just appended the &#8220;profile_images&#8221; sql code to my image.sql code. It works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Your Google Profile Indexed by Alistair</title>
		<link>http://ifdebug.com/how-to-get-your-google-profile-indexed/comment-page-1/#comment-3894</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Sun, 24 May 2009 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/#comment-3894</guid>
		<description>It has been indexed &amp; it shows up as a normal result in a standard search.

When Google announced those changes, they mentioned that they&#039;d start showing up at the bottom of the search results but highlighted in some manner. When searching for my name, I haven&#039;t been able to trigger that to happen just but I&#039;m sure it&#039;ll start happening in due course as others are seeing it already.</description>
		<content:encoded><![CDATA[<p>It has been indexed &#038; it shows up as a normal result in a standard search.</p>
<p>When Google announced those changes, they mentioned that they&#8217;d start showing up at the bottom of the search results but highlighted in some manner. When searching for my name, I haven&#8217;t been able to trigger that to happen just but I&#8217;m sure it&#8217;ll start happening in due course as others are seeing it already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Get Your Google Profile Indexed by Andrew</title>
		<link>http://ifdebug.com/how-to-get-your-google-profile-indexed/comment-page-1/#comment-3886</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 23 May 2009 11:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/how-to-get-your-google-profile-indexed/#comment-3886</guid>
		<description>Has it been indexed since writing this post and linking to it ?</description>
		<content:encoded><![CDATA[<p>Has it been indexed since writing this post and linking to it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Favikon, Favicon Generator For The Masses by Al</title>
		<link>http://ifdebug.com/favikon-favicon-generator-for-the-masses/comment-page-1/#comment-3595</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/#comment-3595</guid>
		<description>You need to upload the image into the root of your site, so in my case it lives at http://www.lattimore.id.au/favicon.ico. 

Your browser will, by default, look for that particular file name when loading a site to use as the favicon.

In the &lt;head&gt; section of the template for your site, you&#039;ll want to add a line like the following (with the values changed of course):

&lt;code&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://www.lattimore.id.au/favicon.ico&quot; type=&quot;image/x-icon&quot; /&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You need to upload the image into the root of your site, so in my case it lives at <a href="http://www.lattimore.id.au/favicon.ico" rel="nofollow">http://www.lattimore.id.au/favicon.ico</a>. </p>
<p>Your browser will, by default, look for that particular file name when loading a site to use as the favicon.</p>
<p>In the &lt;head&gt; section of the template for your site, you&#8217;ll want to add a line like the following (with the values changed of course):</p>
<p><code>&lt;link rel="shortcut icon" href="http://www.lattimore.id.au/favicon.ico" type="image/x-icon" /&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Favikon, Favicon Generator For The Masses by Andrew</title>
		<link>http://ifdebug.com/favikon-favicon-generator-for-the-masses/comment-page-1/#comment-3546</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 28 Apr 2009 11:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/favikon-favicon-generator-for-the-masses/#comment-3546</guid>
		<description>I have been trying to set up a favicon for a while now.  I have created several which I believe are the correct format and size but so far I cannot get the little bugger to display.

Where did you upload the icon and did you modify the html of your site to do it the right way (per W3C conventions).</description>
		<content:encoded><![CDATA[<p>I have been trying to set up a favicon for a while now.  I have created several which I believe are the correct format and size but so far I cannot get the little bugger to display.</p>
<p>Where did you upload the icon and did you modify the html of your site to do it the right way (per W3C conventions).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by Ionel Maries</title>
		<link>http://ifdebug.com/google-reader-duplicate-item-improvement/comment-page-1/#comment-2379</link>
		<dc:creator>Ionel Maries</dc:creator>
		<pubDate>Sat, 21 Feb 2009 18:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-2379</guid>
		<description>You could try this userscript: http://userscripts.org/scripts/show/42498
Very (very) crude but works for most of my dupes.</description>
		<content:encoded><![CDATA[<p>You could try this userscript: <a href="http://userscripts.org/scripts/show/42498" rel="nofollow">http://userscripts.org/scripts/show/42498</a><br />
Very (very) crude but works for most of my dupes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader Duplicate Item Improvement by manu</title>
		<link>http://ifdebug.com/google-reader-duplicate-item-improvement/comment-page-1/#comment-2375</link>
		<dc:creator>manu</dc:creator>
		<pubDate>Sat, 21 Feb 2009 04:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://ifdebug.com/articles/google-reader-duplicate-item-improvement/#comment-2375</guid>
		<description>I would LOVE this feature! I use multiple tracking mechanisms and some come in to my reader and am inundated by duplicate items. If anyone finds a reader which removes duplicates, can u pls let me know?</description>
		<content:encoded><![CDATA[<p>I would LOVE this feature! I use multiple tracking mechanisms and some come in to my reader and am inundated by duplicate items. If anyone finds a reader which removes duplicates, can u pls let me know?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

