<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.6" -->
<rss version="0.92">
<channel>
	<title>MooTools Tutorials &#38; Code</title>
	<link>http://pilon.nl/mootools</link>
	<description>Just another MooTools weblog</description>
	<lastBuildDate>Thu, 12 Mar 2009 13:12:21 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Private Picasa Feed using PHP</title>
		<description><![CDATA[Abstract
Filip recently asked if it was possible to show private albums in a picasa-feed, to use with the PicasaViewer script.  Good questi0n, and at the same time I needed it myself. Lucky Filip  
Quick start
The direct link to the PHP-script you need: privateFeed.phps.
Short instructions:

edit lines 53 &#8211; 55 to your values
create a file called [...]]]></description>
		<link>http://pilon.nl/mootools/2009/03/10/private-picasa-feed-using-php/</link>
			</item>
	<item>
		<title>Extra Browsers.Extras</title>
		<description><![CDATA[Aaron Newton at Clientcide made a very useful extension on the MooTools Browser script: Browser.Extras.  Although it contains a just a few functions, it is very handy. For example, Browser.getQueryStringValues(), to read variables from the URI (known in PHP as $_GET).  Really nice to have.
When writing the PicasaViewer, I needed to set the href attribute [...]]]></description>
		<link>http://pilon.nl/mootools/2009/02/05/extra-browsersextras/</link>
			</item>
	<item>
		<title>PicasaViewer: embed a picasa gallery in your site</title>
		<description><![CDATA[Abstract
For a small community website, the need rose to share pictures with each other.  A clever mind created a picasa-gallery, which was working OK. But, to view the gallery you had to leave the community website. The idea to embed the gallery was born. I went looking for existing scripts but could not find the [...]]]></description>
		<link>http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/</link>
			</item>
	<item>
		<title>Textarea Resizer for Mootools 1.2 &#8211; version 2</title>
		<description><![CDATA[Abstract
I recently rewrote Textarea Resizer for use with MooTools 1.2. Some people liked to see some extra functionality, and so did I. So, Textarea Resizer version 2 is just finished.
New features

resize width
resize using drag

Usage
Surprisingly, the script works the same:

window.addEvent&#40;'domready', function&#40;&#41; &#123;
	new textareaSizer&#40;&#41;;
&#125;&#41;;
&#160;
// or with an option passed:
window.addEvent&#40;'domready', function&#40;&#41; &#123;
	new textareaSizer&#40;sizeWidth: true&#41;;
&#125;&#41;;

Feel free to check out [...]]]></description>
		<link>http://pilon.nl/mootools/2009/01/05/textarea-resizer-for-mootools-12-version-2/</link>
			</item>
	<item>
		<title>Saving a sortable nested list &#8211; mootools 1.2</title>
		<description><![CDATA[Abstract
I could sort &#38; save a nested list using mootools 1.1, but since 1.2 is out for about half a year now it is time for an update   An extensive one this time. After working through this tutorial you are able to use MySQL to store a nested list, use PHP to retrieve [...]]]></description>
		<link>http://pilon.nl/mootools/2008/12/19/saving-a-sortable-nested-list-mootools-12/</link>
			</item>
	<item>
		<title>Textarea Resizer for Mootools 1.2</title>
		<description><![CDATA[Abstract
Textarea Resizer allows the user to expand and shrink the height of HTML textareas. It is written by Chris Barr from Eject Media &#8211; http://ejectmedia.net
It is now updated to use with MooTools 1.2.
New features

Mootools 1.2 compatible
AutoSize: expand textareas which already have content

Don&#8217;t forget to check out the demo-page.
Usage
Include the script and initialize like any class:

 [...]]]></description>
		<link>http://pilon.nl/mootools/2008/12/03/textarea-resizer-for-mootools-12/</link>
			</item>
	<item>
		<title>fValidator language files coming in</title>
		<description><![CDATA[Mootools does have a worldwide community  
In three days I recieved Italian, Spanish, French and German translations. Thank you davcaffa, Stephane and Axel Beck, good job!
I just added the translations (download complete file) and put up a demo page. There was a mistake in the dateEU-validator: it said it validated mm-dd-yyyy, while is does [...]]]></description>
		<link>http://pilon.nl/mootools/2008/12/01/fvalidator-language-files-coming-in/</link>
			</item>
	<item>
		<title>Window.Growl for mootools 1.2</title>
		<description><![CDATA[Abstract
Window.Growl is a simple but handy MooTools component for creating translucent messages that are displayed over the contents of your screen. It is written by IceBeat (http://icebeat.bitacoras.com/mootools/growl/), and now it is updated to work with Mootools 1.2.
Usage
You can use growl as you are used to:

$&#40;'smoke'&#41;.onclick = function&#40;&#41; &#123;
	Growl.Smoke&#40;&#123;&#125;&#41;;
	return false;
&#125;;
&#160;
$&#40;'bezel'&#41;.onclick = function&#40;&#41; &#123;
	Growl.Bezel&#40;&#123;
		title: 'Window.Growl&#38;lt;br /&#38;gt;By Daniel [...]]]></description>
		<link>http://pilon.nl/mootools/2008/11/30/windowgrowl-for-mootools-12/</link>
			</item>
	<item>
		<title>fValidator for mootools 1.2</title>
		<description><![CDATA[Abstract
fValidator is an open source (free), unobtrusive javascript tool for easy handling form validation, written by Fabio Zendhi Nagao (http://zend.lojcomm.com.br). Fabio&#8217;s fabulous formvalidating script is now updated for use with MooTools 1.2. Also added a few extra validators, and the script is now multilingual!
New features

Mootools 1.2 compatible
Validators for

EU-date format
ISO-8601 date format


Multi-language support

English
Dutch



Usage
Initialize the fValidator class [...]]]></description>
		<link>http://pilon.nl/mootools/2008/11/28/hefvalidator-for-mootools-12/</link>
			</item>
</channel>
</rss>
