public
Description: Some classes and utilities built on top of MooTools
Homepage:
Clone URL: git://github.com/bryanjswift/mootools-plugins.git
name age message
directory Demos/ Sat Aug 16 17:35:49 -0700 2008 Added simplistic demo for MooBuilder.js - renam... [bryanjswift]
directory Docs/ Thu May 21 16:44:10 -0700 2009 start of Form.Searcher documentation [bryanjswift]
file README.md Sat Jul 26 15:15:03 -0700 2008 updated readme [bryanjswift]
directory Source/ Thu May 21 16:47:12 -0700 2009 first cut of small plugin to make elements fire... [bryanjswift]
directory Specs/ Sat Jul 26 16:18:24 -0700 2008 updated asset folder from mootools-core [bryanjswift]
README.md

Plugins for MooTools

This is a space to keep some various utilities and plugins I've written or helped write based on the mootools-core. They are not fully supported or even fully tested at this point but I needed a place to put them while I ported them from 1.11 (in some cases) and 1.2b (in most cases).

Documentation

I'm including at the root of this project the files I will be using to display my markdown documentation. Docs/.htaccess - Contains the apache mod_rewrite rules being used to send files through the php file which is calling the markdown engine Docs/markup.php - Basic shell for calling the Markdown text processor * Docs/markdown.php - Slightly modified version of PHP Markdown Extra

Demos

The Demos folder contains a copy of the mootools-core 1.2 yuicompressed for use by the demo files. When it's available I'll change the demos to use a file hosted by Google but for now this'll have to do.

Additionally I plan to create some sort of useful demos section on my website but this is all down the road. If only I could do this full time rather than having a job.

Specs

The Specs folder contains the Assets folder from mootools-core as well as an uncompressed official release from mootools.net download.

Fx.Position

The first of a number of Classes I built to extend MooTools. This is a fairly simplistic class whose primary function is to center elements on a page.