public
Description: The utm (UlTiMate JavaScript Library) is an opensource project built to make web develpment easier for everyone, beginners and skilled programmers. It offers the most needed tools, bringing you excellent results, which requires just pieces of code. User Interface, visual effects, DOM helpers (CSS3 selectors compatible), event manipulators, Ajax interaction and a great support for extra plug-ins: all in just one light-weight and easy-to-use tool.
Homepage: http://utmproject.org/
Clone URL: git://github.com/emyller/utm.git
utm /
name age message
file README.markdown Sun May 17 18:28:19 -0700 2009 added new ui plugins (just started) [Evandro Myller]
file TODO Thu Jun 25 21:32:09 -0700 2009 TODO updated [Evandro Myller]
directory mod/ Sun Jun 28 17:12:19 -0700 2009 tooltip plugin without pointer on default theme [Evandro Myller]
directory themes/ Sun Jun 28 17:12:19 -0700 2009 tooltip plugin without pointer on default theme [Evandro Myller]
file utm.js Mon Jul 06 17:56:36 -0700 2009 added support to native special event condition... [Evandro Myller]

ultimate JavaScript Library (utm)

Copyright © 2009 Evandro Myller

Contact: email: emyller at utmproject dot org IRC: #utmjs at irc.mozilla.org

utm is a JavaScript library that focuses on flexibility and simplicity. It provides the most basic JS functionalities (like Ajax, animations, DOM manipulation, event handling, etc) as much as a powerful module system, that can be used as an application platform with the User Interface add-ins.

Downloading

You can get utm by downloading the latest development version from the git repo: see http://github.com/emyller/utm/ or a stable version at http://utmproject.org/main/#download

Installing

After download and copy the library to your web project, put the utm core (generally utm.js or some minified version) on your page. Be careful when changing the src attribute. Just that. If you don't care about the utm source, just add a minified version to your page, it will improve the download speed of the script.

Using

We're still writing the utm documentation and manuals at http://utmproject.org/wiki/. For now, get support by contacting us directly (see section 'Contributing' below). I apologize that! But at least, you can get human help. =]

Contributing

Thanks for reading this section! I'd be so glad if you could get involved into our project, helping us to build the fastest, full featured, most useful and easiest to use library. And we need a special attention to documentation... For anything you want about utm, you can contact me (data above). Thank you!