<?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>Recycled Bin</title>
	<atom:link href="http://recycl.edb.in/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://recycl.edb.in</link>
	<description></description>
	<lastBuildDate>Sun, 20 Feb 2011 06:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>edbin api ready</title>
		<link>http://recycl.edb.in/?p=108</link>
		<comments>http://recycl.edb.in/?p=108#comments</comments>
		<pubDate>Sun, 20 Feb 2011 06:29:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[edbin url shortener]]></category>

		<guid isPermaLink="false">http://recycl.edb.in/?p=108</guid>
		<description><![CDATA[url shortening can now be easily added to your applications, just pass on the url, though the api only accepts a URL at this point, and of course features will be added as day passes. and as it is needed. &#8230; <a href="http://recycl.edb.in/?p=108">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>url shortening can now be easily added to your applications, just pass on the url, though the api only accepts a URL at this point, and of course features will be added as day passes. and as it is needed. <img src='http://recycl.edb.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i created a small PHP function that can show how you can add the service to your applications or blogs.</p>
<blockquote><p>
function get_short_url($url){<br />
$ch = curl_init();<br />
$timeout = 5;<br />
curl_setopt($ch,CURLOPT_URL,&#8217;http://edb.in/api.php?url=&#8217;.$url);<br />
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);<br />
curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout);<br />
$data = curl_exec($ch);<br />
curl_close($ch);<br />
return $data;<br />
}</p></blockquote>
<p>have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://recycl.edb.in/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL shortener launched!</title>
		<link>http://recycl.edb.in/?p=78</link>
		<comments>http://recycl.edb.in/?p=78#comments</comments>
		<pubDate>Sat, 19 Feb 2011 08:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://recycl.edb.in/?p=78</guid>
		<description><![CDATA[today, we launched the edbin URL shortner, well, truth is, the domain edb.in has been idle for quite some time, so i beleive it would be worth to serve something. This will be my first ever useful web service! ( &#8230; <a href="http://recycl.edb.in/?p=78">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>today, we launched the edbin URL shortner, well, truth is, the domain edb.in has been idle for quite some time, so i beleive it would be worth to serve something. This will be my first ever useful web service! ( i hope it is really helpful lol )</p>
<p>I hope someone other than me uses it, and suggest other features that may be helpful.</p>
<p>suggestions, critics, what ever,  are all welcome, nothing to lose, have fun everyone! <img src='http://recycl.edb.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The service is available here: <a href="http://edb.in">http://edb.in</a></p>
]]></content:encoded>
			<wfw:commentRss>http://recycl.edb.in/?feed=rss2&amp;p=78</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

