<?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: HalfEagle Bloggers &#8211; I need your help.</title>
	<atom:link href="http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/</link>
	<description>News about that "Scouting Blogs and News" website</description>
	<lastBuildDate>Thu, 22 Dec 2011 22:14:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gregg</title>
		<link>http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/comment-page-1/#comment-331</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.halfeagle.com/?p=171#comment-331</guid>
		<description>Hi Kevin,

The criteria I use when selecting blogs for HalfEagle can be found here:
http://blog.halfeagle.com/2008/08/how-does-halfeagle-pick-its-scouting-blogs/

I&#039;m a bit swamped this week, but I&#039;ll do my best to take a look at your blog and get back to you. I don&#039;t promise to add every Scouting blog, but I do promise to send an email with the reasons for my decision. :)

Thank you, Kevin!</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>The criteria I use when selecting blogs for HalfEagle can be found here:<br />
<a href="http://blog.halfeagle.com/2008/08/how-does-halfeagle-pick-its-scouting-blogs/" >http://blog.halfeagle.com/2008/08/how-does-halfeagle-pick-its-scouting-blogs/</a></p>
<p>I&#8217;m a bit swamped this week, but I&#8217;ll do my best to take a look at your blog and get back to you. I don&#8217;t promise to add every Scouting blog, but I do promise to send an email with the reasons for my decision. <img src='http://blog.halfeagle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you, Kevin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/comment-page-1/#comment-330</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.halfeagle.com/?p=171#comment-330</guid>
		<description>Hi Gregg,

I was wondering how I could get my blog, A Boy Scout&#039;s Blog added to halfeagle. Here is the link http://boyscoutblog.wsr3.net. Please email me with any questions.</description>
		<content:encoded><![CDATA[<p>Hi Gregg,</p>
<p>I was wondering how I could get my blog, A Boy Scout&#8217;s Blog added to halfeagle. Here is the link <a href="http://boyscoutblog.wsr3.net" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://boyscoutblog.wsr3.net');">http://boyscoutblog.wsr3.net</a>. Please email me with any questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/comment-page-1/#comment-320</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.halfeagle.com/?p=171#comment-320</guid>
		<description>More details. :) Another site owner has shared with me that they are also affected. I&#039;ll include some of what I told him:

&gt; The good news is those excessive hits don&#039;t request the entire page, they just check to see if the URL is a redirect. (With a bandwidth friendly HEAD-type request.)
&gt; Some blog RSS software (like Feedburner) generates new random redirect URLs on a frequent basis and it was causing some blogs posts to show up multiple times on the HalfEagle home page. I added a check to resolve any redirects up front to prevent anyone from accidentally gaming the home page of HalfEagle.
&gt; Unfortunately, I didn&#039;t fully realize how many extra hits that redirect resolution would generate. I&#039;m going to throttle everything back significantly, and look at some other ways of dealing with that problem.

One immediate affect of this throttling back is that it may take longer for new posts to show up on HalfEagle. I tried getting this down to between 10-20 minutes, but I&#039;ve bumped it back up to an hour. This also delays the auto twitter promotion by @halfeaglebot.

I&#039;ve also increased cache durations in a few places and generally improved every bit of code I&#039;ve run across. I sincerely believe in &quot;It&#039;s not a problem, it&#039;s an opportunity.&quot; :)

There will be more significant code changes when I get back from camp however, because I sincerely believe that a faster update will help promote everyone&#039;s blog entries. Plus, as a blogger myself, I like to see my announcements show up while I still have the entry fresh in my mind. :)</description>
		<content:encoded><![CDATA[<p>More details. <img src='http://blog.halfeagle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Another site owner has shared with me that they are also affected. I&#8217;ll include some of what I told him:</p>
<p>> The good news is those excessive hits don&#8217;t request the entire page, they just check to see if the URL is a redirect. (With a bandwidth friendly HEAD-type request.)<br />
> Some blog RSS software (like Feedburner) generates new random redirect URLs on a frequent basis and it was causing some blogs posts to show up multiple times on the HalfEagle home page. I added a check to resolve any redirects up front to prevent anyone from accidentally gaming the home page of HalfEagle.<br />
> Unfortunately, I didn&#8217;t fully realize how many extra hits that redirect resolution would generate. I&#8217;m going to throttle everything back significantly, and look at some other ways of dealing with that problem.</p>
<p>One immediate affect of this throttling back is that it may take longer for new posts to show up on HalfEagle. I tried getting this down to between 10-20 minutes, but I&#8217;ve bumped it back up to an hour. This also delays the auto twitter promotion by @halfeaglebot.</p>
<p>I&#8217;ve also increased cache durations in a few places and generally improved every bit of code I&#8217;ve run across. I sincerely believe in &#8220;It&#8217;s not a problem, it&#8217;s an opportunity.&#8221; <img src='http://blog.halfeagle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>There will be more significant code changes when I get back from camp however, because I sincerely believe that a faster update will help promote everyone&#8217;s blog entries. Plus, as a blogger myself, I like to see my announcements show up while I still have the entry fresh in my mind. <img src='http://blog.halfeagle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://blog.halfeagle.com/2009/06/halfeagle-bloggers-i-need-your-help/comment-page-1/#comment-319</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.halfeagle.com/?p=171#comment-319</guid>
		<description>Good news! With the help of the affected site owner, I&#039;ve isolated the section of code involved. I&#039;m working on a long term fix, but have disabled that code temporarily for his site.

I also confirmed that the error was not occurring on one of the other blogs that HalfEagle carries, so it might be isolated to just the one site. Please email me if your site seems to be affected and I&#039;ll fix it ASAP.</description>
		<content:encoded><![CDATA[<p>Good news! With the help of the affected site owner, I&#8217;ve isolated the section of code involved. I&#8217;m working on a long term fix, but have disabled that code temporarily for his site.</p>
<p>I also confirmed that the error was not occurring on one of the other blogs that HalfEagle carries, so it might be isolated to just the one site. Please email me if your site seems to be affected and I&#8217;ll fix it ASAP.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

