<?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>AddyOsmani.com &#124; Where User Interface Ideas Grows &#187; recent covers last.fm</title>
	<atom:link href="http://addyosmani.com/blog/tag/recent-covers-last-fm/feed/" rel="self" type="application/rss+xml" />
	<link>http://addyosmani.com/blog</link>
	<description>This is the home of Addy Osmani (Web Developer, Designer &#38; Author). Here you can find some great tips and tutorials on everything to do with web development and even a few useful code samples!</description>
	<lastBuildDate>Fri, 03 Sep 2010 21:35:46 +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>21 Incredibly Useful Things You Can Do With cURL and PHP</title>
		<link>http://addyosmani.com/blog/21-incredibly-useful-things-you-can-do-with-curl-and-php/</link>
		<comments>http://addyosmani.com/blog/21-incredibly-useful-things-you-can-do-with-curl-and-php/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:49:51 +0000</pubDate>
		<dc:creator>Addy</dc:creator>
				<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[curl + php]]></category>
		<category><![CDATA[curl php examples]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php mashups]]></category>
		<category><![CDATA[recent covers last.fm]]></category>
		<category><![CDATA[shorten url bitly]]></category>
		<category><![CDATA[todolist]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweeting]]></category>
		<category><![CDATA[twitter API]]></category>
		<category><![CDATA[update facebook status]]></category>
		<category><![CDATA[upload files amazon]]></category>

		<guid isPermaLink="false">http://addyosmani.com/blog/21-incredibly-useful-things-you-can-do-with-curl-and-php/</guid>
		<description><![CDATA[&#160; Like me, if you’ve ever wanted to use a Web Service from a site that doesn’t have that many code examples or a solid API, chances are you may have considered using cURL – a great extension to PHP that allows you to authenticate with websites just like a normal user would. The benefits [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Like me, if you’ve ever wanted to use a Web Service from a site that doesn’t have that many code examples or a solid API, chances are you may have considered using <a href="http://www.php.net/curl">cURL</a> – a great extension to PHP that allows you to authenticate with websites just like a normal user would. The benefits of doing this are that you’re able to gain access to rich data sources like contact lists, email, statuses and a whole lot more. In this post I’m going to provide you with 20 code examples that’ll help you do some pretty cool things using everything from Bit.ly to Las.fm. Sites covered are Yahoo.com, Last.fm, Amazon, WordPress, Facebook, TwitPic, PayPal, Bit.ly, Twitter, GMail, MySpace, is.gd and IMDB.</p>
<p>  <span id="more-19"></span>
<p>&#160;</p>
<ol>
<li><a href="http://folio.vndv.com/scriptshare/shortenaurlwithbitly.txt">How to shorten a URL through bit.ly</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/gettrendingtopicsontwitter.txt">Get the trending topics on Twitter</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/getalbumtracks.txt">How to get the album covers of your most recent tracks on Last.fm</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/getyahoocontacts.txt">Get the list of your Yahoo Contacts via cURL</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/getyourlatesttweets.txt">How to get your very latest tweets</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/howtoupdateyourtwitter.txt">How to update your Twitter Status</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/howtouploadtofacebookvideo.txt">How to upload files to Facebook</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/importgmailcontacts.txt">How to import your GMail Contacts</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/s3php5.rar.gz">Upload files using Amazon S3 and PHP</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/logintomyspace.txt">How to login to mySpace through cURL</a> </li>
<li><a href="http://code.google.com/intl/de-DE/apis/youtube/1.0/developers_guide_php.html#UploadingVideos">How to upload videos to YouTube (API reference)</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/makeaposttowordpress.txt">How to make a post to WordPress</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/parsedetailsimdb.txt">How to parse out a movie&#8217;s details using IMDB</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/scrapebingdotcom.txt">How to Scape Bing.com for Search Results</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/updateyourfacebookstatus.txt">How to update your Facebook status</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/uploadpicturetotwitpic.txt">How to upload a picture to TwitPic through cURL</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/paypalcakephp.rar">How to process Payments using PayPal, cURL and CakePHP</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/scobblelast.txt">Scrobble tracks to your Last.fm account using cURL</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/youtubedownloader.zip">How to download videos in any format from YouTube</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/getisgdurl.txt">How to shorten a URL using the is.gd Shortening service</a> </li>
<li><a href="http://folio.vndv.com/scriptshare/googlereader.txt">How to grab the number of subscribers from your Google Reader Account</a> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://addyosmani.com/blog/21-incredibly-useful-things-you-can-do-with-curl-and-php/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
