<?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: Frustrating User Experiences: Techmeme Meta Refresh</title>
	<atom:link href="http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:19:00 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bshenanigan</title>
		<link>http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh/comment-page-1#comment-39568</link>
		<dc:creator>bshenanigan</dc:creator>
		<pubDate>Thu, 11 Sep 2008 14:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh#comment-39568</guid>
		<description>Won&#039;t this mean that there are now two requests, rather than one?  The HEAD request and the page request?</description>
		<content:encoded><![CDATA[<p>Won&#8217;t this mean that there are now two requests, rather than one?  The HEAD request and the page request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dion</title>
		<link>http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh/comment-page-1#comment-39524</link>
		<dc:creator>dion</dc:creator>
		<pubDate>Sat, 30 Aug 2008 05:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh#comment-39524</guid>
		<description>Gabe,

Thank you for providing a great service that sits in my Tab 4 :)</description>
		<content:encoded><![CDATA[<p>Gabe,</p>
<p>Thank you for providing a great service that sits in my Tab 4 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh/comment-page-1#comment-39523</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh#comment-39523</guid>
		<description>Good point Dion! Thanks! I could use some grapes now.</description>
		<content:encoded><![CDATA[<p>Good point Dion! Thanks! I could use some grapes now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henrah</title>
		<link>http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh/comment-page-1#comment-39522</link>
		<dc:creator>henrah</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog/frustrating-user-experiences-techmeme-meta-refresh#comment-39522</guid>
		<description>Another (also ugly) approach to doing a simple ping:

&lt;code&gt;
function ifConnected(callback) {
  var ping = new Image();
  ping.onload = callback;
  ping.src = &#039;/blank.gif?&#039; + new Date;
};
&lt;/code&gt;

...assuming blank.gif exists and is an actual image.</description>
		<content:encoded><![CDATA[<p>Another (also ugly) approach to doing a simple ping:</p>
<p><code><br />
function ifConnected(callback) {<br />
  var ping = new Image();<br />
  ping.onload = callback;<br />
  ping.src = '/blank.gif?' + new Date;<br />
};<br />
</code></p>
<p>&#8230;assuming blank.gif exists and is an actual image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
