<?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: Flickr-ish Gallery</title>
	<atom:link href="http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Joe FotoViewr</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-62361</link>
		<dc:creator>Joe FotoViewr</dc:creator>
		<pubDate>Wed, 23 Jul 2008 04:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-62361</guid>
		<description>You should check out FotoViewr - an easy to use 3D Flash photo gallery for your Flickr photos. No registration or sign up necessary - completely free. [html]http://www.fotoviewr.com[/html]</description>
		<content:encoded><![CDATA[<p>You should check out FotoViewr - an easy to use 3D Flash photo gallery for your Flickr photos. No registration or sign up necessary - completely free.
<div class="igBar"><span id="lhtml-1"><a href="#" onclick="javascript:showPlainTxt('html-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-1">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><a href="http://www.fotoviewr.com" rel="nofollow">http://www.fotoviewr.com</a> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-38079</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 02 Sep 2007 05:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-38079</guid>
		<description>check out Flickranywhere, it&#039;s cooler</description>
		<content:encoded><![CDATA[<p>check out Flickranywhere, it's cooler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-2083</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Wed, 15 Jun 2005 11:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-2083</guid>
		<description>Well that&#039;s simply a conditionnal PHP include :

&lt;div class=&quot;mycode&quot;&gt;&lt;body&gt;
&lt;div id=&quot;nav&quot;&gt;Style: &lt;a href=&quot;?gallery&quot;&gt;Gallery&lt;/a&gt; - &lt;a href=&quot;?postcards&quot;&gt;Postcards&lt;/a&gt;&lt;/div&gt;
&#160;
&lt;?php if (!$_ENV[&quot;QUERY_STRING&quot;] &#124;&#124; $_ENV[&quot;QUERY_STRING&quot;]==&#039;gallery&#039;) { ?&gt;
&#160;
&lt;object blablabla for the gallery /&gt;&#160;&#160;&#160;&#160;
&lt;/object&gt;
&#160;
&lt;?php } else { ?&gt;
&#160;
&lt;object blabla for the postcards /&gt;
&lt;/object&gt;
&#160;
&lt;?php } ?&gt;
&#160;
&lt;/body&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Well that's simply a conditionnal PHP include :</p>
<div class="mycode">&lt;body&gt;<br />
&lt;div id=&quot;nav&quot;&gt;Style: &lt;a href=&quot;?gallery&quot;&gt;Gallery&lt;/a&gt; - &lt;a href=&quot;?postcards&quot;&gt;Postcards&lt;/a&gt;&lt;/div&gt;<br />
&nbsp;<br />
&lt;?php if (!$_ENV[&quot;QUERY_STRING&quot;] || $_ENV[&quot;QUERY_STRING&quot;]==&#39;gallery&#39;) { ?&gt;<br />
&nbsp;<br />
&lt;object blablabla for the gallery /&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&lt;/object&gt;<br />
&nbsp;<br />
&lt;?php } else { ?&gt;<br />
&nbsp;<br />
&lt;object blabla for the postcards /&gt;<br />
&lt;/object&gt;<br />
&nbsp;<br />
&lt;?php } ?&gt;<br />
&nbsp;<br />
&lt;/body&gt;
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Farrell</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-2081</link>
		<dc:creator>Gavin Farrell</dc:creator>
		<pubDate>Wed, 15 Jun 2005 00:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-2081</guid>
		<description>Hey MetaStuff,
How did you combine both Simple Viewer and Postcard Viewer as &quot;Styles&quot; in one page?</description>
		<content:encoded><![CDATA[<p>Hey MetaStuff,<br />
How did you combine both Simple Viewer and Postcard Viewer as "Styles" in one page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B-O-K  &#187; Blog Archive   &#187; Postcardviewer</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-1868</link>
		<dc:creator>B-O-K  &#187; Blog Archive   &#187; Postcardviewer</dc:creator>
		<pubDate>Tue, 19 Apr 2005 18:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-1868</guid>
		<description>[...] om, but I&#8217;ve also enclosed some newer. 	(Idea via  [...]</description>
		<content:encoded><![CDATA[<p>[...] om, but I&#8217;ve also enclosed some newer. 	(Idea via  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BB2k</title>
		<link>http://planetozh.com/blog/2005/04/flickr-style-flash-gallery/comment-page-1/#comment-1866</link>
		<dc:creator>BB2k</dc:creator>
		<pubDate>Tue, 19 Apr 2005 06:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://frenchfragfactory.net/ozh/archives/2005/04/18//#comment-1866</guid>
		<description>Je crois qu&#039;il exite un &lt;a href=&quot;http://www.tigroux.net/index/2004/12/22/52-flash-image-gallery-03&quot; rel=&quot;nofollow&quot;&gt;plugin dotclear&lt;/a&gt; aussi pour ce genre de &lt;a href=&quot;http://www.flashimagegallery.com/demo/&quot; rel=&quot;nofollow&quot;&gt;galerie&lt;/a&gt; =) par ocntre le rendu n&#039;est pas aussi convivial.</description>
		<content:encoded><![CDATA[<p>Je crois qu'il exite un <a href="http://www.tigroux.net/index/2004/12/22/52-flash-image-gallery-03" rel="nofollow">plugin dotclear</a> aussi pour ce genre de <a href="http://www.flashimagegallery.com/demo/" rel="nofollow">galerie</a> =) par ocntre le rendu n'est pas aussi convivial.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

