<?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>Komentarze do: jQuery Picbox gallery using Picasa JSON feed</title>
	<atom:link href="http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed</link>
	<description>&#039;Cause JavaScript is easy :)</description>
	<lastBuildDate>Thu, 02 Sep 2010 09:01:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Autor: keemor</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-88</link>
		<dc:creator>keemor</dc:creator>
		<pubDate>Wed, 25 Aug 2010 07:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-88</guid>
		<description>Here is a similar solution which I found yesterday:

http://viatropos.com/blog/picasa-jquery-plugin/

and it works as a jQuery plugin</description>
		<content:encoded><![CDATA[<p>Here is a similar solution which I found yesterday:</p>
<p><a href="http://viatropos.com/blog/picasa-jquery-plugin/" rel="nofollow">http://viatropos.com/blog/picasa-jquery-plugin/</a></p>
<p>and it works as a jQuery plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Sherlyn</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-87</link>
		<dc:creator>Sherlyn</dc:creator>
		<pubDate>Wed, 25 Aug 2010 03:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-87</guid>
		<description>Author @ Keemor.com

Here&#039;s the Flickr version (simple no imagemax etc.)

(Flickr Limits feed to 20 items, you may use its api with key for more item display)

LINES TO EDIT IN MAIN HTML
===========================
&gt; $(&#039;BODY&#039;).append would have: (Example JSON Flickr Feed)
http://api.flickr.com/services/feeds/groups_pool.gne?id=675729@N22&amp;lang=en-us&amp;format=json&amp;jsoncallback=Gal.prepare

&gt; Changes in function(data)
1. var i = data.items.length;
2. In while loop
   item = data.items[i];
   title = item.title;
   imageurl = item.media.m;

All DONE...Easy 1. 2 . 3

SHERLYN</description>
		<content:encoded><![CDATA[<p>Author @ Keemor.com</p>
<p>Here&#8217;s the Flickr version (simple no imagemax etc.)</p>
<p>(Flickr Limits feed to 20 items, you may use its api with key for more item display)</p>
<p>LINES TO EDIT IN MAIN HTML<br />
===========================<br />
&gt; $(&#8217;BODY&#8217;).append would have: (Example JSON Flickr Feed)<br />
<a href="http://api.flickr.com/services/feeds/groups_pool.gne?id=675729@N22&amp;lang=en-us&amp;format=json&amp;jsoncallback=Gal.prepare" rel="nofollow">http://api.flickr.com/services/feeds/groups_pool.gne?id=675729@N22&amp;lang=en-us&amp;format=json&amp;jsoncallback=Gal.prepare</a></p>
<p>&gt; Changes in function(data)<br />
1. var i = data.items.length;<br />
2. In while loop<br />
   item = data.items[i];<br />
   title = item.title;<br />
   imageurl = item.media.m;</p>
<p>All DONE&#8230;Easy 1. 2 . 3</p>
<p>SHERLYN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Sherlyn</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-86</link>
		<dc:creator>Sherlyn</dc:creator>
		<pubDate>Wed, 25 Aug 2010 02:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-86</guid>
		<description>Thank You! These files were different I saved them to the _files folder as saved and it works. I believe these were diofferent


Thanks a Bunch!</description>
		<content:encoded><![CDATA[<p>Thank You! These files were different I saved them to the _files folder as saved and it works. I believe these were diofferent</p>
<p>Thanks a Bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: keemor</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-85</link>
		<dc:creator>keemor</dc:creator>
		<pubDate>Tue, 24 Aug 2010 09:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-85</guid>
		<description>Look here:
http://keemor.com/demo/picasa/picbox.css

This css uses 3 other files:

http://keemor.com/demo/picasa/closebutton.png
http://keemor.com/demo/picasa/loading.gif
http://keemor.com/demo/picasa/navbtns.png

You have to download them as well</description>
		<content:encoded><![CDATA[<p>Look here:<br />
<a href="http://keemor.com/demo/picasa/picbox.css" rel="nofollow">http://keemor.com/demo/picasa/picbox.css</a></p>
<p>This css uses 3 other files:</p>
<p><a href="http://keemor.com/demo/picasa/closebutton.png" rel="nofollow">http://keemor.com/demo/picasa/closebutton.png</a><br />
<a href="http://keemor.com/demo/picasa/loading.gif" rel="nofollow">http://keemor.com/demo/picasa/loading.gif</a><br />
<a href="http://keemor.com/demo/picasa/navbtns.png" rel="nofollow">http://keemor.com/demo/picasa/navbtns.png</a></p>
<p>You have to download them as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Sherlyn</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-84</link>
		<dc:creator>Sherlyn</dc:creator>
		<pubDate>Mon, 23 Aug 2010 23:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-84</guid>
		<description>Hi,

I see that loading image when Images are browsed is not showing up when either I run your script from my server or save it locally on my computer. Why is it so?

However, when I run gallery @ your site (in IE) the loading .. i.e. ajax throbber does show, on your domain only and not even locally or localhost @ my place.

Conditions are same (not showing loader img) for both Opera and IE6 (locally file:// as well as hosted localhost)

Pls clarify</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I see that loading image when Images are browsed is not showing up when either I run your script from my server or save it locally on my computer. Why is it so?</p>
<p>However, when I run gallery @ your site (in IE) the loading .. i.e. ajax throbber does show, on your domain only and not even locally or localhost @ my place.</p>
<p>Conditions are same (not showing loader img) for both Opera and IE6 (locally file:// as well as hosted localhost)</p>
<p>Pls clarify</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Wow</title>
		<link>http://keemor.com/lang/pl-pl/2010/07/22/jquery-picbox-gallery-using-picasa-json-feed/comment-page-1/#comment-83</link>
		<dc:creator>Wow</dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://keemor.com/?p=380#comment-83</guid>
		<description>Just another Wow! Earlier wow does appear so another WOW!</description>
		<content:encoded><![CDATA[<p>Just another Wow! Earlier wow does appear so another WOW!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

