<?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: HTTP is an API</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/03/17/http-is-an-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/03/17/http-is-an-api/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/17/http-is-an-api/comment-page-1/#comment-167747</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Wed, 18 Mar 2009 15:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=727#comment-167747</guid>
		<description>Sebastiaan,

It&#039;s the last statement in the processSearchResults function:

&lt;pre&gt;jQuery(&quot;a.short&quot;).mouseover(function(e) {
  jQuery.get(&quot;?&quot;,
    {
      // convert preview.tinyurl.com to just tinyurl.com
      expand: e.target.href.replace(/preview\.tinyurl\.com/, &quot;tinyurl.com&quot;)
    },
    function(data) {
      jQuery(e.target).html(data).unbind(&quot;mouseover&quot;)
    }
  );
});
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Sebastiaan,</p>
<p>It's the last statement in the processSearchResults function:</p>
<pre>jQuery("a.short").mouseover(function(e) {
  jQuery.get("?",
    {
      // convert preview.tinyurl.com to just tinyurl.com
      expand: e.target.href.replace(/preview\.tinyurl\.com/, "tinyurl.com")
    },
    function(data) {
      jQuery(e.target).html(data).unbind("mouseover")
    }
  );
});
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastiaan</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/17/http-is-an-api/comment-page-1/#comment-167716</link>
		<dc:creator>Sebastiaan</dc:creator>
		<pubDate>Wed, 18 Mar 2009 11:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=727#comment-167716</guid>
		<description>And the mouseout function would be?</description>
		<content:encoded><![CDATA[<p>And the mouseout function would be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BradB</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/17/http-is-an-api/comment-page-1/#comment-167682</link>
		<dc:creator>BradB</dc:creator>
		<pubDate>Wed, 18 Mar 2009 07:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=727#comment-167682</guid>
		<description>Good one.</description>
		<content:encoded><![CDATA[<p>Good one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
