<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SKFox</title>
	
	<link>http://skfox.com</link>
	<description>There's a fine line between being on the leading edge and being in the lunatic fringe</description>
	<pubDate>Tue, 26 Aug 2008 21:52:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<geo:lat>44.970181</geo:lat><geo:long>-123.080339</geo:long><image><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url><title>Powered by FeedBurner</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Skfox" type="application/rss+xml" /><feedburner:emailServiceId>917838</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>FF3 about:config dire warning</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/375592011/</link>
		<comments>http://skfox.com/2008/08/26/ff3-aboutconfig-dire-warning/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:52:32 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=331</guid>
		<description><![CDATA[Firefox 3 provides this dire warning when you type about:config in the address bar.

]]></description>
			<content:encoded><![CDATA[<p>Firefox 3 provides this dire warning when you type about:config in the address bar.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/ff3-config-warn.jpg"><img class="alignnone size-medium wp-image-332" title="ff3-config-warn" src="http://skfox.com/wp/wp-content/uploads/2008/08/ff3-config-warn-300x89.jpg" alt="" width="300" height="89" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=6UjiUK"><img src="http://feeds.feedburner.com/~f/Skfox?i=6UjiUK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=0YnKGk"><img src="http://feeds.feedburner.com/~f/Skfox?i=0YnKGk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=xCr5jk"><img src="http://feeds.feedburner.com/~f/Skfox?i=xCr5jk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/375592011" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/26/ff3-aboutconfig-dire-warning/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F26%2Fff3-aboutconfig-dire-warning%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/26/ff3-aboutconfig-dire-warning/</feedburner:origLink></item>
		<item>
		<title>Firefox 3.0.1 Encoding Change (Bug?)</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/375571189/</link>
		<comments>http://skfox.com/2008/08/26/firefox-301-encoding-change-bug/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:23:26 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<category><![CDATA[Visual Fox Pro]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=329</guid>
		<description><![CDATA[So, FF 3.0.1 was seriously pissing me off today. I&#8217;ll spare details as not very many people are VFP developers but it came down to something fairly simple.
When a request comes into my web app, I check the CONTENT_TYPE header. Most browsers send this&#8230;
application/x-www-form-urlencoded
Firefox 3.0.1 is sending&#8230;
application/x-www-form-urlencoded; charset=utf-8
&#8230;which completely threw my program off when using [...]]]></description>
			<content:encoded><![CDATA[<p>So, FF 3.0.1 was seriously pissing me off today. I&#8217;ll spare details as not very many people are VFP developers but it came down to something fairly simple.</p>
<p>When a request comes into my web app, I check the CONTENT_TYPE header. Most browsers send this&#8230;</p>
<blockquote><p>application/x-www-form-urlencoded</p></blockquote>
<p>Firefox 3.0.1 is sending&#8230;</p>
<blockquote><p>application/x-www-form-urlencoded; charset=utf-8</p></blockquote>
<p>&#8230;which completely threw my program off when using FF3, while IE6/7, Opera, and Safari were working just fine. The program is using jQuery, the form plugin, etc so the problem could have been anywhere.</p>
<p>I finally broke down and <a href="http://www.west-wind.com/wwThreads/default.asp?Thread=2G70SFGLB&amp;MsgId=2G70SFGLC">asked for help</a>. Rick was nice enough to point out the flaws in my logic and get me back on track.</p>
<p>2.5 hours of pulling my hair out. Grrr!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=5eR28K"><img src="http://feeds.feedburner.com/~f/Skfox?i=5eR28K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=3BZcmk"><img src="http://feeds.feedburner.com/~f/Skfox?i=3BZcmk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=HIazMk"><img src="http://feeds.feedburner.com/~f/Skfox?i=HIazMk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/375571189" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/26/firefox-301-encoding-change-bug/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F26%2Ffirefox-301-encoding-change-bug%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/26/firefox-301-encoding-change-bug/</feedburner:origLink></item>
		<item>
		<title>Comcast speedy when it wants to be</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/374798831/</link>
		<comments>http://skfox.com/2008/08/25/comcast-speedy-when-it-wants-to-be/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 02:08:27 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=327</guid>
		<description><![CDATA[I stopped by speedtest.net recently to see how my connection is doing.
I know that speedboost is supposed to speed up small files, but this much? It absolutely sucks when I&#8217;m trying to move a few hundred megs up/down from my servers, but regardless this was pretty damn fast.
What drives me nuts is that they will [...]]]></description>
			<content:encoded><![CDATA[<p>I stopped by <a href="http://speedtest.net">speedtest.net</a> recently to see how my connection is doing.</p>
<div class="wp-caption alignnone" style="width: 310px"><a href="http://www.speedtest.net/result/313801049.png"><img title="Speedtest.net results" src="http://www.speedtest.net/result/313801049.png" alt="Speedtest.net results" width="300" height="135" /></a><p class="wp-caption-text">Speedtest.net results</p></div>
<p>I know that speedboost is supposed to speed up small files, but this much? It absolutely sucks when I&#8217;m trying to move a few hundred megs up/down from my servers, but regardless this was pretty damn fast.</p>
<p>What drives me nuts is that they will boost my speed up to 20Mb/second for some small files when I would just settle for 1Mb/second consistantly. If I try to FTP/SFTP a few hundred files to my server, my speeds will drop to dial-up or worse.</p>
<p>Trying to compete on theoretical limits is like trying to compete with free. Don&#8217;t do it. Sell me a consistent, reliable, unthrottled connection and I may go with you because I want to instead of the lack of options. Do that, and I&#8217;ll be impressed.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=HJ4xNK"><img src="http://feeds.feedburner.com/~f/Skfox?i=HJ4xNK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=1vnVuk"><img src="http://feeds.feedburner.com/~f/Skfox?i=1vnVuk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=M7tGIk"><img src="http://feeds.feedburner.com/~f/Skfox?i=M7tGIk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/374798831" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/25/comcast-speedy-when-it-wants-to-be/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F25%2Fcomcast-speedy-when-it-wants-to-be%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/25/comcast-speedy-when-it-wants-to-be/</feedburner:origLink></item>
		<item>
		<title>PC Club closing…again?</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/372213641/</link>
		<comments>http://skfox.com/2008/08/22/pc-club-closingagain/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 21:49:49 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=322</guid>
		<description><![CDATA[Something is up with PC Club&#8230;again. We&#8217;ve been here before and I think the niche that they fill will be void in their absence, especially here in Salem, Oregon where a majority of the computer shops are either box stores or junk resellers. I&#8217;ve seen a couple of new computer stores open, but they don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Something is up with PC Club&#8230;again. We&#8217;ve <a href="http://skfox.com/2008/05/13/pc-club-closing-effective-immediately/">been here before</a> and I think the niche that they fill will be void in their absence, especially here in Salem, Oregon where a majority of the computer shops are either box stores or junk resellers. I&#8217;ve seen a couple of new computer stores open, but they don&#8217;t seem to have websites or any marketing going on. Here are some strange screenshots from pcclub.com that only seem to reinforce the events.</p>
<div id="attachment_325" class="wp-caption alignnone" style="width: 509px"><a href="http://skfox.com/wp/wp-content/uploads/2008/08/systems.jpg"><img class="size-full wp-image-325" title="PC Club Systems" src="http://skfox.com/wp/wp-content/uploads/2008/08/systems.jpg" alt="Only two systems available" width="499" height="401" /></a><p class="wp-caption-text">Only two systems available</p></div>
<div id="attachment_324" class="wp-caption alignnone" style="width: 229px"><a href="http://skfox.com/wp/wp-content/uploads/2008/08/nostores.jpg"><img class="size-full wp-image-324" title="nostores" src="http://skfox.com/wp/wp-content/uploads/2008/08/nostores.jpg" alt="No Stores #1" width="219" height="254" /></a><p class="wp-caption-text">No Stores #1</p></div>
<div id="attachment_323" class="wp-caption alignnone" style="width: 462px"><a href="http://skfox.com/wp/wp-content/uploads/2008/08/nostores2.jpg"><img class="size-full wp-image-323" title="nostores2" src="http://skfox.com/wp/wp-content/uploads/2008/08/nostores2.jpg" alt="No Stores #2" width="452" height="103" /></a><p class="wp-caption-text">No Stores #2</p></div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=ZiAmBK"><img src="http://feeds.feedburner.com/~f/Skfox?i=ZiAmBK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=Uz1xAk"><img src="http://feeds.feedburner.com/~f/Skfox?i=Uz1xAk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=AWd3nk"><img src="http://feeds.feedburner.com/~f/Skfox?i=AWd3nk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/372213641" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/22/pc-club-closingagain/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F22%2Fpc-club-closingagain%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/22/pc-club-closingagain/</feedburner:origLink></item>
		<item>
		<title>Houston area car chase: Suprise ending</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/365076139/</link>
		<comments>http://skfox.com/2008/08/14/houston-area-car-chase-suprise-ending/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:04:33 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[In the news]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=320</guid>
		<description><![CDATA[I saw this today while home for lunch. Sarah and I were watching it live and were absolutely shocked at the ending. See for yourself.

After being handcuffed, he got up on his own and appears to be uninjured.
[MyFox Houston]
]]></description>
			<content:encoded><![CDATA[<p>I saw this today while home for lunch. Sarah and I were watching it live and were absolutely shocked at the ending. See for yourself.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="349" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/5jIgGR6_z4g&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" /><embed type="application/x-shockwave-flash" width="425" height="349" src="http://www.youtube.com/v/5jIgGR6_z4g&amp;hl=en&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999&amp;border=1" allowfullscreen="true"></embed></object></p>
<p>After being handcuffed, he got up on his own and appears to be uninjured.</p>
<p>[<a href="http://www.myfoxhouston.com/myfox/">MyFox Houston</a>]</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=o39HxK"><img src="http://feeds.feedburner.com/~f/Skfox?i=o39HxK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=jYRY0k"><img src="http://feeds.feedburner.com/~f/Skfox?i=jYRY0k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=qrbj3k"><img src="http://feeds.feedburner.com/~f/Skfox?i=qrbj3k" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/365076139" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/14/houston-area-car-chase-suprise-ending/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F14%2Fhouston-area-car-chase-suprise-ending%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/14/houston-area-car-chase-suprise-ending/</feedburner:origLink></item>
		<item>
		<title>Anatomy of an outage</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/363048596/</link>
		<comments>http://skfox.com/2008/08/12/anatomy-of-an-outage/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 16:13:16 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=313</guid>
		<description><![CDATA[By all accounts, yesterdays GMail outage was pretty big. It just so happens that I ranked in the first few results in the SERPs for keywords related to the outage. The traffic influx was huge.


Media Temple (the SKFox.com host) uses a system called GPUs or Grid Processing Units to give you a good idea of [...]]]></description>
			<content:encoded><![CDATA[<p>By all accounts, <a href="http://skfox.com/2008/08/11/another-major-gmail-502-outage/">yesterdays GMail outage</a> was pretty big. It just so happens that I ranked in the first few results in the SERPs for keywords related to the outage. The traffic influx was huge.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/analytics.jpg"><img class="alignnone size-medium wp-image-314" title="analytics" src="http://skfox.com/wp/wp-content/uploads/2008/08/analytics-300x120.jpg" alt="" width="300" height="120" /></a></p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/keywords.jpg"><img class="alignnone size-medium wp-image-316" title="keywords" src="http://skfox.com/wp/wp-content/uploads/2008/08/keywords-300x169.jpg" alt="" width="300" height="169" /></a></p>
<p><a href="http://mediatemple.net">Media Temple</a> (the SKFox.com host) uses a system called GPUs or Grid Processing Units to give you a good idea of how much CPU, I/O, and disk space you are using on their system. Yesterdays spike is fairly obvious.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/gpu.jpg"><img class="alignnone size-medium wp-image-315" title="gpu" src="http://skfox.com/wp/wp-content/uploads/2008/08/gpu-300x92.jpg" alt="" width="300" height="92" /></a></p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/gpu2.jpg"><img class="alignnone size-medium wp-image-318" title="gpu2" src="http://skfox.com/wp/wp-content/uploads/2008/08/gpu2-300x95.jpg" alt="" width="300" height="95" /></a></p>
<p>Mint, from <a href="http://haveamint.com">haveamint.com</a>, gave me my first clue as to what was going on. While I like the depth of Google Analytics, the real time stats from <a href="http://skfox.com/mint/">my Mint installation</a> are priceless.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/mint.jpg"><img class="alignnone size-medium wp-image-317" title="mint" src="http://skfox.com/wp/wp-content/uploads/2008/08/mint-208x300.jpg" alt="" width="208" height="300" /></a></p>
<p>SKFox.com normally gets about 100 visitors per day. At the peak of the outage, I was getting about 23 per minute. That&#8217;s awesome, but hopefully there isn&#8217;t another repeat anytime soon.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=8gqwtK"><img src="http://feeds.feedburner.com/~f/Skfox?i=8gqwtK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=Ih1iBk"><img src="http://feeds.feedburner.com/~f/Skfox?i=Ih1iBk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=2KRCYk"><img src="http://feeds.feedburner.com/~f/Skfox?i=2KRCYk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/363048596" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/12/anatomy-of-an-outage/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F12%2Fanatomy-of-an-outage%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/12/anatomy-of-an-outage/</feedburner:origLink></item>
		<item>
		<title>Olympic Costs?</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/362588018/</link>
		<comments>http://skfox.com/2008/08/11/olympic-costs/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 04:17:17 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[In the news]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=311</guid>
		<description><![CDATA[My wife wondered what hosting the modern Olympics cost a nation. My GoogleFu has initially failed me, but I think I&#8217;ve found some rough estimates. If anybody can fill in the details or find better estimates, please leave me a comment.

2008 Beijing: $42 billion
2006 Turino: ?
2004 Athens: $15 billion
2002 Salt Lake City: $1.3 billion
2000 Sydney: [...]]]></description>
			<content:encoded><![CDATA[<p>My wife wondered what hosting the modern Olympics cost a nation. My GoogleFu has initially failed me, but I think I&#8217;ve found some rough estimates. If anybody can fill in the details or find better estimates, please leave me a comment.</p>
<ul>
<li>2008 Beijing: $42 billion</li>
<li>2006 Turino: ?</li>
<li>2004 Athens: $15 billion</li>
<li>2002 Salt Lake City: $1.3 billion</li>
<li>2000 Sydney: $3.4 billion</li>
<li>1998 Nagano: ?</li>
<li>1996 Atlanta: $1.8 billion</li>
<li>1994 Lillehammer: ?</li>
<li>1992 Barcelona: ?</li>
<li>1992 Albertville: ?</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=ivnajK"><img src="http://feeds.feedburner.com/~f/Skfox?i=ivnajK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=1dz46k"><img src="http://feeds.feedburner.com/~f/Skfox?i=1dz46k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=e6po6k"><img src="http://feeds.feedburner.com/~f/Skfox?i=e6po6k" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/362588018" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/11/olympic-costs/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F11%2Folympic-costs%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/11/olympic-costs/</feedburner:origLink></item>
		<item>
		<title>Brinley reading a book</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/362420265/</link>
		<comments>http://skfox.com/2008/08/11/brinley-reading-a-book/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 00:04:47 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Family]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=308</guid>
		<description><![CDATA[Brinley takes the GMail outage in stride by deciding to read a good book.

]]></description>
			<content:encoded><![CDATA[<p>Brinley takes the GMail outage in stride by deciding to read a good book.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/0811081656.jpg"><img class="alignnone size-medium wp-image-309" title="0811081656" src="http://skfox.com/wp/wp-content/uploads/2008/08/0811081656-300x225.jpg" alt="" width="300" height="225" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=VjHmdK"><img src="http://feeds.feedburner.com/~f/Skfox?i=VjHmdK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=mFNEjk"><img src="http://feeds.feedburner.com/~f/Skfox?i=mFNEjk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=4JrROk"><img src="http://feeds.feedburner.com/~f/Skfox?i=4JrROk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/362420265" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/11/brinley-reading-a-book/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F11%2Fbrinley-reading-a-book%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/11/brinley-reading-a-book/</feedburner:origLink></item>
		<item>
		<title>Another major gMail 502 outage</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/362329118/</link>
		<comments>http://skfox.com/2008/08/11/another-major-gmail-502-outage/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:52:45 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Rants and Raves]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=292</guid>
		<description><![CDATA[Earlier this week I saw about 300 visits over a 24 hour period from people searching for solutions to the error message they were getting when logging into Gmail. I have seen over 800 in the last hour. Sure enough, my gmail is out too with a Temporary        [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/gmailout.jpg"><img class="alignnone size-full wp-image-294" title="gmailout" src="http://skfox.com/wp/wp-content/uploads/2008/08/gmailout.jpg" alt="" width="144" height="80" /></a>Earlier this week I saw about 300 visits over a 24 hour period from people searching for solutions to the error message they were getting when logging into Gmail. I have seen over <strong>800</strong> in the last hour. Sure enough, my gmail is out too with a <strong>Temporary                   Error (502). </strong>POP3 seems to be working. Following my <a href="http://skfox.com/2008/06/09/surviving-gmail-502-outages/">survival guide</a>, I checked the Gmail google group. The issue for today, <a href="http://groups.google.com/group/Gmail-Help-Announcements-and-Alerts-en/browse_thread/thread/9a69798cd0db14a5#">11 August 2008</a>, is a known issue with the web interface, they acknowledge that POP3 and IMAP are still working.</p>
<p>Here is to all of you and myself, let us hope it comes back up soon.</p>
<p><strong>Update 1</strong>: Mine is back up after about an hour. Anybody else?</p>
<p><strong>Update 2</strong>: 2,000+ hits in an hour because of this. Media Temple server holding up nicely.</p>
<p><strong>Previous outages</strong></p>
<ul>
<li><a href="http://skfox.com/2008/03/18/gmail-temporary-error-502/">March 2008</a></li>
<li><a href="http://skfox.com/2008/05/21/gmail-down-with-temp-error-502-round-2/">May 2008</a></li>
<li><a href="http://skfox.com/2008/07/15/its-that-time-againgmail-down-with-502/">July 2008</a></li>
</ul>
<p><strong>Help</strong></p>
<ul>
<li><a href="http://skfox.com/2008/06/09/surviving-gmail-502-outages/">Surviving Gmail 502 outages</a></li>
<li><a href="http://groups.google.com/group/Gmail-Help-Announcements-and-Alerts-en/topics?ctx=l_announcements">Gmail alerts and annoucements</a></li>
</ul>
<p><strong>Other coverage</strong></p>
<ul>
<li>Techcrunch: <a href="http://www.techcrunch.com/2008/08/11/systemwide-gmail-outage/">Systemwide GMail Outage</a></li>
<li>CNET: <a href="http://news.cnet.com/8301-17939_109-10014389-2.html">Gmail is down, Twitter sizzling</a></li>
<li>Mashable: <a href="http://mashable.com/2008/08/11/gmail-is-down/">GMail is Down</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=9nEElK"><img src="http://feeds.feedburner.com/~f/Skfox?i=9nEElK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=DBm5Lk"><img src="http://feeds.feedburner.com/~f/Skfox?i=DBm5Lk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=SRbL1k"><img src="http://feeds.feedburner.com/~f/Skfox?i=SRbL1k" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/362329118" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/11/another-major-gmail-502-outage/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F11%2Fanother-major-gmail-502-outage%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/11/another-major-gmail-502-outage/</feedburner:origLink></item>
		<item>
		<title>Google getting smarter</title>
		<link>http://feeds.feedburner.com/~r/Skfox/~3/362253061/</link>
		<comments>http://skfox.com/2008/08/11/google-getting-smarter/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:10:59 +0000</pubDate>
		<dc:creator>Shaun Kester</dc:creator>
		
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://skfox.com/?p=289</guid>
		<description><![CDATA[I did a quick search today on &#8216;medal count&#8216; to try and find out where the US stands on medals for the Olympic games. I expected to find the official Olympics site or some other coverage of the games in the search results, only to have to drill down from there. Imagine my surprise when [...]]]></description>
			<content:encoded><![CDATA[<p>I did a quick search today on &#8216;<a href="http://www.google.com/search?q=medal+count">medal count</a>&#8216; to try and find out where the US stands on medals for the Olympic games. I expected to find the official Olympics site or some other coverage of the games in the search results, only to have to drill down from there. Imagine my surprise when Google gave me the answer right in the search results. Very cool.</p>
<p><a href="http://skfox.com/wp/wp-content/uploads/2008/08/goog-medals.jpg"><img class="alignnone size-full wp-image-290" title="goog-medals" src="http://skfox.com/wp/wp-content/uploads/2008/08/goog-medals.jpg" alt="" width="500" height="292" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Skfox?a=rVlxNK"><img src="http://feeds.feedburner.com/~f/Skfox?i=rVlxNK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=FaVEhk"><img src="http://feeds.feedburner.com/~f/Skfox?i=FaVEhk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Skfox?a=85r3lk"><img src="http://feeds.feedburner.com/~f/Skfox?i=85r3lk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Skfox/~4/362253061" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://skfox.com/2008/08/11/google-getting-smarter/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=Skfox&amp;itemurl=http%3A%2F%2Fskfox.com%2F2008%2F08%2F11%2Fgoogle-getting-smarter%2F</feedburner:awareness><feedburner:origLink>http://skfox.com/2008/08/11/google-getting-smarter/</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=Skfox</feedburner:awareness></channel>
</rss>
