MooTools Tutorials & Code

Just another MooTools weblog

Browsing the 2009 February archive

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 [...]

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 [...]