<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>More Than Scratch The Surface &#187; FeedEntryHeader</title>
	<atom:link href="http://www.scratch99.com/tag/feedentryheader/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratch99.com</link>
	<description>A Journey In Web Development</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:52:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 2.7 And My WordPress Plugins</title>
		<link>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</link>
		<comments>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:09:59 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/.I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested my WordPress plugins on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/">http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/</a>.<br /><p>I&#8217;ve been using WordPress 2.7 for a while now and have comprehensively tested <a title="My WordPress plugins page" href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/" target="_blank">my WordPress plugins</a> on it. In this post, I release the results of my testing: Four plugins work fine (albeit with a non version specific bug found in one of them). One plugin seems to have problems with WordPress 2.7.</p>
<h2>Plugins That Work With WordPress 2.7</h2>
<p>The following WordPress plugins appear to work fine with WordPress 2.7:</p>
<ul>
<li><a href="http://www.scratch99.com/wordpress-plugin-dualfeeds/">DualFeeds</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-feedentryheader/">FeedEntryHeader</a> </li>
<li><a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> </li>
<li><a href="http://www.scratch99.com/wordpress-plugin-keywordluv/">KeywordLuv</a> </li>
</ul>
<p>However, during testing I discovered a bug with <strong>LocalCurrency</strong>, which I&#8217;ll explain in more detail below. This bug is not specific to WordPress 2.7 and has always existed in the plugin. If you haven&#8217;t noticed it yet, you&#8217;re unlikely to.</p>
<h2>Plugin Which Has Problems With WordPress 2.7</h2>
<p>Unfortunately, the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/">IFrameWidgets</a> plugin has a problem, which appears to be related to WordPress 2.7. In fact, I suspect that this problem has existed since WordPress 2.5, but only occurs on certain browsers. </p>
<p>The problem is that widgets running in the IFrame widget do not appear. This seems to be related to the JavaScript no longer being able to find the height of the IFrame (the plugin hides the IFrame until it&#8217;s fully loaded, then automatically resizes it based on it&#8217;s contents).</p>
<p>I&#8217;m not certain of all scenarios when it will occur, but I&#8217;ve managed to make it happen with the BlogCatalog widget using Firefox 2.0.0.20. For me, there&#8217;s no problem in Firefox 3, Google Chrome and IE6.</p>
<p>Kirk M from <a href="http://just-thinkin.net">Just Thinkin&#8217;</a>, who reported the problem, seems to be having a more serious problem with the Google Friend Connect Members widget: he gets the problem with Firefox 3.0.5, Shiretoko builds, Chrome and IE 7.0. </p>
<p>It may be that there are two problems: a general problem which only occurs with FireFox 2 and a more specific problem with the Google Friend Connect Members widget.</p>
<p>I suspect the general problem occurs because the way widgets work changed back in WordPress 2.5: IFrameWidgets uses the number of the widget in the plugin logic. Prior to WordPress 2.5, you were only allow a maximum of 9 widgets, so the plugin was using the numbers 1 to 9. In versions after 2.5, there is no maximum number of widgets and the plugin is using numbers such as 320138091. It may be that FireFox 2 can&#8217;t handle numbers this large?</p>
<p>I am continuing investigations and hope to identify a fix soon. You can follow this issue in the <a href="http://www.scratch99.com/wordpress-plugin-iframewidgets/#comment-4806" target="_blank">comments</a> on the IFrameWidgets page and I&#8217;ll announce the fix in a post &#8211; so <a href="http://www.scratch99.com/feed/">subscribe to my feed</a> if you want to know when it&#8217;s released.</p>
<h2>LocalCurrency Bug</h2>
<p>As mentioned above, <a href="http://www.jobsinchina.com/resources/wordpress-plugin-localcurrency/">LocalCurrency</a> has a bug which has always existed within the plugin. The plugin works fine within a single post or page, but doesn&#8217;t always work on pages with multiple posts (ie the home page or category pages). </p>
<p>The plugin has been designed to work on pages with multiple posts, but it doesn&#8217;t always load the JavaScript that allows it to make the call to Yahoo! Finance. To optimise performance, the JavaScript is only loaded when the plugin finds the &lt;&#8211;LCSTART&#8211;&gt; tag in the post. </p>
<p>This is fine for single posts / pages. It&#8217;s also fine for pages with multiple posts IF the tag is in the first post on the page. However, if the fist post doesn&#8217;t have any currency to be converted (ie no &lt;&#8211;LCSTART&#8211;&gt; tag), then the JavaScript isn&#8217;t loaded.</p>
<p>I&#8217;ll be fixing this problem sometime in the near future. I&#8217;ll probably add an option to allow the blog owner to decide whether they want to convert currency on multiple post pages. If chosen, the plugin will load the JavaScript without checking the posts for the tag, circumventing the problem.</p>
<h2>Final Thoughts</h2>
<p>Anytime there is a WordPress upgrade, there is a chance that one of my plugins will break. This means I have to do extensive testing with each WordPress release. This takes a lot of time, but fortunately, there are normally no problems to fix.</p>
<p>For the WordPress 2.7 release, I did find a couple of problems &#8211; but I&#8217;ll get them fixed as soon as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2009/01/wordpress-27-and-my-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>FeedEntryHeader Featured On WordPress Weekly</title>
		<link>http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/</link>
		<comments>http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 07:32:38 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[content scraping]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[splogs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/.I was pleasantly surprised to find that my FeedEntryHeader plugin was featured on Episode 28 of the WordPress Weekly podcast. The mention was fairly brief,&#160; but it&#8217;s nice to be noticed by such an influential podcast. I&#8217;d like to thank Keith Murray for making FeedEntryHeader [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/">http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/</a>.<br /><p>I was pleasantly surprised to find that my <a title="The home page of the FeedEntryHeader plugin for WordPress which allows you add a copyright statment to the top of your feed entries" href="http://www.scratch99.com/wordpress-plugin-feedentryheader/">FeedEntryHeader plugin</a> was featured on <a href="http://weblogtoolscollection.com/archives/2008/11/08/27-overdose/" target="_blank">Episode 28</a> of the <a href="http://weblogtoolscollection.com/archives/category/wordpress-weekly/" target="_blank">WordPress Weekly podcast</a>. The mention was fairly brief,&#160; but it&#8217;s nice to be noticed by such an influential podcast.</p>
<p>I&#8217;d like to thank <a href="http://kdmurray.net/">Keith Murray</a> for making <strong>FeedEntryHeader </strong>his plugin of the week. WordPress Weekly is one of the regular features of my 40 minute train ride into the Brisbane CBD. I always listen to the plugin of the week section with interest, but never thought one of my <a title="My WordPress plugins page" href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/">WordPress plugins</a> would appear.</p>
<p>It&#8217;s probably lucky that I found out that FeedEntryHeader was featured <strong>before</strong> I listened to Episode 28. If I&#8217;d been taken by surprise on the train, there&#8217;s no telling what my reaction may have been! </p>
<p>Anyway, Keith mentioned <strong>the threat of having your content scraped</strong> by a splog and the role that FeedEntryHeader can play in combating this.</p>
<p>Ironically, I found out that FeedEntryHeader had been featured on WordPress Weekly when I followed a backlink in my WordPress Admin Dashboard. It took me to a splog, which appears to have been scraping Weblog Tools Collection! There was a copy of the Episode 28 page, word for word, including the link to the FeedEntryHeader home page.</p>
<p>So&#8230; I found out that WordPress Weekly Episode 28 had mentioned my plugin as a <strong>weapon against splogs</strong>, through one of these very splogs, that had scraped the Episode 28 page! This is the bit where I say that Weblog Tools Collection should use FeedEntryHeader right? </p>
<p>Well, as it happens, they&#8217;d been scraped by a reasonably nice splog, which had left all the post&#8217;s links intact, including the post title link pointing at the original post. However, FeedEntryHeader would have made it clearer to people that <strong>they were reading the post on the wrong blog</strong>. It could also help them with the other, not so nice splogs.</p>
<p>Anyway, it was very nice to have been mentioned by WordPress Weekly. It&#8217;s a great podcast and I have a lot of respect for the guys that run it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/11/feedentryheader-featured-on-wordpress-weekly/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Notice: WordPress Plugin Category Feeds To Be Removed</title>
		<link>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</link>
		<comments>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 03:55:55 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[DualFeeds]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[IFrameWidgets]]></category>
		<category><![CDATA[KeywordLuv]]></category>
		<category><![CDATA[localcurrency]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/.It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of. If you subscribe [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/">http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/</a>.<br /><p>It&#8217;s been a while since I last posted, because I&#8217;ve been tied up with some other projects. My focus is now returning to this blog, but before I get into anything of substance, there&#8217;s some housekeeping I need to take care of.</p>
<p>If you subscribe to the feed of one of my WordPress plugin categories, please be warned that <strong>these feeds will be removed in 7 days time</strong>. The feeds in question are the following:</p>
<p><small></p>
<ul>
<li>http://www.scratch99.com/category/my-wordpress-plugins/dualfeeds/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/iframewidgets/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/feedentryheader/feed</li>
<li>http://www.jobsinchina.com/category/resourcesx/localcurrency/feed</li>
<li>http://www.scratch99.com/category/my-wordpress-plugins/keywordluv/feed</li>
</ul>
<p></small></p>
<p>If you want news about my <a href="http://www.scratch99.com/wordpress-plugins-by-stephen-cronin/">WordPress plugins</a>, <strong>please subscribe to the following feed</strong>:</p>
<p><a href="http://www.scratch99.com/category/my-wordpress-plugins/feed/">http://www.scratch99.com/category/my-wordpress-plugins/feed</a></p>
<p><strong>This feed will contain news and tips relating to ALL my WordPress plugins</strong>.</p>
<p>Alternatively, you can subscribe to the feed relating to the tag (rather than category) for each plugin. These will <strong>probably</strong> have all the news relating to each plugin, but may also contain other posts that mention the plugin in passing. These feeds are as follows:</p>
<ul>
<li><a href="http://www.scratch99.com/tag/dualfeeds/feed">DualFeeds Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/iframewidgets/feed">IFrameWidgets Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/feedentryheader/feed">FeedEntryHeader Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/localcurrency/feed">LocalCurrency Tag Feed</a></li>
<li><a href="http://www.scratch99.com/tag/keywordluv/feed">KeywordLuv Tag Feed</a></li>
</ul>
<p>I&#8217;ve taken this move for two reasons:</p>
<ol>
<li>I&#8217;m consolidating my categories, because I have too many of them. This will merge 5 categories into one general category for my WordPress plugins.</li>
<li>I normally stick to one category per post, but I often have news relating to more than one plugin. This will allow such news to reach everyone who needs it.</li>
</ol>
<p>I regret any inconvenience this may cause, but hopefully it will result in a better site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2008/10/notice-wordpress-plugin-category-feeds-to-be-removed/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>FeedEntryHeader In Action (On A Splog)</title>
		<link>http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/</link>
		<comments>http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 14:52:10 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[content scraping]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[splogs]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/.As a followup to my announcement of the new FeedEntryHeader plugin, I thought I&#8217;d share a screenshot of it in action. Predictably, the announcement post was scraped within minutes of me publishing it. Here is what the output looks like on the splog. &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/">http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/</a>.<br /><p>As a followup to my <a title="The announcement of the release of FeedEntryHeader" href="http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/" target="_blank"><strong>announcement of the new FeedEntryHeader</strong></a> plugin, I thought I&#8217;d share a screenshot of it in action. Predictably, the announcement post was scraped within minutes of me publishing it. Here is what the output looks like on the splog.</p>
<p>&nbsp;</p>
<div style="text-align:center"><img style="border: solid 1px #EEEEEE" src='http://www.scratch99.com/wp-content/uploads/2007/12/feedentryheader-inaction.png' alt='The FeedEntryHeader plugin in action' /></div>
<p>&nbsp;</p>
<p>As you can see, the links have been stripped, but the URL remains. Hopefully anyone reading this page will work out that they aren&#8217;t viewing the original article and copy and paste the URL into the browser to read the original.</p>
<p>It&#8217;s also worth noting that all formatting has been removed, as have been the images. If you are reading a post that looks like this, you should be able to recognise it as a splog <strong>even if there is no copyright statement</strong>.</p>
<h2>Marking Splog Trackbacks As Spam</h2>
<p>In the comments of the previous post, Jonathon mentions that he is receiving trackback from the splogs. If you get such trackbacks, <strong>mark them as spam</strong>. <strong>It&#8217;s very important you do this</strong>. </p>
<p>If enough people mark trackbacks from a particular splog as spam, Askimet will start marking all trackbacks from that splog as spam automatically.</p>
<p>If you leave such trackbacks in place you may be passing <strong>PageRank</strong> to the splog. One of the reasons that we are fighting a losing battle is because of the vast number of links such splogs get. </p>
<p>Many of the original authors get a trackback, but don&#8217;t realise it&#8217;s from a splog because they don&#8217;t follow it. If you don&#x2019;t follow <strong>all</strong> your trackbacks, you won&#x2019;t know if someone is writing something nice about you, or scraping you. </p>
<h2>Digital Fingerprint</h2>
<p>Someone asked me why I couldn&#8217;t use the <a title="Another anti-scraping plugin for WordPress" href="http://www.maxpower.ca/wordpress-plugin-digital-fingerprint-detecting-content-theft/2006/09/25/" target="_blank"><strong>Digital Fingerprint</strong></a> plugin instead. I looked at Digital Fingerprint before writing <strong>FeedEntryHeader. </strong>I haven&#8217;t used it, but it seems to be a great idea and I recommend you check it out. However, it&#8217;s purpose differs from what I wanted FeedEntryHeader to do.</p>
<p>Digital Fingerprint&#8217;s purpose is to <strong>track who&#8217;s scraping your content</strong>, while FeedEntryHeader&#8217;s purpose is to <strong>redirect readers back to your site</strong>.</p>
<p>The idea behind Digital Fingerprint is that it inserts a &#8216;fingerprint&#8217; into your feed, so that later you can search for pages that contain this fingerprint. This should let you find any splogs who have scraped your&#xA0; post. The fingerprint needs to be unique (ie won&#8217;t appear anywhere else on the Internet).</p>
<p>It seems to be possible to use a copyright message as the digital fingerprint, but it would have to be generic (ie the same for all posts). There&#8217;s no ability to display the post URL, which makes sense &#8211; after all, you want to do one search to find the scraped content, not a different search for each post. </p>
<p>The strength of FeedEntryHeader is the fact that it includes the URL back to the original post. The idea is that users will see the copyright statement <strong>before</strong> they read the article, work out what&#8217;s going on and use the URL to <strong>visit your site to read the original post</strong>. </p>
<p>There are other plugins that do something similar in the footer. <strong>That&#8217;s too late</strong>. There&#8217;s less chance the reader will visit your site if they&#8217;ve already read the post. Also, some splogs chop the bottom of the post off.</p>
<p>Anyway, FeedEntryHeader and Digital Fingerprint have different purposes, both of them worthwhile. Although I haven&#8217;t tried it yet, I see no reason why they cannot be used together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/12/feedentryheader-in-action-on-a-splog/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>New WordPress Plugin &#8211; FeedEntryHeader</title>
		<link>http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/</link>
		<comments>http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 02:21:05 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[My WordPress Plugins]]></category>
		<category><![CDATA[content scraping]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/.I recently discovered that my feed was being scraped. It&#8217;s very frustrating to find your content appearing in full on another website &#8211; so I decided to do something about it. The result? A new WordPress plugin called FeedEntryHeader that allows you to add a [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/">http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/</a>.<br /><p>I recently discovered that my feed was being scraped. It&#8217;s very frustrating to find your content appearing in full on another website &#8211; so I decided to do something about it. </p>
<p>The result? A new WordPress plugin called <strong><a title="The home page of the FeedEntryHeader plugin for WordPress which allows you add a copyright statment to the top of your feed entries" href="http://www.scratch99.com/wordpress-plugin-feedentryheader/" target="_blank">FeedEntryHeader</a></strong> that allows you to add a <strong>copyright statement</strong> and a <strong>link to the original article</strong>, to the <strong>top</strong> of your feed entries.</p>
<h2>Why Use It?</h2>
<p>There are several WordPress plugins that allow you to add a copyright statement to the end of feed entries. However the copyright statement has limited impact by the time the reader gets to the bottom of the page. </p>
<p>The reader is <strong>more likely to take action</strong> if they see the copyright statement at the beginning of the page, along with a link to the original article.</p>
<p>It won&#8217;t stop feed scraping, but it should ensure that a copyright statement and a link to the original article appear in the scraped content.</p>
<h2>What Does It Look Like?</h2>
<p>Here is a screenshot from my feed in Google Reader:</p>
<div style="text-align:center"><img style="border: solid 1px #EEEEEE" src='http://www.scratch99.com/wp-content/uploads/2007/12/feedentryheader.png' alt='a screenshot of FeedEntryHeader in action' /></div>
<p>As you can see, the following message has been added to the feed entry:</p>
<blockquote>
<p>Copyright &#xA9; 2007 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/11/feed-reading-models/">http://www.scratch99.com/2007/11/feed-reading-models/</a>.</p>
</blockquote>
<h2>Can I Change The Message?</h2>
<p>Yes. The message is fully customisable. Simple HTML can be used and there are tags allowing you to use site name, site URL, post name, post URL and author name from the WordPress database.</p>
<p>The default message uses the post URL, rather than the post name, as the anchor text. This can be changed, but many scrapers remove all links, leaving only the anchor text behind. <em>If the URL is the anchor text, it will remain</em>.</p>
<p>Although this plugin was designed for displaying a copyright statement, there is no reason that you could not display other items instead.</p>
<h2>Where Do I Get It?</h2>
<p>Further information about the plugin can be found at the <a title="The home page of the FeedEntryHeader plugin for WordPress which allows you add a copyright statment to the top of your feed entries" href="http://www.scratch99.com/wordpress-plugin-feedentryheader/" target="_blank"><strong>FeedEntryHeader plugin home page</strong></a>. The plugin is also available for download from the plugin home page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/12/new-wordpress-plugin-feedentryheader/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Are You In My Feed Reader?</title>
		<link>http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/</link>
		<comments>http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 13:44:28 +0000</pubDate>
		<dc:creator>Stephen Cronin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[blogroll]]></category>
		<category><![CDATA[FeedEntryHeader]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[google reader]]></category>

		<guid isPermaLink="false">http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/</guid>
		<description><![CDATA[Copyright © 2010 Stephen Cronin. Visit the original article at http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/.Many bloggers have a blogroll to give some link love to the blogs they read regularly. I don&#8217;t &#8211; yet. I&#8217;m planning to create one and display 5 random links in my sidebar, but for the moment, here is a list of the blogs I [...]]]></description>
			<content:encoded><![CDATA[Copyright © 2010 <a href="http://www.scratch99.com">Stephen Cronin</a>. Visit the original article at <a href="http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/">http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/</a>.<br /><p>Many bloggers have a <strong>blogroll</strong> to give some link love to the blogs they read regularly. I don&#8217;t &#8211; yet. I&#8217;m planning to create one and display 5 random links in my sidebar, but for the moment, here is a list of the blogs I read.</p>
<p>This list is created using the new feature in <strong>Google Reader</strong>, which allows you to create a <a title="Steve Lacey&#x27;s post announcing that his Google Reader Blogroll project had been implemented by Google" href="http://www.steve-lacey.com/blogarchives/2007/11/my_second_20_pr.shtml" target="_blank"><strong>Google Reader Blogroll</strong></a>. It&#8217;s a little limited with regards to the formatting options and it&#8217;s worth reading Andy Beard&#8217;s post on <a title="Andy Beard&#x27;s article on how to get an OPML export directly from the Google Reader server" href="http://andybeard.eu/2007/11/how-to-get-opml-for-google-reader.html#comment-110682" target="_blank"><strong>how to get an OPML version</strong></a> working, but it has a lot of promise and will do for now.</p>
<p>As I mentioned recently in <a title="My post looking at different models of feed reading" href="http://www.scratch99.com/2007/11/feed-reading-models/" target="_blank"><strong>Feed Reading Models</strong></a>, I&#8217;m slowly moving from aggregated feeds such as the <a title="The BUMPzee No NoFollow Community of blogs that dofollow" href="http://www.bumpzee.com/no-nofollow" target="_blank"><strong>BUMPzee No NoFollow community</strong></a> one, to individual site feeds. Every few days, I&#8217;ll find another blog that I&#8217;ve missed adding. So if you&#8217;re not in the list, don&#8217;t despair &#8211; you may soon be!</p>
<div class="csstextbox1">Note: This blogroll is no longer live (ie it has not been pulled from Google Reader as you loaded the page). The number of feeds I subscribe to has increased and I need to organise them into separate folders, rather than one main folder. It&#8217;s not practical to share each folder. Therefore I have copied and pasted the source code, so you&#8217;ll always see the blogs I was subscribed to on 12th February 2008.</div>
<p>Without further ado&#8230;</p>
<div style="border: 4px solid rgb(188, 204, 235); margin: 0.5em; padding: 0pt; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; font-family: arial,sans-serif; font-size: 10pt; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px;" id="readerpublishermodule0" class="reader-publisher-module">
<h3 style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(188, 204, 235); border-width: medium medium 1px; margin: 0pt 0.5em; padding: 0.2em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 0pt; -moz-border-radius-bottomleft: 0pt; color: rgb(9, 9, 146);">My &#8220;Blogs&#8221; Blogroll</h3>
<ul style="border: medium none ; margin: 0pt 0.5em; padding: 0.2em; background: transparent none repeat scroll 0%; overflow: hidden; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal;">
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="alexking.orgBlog | alexking.org" href="http://alexking.org">alexking.orgBlog | alexking.org</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Andy Beard - Niche Marketing" href="http://andybeard.eu">Andy Beard &#8211; Niche Marketing</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="AVINASH 2.0" href="http://www.avinash.ws">AVINASH 2.0</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Big Bucks Blogger" href="http://money.bigbucksblogger.com">Big Bucks Blogger</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Blog Clout Blog" href="http://www.blogclout.com/blog">Blog Clout Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Blog-Op" href="http://blog-op.com">Blog-Op</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Blogger Unleashed" href="http://bloggerunleashed.com">Blogger Unleashed</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="BUMPzee WordPress Designers community New Entries" href="http://www.bumpzee.com/wp-design/entries/">BUMPzee WordPress Designers community New Entries</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Caroline Middlebrook" href="http://www.caroline-middlebrook.com/blog">Caroline Middlebrook</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Cayman Host Blog" href="http://www.thecaymanhost.com/blog/">Cayman Host Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Chris Garrett on New Media" href="http://www.chrisg.com">Chris Garrett on New Media</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Cornwallseo.com" href="http://www.cornwallseo.com/search">Cornwallseo.com</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Dane Morgan's Blog" href="http://danemorgan.com">Dane Morgan&#8217;s Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Dipping into the Blogpond" href="http://blogpond.com.au">Dipping into the Blogpond</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Dosh Dosh - Making Money Online" href="http://www.doshdosh.com">Dosh Dosh &#8211; Making Money Online</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Entrepreneurs-Journey.com by Yaro Starak" href="http://www.entrepreneurs-journey.com">Entrepreneurs-Journey.com by Yaro Starak</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="FreelanceSwitch - The Freelance Blog" href="http://freelanceswitch.com">FreelanceSwitch &#8211; The Freelance Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Garry Conn dot Com" href="http://www.garryconn.com">Garry Conn dot Com</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="How to Make Money Online for Beginners" href="http://makemoneyforbeginners.blogspot.com/">How to Make Money Online for Beginners</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Internet Marketing | Strategy &amp;amp; Services" href="http://courtneytuttle.com">Internet Marketing | Strategy &amp;amp; Services</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Make Money Blog" href="http://ez-onlinemoney.com/blog">Make Money Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Playing with WordPress" href="http://www.transycan.net/blogtest">Playing with WordPress</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="ProBlogger Blog Tips" href="http://www.problogger.net">ProBlogger Blog Tips</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Remarkablogger" href="http://michaelmartine.com">Remarkablogger</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="ShanKri-la" href="http://www.shankrila.com">ShanKri-la</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Snoskred - Life in the Country" href="http://www.snoskred.org">Snoskred &#8211; Life in the Country</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Terence Chang - Almost A Billionaire" href="http://www.terencechang.com">Terence Chang &#8211; Almost A Billionaire</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="The Marketing Technology Blog" href="http://www.douglaskarr.com">The Marketing Technology Blog</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Untwisted Vortex" href="http://www.untwistedvortex.com">Untwisted Vortex</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Urban Giraffe" href="http://urbangiraffe.com">Urban Giraffe</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Weblog Tools Collection » WordPress Plugins" href="http://weblogtoolscollection.com">Weblog Tools Collection » WordPress Plugins</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="WordPress Bits" href="http://wpbits.wordpress.com">WordPress Bits</a></li>
<li style="border: medium none ; margin: 0pt; padding: 0.4em 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; list-style-type: none;"><a style="border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color rgb(122, 126, 224); border-width: medium medium 1px; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: none; font-weight: normal; color: rgb(16, 16, 200);" class="i" title="Yack Yack - Not just any old SEO Blog" href="http://www.yackyack.co.uk">Yack Yack &#8211; Not just any old SEO Blog</a></li>
</ul>
<div style="border-style: solid none none; border-color: rgb(188, 204, 235) -moz-use-text-color -moz-use-text-color; border-width: 1px medium medium; margin: 0pt; padding: 0.2em 8px; background: rgb(229, 236, 249) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: right; text-indent: 0pt; text-decoration: none; font-weight: normal; -moz-border-radius-topleft: 0pt; -moz-border-radius-topright: 0pt; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; font-size: small; white-space: nowrap;" class="f"><a href="http://www.google.com/reader/shared/user/16703066491952460194/label/Blogs" style="border: medium none ; margin: 0pt; padding: 0pt; background: transparent none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; text-align: left; text-indent: 0pt; text-decoration: underline; font-weight: normal; color: rgb(137, 141, 233);">Read more&#8230;</a></div>
</div>
<script type="text/javascript">Nifty("div.csstextbox1","bgcolor-#FFFFFF");</script>]]></content:encoded>
			<wfw:commentRss>http://www.scratch99.com/2007/12/are-you-in-my-feed-reader/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 1/22 queries in 0.185 seconds using disk
Object Caching 792/825 objects using disk

Served from: www.scratch99.com @ 2010-09-02 21:46:57 -->