library

TwitterFacebook
Get flash to fully experience Pearltrees

moo.fx - the next small thing

introduction moo .fx is a superlightweight , ultratiny , megasmall javascript effects library, to be used with prototype.js or the mootools framework . It's very easy to use , blazing fast , cross-browser , standards compliant , provides controls to modify any CSS property of any HTML element, including colors, with builtin checks that won't let a user break the effect with multiple, crazy clicks. Optimized to make you write the lesser code possible, the new moo.fx is so modular you can create any kind of effect with it. moo .fx is open source, released under the very liberal MIT License , so feel free to do anything you want with it. what's new http://moofx.mad4milk.net/#download

The Partnership for 21st Century Skills - Framework for 21st Century Learning

The Framework presents a holistic view of 21st century teaching and learning that combines a discrete focus on 21st century student outcomes (a blending of specific skills, content knowledge, expertise and literacies) with innovative support systems to help students master the multi-dimensional abilities required of them in the 21st century. The key elements of 21st century learning are represented in the graphic and descriptions below. The graphic represents both 21st century skills student outcomes (as represented by the arches of the rainbow) and 21st century skills support systems (as represented by the pools at the bottom). http://www.p21.org/index.php?option=com_content&amp%3btask=view&amp%3bid=254&amp%3bItemid=120
http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/

Javascript libraries roundup « eDevil’s weblog

I spent days looking for new Javascript libraries and finally made a comprehensive list of almost all libs out there. Pure JS Application libraries / Frameworks: Prototype Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Homepage: http://prototype.conio.net Documentation: http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htm http://www.sergiopereira.com/articles/prototype.js.html http://wiki.script.aculo.us/scriptaculous/show/Prototype
http://www.sitepoint.com/painless-javascript-prototype/

Painless JavaScript Using Prototype [JavaScript & AJAX Tutorials]

Form.Observer and Form.Element.Observer allow you to watch a form (or, in the latter case, a single form element) and trigger callbacks when the data changes. There are actually two flavours of each observer that check for value changes. The first is a periodic observer, which works like this: new Form.Observer($("myform"), 1, myCallBackFunction); new Form.Element.Observer($("myfield"), 1, myCallBackFunction); These observers check every second whether or not the data has changed and, if it has, will call myCallBackFunction .
last update: August 18 th 2007 Table of Contents What is that? http://www.sergiopereira.com/articles/prototype.js.html

Using prototype.js v1.4.0