<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alekkus » Empowering social media with Flash &#187; url</title>
	<atom:link href="http://alekkus.com/blog/tag/url/feed/" rel="self" type="application/rss+xml" />
	<link>http://alekkus.com/blog</link>
	<description>flex consultant + social media specialist</description>
	<lastBuildDate>Wed, 17 Mar 2010 07:54:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A dead simple way to shorten url using TinyURL API</title>
		<link>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/</link>
		<comments>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 09:36:15 +0000</pubDate>
		<dc:creator>Alekkus</dc:creator>
				<category><![CDATA[Flex 3 (Moxie)]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://alekkus.com/blog/?p=221</guid>
		<description><![CDATA[Folks using Twitter would appreciate the notion of shortening url given that each post in Twitter is limited to 140 characters. Several services exist, but among them, only TinyURL hosts a cross-domain policy file. That means we can use the TinyURL API to shorten url without the need of a proxy server.
The API is damn [...]]]></description>
			<content:encoded><![CDATA[<p>Folks using Twitter would appreciate the notion of shortening url given that each post in Twitter is limited to 140 characters. Several services exist, but among them, only <a href="http://tinyurl.com/">TinyURL</a> hosts a cross-domain policy file. That means we can use the TinyURL API to shorten url without the need of a proxy server.</p>
<p>The API is damn simple; just make a call to:</p>
<p><strong><span style="color: #333399;">http://tinyurl.com/api-create.php?url=&lt;longish url&gt;</span></strong></p>
<p><strong>Demo:</strong><br />
<a href="http://alekkus.com/flex3/shorten_url.html">Shorten URL</a> (view source enabled)</p>
]]></content:encoded>
			<wfw:commentRss>http://alekkus.com/blog/2009/03/a-dead-simple-way-to-shorten-url-using-tinyurl-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
