Monthly Archives: December 2007

NAWTE - A custom WYSIWYG editor for MooTools

New little mootools plugin I’m working on. Check it out! It is based on Control.Textarea for prototype, but re-coded from scratch (and modified a bit) for mootools.
Basically it allows you to put together your custom WYSIWYM (i.e. What You See Is What You Mean) editor with any text area.
Check it out here!

Multiple file upload with: Rails, File_Column plugin and MooTools

Recently, I had to come up with a multiple file upload form that works with the file_column plugin. My site was already using mootools as it’s main JS framework so I wanted to come up with a solution that would be mootools friendly.
Luckily, I found this great mootools plugin that handles multiple file upload in […]