<?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: Zend with Flickr: random photos from users or groups</title>
	<atom:link href="http://lebensold.net/development/zend-with-flickr-random-photos-from-users-or-groups/feed" rel="self" type="application/rss+xml" />
	<link>http://lebensold.net/development/zend-with-flickr-random-photos-from-users-or-groups</link>
	<description>thoughts on web development, technology and media</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:07:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jahangir</title>
		<link>http://lebensold.net/development/zend-with-flickr-random-photos-from-users-or-groups/comment-page-1#comment-3084</link>
		<dc:creator>Jahangir</dc:creator>
		<pubDate>Thu, 10 Jul 2008 16:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://jon.lebensold.ca/?p=94#comment-3084</guid>
		<description>Cool implementation.

The only suggestion I would give is to have a smooth inter fade between the refresh of the image collection.</description>
		<content:encoded><![CDATA[<p>Cool implementation.</p>
<p>The only suggestion I would give is to have a smooth inter fade between the refresh of the image collection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://lebensold.net/development/zend-with-flickr-random-photos-from-users-or-groups/comment-page-1#comment-3082</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://jon.lebensold.ca/?p=94#comment-3082</guid>
		<description>This code bit relies on the flickr web service api, luckily it&#039;s been written in a way that you could decouple it from Flickr by re-writing the FromGroup() and FromUser() methods.

If you wanted to pull from a larger pool, then the cactory class, acting as a facade over multiple web service API&#039;s could be leveraged. you&#039;d also probably want an Adapter pattern to make all your image objects uniform.</description>
		<content:encoded><![CDATA[<p>This code bit relies on the flickr web service api, luckily it&#8217;s been written in a way that you could decouple it from Flickr by re-writing the FromGroup() and FromUser() methods.</p>
<p>If you wanted to pull from a larger pool, then the cactory class, acting as a facade over multiple web service API&#8217;s could be leveraged. you&#8217;d also probably want an Adapter pattern to make all your image objects uniform.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey</title>
		<link>http://lebensold.net/development/zend-with-flickr-random-photos-from-users-or-groups/comment-page-1#comment-3080</link>
		<dc:creator>Geoffrey</dc:creator>
		<pubDate>Tue, 08 Jul 2008 20:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://jon.lebensold.ca/?p=94#comment-3080</guid>
		<description>i can see how this would work given your one pool of items from which you&#039;re drawing. but what if your client wanted to pull from more than one source, or if he seeks to expand his photography resources beyond that of flikr?  how would you adjust the source code?</description>
		<content:encoded><![CDATA[<p>i can see how this would work given your one pool of items from which you&#8217;re drawing. but what if your client wanted to pull from more than one source, or if he seeks to expand his photography resources beyond that of flikr?  how would you adjust the source code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
