<?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>gHacks technology news &#187; feedburner</title>
	<atom:link href="http://www.ghacks.net/tag/feedburner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 19:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 8 And Feeds: The XML page cannot be displayed</title>
		<link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/</link>
		<comments>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:59:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed error]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[ie8 xml error]]></category>
		<category><![CDATA[internet explorer 8]]></category>
		<category><![CDATA[internet explorer 8 feed error]]></category>
		<category><![CDATA[internet explorer feed]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml error]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/</guid>
		<description><![CDATA[I run another popular site together with Everton of Connected Internet. The site I&#8217;m talking about is Windows 7 News, a highly popular and well ranked, website about the next Microsoft operating system Windows 7. A reader contacted us earlier today mentioning a problem that he was encountering when trying to view the feed of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8.png" alt="internet explorer 8" title="internet explorer 8" width="128" height="128" class="alignleft size-full wp-image-11776" />I run another popular site together with Everton of <a href="http://www.connectedinternet.co.uk/">Connected Internet</a>. The site I&#8217;m talking about is <a href="http://windows7news.com/">Windows 7 News</a>, a highly popular and well ranked, website about the next Microsoft operating system <a href="http://windows7news.com/">Windows 7</a>. A reader contacted us earlier today mentioning a problem that he was encountering when trying to view the feed of the website in <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> 8.</p>
<p>The message &#8220;The XML page cannot be displayed. Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.&#8221; was displayed instead. The feed did however work fine in other web browsers that we tested immediately including <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a>.</p>
<p>This led to the conclusion that the error had to be Internet Explorer specific. It could have been a plugin that was running on the website itself, some incompatible code in the theme that was causing Internet Explorer 8 to throw that error message or a problem at the hoster of the feed Feedburner.</p>
<p><span id="more-12011"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8_feed_error-500x180.jpg" alt="internet explorer 8 feed error" title="internet explorer 8 feed error" width="500" height="180" class="alignnone size-medium wp-image-12010" /></p>
<p>The first thing that came to my mind was to validate the feed using an official resource like the Feed Validation Service at <a href="http://validator.w3.org/feed/">W3C</a>. This service validates a feed and displays validation errors and warnings including their location in the code. One error was displayed: Your feed is not well formed according to the XML specification</p>
<p>It turned out that one of the articles published lately contained the char &amp; which was responsible for the feed validation error and the error in Internet Explorer 8.</p>
<p>Escaping that character with <code>&#038; a m p ;</code> (remove the spaces) was the solution that fixed the error. The feed did validate correctly afterwards (after the new article had been cached by the feed hosting service) and Internet Explorer 8 was displaying the feed correctly.</p>
<p><strong>This does mean however that webmasters have to always escape certain characters in the articles that they publish on their websites if they want their feed to be working in Internet Explorer 8.</strong></p>
<p>This is actually not the fault of Internet Explorer 8. The web browser is strictly following the rules in this case. It&#8217;s time to look for a plugin that will automatically escape those chars so that the feed will validate and display correctly in <a href="http://guide.opendns.com/track/click.php?q=ghacks+internet+explorer+8&#038;curl=http%3A%2F%2Fwww.ghacks.net%2Ftag%2Finternet-explorer-8%2F&#038;search_grp=MAINRESULTS&#038;search_pos=1">Internet Explorer 8</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://www.ghacks.net/tag/feed-error/" title="feed error" rel="tag">feed error</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/ie8-xml-error/" title="ie8 xml error" rel="tag">ie8 xml error</a>, <a href="http://www.ghacks.net/tag/internet-explorer-8/" title="internet explorer 8" rel="tag">internet explorer 8</a>, <a href="http://www.ghacks.net/tag/internet-explorer-8-feed-error/" title="internet explorer 8 feed error" rel="tag">internet explorer 8 feed error</a>, <a href="http://www.ghacks.net/tag/internet-explorer-feed/" title="internet explorer feed" rel="tag">internet explorer feed</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/xml-error/" title="xml error" rel="tag">xml error</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/27/wordpress-issues/" title="Wordpress Issues (July 27, 2008)">Wordpress Issues</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/08/15/wordpress-261-released/" title="Wordpress 2.6.1 released (August 15, 2008)">Wordpress 2.6.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/06/testing-a-new-theme/" title="Testing A New Theme (April 6, 2009)">Testing A New Theme</a> (51)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/netvibes-feed-problem/" title="Netvibes Feed Problem (April 30, 2008)">Netvibes Feed Problem</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fix Feedburner Not Updating RSS News Feed</title>
		<link>http://www.ghacks.net/2008/08/26/fix-feedburner-not-updating-rss-news-feed/</link>
		<comments>http://www.ghacks.net/2008/08/26/fix-feedburner-not-updating-rss-news-feed/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 22:10:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ghacks]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[feedburner problem]]></category>
		<category><![CDATA[feedsmith]]></category>
		<category><![CDATA[ghacks rss]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[rss news feed]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6474</guid>
		<description><![CDATA[Okay I spend most of the weekend trying to find out why my RSS news feed was not displaying for many of my readers and why I would get all kinds of errors like 404 not found in the beginning and then a dubious homepage when opening the RSS News Feed url in the browser. [...]]]></description>
			<content:encoded><![CDATA[<p>Okay I spend most of the weekend trying to find out why my RSS news feed was not displaying for many of my readers and why I would get all kinds of errors like 404 not found in the beginning and then a dubious homepage when opening the RSS News Feed url in the browser. I had a lively email conversation with Google support which helped a bit but not much.</p>
<p>I figured it out by myself just a few minutes ago. Here is what I did. My Feedburner feed was being transferred from Feedburner to Google and I had to change a cname entry to reflect that change. Everyone knows that changes to the DNS can take up to 48 hours and I first thought that this was the issue. </p>
<p>Other webmasters on various forums reported similar problems, especially those dreaded 404 not found problem. Once the 404 went away I encountered the main problem. The feed was not showing up. When I opened it in the browser it would simply show the Ghacks homepage.</p>
<p><span id="more-6474"></span>Google support told me to change the url in the Feedsmith Wordpress plugin to the new feedproxy url which I did. This did not turn out to fix the initial problem though.</p>
<p>I opened http://feedburner.google.com/, went to the Troubleshootize tab and tried to Resync my feed. Thought that this could be the problem. The resync basically told me that it could not find a feed and that I should check the original feed url at <a href="http://feedvalidator.org/">Feedvalidator</a>.</p>
<p>I checked it there and it told me that this was not a valid RSS News Feed. The old url which was entered in Feedburner from day 1 was http://www.ghacks.net/?feed=rss2. You can check that for yourself if you click on the Edit Feed Details tab.</p>
<p>I changed the feed to http://www.ghacks.net/feed which turned out to be a valid feed. The last step was to enter that feed url into the Original Feed option at the Google Feedburner site. I tried to sync the feed and that worked as well. I went to Google Reader and updated my feed and wham, there were all my missing posts.</p>
<p>If you have a similar problem I suggest you check out if your feed in Feedburner ends with ?feed=rss2 or something similar. Check that at Feedvalidator and try other feed urls if the first comes up as no valid RSS News Feed.</p>
<p>Please let me know if you can access my feed properly now. I would also like to hear from other webmasters with the problem.</p>

	Tags: <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/feedburner-problem/" title="feedburner problem" rel="tag">feedburner problem</a>, <a href="http://www.ghacks.net/tag/feedsmith/" title="feedsmith" rel="tag">feedsmith</a>, <a href="http://www.ghacks.net/tag/ghacks-rss/" title="ghacks rss" rel="tag">ghacks rss</a>, <a href="http://www.ghacks.net/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://www.ghacks.net/tag/rss-news-feed/" title="rss news feed" rel="tag">rss news feed</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/23/feed-transfer-to-google/" title="Feed Transfer To Google (August 23, 2008)">Feed Transfer To Google</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/21/youtube-insight-find-out-who-is-embedding-your-youtube-videos/" title="Youtube Insight: Find Out Who Is Embedding Your Youtube Videos (August 21, 2009)">Youtube Insight: Find Out Who Is Embedding Your Youtube Videos</a> (0)</li>
	<li><a href="http://www.ghacks.net/2005/10/14/yahoo-vs-google-vs-msn-search-commands-compared/" title="Yahoo vs. Google vs. Msn, Search commands compared (October 14, 2005)">Yahoo vs. Google vs. Msn, Search commands compared</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/05/xoopit-to-become-yahoo-mail-exclusive/" title="Xoopit To Become Yahoo Mail Exclusive (October 5, 2009)">Xoopit To Become Yahoo Mail Exclusive</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/26/fix-feedburner-not-updating-rss-news-feed/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Feed Transfer To Google</title>
		<link>http://www.ghacks.net/2008/08/23/feed-transfer-to-google/</link>
		<comments>http://www.ghacks.net/2008/08/23/feed-transfer-to-google/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 21:45:17 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ghacks]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[ghacks feed]]></category>
		<category><![CDATA[rss news feed]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6408</guid>
		<description><![CDATA[Google changed my RSS News Feed today from Feedburner to a Google domain on my request. I did that mainly because it is then possible to add Adsense ads to the feed which I&#8217;m thinking of trying out. Since it is a transfer of the domain it could mean that some of you are experiencing [...]]]></description>
			<content:encoded><![CDATA[<p>Google changed my RSS News Feed today from Feedburner to a Google domain on my request. I did that mainly because it is then possible to add Adsense ads to the feed which I&#8217;m thinking of trying out. Since it is a transfer of the domain it could mean that some of you are experiencing difficulties during the transition phase.</p>
<p>That phase won&#8217;t normally last longer than 24 hours. The old feed address is automatically redirected to the new one but since I have been using feed branding at Feedburner I had to update a cname in the domain configuration to point to a new url.</p>
<p>I got one email so far from a user who told me that my feed was not showing up anymore and that he was receiving a 404 (not found) instead. Please let me know if you are also experiencing those difficulties. It helps if you mention the service or program that you are using to read my feed.</p>
<p><span id="more-6408"></span>Update: Feed should be working now for everyone.</p>

	Tags: <a href="http://www.ghacks.net/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/ghacks-feed/" title="ghacks feed" rel="tag">ghacks feed</a>, <a href="http://www.ghacks.net/tag/rss-news-feed/" title="rss news feed" rel="tag">rss news feed</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/08/subscribe-to-categories-authors-or-tags-in-wordpress/" title="Subscribe To Categories, Authors Or Tags In Wordpress (December 8, 2008)">Subscribe To Categories, Authors Or Tags In Wordpress</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/netvibes-feed-problem/" title="Netvibes Feed Problem (April 30, 2008)">Netvibes Feed Problem</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/" title="Internet Explorer 8 And Feeds: The XML page cannot be displayed (April 14, 2009)">Internet Explorer 8 And Feeds: The XML page cannot be displayed</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/26/fix-feedburner-not-updating-rss-news-feed/" title="Fix Feedburner Not Updating RSS News Feed (August 26, 2008)">Fix Feedburner Not Updating RSS News Feed</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/30/rss-reader-feeddemon-3-beta-1/" title="RSS Reader FeedDemon 3 Beta 1 (March 30, 2009)">RSS Reader FeedDemon 3 Beta 1</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/23/feed-transfer-to-google/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Netvibes Feed Problem</title>
		<link>http://www.ghacks.net/2008/04/30/netvibes-feed-problem/</link>
		<comments>http://www.ghacks.net/2008/04/30/netvibes-feed-problem/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 08:57:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed count]]></category>
		<category><![CDATA[feed stats]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3971</guid>
		<description><![CDATA[I was astonished to see a dip in the amount of feed readers in the last days and decided to investigate the matter. It has happened in the past that Feedburner did have some problems to accumulate the stats correctly or that another party, like Google, did not report the amount of subscribers correctly. This [...]]]></description>
			<content:encoded><![CDATA[<p>I was astonished to see a dip in the amount of feed readers in the last days and decided to investigate the matter. It has happened in the past that Feedburner did have some problems to accumulate the stats correctly or that another party, like Google, did not report the amount of subscribers correctly. This time though it seems to be Netvibes who are the source of the problem.</p>
<p>I went to Feedburner which tracks the Ghacks feed and displays the amount of subscribers and which services they use to read my feed. Last Friday was the last normal day with 588 readers who have been using Netvibes to read my feed. Then on Saturday that figure took a first dive to 410 readers and to 1 on Sunday. Monday continued that trend with another single Netvibes reader on that day and I&#8217;m waiting for today&#8217;s statistics to see if they have changed.</p>
<p>This time however the issue is not with Feedburner but with Netvibes. They are currently &#8211; or have &#8211; migrated their system to new servers and a blog post by Tariq Krim at <a href="http://blog.netvibes.com/?2008/04/29/164-everyone-on-ginger">Netvibes</a> sheds some light into the darkness:</p>
<p><span id="more-3971"></span><br />
<blockquote>During the upgrade, you may encounter feedburner stats issues, but everything should be fixed shortly when the migration is completed.</p></blockquote>
<p>So, Netvibes stats have not been reported correctly to Feedburner during the last three days and the cause for this has been the Netvibes server migration.</p>

	Tags: <a href="http://www.ghacks.net/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://www.ghacks.net/tag/feed-count/" title="feed count" rel="tag">feed count</a>, <a href="http://www.ghacks.net/tag/feed-stats/" title="feed stats" rel="tag">feed stats</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/netvibes/" title="netvibes" rel="tag">netvibes</a>, <a href="http://www.ghacks.net/tag/rss-feed/" title="rss feed" rel="tag">rss feed</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/08/subscribe-to-categories-authors-or-tags-in-wordpress/" title="Subscribe To Categories, Authors Or Tags In Wordpress (December 8, 2008)">Subscribe To Categories, Authors Or Tags In Wordpress</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/14/opml-support-for-firefox/" title="OPML Support for Firefox (May 14, 2008)">OPML Support for Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/" title="Internet Explorer 8 And Feeds: The XML page cannot be displayed (April 14, 2009)">Internet Explorer 8 And Feeds: The XML page cannot be displayed</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/23/feed-transfer-to-google/" title="Feed Transfer To Google (August 23, 2008)">Feed Transfer To Google</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/04/22/feed-analysis/" title="Feed Analysis (April 22, 2008)">Feed Analysis</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/30/netvibes-feed-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feed Analysis</title>
		<link>http://www.ghacks.net/2008/04/22/feed-analysis/</link>
		<comments>http://www.ghacks.net/2008/04/22/feed-analysis/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 07:28:15 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[feed analysis]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3879</guid>
		<description><![CDATA[RSS Feeds are very handy if you visit lots of websites regularly because they tell you exactly when a website was updated. It&#8217;s relatively unknown to the general Internet crowd though, mostly used by blog owners and tech savvy users which is a real shame in my opinion. Feeds will never be something for the [...]]]></description>
			<content:encoded><![CDATA[<p>RSS Feeds are very handy if you visit lots of websites regularly because they tell you exactly when a website was updated. It&#8217;s relatively unknown to the general Internet crowd though, mostly used by blog owners and tech savvy users which is a real shame in my opinion. Feeds will never be something for the mass market, at least not in the next years.</p>
<p>Feed Analysis is a online script that analyzes Feedburner feeds. Feedburner is without doubt the most popular service that provides feeds and many tools and add-ons for them. Most of the blogs that I read regularly use Feedburner. The interesting aspect is that you only enter the url of the feed and get detailed information about it. You can select a period of time that you want information for which ranges from 3 months to 50 months.</p>
<p>The feed will be processed and three charts generated that display various information about the feed. Those are named Numbers of Subscribers per Month, Number of Subscribers, Hits, Views and Clicks Monthly &#038; Number of Subscribers on each Week Days. Below are the charts that are produced after analysing the Ghacks feed.</p>
<p><span id="more-3879"></span><a href='http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis-150x150.jpg" alt="feed analysis" title="feed analysis" width="150" height="150" class="alignnone size-thumbnail wp-image-3882" /></a><a href='http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis2.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis2-150x150.jpg" alt="feed analysis 2" title="feed analysis 2" width="150" height="150" class="alignnone size-thumbnail wp-image-3880" /></a><a href='http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis3.jpg'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/feed_analysis3-150x150.jpg" alt="feed analysis 3" title="feed analysis 3" width="150" height="150" class="alignnone size-thumbnail wp-image-3881" /></a></p>
<p>Each chart contains several interesting information for webmasters and other interested users. You can see the monthly growth, see how many new subscribers have joined in a particular month, get information about subscribers &#038; hits and see which day is the best and worst of the week. Some are only available if the blog uses Feedburner Pro.</p>
<p>What I really like are the projections and averages that are displayed. Feed Analysis calculates the gain in subscribers in the next three, six and twelve months. According to the predictions I hit 10K subscribers in less than three months and a whooping 25K in 12 months.  The estimated banner ads and blog values displayed are just that, estimates that can&#8217;t be right because they only take the feed into consideration.</p>
<p>Those information can be quite valuable if you intend to purchase a blog to verify the feed count for instance.</p>

	Tags: <a href="http://www.ghacks.net/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://www.ghacks.net/tag/feed-analysis/" title="feed analysis" rel="tag">feed analysis</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://www.ghacks.net/tag/rss-feed/" title="rss feed" rel="tag">rss feed</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/30/discover-new-feeds-with-feedmil/" title="Discover New Feeds With FeedMil (April 30, 2009)">Discover New Feeds With FeedMil</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/17/we-passed-the-10000-rss-subscribers-mark/" title="We passed the 10000 RSS Subscribers Mark (July 17, 2008)">We passed the 10000 RSS Subscribers Mark</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/11/18/rss-feed-filter-feedrinse/" title="RSS Feed Filter Feedrinse (November 18, 2008)">RSS Feed Filter Feedrinse</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/28/rss-bandit-is-a-fail/" title="RSS Bandit is a Fail. (June 28, 2008)">RSS Bandit is a Fail.</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/10/26/publish-rss-news-feeds-on-twitter/" title="Publish RSS News Feeds On Twitter (October 26, 2008)">Publish RSS News Feeds On Twitter</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/22/feed-analysis/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>6000 ! RSS Readers</title>
		<link>http://www.ghacks.net/2008/01/11/6000-rss-readers/</link>
		<comments>http://www.ghacks.net/2008/01/11/6000-rss-readers/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 12:27:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ghacks]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss readers]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/11/6000-rss-readers/</guid>
		<description><![CDATA[Wow what a milestone. My blog finally reached 6000+ RSS readers for the first time which is an awesome milestone for me and verification of the progress of this blog in the last two years. I never thought that I would reach the 6000 users this quickly and I'm thankful for each and every user who is reading my articles in his RSS reader.]]></description>
			<content:encoded><![CDATA[<p>Wow what a milestone. My blog finally reached 6000+ RSS readers for the first time which is an awesome milestone for me and verification of the progress of this blog in the last two years. I never thought that I would reach the 6000 users this quickly and I&#8217;m thankful for each and every user who is reading my articles in his RSS reader.</p>
<p>One of my goals for 2008 is to reach 10000 RSS readers by years end which would mean a doubling of last years subscriber rate. So, its only 3931 to go until I reach that goal. The numbers go down and up all the time though but a general upward trend is clearly visible.</p>
<p>It took roughly one year to double the RSS readers from 3000 to 6000. Oh, that sharp rise in March 2007 was due to the FeedBurner FeedSmith plugin which routes all RSS feeds through Feedburner. Before that only Feedburner stats were counted.</p>
<p><span id="more-2821"></span>Take a look at the Feedburner stats to see what I mean.</p>
<p><img src='http://www.ghacks.net/wp-content/uploads/2008/01/ghacks_rss_stats.jpg' alt='ghacks feedburner stats' /></p>
<p>Thanks guys, you are wonderful. If you have not subscribed to my RSS feed yet you can do so by clicking on the RSS icon in the sidebar on the right.</p>

	Tags: <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/ghacks/" title="ghacks" rel="tag">ghacks</a>, <a href="http://www.ghacks.net/tag/rss/" title="rss" rel="tag">rss</a>, <a href="http://www.ghacks.net/tag/rss-readers/" title="rss readers" rel="tag">rss readers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/17/we-passed-the-10000-rss-subscribers-mark/" title="We passed the 10000 RSS Subscribers Mark (July 17, 2008)">We passed the 10000 RSS Subscribers Mark</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/07/05/linux-console-rss-reader-snownews/" title="Linux console RSS reader Snownews (July 5, 2009)">Linux console RSS reader Snownews</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/04/22/feed-analysis/" title="Feed Analysis (April 22, 2008)">Feed Analysis</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/wordpress-26/" title="Wordpress 2.6 (July 15, 2008)">Wordpress 2.6</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/03/29/wordpress-25-released/" title="Wordpress 2.5 released (March 29, 2008)">Wordpress 2.5 released</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/11/6000-rss-readers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Disable the Feedburner Redirect</title>
		<link>http://www.ghacks.net/2007/10/23/disable-the-feedburner-redirect/</link>
		<comments>http://www.ghacks.net/2007/10/23/disable-the-feedburner-redirect/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 07:03:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[feedburner redirect]]></category>
		<category><![CDATA[feeds]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/23/disable-the-feedburner-redirect/</guid>
		<description><![CDATA[Feedburner displayed a redirection link to my article instead of the direct link to the article on my blog. In case you are wondering: Feedburner is a service that blog owners can use to distribute their feed, get statistics and ensure maximum compatibility with most feedreaders out there.]]></description>
			<content:encoded><![CDATA[<p>Feedburner displayed a redirection link to my article instead of the direct link to the article on my blog. In case you are wondering: Feedburner is a service that blog owners can use to distribute their feed, get statistics and ensure maximum compatibility with most feedreaders out there.</p>
<p>Essentially, every link in my feed that pointed to my blog was a Feedburner redirect in the form of <code>http://feeds.ghacks.net/~r/Ghacksnet/~3/172961335/</code> which did not look that nicely. I did find out that it had something to do with tracking the clicks of the subscribers to be able to compile better statistics. This is something that I did not need and I decided to take a look and see if it was possible to disable the redirect.</p>
<p>It took a while until I found the setting that was responsible for this behavior. If you want to disable it you have to go into the Analyze tab of your feedburner account, click on the &#8216;Dare to be different?&#8217; link under Site Stats and uncheck &#8216;Item Link Clicks&#8217; there.</p>
<p><span id="more-2162"></span>The redirection links will disappear immediately afterwards.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/10/feedburner-redirect.jpg" alt="feedburner redirect" /></p>

	Tags: <a href="http://www.ghacks.net/tag/blogs/" title="blogs" rel="tag">blogs</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/feedburner-redirect/" title="feedburner redirect" rel="tag">feedburner redirect</a>, <a href="http://www.ghacks.net/tag/feeds/" title="feeds" rel="tag">feeds</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/22/feed-analysis/" title="Feed Analysis (April 22, 2008)">Feed Analysis</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/09/27/webmasters-listen-please/" title="Webmasters. Listen. Please! (September 27, 2008)">Webmasters. Listen. Please!</a> (14)</li>
	<li><a href="http://www.ghacks.net/2008/11/02/the-times-are-a-changin/" title="The Times are a-Changin’ (November 2, 2008)">The Times are a-Changin’</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/08/16/siteflow-bookmarklet-simplifies-website-navigation/" title="SiteFlow Bookmarklet Simplifies Website Navigation (August 16, 2009)">SiteFlow Bookmarklet Simplifies Website Navigation</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/netvibes-feed-problem/" title="Netvibes Feed Problem (April 30, 2008)">Netvibes Feed Problem</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/23/disable-the-feedburner-redirect/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
