Archive for March 2009
Plugin development in Mango 1.3
Posted on March 04, 2009, under Plugins and Tags, Tips.
Mango 1.3 includes some new features that will come in handy when developing a Mango plugin. The key new features are auto-installation, auto-copying of plugin assets files (scripts, images etc.) and a BasePlugin component (which you will have to include in your plugin folder to be able to extend from it).
You can read the details at Seb's post: Plugin development in Mango 1.3
jQuery plugin
Posted on March 02, 2009, under Plugins and Tags.
Seb Duggan has created a plugin that will let you add the jQuery Javascript library whenever you need it. You can read more and download from Seb's blog at: jQuery plugin for Mango. This is of special interest to those developing plugins.

