<?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: Learning MooTools: 20 MooTools Tutorials and Examples</title>
	<atom:link href="http://sixrevisions.com/javascript/mootools_tutorials_and_example/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 23:20:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deepak</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-58221</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Sat, 13 Feb 2010 14:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-58221</guid>
		<description>Very Useful list! Thanks for sharing. Can you tell me a way of converting static transitions of webpages into sliding effect with the help of MooTools. I have an example of a website (http://www.mimeartist.com/) which used MooTools as well but the whole code is in one file except css and js file but I want this effect on different pages linked to the navigation menu on the index page. Hope you will give me some solution. Thanks</description>
		<content:encoded><![CDATA[<p>Very Useful list! Thanks for sharing. Can you tell me a way of converting static transitions of webpages into sliding effect with the help of MooTools. I have an example of a website (<a href="http://www.mimeartist.com/" rel="nofollow">http://www.mimeartist.com/</a>) which used MooTools as well but the whole code is in one file except css and js file but I want this effect on different pages linked to the navigation menu on the index page. Hope you will give me some solution. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-42210</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 16 Jul 2009 13:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-42210</guid>
		<description>Concerning the moo secure form - the checks for fraudulent input is done by a) client side and b) server side - as we are aware of client side checks are insecure :)

The script should only show how to deal with inputs and firing events in mootools.</description>
		<content:encoded><![CDATA[<p>Concerning the moo secure form &#8211; the checks for fraudulent input is done by a) client side and b) server side &#8211; as we are aware of client side checks are insecure :)</p>
<p>The script should only show how to deal with inputs and firing events in mootools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Gliozzo</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-42191</link>
		<dc:creator>Ryan Gliozzo</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-42191</guid>
		<description>thanks! I am struggling to learn about mootools. I have managed to implement easyslide 1.5 on my site, and modify it. This resource is helping me learn.</description>
		<content:encoded><![CDATA[<p>thanks! I am struggling to learn about mootools. I have managed to implement easyslide 1.5 on my site, and modify it. This resource is helping me learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-40627</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Thu, 25 Jun 2009 07:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-40627</guid>
		<description>Tutorials here are great although i know nice mootools AJAX tutorial:
http://solutoire.com/2006/11/29/mootools-the-ajax-class/</description>
		<content:encoded><![CDATA[<p>Tutorials here are great although i know nice mootools AJAX tutorial:<br />
<a href="http://solutoire.com/2006/11/29/mootools-the-ajax-class/" rel="nofollow">http://solutoire.com/2006/11/29/mootools-the-ajax-class/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-38432</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-38432</guid>
		<description>Thats a great list! I will refer to this from now on :&gt;</description>
		<content:encoded><![CDATA[<p>Thats a great list! I will refer to this from now on :&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: x13</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-38395</link>
		<dc:creator>x13</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-38395</guid>
		<description>About the tutorial #13 &quot;AJAX mootools secure contact form&quot;. It is a good tutorial to learn about mootools but NOT to improve your website security. That kind of sanitization have to be done in the server side, not in the client web browser. An attacker can use his/her own form and submit a specially crafted string without any restriction and compromise your website or your database with a XSS vulnerability or a SQL injection vulnerability.  

Regards</description>
		<content:encoded><![CDATA[<p>About the tutorial #13 &#8220;AJAX mootools secure contact form&#8221;. It is a good tutorial to learn about mootools but NOT to improve your website security. That kind of sanitization have to be done in the server side, not in the client web browser. An attacker can use his/her own form and submit a specially crafted string without any restriction and compromise your website or your database with a XSS vulnerability or a SQL injection vulnerability.  </p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aartiles</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-38392</link>
		<dc:creator>aartiles</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-38392</guid>
		<description>Nices resources, i decided to moved from Prototype to mootools, i love mootools.
Check my last effect plugin: http://www.flash-free.org/en/2009/05/28/e24bubblefx-photo-bubble-transition-effect/</description>
		<content:encoded><![CDATA[<p>Nices resources, i decided to moved from Prototype to mootools, i love mootools.<br />
Check my last effect plugin: <a href="http://www.flash-free.org/en/2009/05/28/e24bubblefx-photo-bubble-transition-effect/" rel="nofollow">http://www.flash-free.org/en/2009/05/28/e24bubblefx-photo-bubble-transition-effect/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdel</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-35435</link>
		<dc:creator>Abdel</dc:creator>
		<pubDate>Mon, 04 May 2009 20:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-35435</guid>
		<description>mootools never been explained any better. heads up.Thanks a lot.</description>
		<content:encoded><![CDATA[<p>mootools never been explained any better. heads up.Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boby Thomas</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-33336</link>
		<dc:creator>Boby Thomas</dc:creator>
		<pubDate>Fri, 10 Apr 2009 08:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-33336</guid>
		<description>excellent post. keep it up.</description>
		<content:encoded><![CDATA[<p>excellent post. keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "mootools" - JabberTags</title>
		<link>http://sixrevisions.com/javascript/mootools_tutorials_and_example/#comment-25376</link>
		<dc:creator>Recent Links Tagged With "mootools" - JabberTags</dc:creator>
		<pubDate>Tue, 06 Jan 2009 02:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=167#comment-25376</guid>
		<description>[...] by Preoccupations on Sun 28-12-2008   MooTools 1.2 Released Saved by kencookie on Thu 25-12-2008   Learning MooTools: 20 MooTools Tutorials and Examples Saved by ikrystal on Tue 23-12-2008   writing classes in javascript using mootools Saved by [...]</description>
		<content:encoded><![CDATA[<p>[...] by Preoccupations on Sun 28-12-2008   MooTools 1.2 Released Saved by kencookie on Thu 25-12-2008   Learning MooTools: 20 MooTools Tutorials and Examples Saved by ikrystal on Tue 23-12-2008   writing classes in javascript using mootools Saved by [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
