<?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: Three Bitchin&#8217; PHP Classes &#8211; Cache, Last.fm API, Time</title>
	<atom:link href="http://labs.iamkoa.net/2010/04/21/three-bitchin-php-classes-cache-last-fm-api-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.iamkoa.net/2010/04/21/three-bitchin-php-classes-cache-last-fm-api-time/</link>
	<description>I break it. I fix it. You learn.</description>
	<lastBuildDate>Wed, 11 Aug 2010 03:59:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Koa</title>
		<link>http://labs.iamkoa.net/2010/04/21/three-bitchin-php-classes-cache-last-fm-api-time/comment-page-1/#comment-359</link>
		<dc:creator>Koa</dc:creator>
		<pubDate>Wed, 23 Jun 2010 22:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://labs.iamkoa.net/?p=77#comment-359</guid>
		<description>Michael, thanks for noting this flaw. I&#039;ll update the class accordingly.</description>
		<content:encoded><![CDATA[<p>Michael, thanks for noting this flaw. I&#8217;ll update the class accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://labs.iamkoa.net/2010/04/21/three-bitchin-php-classes-cache-last-fm-api-time/comment-page-1/#comment-357</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 05 Jun 2010 13:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://labs.iamkoa.net/?p=77#comment-357</guid>
		<description>Hey,

For the Last.FM class I encountered a problem when dealing with arguments (user= or artist=) that have spaces in them. I solved the issue by doing the following:

$lastfm-&gt;artist_getInfo(&quot;artist=&quot; . urlencode(&quot;Test Artist&quot;)) 

which makes the text URL friendly since it is being called through a URL. However I&#039;m sure there is a way to fix it in the class but I don&#039;t understand the code you provided since it is a little above my head. 

Great article by the way! The last.fm and cache modules are very helpful.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>For the Last.FM class I encountered a problem when dealing with arguments (user= or artist=) that have spaces in them. I solved the issue by doing the following:</p>
<p>$lastfm-&gt;artist_getInfo(&#8220;artist=&#8221; . urlencode(&#8220;Test Artist&#8221;)) </p>
<p>which makes the text URL friendly since it is being called through a URL. However I&#8217;m sure there is a way to fix it in the class but I don&#8217;t understand the code you provided since it is a little above my head. </p>
<p>Great article by the way! The last.fm and cache modules are very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

