<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phTagr &#187; slideshow</title>
	<atom:link href="http://www.phtagr.org/tag/slideshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phtagr.org</link>
	<description>Tag your photos once. Find them forever.</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Embedded Slideshow for Your Side</title>
		<link>http://www.phtagr.org/2008/07/26/embedded-slideshow/</link>
		<comments>http://www.phtagr.org/2008/07/26/embedded-slideshow/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:43:53 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Related Links]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=49</guid>
		<description><![CDATA[Since phTagr supports Media RSS it is quite simple to embed a simple slideshow to your page via Googles Feed API. It supports a slide show control which loads the Media RSS and displays the images one by one. The API reference of Google&#8217;s slide show control is straight forward and with few changes your [...]]]></description>
			<content:encoded><![CDATA[<p>Since phTagr supports Media RSS it is quite simple to embed a simple slideshow to your page via <a title="Feed API" href="http://code.google.com/apis/ajaxfeeds/">Googles Feed API</a>. It supports a <a href="http://www.google.com/uds/solutions/slideshow/index.html">slide show control</a> which loads the Media RSS and displays the images one by one. The <a href="http://www.google.com/uds/solutions/slideshow/reference.html">API reference</a> of Google&#8217;s slide show control is straight forward and with few changes your web side displays the newest public images of your gallery. Following example shows the embedded slideshow of images from the phTagr <a href="http://demo.phtagr.org">demo page</a>:</p>
<pre><code>&lt;h2&gt;Photos&lt;/h2&gt;
&lt;p&gt;
  &lt;script src='http://www.google.com/jsapi' type='text/javascript'&gt;&lt;/script&gt;
  &lt;script src='http://www.google.com/uds/solutions/slideshow/gfslideshow.js' type='text/javascript'&gt;&lt;/script&gt;
  &lt;style type='text/css'&gt;
    .gss a img {
      border : none;
    }
    .gss {
      width: 180px;
      height: 180px;
      color: #dddddd;
      background-color: #fff;
      padding: 5px;
      border: 1px solid #eee;
    }
  &lt;/style&gt;
  &lt;script type='text/javascript'&gt;
    function load() {
      var samples = 'http://demo.phtagr.org/explorer/media/media.rss';
      var options = {
        displayTime: 2500,
        transistionTime: 600,
        scaleImages: true,
        fullControlPanel: true,
        linkTarget: google.feeds.LINK_TARGET_BLANK
      };
      new GFslideShow(samples, 'slideshow', options);
    }
    google.load('feeds', '1');
    google.setOnLoadCallback(load);
  &lt;/script&gt;

  &lt;div id='slideshow' class='gss'&gt;Loading...&lt;/div&gt;
&lt;/p&gt;</code></pre>
<p>I wrote a small WordPress gSlideShow widget <a href="http://www.phtagr.org/old/phtagrorg/2008/07/gslideshow-01tar.gz"></a>plugin (based <a href="http://wordpress.org/extend/plugins/flickr-rss/">FlickrRSS</a>) on  which embeds your Media RSS to your blog <a href="http://www.phtagr.org/old/phtagrorg/2008/07/gslideshow-01tar.gz">(download)</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2008/07/26/embedded-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slideshow via PicLens</title>
		<link>http://www.phtagr.org/2008/07/19/slideshow-via-piclens/</link>
		<comments>http://www.phtagr.org/2008/07/19/slideshow-via-piclens/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:09:52 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Related Links]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[piclenslight]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=34</guid>
		<description><![CDATA[phTagr supports now Media RSS for the explorer. The extention of RSS is defined by Yahoo and with it, phTagr supports PicLens &#8211; a great slide show program for web image collections. PicLens has nice extensions for IE and Firefox which create cool 3D slide shows, too. Unfortunatly PicLens does not support Linux currently but [...]]]></description>
			<content:encoded><![CDATA[<p>phTagr supports now <a title="Media RSS" href="http://en.wikipedia.org/wiki/Media_RSS">Media RSS</a> for the explorer. The extention of RSS is defined by <a title="Yahoo Media RSS" href="http://search.yahoo.com/mrss">Yahoo</a> and with it, phTagr supports <a title="PicLens" href="http://www.piclens.com/">PicLens</a> &#8211; a great slide show program for web image collections. PicLens has nice extensions for IE and <a title="FireFox" href="http://www.mozilla.com/en-US/firefox/">Firefox</a> which create cool 3D slide shows, too. Unfortunatly PicLens does not support Linux currently but it has a quite usefull <a title="PicLensLight" href="http://piclens.com/lite/webmasterguide.php">PicLensLite</a> flash component. PicLensLite supports a basic flash slide show with configurable show duration. As full backup &#8211; if no PicLens extension and no flash is installed &#8211; <a title="lytebox" href="http://dolem.com/lytebox">LyteBox</a> is used, a famous javascript thumbnail viewer. And if you have not extension, no flash, no javascript? Well, click through the page manually!</p>
<p><a href="http://www.phtagr.org/files/2008/07/explorer-piclenslite-r351.jpg"><img class="aligncenter size-medium wp-image-37" title="explorer with piclenslite (r351)" src="http://www.phtagr.org/old/phtagrorg/2008/07/explorer-piclenslite-r351-300x237.jpg" alt="" width="300" height="237" /></a>The newest version of phTagr comes with a Media RSS support and buildin PicLensLight. If you have PicLens extension installed, you are able to watch you current image search within the explorer in fancy 3D. Otherwise you can use PicLensLite or LyteBox.</p>
<p>The real cool thing about this new feature in phTagr is that you can create your favourite search (e.g. images with category &#8216;vacation&#8217; and location &#8216;italy&#8217; and exclude images with tag &#8216;night&#8217;) and you can watch your selection through the nice slideshow of PicLens. Thanks to Media RSS and <a href="http://piclens.com">PicLens.com</a>. Test the new feature at the <a title="phtagr demo page" href="http://demo.phtagr.org">demo page</a>! Now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2008/07/19/slideshow-via-piclens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

