<?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: PHP Addicted To Flickr API Class</title>
	<atom:link href="http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnunemaker</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-183949</link>
		<dc:creator>jnunemaker</dc:creator>
		<pubDate>Sat, 16 May 2009 18:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-183949</guid>
		<description>If it is not currently in the library already then you are out of luck. I haven&#039;t touched it in probably 3 years. I don&#039;t know of any others as I&#039;m no longer in the php community.</description>
		<content:encoded><![CDATA[<p>If it is not currently in the library already then you are out of luck. I haven&#8217;t touched it in probably 3 years. I don&#8217;t know of any others as I&#8217;m no longer in the php community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-183931</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 16 May 2009 14:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-183931</guid>
		<description>How can I show my favorite photo list? I mean, how should I modify the code to get it?

If this class is not supported, could you recommend a class? Thanks!</description>
		<content:encoded><![CDATA[<p>How can I show my favorite photo list? I mean, how should I modify the code to get it?</p>
<p>If this class is not supported, could you recommend a class? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-152009</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Sat, 12 Jul 2008 20:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-152009</guid>
		<description>@Craig - Haven&#039;t written php in several years. Sorry. I don&#039;t know that I ever really tested the file system cache that much. Just use the db cache. I know it works as that is what I typically used.</description>
		<content:encoded><![CDATA[<p>@Craig &#8211; Haven&#8217;t written php in several years. Sorry. I don&#8217;t know that I ever really tested the file system cache that much. Just use the db cache. I know it works as that is what I typically used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-151897</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-151897</guid>
		<description>John - thanks for the awesome class!

Question - I have it set to use enableFSCache, but each cache file is being overwritten by any subsequent lookups.  I have my cache set to expire at 3600 seconds.

Example - 

UserA -&gt;Cachefile01
UserB -&gt;deletes Cachefile01 and writes Cachefile02
UserA -&gt; deletes Cachefile02 and writes Cachefile03

Any ideas on why it isn&#039;t keeping the individual cache files?

Thanks!</description>
		<content:encoded><![CDATA[<p>John &#8211; thanks for the awesome class!</p>
<p>Question &#8211; I have it set to use enableFSCache, but each cache file is being overwritten by any subsequent lookups.  I have my cache set to expire at 3600 seconds.</p>
<p>Example &#8211; </p>
<p>UserA -&gt;Cachefile01<br />
UserB -&gt;deletes Cachefile01 and writes Cachefile02<br />
UserA -&gt; deletes Cachefile02 and writes Cachefile03</p>
<p>Any ideas on why it isn&#8217;t keeping the individual cache files?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-148353</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Wed, 11 Jun 2008 21:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-148353</guid>
		<description>@Jesse - DB Caching doesn&#039;t improve performance it just keeps you from getting banned by flickr for hitting their api too much.</description>
		<content:encoded><![CDATA[<p>@Jesse &#8211; DB Caching doesn&#8217;t improve performance it just keeps you from getting banned by flickr for hitting their api too much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-148352</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 11 Jun 2008 21:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-148352</guid>
		<description>I love it.  See http://listenlight.net/dev/16/magi for a basic template planned for issue 16 at http://listenlight.net.  My only question is on the db cacheing.. how does it improve performance?  The tags I query are mainly common, e.g., colorful, summer, beach, flowers, etc., the photos of which are likely to update very quickly at flickr.  With that in mind, I pass a random number for the page result.  Any comments welcome.

Also, I see your latest blog entry on your having left a regular job for Wild West 2.0

The following is compulsory :-)

http://programmermeetdesigner.com/listing/view/2654</description>
		<content:encoded><![CDATA[<p>I love it.  See <a href="http://listenlight.net/dev/16/magi" rel="nofollow">http://listenlight.net/dev/16/magi</a> for a basic template planned for issue 16 at <a href="http://listenlight.net" rel="nofollow">http://listenlight.net</a>.  My only question is on the db cacheing.. how does it improve performance?  The tags I query are mainly common, e.g., colorful, summer, beach, flowers, etc., the photos of which are likely to update very quickly at flickr.  With that in mind, I pass a random number for the page result.  Any comments welcome.</p>
<p>Also, I see your latest blog entry on your having left a regular job for Wild West 2.0</p>
<p>The following is compulsory :-)</p>
<p><a href="http://programmermeetdesigner.com/listing/view/2654" rel="nofollow">http://programmermeetdesigner.com/listing/view/2654</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamesk</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-131396</link>
		<dc:creator>jamesk</dc:creator>
		<pubDate>Wed, 05 Mar 2008 06:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-131396</guid>
		<description>Nice!!  Here&#039;s some interesting material as well: http://www.newwebplatform.com/tips-and-tutorials/Flickr</description>
		<content:encoded><![CDATA[<p>Nice!!  Here&#8217;s some interesting material as well: <a href="http://www.newwebplatform.com/tips-and-tutorials/Flickr" rel="nofollow">http://www.newwebplatform.com/tips-and-tutorials/Flickr</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crow</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-94698</link>
		<dc:creator>Crow</dc:creator>
		<pubDate>Wed, 12 Sep 2007 12:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-94698</guid>
		<description>Current timestamp is 8bb0234681aa6652e8500b1144c6dadb</description>
		<content:encoded><![CDATA[<p>Current timestamp is 8bb0234681aa6652e8500b1144c6dadb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Birger Eriksson</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-92518</link>
		<dc:creator>Birger Eriksson</dc:creator>
		<pubDate>Fri, 31 Aug 2007 17:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-92518</guid>
		<description>Nice work! a lot more simple to use than others!
Some suggestions to the documentation:

Tell user that they will nead a Mysql database with username and password.
Eg. at &quot;Get group info&quot;
/* Change DB_HOST to localhost or the host address to your MySQL database server
Change DB_USER and DB_PASSWORD to your MySQL login values. Create a empty database and change DB_NAME to the database name
*/
$flickr-&gt;enableDBCache(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);

Tell the users how to get the ID that is neaded to seache for pictures. 
eg.
/* 89776093@N00 is an example ID for a group. You will find the group ID at the feed link on the group pages (www.flickr.com)
*/
$group_info = $flickr-&gt;getGroupInfo(&#039;89776093@N00&#039;);
52239735206@N01</description>
		<content:encoded><![CDATA[<p>Nice work! a lot more simple to use than others!<br />
Some suggestions to the documentation:</p>
<p>Tell user that they will nead a Mysql database with username and password.<br />
Eg. at &#8220;Get group info&#8221;<br />
/* Change DB_HOST to localhost or the host address to your MySQL database server<br />
Change DB_USER and DB_PASSWORD to your MySQL login values. Create a empty database and change DB_NAME to the database name<br />
*/<br />
$flickr-&gt;enableDBCache(DB_HOST, DB_USER, DB_PASSWORD, DB_NAME);</p>
<p>Tell the users how to get the ID that is neaded to seache for pictures.<br />
eg.<br />
/* 89776093@N00 is an example ID for a group. You will find the group ID at the feed link on the group pages (www.flickr.com)<br />
*/<br />
$group_info = $flickr-&gt;getGroupInfo(&#8216;89776093@N00&#8242;);<br />
52239735206@N01</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BjÃƒÂ¶rn Carlsson</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-310</link>
		<dc:creator>BjÃƒÂ¶rn Carlsson</dc:creator>
		<pubDate>Fri, 23 Sep 2005 05:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-310</guid>
		<description>Looks like a solid piece of work, and what a lovely documentation site! Looks like I&#039;m gonna be addicted to this one for a while...</description>
		<content:encoded><![CDATA[<p>Looks like a solid piece of work, and what a lovely documentation site! Looks like I&#8217;m gonna be addicted to this one for a while&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-300</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Mon, 19 Sep 2005 22:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-300</guid>
		<description>@Jayson - I would expect the plugin should be done in a few weeks. I know that&#039;s general, but I have quite a few  ideas that I am working on right now. Thanks for the nice comments.</description>
		<content:encoded><![CDATA[<p>@Jayson &#8211; I would expect the plugin should be done in a few weeks. I know that&#8217;s general, but I have quite a few  ideas that I am working on right now. Thanks for the nice comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayson Franklin</title>
		<link>http://addictedtonew.com/archives/89/php-addicted-to-flickr-api-class/comment-page-1/#comment-298</link>
		<dc:creator>Jayson Franklin</dc:creator>
		<pubDate>Sun, 18 Sep 2005 19:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=89#comment-298</guid>
		<description>Great site!  Awesome layout, just awesome.  When can we expect the plugin?  Newbs like me need all the help we can get.</description>
		<content:encoded><![CDATA[<p>Great site!  Awesome layout, just awesome.  When can we expect the plugin?  Newbs like me need all the help we can get.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

