<?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 for MooTools Tutorials &amp; Code</title>
	<atom:link href="http://pilon.nl/mootools/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pilon.nl/mootools</link>
	<description>Just another MooTools weblog</description>
	<lastBuildDate>Thu, 21 Jan 2010 19:20:31 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PicasaViewer: embed a picasa gallery in your site 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>Comment on Saving a sortable nested list &#8211; mootools 1.2 by MooTools Tutorials and Resources Round-Up &#124; TuVinhSoft .,JSC</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-64</link>
		<dc:creator>MooTools Tutorials and Resources Round-Up &#124; TuVinhSoft .,JSC</dc:creator>
		<pubDate>Wed, 25 Nov 2009 09:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-64</guid>
		<description>[...] Saving a sortalbe nested list A tutorial with a full implementation of a sortable nested list, from MooTools to MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] Saving a sortalbe nested list A tutorial with a full implementation of a sortable nested list, from MooTools to MySQL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PicasaViewer: embed a picasa gallery in your site 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 ( $$(&#8221;a&#8221;) ). Now every a-element is selected. If you change it to $(&#8217;photos&#8217;).getElements(&#8217;a'), 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>Comment on Saving a sortable nested list &#8211; mootools 1.2 by kevin</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-59</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-59</guid>
		<description>If anyone&#039;s interested, I found the fix for the IE7 reload problem:
http://mifjs.net/forum/topic/82/</description>
		<content:encoded><![CDATA[<p>If anyone&#8217;s interested, I found the fix for the IE7 reload problem:<br />
<a href="http://mifjs.net/forum/topic/82/" rel="nofollow">http://mifjs.net/forum/topic/82/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by kevin</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-58</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 20 Aug 2009 15:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-58</guid>
		<description>I guess it&#039;s not surprising, but IE7 breaks this. Add a new item in the demo using IE7, and the new node never appears in the tree. Unless you go to Tools &gt; Internet Options and delete your temporary files in your browsing history. Apparently IE7 ignores new divs inserted by the Mif.tree.load method. Again, not a problem specfically with this code - it&#039;s broken in Mif.tree. Or, you might say, IE7 is broken. *sheesh*</description>
		<content:encoded><![CDATA[<p>I guess it&#8217;s not surprising, but IE7 breaks this. Add a new item in the demo using IE7, and the new node never appears in the tree. Unless you go to Tools &gt; Internet Options and delete your temporary files in your browsing history. Apparently IE7 ignores new divs inserted by the Mif.tree.load method. Again, not a problem specfically with this code &#8211; it&#8217;s broken in Mif.tree. Or, you might say, IE7 is broken. *sheesh*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by kevin</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-57</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-57</guid>
		<description>You are of course correct. It&#039;s fixed in mif.tree v1.1. Yay!!!</description>
		<content:encoded><![CDATA[<p>You are of course correct. It&#8217;s fixed in mif.tree v1.1. Yay!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by Lennart</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-56</link>
		<dc:creator>Lennart</dc:creator>
		<pubDate>Wed, 19 Aug 2009 07:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-56</guid>
		<description>The keynav is part of the Mif.Tree script. Maybe it is fixed in the newest version. Check it at http://mifjs.net/tree/.</description>
		<content:encoded><![CDATA[<p>The keynav is part of the Mif.Tree script. Maybe it is fixed in the newest version. Check it at <a href="http://mifjs.net/tree/." rel="nofollow">http://mifjs.net/tree/.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by kevin</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-55</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-55</guid>
		<description>ahh.. I noticed that it&#039;s NOT different. The problem is that when the list is short enough to not need a scroll bar, the keynav doesn&#039;t work. Since the list on this site is long, I can&#039;t test if it&#039;s the same here. But on my local machine, once I added enough nodes to make the scrollbar appear, the keynav worked. But it still should work with a short list, right?</description>
		<content:encoded><![CDATA[<p>ahh.. I noticed that it&#8217;s NOT different. The problem is that when the list is short enough to not need a scroll bar, the keynav doesn&#8217;t work. Since the list on this site is long, I can&#8217;t test if it&#8217;s the same here. But on my local machine, once I added enough nodes to make the scrollbar appear, the keynav worked. But it still should work with a short list, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by kevin</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-54</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-54</guid>
		<description>This is fabulous. Thank you so much for putting this together. When I download the package and run it on my server, everything works exactly like this demo, except for one thing: the KeyNav doesn&#039;t work. I can&#039;t navigate the list with the arrow keys, like I can on this site. It&#039;s the exact same code, running in the exact same browser - I don&#039;t get how it could be different. I was wondering if you had any ideas...</description>
		<content:encoded><![CDATA[<p>This is fabulous. Thank you so much for putting this together. When I download the package and run it on my server, everything works exactly like this demo, except for one thing: the KeyNav doesn&#8217;t work. I can&#8217;t navigate the list with the arrow keys, like I can on this site. It&#8217;s the exact same code, running in the exact same browser &#8211; I don&#8217;t get how it could be different. I was wondering if you had any ideas&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a sortable nested list &#8211; mootools 1.2 by A word about MooTools- Anastacia</title>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/comment-page-1/#comment-53</link>
		<dc:creator>A word about MooTools- Anastacia</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://ljpilon.nl/mootools/?p=42#comment-53</guid>
		<description>[...] Saving a sortalbe nested list A tutorial with a full implementation of a sortable nested list, from MooTools to MySQL. [...]</description>
		<content:encoded><![CDATA[<p>[...] Saving a sortalbe nested list A tutorial with a full implementation of a sortable nested list, from MooTools to MySQL. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
