<?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: How to Load Random Flickr Images with PHP</title>
	<atom:link href="http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 03:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Dirk Krause</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13124</link>
		<dc:creator>Dirk Krause</dc:creator>
		<pubDate>Tue, 15 Feb 2011 07:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13124</guid>
		<description>Ah, i didn&#039;t see the difference while looking at the source. Works like a charm now. Thx, Jamie!</description>
		<content:encoded><![CDATA[<p>Ah, i didn&#8217;t see the difference while looking at the source. Works like a charm now. Thx, Jamie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Beach</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13123</link>
		<dc:creator>Jamie Beach</dc:creator>
		<pubDate>Tue, 15 Feb 2011 00:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13123</guid>
		<description>I&#039;ve updated the code. Looks like Flickr changed the class name for the image from photoImgDiv to photo-div.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the code. Looks like Flickr changed the class name for the image from photoImgDiv to photo-div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Krause</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13122</link>
		<dc:creator>Dirk Krause</dc:creator>
		<pubDate>Mon, 14 Feb 2011 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13122</guid>
		<description>seems to be a php4 vs php5 issue.</description>
		<content:encoded><![CDATA[<p>seems to be a php4 vs php5 issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk Krause</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13121</link>
		<dc:creator>Dirk Krause</dc:creator>
		<pubDate>Mon, 14 Feb 2011 19:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13121</guid>
		<description>@guillaume: nope you are not. doesn&#039;t work for me either.</description>
		<content:encoded><![CDATA[<p>@guillaume: nope you are not. doesn&#8217;t work for me either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13106</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Sat, 29 Jan 2011 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13106</guid>
		<description>Hello, 

Thanks for the code ! 
Would you please provide us a little bit more help. I am not abble to make it work.. 

Do I am the only one ? </description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for the code !<br />
Would you please provide us a little bit more help. I am not abble to make it work.. </p>
<p>Do I am the only one ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriaan</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13087</link>
		<dc:creator>Adriaan</dc:creator>
		<pubDate>Thu, 20 Jan 2011 23:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13087</guid>
		<description>There are some API-methods that could help you with this:
http://www.flickr.com/services/api/flickr.panda.getPhotos.html (see: http://code.flickr.com/blog/2009/03/03/panda-tuesday-the-history-of-the-panda-new-apis-explore-and-you/ )
and http://www.flickr.com/services/api/flickr.interestingness.getList.html .</description>
		<content:encoded><![CDATA[<p>There are some API-methods that could help you with this:<br />
<a href="http://www.flickr.com/services/api/flickr.panda.getPhotos.html" rel="nofollow">http://www.flickr.com/services/api/flickr.panda.getPhotos.html</a> (see: <a href="http://code.flickr.com/blog/2009/03/03/panda-tuesday-the-history-of-the-panda-new-apis-explore-and-you/" rel="nofollow">http://code.flickr.com/blog/2009/03/03/panda-tuesday-the-history-of-the-panda-new-apis-explore-and-you/</a> )<br />
and <a href="http://www.flickr.com/services/api/flickr.interestingness.getList.html" rel="nofollow">http://www.flickr.com/services/api/flickr.interestingness.getList.html</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13037</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 27 Dec 2010 17:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13037</guid>
		<description>@yovkov - Awesome. Thanks!</description>
		<content:encoded><![CDATA[<p>@yovkov &#8211; Awesome. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yovkov</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-13036</link>
		<dc:creator>yovkov</dc:creator>
		<pubDate>Mon, 27 Dec 2010 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-13036</guid>
		<description>This would do the job for big images:

 loadHTMLFile(&quot;http://www.flickr.com/explore/interesting/7days/&quot;);
$xpath = new DOMXpath($doc);
if($xpath){
  $src = $xpath-&gt;query(&quot;//td[@class=&#039;Photo&#039;]/span/a/img/@src&quot;);
  $url = $xpath-&gt;query(&quot;//td[@class=&#039;Photo&#039;]/span/a/@href&quot;);

//   $srcc = str_replace(&quot;_m&quot;, &quot;_b&quot;, $src);
$srcc =  $src-&gt;item(0)-&gt;nodeValue;
$srcc2 =  str_replace(&quot;_m&quot;, &quot;_b&quot;, $srcc);

  echo &#039;&#039;;
}
?&gt;</description>
		<content:encoded><![CDATA[<p>This would do the job for big images:</p>
<p> loadHTMLFile(&#8220;http://www.flickr.com/explore/interesting/7days/&#8221;);<br />
$xpath = new DOMXpath($doc);<br />
if($xpath){<br />
  $src = $xpath-&gt;query(&#8220;//td[@class='Photo']/span/a/img/@src&#8221;);<br />
  $url = $xpath-&gt;query(&#8220;//td[@class='Photo']/span/a/@href&#8221;);</p>
<p>//   $srcc = str_replace(&#8220;_m&#8221;, &#8220;_b&#8221;, $src);<br />
$srcc =  $src-&gt;item(0)-&gt;nodeValue;<br />
$srcc2 =  str_replace(&#8220;_m&#8221;, &#8220;_b&#8221;, $srcc);</p>
<p>  echo &#8221;;<br />
}<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Ronström &#187; Blog Archive &#187; Image game</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-5209</link>
		<dc:creator>Johan Ronström &#187; Blog Archive &#187; Image game</dc:creator>
		<pubDate>Sat, 31 Jul 2010 13:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-5209</guid>
		<description>[...] It simply fetches images from the flickr&#8217;s random &#8220;interesting photos from the last 7 days&#8221; using this function (derived from this post): [...]</description>
		<content:encoded><![CDATA[<p>[...] It simply fetches images from the flickr&#8217;s random &#8220;interesting photos from the last 7 days&#8221; using this function (derived from this post): [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Flickr Image Slider Puzzle Using Canvas Tags &#124; PlanetB</title>
		<link>http://www.planetb.ca/2010/07/how-to-load-random-flickr-images-with-php/comment-page-1/#comment-5208</link>
		<dc:creator>Random Flickr Image Slider Puzzle Using Canvas Tags &#124; PlanetB</dc:creator>
		<pubDate>Sat, 31 Jul 2010 13:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.planetb.ca/?p=272#comment-5208</guid>
		<description>[...] I have yet to solve a puzzle. Link to PHP Code to load random Flickr images.   Posted in javascript &#124; Tags: Canvas Tag, coding fun, HTML5, javascript, php, Random Flickr [...]</description>
		<content:encoded><![CDATA[<p>[...] I have yet to solve a puzzle. Link to PHP Code to load random Flickr images.   Posted in javascript | Tags: Canvas Tag, coding fun, HTML5, javascript, php, Random Flickr [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

