Showing posts with label Prototype. Show all posts
Showing posts with label Prototype. Show all posts

MooTools – A Review

MooTools – A Review

MooTools is an open source JavaScript framework that evolved from the simple function called moo.fx. The developers of moo.fx have slowly expanded this simple function into a fully functional framework. As of this writing, the framework is on its 1.2.0 version and has been enjoying a good following along with other JavaScript frameworks.

Advantages
MooTools is a lightweight framework. But do not think MooTools is another lightweight framework that would eventually stack-up. This framework is as lean as they could be. Instead of stacking up the functions and lines, MooTools divide the codes by developing functions in small code bases.

Expect to have a fully working function in 28kb or less. You can even compress it to make it even smaller. Another function that made it lean is the idea of modularity. Since functions could be laid out as modules, you will basically have an application that is lightweight. The modules built with MooTools are also lightweight in themselves and because of the modularity property of these functions; they are already optimized for performance.

Since moo.fx is originally an effects function, it is no wonder that MooTools is one of the best frameworks if you wanted to have a good looking application with all the effects on it. An Ajax based application will run faster even though there effects are bombarded in the application.

Build Powerful Web Applications using Prototype.js

Build Powerful Web Applications using Prototype.js

Planning to develop an efficient Ajax based application is easier with Prototype.js. This framework was developed specifically to simplify almost any Ajax based function. It is MIT licensed framework could easily be integrated to other frameworks.

To start using the framework it has to be referenced first in your webpage. The following code is used to activate prototype.js. Usually this is referenced in an HTML webpage:

<script type="text/javascript" src="prototype.js"></script>

It is fast becoming the preferred library by different developers. With prototype.js, almost every function could be used with three main objects only. So it does not need a lot of training and familiarity to get along with this simple yet highly efficient framework. The three objects in proptype.js are Ajax.Updater, Ajax.Request and Ajax.Responders.

Continue Reading the Tutorial

Prototype Based Facebook like Textboxlist!!!!

If you need a Facebook like TextboxList with AutoComplete feature, then here's what you are going to need. The solution is implemented using the Prototype javascript library.

This is indeed a very graceful tutorial which will help us understand how to make UI more elegant and powerful.

In this tutorial one can easily find the ways to make RICH ui with the help of Prototype library.
Check this tutorial out and drop in your comments.

Read more and download the source from the below link.

Simple Layout Manager with Prototype 1.6

Here's a simple layout manager for web applications built using the Prototype javascript library.
Read more and download the source from the below link.
http://blog.xilinus.com/2007/10/3/simple-layout-manager-with-prototype-1-6

If you find it useful, drop in comments.

New Version of Script.aculo.us is out there!!!!

Scriptaculous 1.8 , Prototype 1.6 & the Bungee Book are out now.

So whts special about these releases?

Loads of new features and ofcourse lot of bug fixes as well
  • Prototype 1.6 final
  • Complete rewrite of Ajax.InPlaceEditor and Ajax.InPlaceCollectionEditor
  • Full CSS inheritance in Effect.Morph
  • New core effect: Effect.Tween
  • Sound: play mp3 files for sound effects; uses native playback on IE and available plugins
  • whereever possible
  • Duration and distance options for Effect.Shake
  • Performance improvements
  • Tons of bugfixes

I dont see any reason why you should not upgrade your libraries?

Go now and Grab them from these links

Scriptaculous 1.8: http://script.aculo.us/

Prototype 1.6 Library: http://prototypejs.org/2007/11/7/prototype-1-6-0-script-aculo-us-1-8-0-and-the-bungee-book-now-available

& Buy the Book: http://pragprog.com/titles/cppsu