<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Perfect Way to Use Feedburner Without Giving Them Your Subscribers?</title>
	<atom:link href="http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Sat, 11 Feb 2012 13:54:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6793</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6793</guid>
		<description>Currently feed readers are using Feedburner&#039;s bandwidth, even using the plugin from ordered list

Using Marks code he is using curl to create a snapshot of the feed on Feedburner each time it is requested, and then that whole page is served from your server.

I don&#039;t know how much additional load that would make on a server, plus currently there is the problem of the desktop readers, which might increase.

I think the biggest potential for this method would be if Wordpress.com users wanted something like this to be included as an option on their feeds, because currently they have no way to redirect the autodiscovery feed.</description>
		<content:encoded><![CDATA[<p>Currently feed readers are using Feedburner&#8217;s bandwidth, even using the plugin from ordered list</p>
<p>Using Marks code he is using curl to create a snapshot of the feed on Feedburner each time it is requested, and then that whole page is served from your server.</p>
<p>I don&#8217;t know how much additional load that would make on a server, plus currently there is the problem of the desktop readers, which might increase.</p>
<p>I think the biggest potential for this method would be if WordPress.com users wanted something like this to be included as an option on their feeds, because currently they have no way to redirect the autodiscovery feed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6791</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Wed, 28 Feb 2007 18:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6791</guid>
		<description>Andy when I said about bandwidth, I thought it would be possible, after following Mark&#039;s steps. To direct the origianl feed to let say a xml file that contains only one post and does not change. I am not sure if that would actually save bandwidth, but for example in my blog I have output of 20 recent posts. Sorry if I created confusion with my comment.</description>
		<content:encoded><![CDATA[<p>Andy when I said about bandwidth, I thought it would be possible, after following Mark&#8217;s steps. To direct the origianl feed to let say a xml file that contains only one post and does not change. I am not sure if that would actually save bandwidth, but for example in my blog I have output of 20 recent posts. Sorry if I created confusion with my comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark from 45n5.com</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6785</link>
		<dc:creator>mark from 45n5.com</dc:creator>
		<pubDate>Wed, 28 Feb 2007 15:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6785</guid>
		<description>Andy and Your Readers,

I added a creative commons license to the code so feel free to modify it or come up with your own creations.  Or a completely new take on it too.

The idea is there, just needs some refinement now.</description>
		<content:encoded><![CDATA[<p>Andy and Your Readers,</p>
<p>I added a creative commons license to the code so feel free to modify it or come up with your own creations.  Or a completely new take on it too.</p>
<p>The idea is there, just needs some refinement now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Beard</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6784</link>
		<dc:creator>Andy Beard</dc:creator>
		<pubDate>Wed, 28 Feb 2007 15:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6784</guid>
		<description>Using this technique you would use more bandwidth.

I don&#039;t fully understand the technical issues on the reporting, but then there might be a work around.

As an example I am not sure how the various desktop readers resolve the current feedburner redirect plugin.

Maybe there is a way to handle different requests in different ways, so you pass the destop clients through to the feedburner site. They are currently a small fraction of subscribers.

The other alternative is to in some way count the requests yourself, cache them for desktop readers, and report to feedburner yourself in the same way as the readers would.</description>
		<content:encoded><![CDATA[<p>Using this technique you would use more bandwidth.</p>
<p>I don&#8217;t fully understand the technical issues on the reporting, but then there might be a work around.</p>
<p>As an example I am not sure how the various desktop readers resolve the current feedburner redirect plugin.</p>
<p>Maybe there is a way to handle different requests in different ways, so you pass the destop clients through to the feedburner site. They are currently a small fraction of subscribers.</p>
<p>The other alternative is to in some way count the requests yourself, cache them for desktop readers, and report to feedburner yourself in the same way as the readers would.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6783</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Wed, 28 Feb 2007 14:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6783</guid>
		<description>So this plugin would be a win win situation for both feedburner and me. I still get my stattistics while using much less bandwith? Am I reading this corretly?</description>
		<content:encoded><![CDATA[<p>So this plugin would be a win win situation for both feedburner and me. I still get my stattistics while using much less bandwith? Am I reading this corretly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark from 45n5.com</title>
		<link>http://andybeard.eu/492/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6782</link>
		<dc:creator>mark from 45n5.com</dc:creator>
		<pubDate>Wed, 28 Feb 2007 14:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://andybeard.eu/2007/02/the-perfect-way-to-use-feedburner-without-giving-them-your-subscribers.html#comment-6782</guid>
		<description>Thanks for the mention andy ;-)  I&#039;ll link back shortly ;-)

The CTO from feedburner stopped by and said the trick won&#039;t provide accurate results.

I&#039;m a bit confused on their reasoning, but the point is there is more debate to be had on this in the original thread, and the fact that the the CTO commented makes me think we are on to something

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the mention andy ;-)  I&#8217;ll link back shortly ;-)</p>
<p>The CTO from feedburner stopped by and said the trick won&#8217;t provide accurate results.</p>
<p>I&#8217;m a bit confused on their reasoning, but the point is there is more debate to be had on this in the original thread, and the fact that the the CTO commented makes me think we are on to something</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 29/34 queries in 0.006 seconds using disk: basic
Object Caching 457/460 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-12 15:40:56 -->
