<?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: PicasaViewer: embed a picasa gallery in your site</title>
	<atom:link href="http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/</link>
	<description>Just another MooTools weblog</description>
	<lastBuildDate>Thu, 17 Jun 2010 02:45:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: amos</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-65</link>
		<dc:creator>amos</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-65</guid>
		<description>My attempt to pull the description didn&#039;t work :(
Any direction you could provide on how this can be accomplished will be a significant enhancement and greatly appreciated!! Please consider developing and sharing.  Best, thanks + thank you for everything we don&#039;t thank you enough for!!</description>
		<content:encoded><![CDATA[<p>My attempt to pull the description didn&#8217;t work <img src='http://pilon.nl/mootools/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Any direction you could provide on how this can be accomplished will be a significant enhancement and greatly appreciated!! Please consider developing and sharing.  Best, thanks + thank you for everything we don&#8217;t thank you enough for!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lennart</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-61</link>
		<dc:creator>Lennart</dc:creator>
		<pubDate>Wed, 02 Sep 2009 10:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-61</guid>
		<description>I&#039;ve been away for a while and forgot to respond to some comments. So, better late than never:

@uiucphoenix:
You need to change the first part of line 78 ( $$(&quot;a&quot;) ). Now every a-element is selected. If you change it to $(&#039;photos&#039;).getElements(&#039;a&#039;), only the images in the album should be selected.

@whershfeld
You can hardcode an album by changing line 30 to 

var url = &#039;http://picasaweb.google.com/data/feed/base/user/&#039;+ username +&#039;/albumid/&#039;+ &lt;&lt;insert albumid&gt;&gt; +&#039;?category=photo&amp;alt=json&amp;callback=viewPhotoList&amp;thumbsize=&#039; + thumbsize +&#039;&amp;imgmax=&#039;+imgmax

Make sure you change &lt;&lt;insert albumid&gt;&gt; to the correct album id.

@gaetanlamaille
Try installing Firebug in Firefox and see where your browser tries to find the files.

@amos
A bit of a guess: the description is probably located in item.description.$t (check that please), so you can change line 66 to something like &quot;var title = item.title.$t + item.description.$t;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been away for a while and forgot to respond to some comments. So, better late than never:</p>
<p>@uiucphoenix:<br />
You need to change the first part of line 78 ( $$(&#8220;a&#8221;) ). Now every a-element is selected. If you change it to $(&#8216;photos&#8217;).getElements(&#8216;a&#8217;), only the images in the album should be selected.</p>
<p>@whershfeld<br />
You can hardcode an album by changing line 30 to </p>
<p>var url = &#8216;http://picasaweb.google.com/data/feed/base/user/&#8217;+ username +&#8217;/albumid/&#8217;+ < <insert albumid>> +&#8217;?category=photo&#038;alt=json&#038;callback=viewPhotoList&#038;thumbsize=&#8217; + thumbsize +&#8217;&#038;imgmax=&#8217;+imgmax</p>
<p>Make sure you change < <insert albumid>> to the correct album id.</p>
<p>@gaetanlamaille<br />
Try installing Firebug in Firefox and see where your browser tries to find the files.</p>
<p>@amos<br />
A bit of a guess: the description is probably located in item.description.$t (check that please), so you can change line 66 to something like &#8220;var title = item.title.$t + item.description.$t;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amos</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-52</link>
		<dc:creator>amos</dc:creator>
		<pubDate>Wed, 12 Aug 2009 15:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-52</guid>
		<description>Hi Lennart. Picasa Albums have an optional Description field.  How can the album descriptions be pulled into the tops of album pages, like here for example: http://tinyurl.com/ozo25k  ?  Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi Lennart. Picasa Albums have an optional Description field.  How can the album descriptions be pulled into the tops of album pages, like here for example: <a href="http://tinyurl.com/ozo25k" rel="nofollow">http://tinyurl.com/ozo25k</a>  ?  Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaetanlamaille</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-51</link>
		<dc:creator>gaetanlamaille</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-51</guid>
		<description>sorry, the html codes I tried to put in my message didn&#039;t appear

I inserted the CSS files with the element  link rel=stylesheet type=text/CSS href=css/filename.css
and the Javascript files with the element script type=text/javascript  src=js/filename.js</description>
		<content:encoded><![CDATA[<p>sorry, the html codes I tried to put in my message didn&#8217;t appear</p>
<p>I inserted the CSS files with the element  link rel=stylesheet type=text/CSS href=css/filename.css<br />
and the Javascript files with the element script type=text/javascript  src=js/filename.js</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaetanlamaille</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-50</link>
		<dc:creator>gaetanlamaille</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-50</guid>
		<description>Hello Lennart, your script seems to be just what I need. The problem is : I can&#039;t work with Javascript. I tried to include the Javascript and CSS to my page like this:









...but nothing appears on my webpage. Can you tell me what I exactly have to do to include the Javascript and CSS files? What do I have to change in picasaViewer.js? (For example where do I have to write my username?)

Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Hello Lennart, your script seems to be just what I need. The problem is : I can&#8217;t work with Javascript. I tried to include the Javascript and CSS to my page like this:</p>
<p>&#8230;but nothing appears on my webpage. Can you tell me what I exactly have to do to include the Javascript and CSS files? What do I have to change in picasaViewer.js? (For example where do I have to write my username?)</p>
<p>Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whershfeld</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-46</link>
		<dc:creator>whershfeld</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-46</guid>
		<description>Thanks so much for your hard work in developing a truly useful and impressive way to share photos via Picasa!  

I&#039;m using your script for http://kendylart.com/paintings/ 

Is there a way to embed a specific album?  I&#039;ve looked through the script and haven&#039;t figured out how to link to one album rather than all of them... I&#039;m fine to hard code it - 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks so much for your hard work in developing a truly useful and impressive way to share photos via Picasa!  </p>
<p>I&#8217;m using your script for <a href="http://kendylart.com/paintings/" rel="nofollow">http://kendylart.com/paintings/</a> </p>
<p>Is there a way to embed a specific album?  I&#8217;ve looked through the script and haven&#8217;t figured out how to link to one album rather than all of them&#8230; I&#8217;m fine to hard code it &#8211; </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uiucphoenix</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-37</link>
		<dc:creator>uiucphoenix</dc:creator>
		<pubDate>Sun, 19 Jul 2009 02:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-37</guid>
		<description>The script works great but I wanted to integrate it into my website and the Lightbox wants to be applied to every image on the page. Please see here: http://www.cspack15.org/gallery_main.html?&amp;albumid=5359224708163307249

How can I get it so that Lightbox only applies to the images within the gallery and not my navigation?</description>
		<content:encoded><![CDATA[<p>The script works great but I wanted to integrate it into my website and the Lightbox wants to be applied to every image on the page. Please see here: <a href="http://www.cspack15.org/gallery_main.html?&amp;albumid=5359224708163307249" rel="nofollow">http://www.cspack15.org/gallery_main.html?&amp;albumid=5359224708163307249</a></p>
<p>How can I get it so that Lightbox only applies to the images within the gallery and not my navigation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drdwcai</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-36</link>
		<dc:creator>drdwcai</dc:creator>
		<pubDate>Thu, 16 Jul 2009 14:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-36</guid>
		<description>Hi - I just stumbled across this script and it works flawlessly! Thank you very much for releasing something so useful. I just have one questions regarding how the script interacts with videos loaded on Picasa. I uploaded a small video to my Picasa account and when the script roams over it, it grabs the first frame and then treats it as a image rather than a video. Do you think it would be possible to embed a video into the same scheme of the slideshow? Just curious about this, because it would be very cool and useful.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi &#8211; I just stumbled across this script and it works flawlessly! Thank you very much for releasing something so useful. I just have one questions regarding how the script interacts with videos loaded on Picasa. I uploaded a small video to my Picasa account and when the script roams over it, it grabs the first frame and then treats it as a image rather than a video. Do you think it would be possible to embed a video into the same scheme of the slideshow? Just curious about this, because it would be very cool and useful.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lennart</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-34</link>
		<dc:creator>Lennart</dc:creator>
		<pubDate>Tue, 09 Jun 2009 16:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-34</guid>
		<description>Hi amos, I would start by looking at the slimbox-script, or at the generated html. See if the last image you view is the last image present in the source code. Success!</description>
		<content:encoded><![CDATA[<p>Hi amos, I would start by looking at the slimbox-script, or at the generated html. See if the last image you view is the last image present in the source code. Success!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amos</title>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/comment-page-1/#comment-33</link>
		<dc:creator>amos</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://pilon.nl/mootools/?p=67#comment-33</guid>
		<description>Hi - love the script excellent work.  When I get to the end of an album, the slimbox still displays Next and the loader spins and spins. In your example it knows when there are no more photos, and only the Close button is available.  Any ideas on how to troubleshoot or where that detection is controlled?  Thank you!</description>
		<content:encoded><![CDATA[<p>Hi &#8211; love the script excellent work.  When I get to the end of an album, the slimbox still displays Next and the loader spins and spins. In your example it knows when there are no more photos, and only the Close button is available.  Any ideas on how to troubleshoot or where that detection is controlled?  Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
