Showing posts with label Mootools. Show all posts
Showing posts with label Mootools. Show all posts

Monday, February 7, 2011

JS Libs Deconstructed

The Deconstructed series is designed to visually and interactively deconstruct the internal code of JavaScript libraries, including jQuery, Prototype and MooTools.
It breaks the physical JavaScript into visual blocks that you can easiliy navigate. Each block opens to reveal its internal code. Clickable hyperlinks allow you to follow program flow.

Sunday, April 18, 2010

jStorage - store data locally with JavaScript

JavaScript: The Definitive Guide
jStorage is a simple wrapper plugin for Prototype, MooTools and jQuery to cache data on browser side.
jStorage was first developed under the name of DOMCached but since a lot of features were dropped to make it simpler (like the support for namespaces and such) it was renamed. DOMCached had separate files for working with Prototype and jQuery but jStorage can handle both in one go.
http://www.jstorage.info/

Tuesday, November 11, 2008

MochaUI. A web applications user interface library

MochaUI is a web applications user interface library built on the Mootools JavaScript framework.

Uses:

  • Web Applications
  • Web Desktops
  • Web Sites
  • Widgets
  • Standalone Windows and Modal Dialogs
http://mochaui.com/

Sunday, October 19, 2008

Mootools 1.2.1 Released

Tom Occhino has released Mootools 1.2.1, a backwards compatible release that also features:

Element.Properties.html (element.set(’html’, html);) now works even with select and table element’s in Internet Explorer. Element:clone is also now faster than ever, and retains the values of form elements being cloned. A lot of work has also been done to fix some bugs in Class.js, and Safari 2 support is now back. With the help of Daniel Steigerwald, we’ve also cleaned up quite a few memory leaks in IE related to events and Element storage, and destroyed elements are now more effectively destroyed.

Tom also tells us what is new….

We are going to keep going through all the tickets, and try to start fixing the bugs that have cropped up with some of the plugins. 1.2.2 might also see a few new features as we start preparing for some exciting changes and additions we have planned for 1.3.

MooTools 1.2 will be the last version of MooTools to support Safari 2 and Opera 9.5. These browsers have been advancing at a tremendous pace, and have a user base which updates regularly, so we don’t think this will be much of an issue when the time comes. Note that you don’t need to worry about this for quite some time yet because 1.3 is a long way off, but we just thought this was a good place to let everyone know.