<?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>Gaya Design &#187; last.fm</title>
	<atom:link href="http://www.gayadesign.com/tag/lastfm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gayadesign.com</link>
	<description>PHP, CSS, xhtml, javascript / jquery tutorials</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Caching external data in PHP</title>
		<link>http://www.gayadesign.com/diy/caching-external-data-in-php/</link>
		<comments>http://www.gayadesign.com/diy/caching-external-data-in-php/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:14:40 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[external service]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=349</guid>
		<description><![CDATA[Caching data. If you are a developer you must have heard about it somewhere. Is it really that important? There is only one thing I can say to that: yes!
There are a lot of reasons why you should start caching data that has been calculated. The most common reason is to keep the owner of the data happy, saving him/her bandwidth and server capacity.

In this article I will be telling you how to cache data given from an external service, but can also be used to save local results.

<a href="http://www.gayadesign.com/diy/caching-external-data-in-php/" class="border" rel="attachment wp-att-370"><img src="http://www.gayadesign.com/wp-content/uploads/2009/05/cachingpost.jpg" alt="cachingpost" title="cachingpost" width="580" height="205" class="aligncenter size-full wp-image-370" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/caching-external-data-in-php/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Reading XML with PHP</title>
		<link>http://www.gayadesign.com/diy/reading-xml-with-php/</link>
		<comments>http://www.gayadesign.com/diy/reading-xml-with-php/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 11:06:58 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=38</guid>
		<description><![CDATA[<p>Since <strong>webservices</strong> and <strong>RESTful</strong> services are becoming more and more popular, <strong>XML</strong> is getting a common format to exchange information. XML is easy to read and has a nice tree structure, which can be easily interpreted.</p>
<p>This post will show you how easy it is to <em>read XML in PHP</em>.</p>
<a href='/diy/reading-xml-with-php/' class="border"><img height="74" width="532" src="http://www.gayadesign.com/wp-content/uploads/2009/03/xml.jpg" alt="" /></a>
<p>In this tutorial I'll teach you how to read information which a simple webservice provides. The webservice I choose is <a href="http://www.last.fm/api">Last.fm</a>. It's quick, fun and has a lot of features. We'll use the <strong>Recent Tracks</strong> information of a user profile.</p>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/reading-xml-with-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

