Category: Scripting

20

Apr

Mootools and font resizing

Visit solutoire.com/2006/11/29/fxfont-mootools-and-font-resizingWhen the large ‘A’ is pressed the font-size increases a little. The smaller ‘A’ resizes the font to it’s original size. It’s a piece of eyecandy and it’s very effective for websites having small font-sizes. I checked how they implemented this function…

20

Apr

MooFx

Visit moofx.mad4milk.net/moo.fx, a superlightweight javascript effects library

20

Apr

MooTools for the Rest of Us

Visit beautyindesign.com/tutorial/free_series_mootools_for_the_rest_of_us.phpBeauty in Design features high quality tutorial series for web design, JOOMLA, mootools, javascript and ajax, and even templates., MooTools for the Rest of Us is a series of tutorials that demonstrates, by ….

20

Apr

Mootools :: Accordion

Visit www.chrisesler.com/mootools/mootools-accordion.htmlHacked version of accordion.js: Can specify which elements you want open as an option. Option must be array of elements index.
example: You want elements 1, 2, and 3 opened on start, but not 4, and 5…

20

Apr

Accordion with color transition

Visit www.solutoire.com/experiments/mootools/acc_ex3.htmlAccordion with color transition example

20

Apr

Accordion

Visit www.ryanscherf.net/demos/accordion/#sectionA nice example of the accordion effect

20

Apr

Sortable Nested Lists - MooTree

Visit youmuppet.com/?page_id=As a web application developer I’ve always found myself encountering hierarchical/tree type structures and needing a good, clear and easy way for people to re-organise them. So after mootools developed to a point where I figured it had the tools for…

20

Apr

Mootools Sortable List Example

Visit techblog.billkrueger.com/2006/10/11/mootools-sortable-list-exampleI was interested in testing out the Sortable List functionality available in the effects portion of mootools. I put together a quick example of a Sortable List implementation, so feel free to check it out and view the source.

20

Apr

A Mootools Tutorial :: The "Mootorial"

Visit clientside.cnet.com/wiki/mootoriaWhat follows is a how-to tutorial on the Mootools library and also serves as a unit test of sorts. Most of the code examples will allow you execute them by clicking on the “execute this code” link below the example. Clicking this will echo out the…