Welcome Guest, Not a member yet? Register   Sign In
Mootools, Scriptaculous, Prototype, YUI or JQuery?
#8

[eluser]beemr[/eluser]
[quote author="Edemilson Lima" date="1201227316"]I would like to make some questions...

1) Which of the JS frameworks is the most compatible with all browsers, in all operational systems?

Full compatibility trickles down to all of them. Which is most likely the leader might be a better question. I think jquery has shown its merits here. For example, it was the first to come up with DOM loaded event that worked on all, even Safari.

2) Which of them downgrade nicely if the user have disabled Javascript?

JQuery is unobtrusive at its core, most others added unobtrusive capabilities to follow suit. Proto-taculous as seen in RoR, for instance, is completely embedded within the HTML, not so great for degradation.

3) Which of them loads and runs faster even in old and slow computers?

There are a number of tests for this (I can recall only slickspeed), but speed has improved not only in libraries, but in browsers and computers, so I wouldn't be too concerned if you're not building maps.google.com. Scriptaculous usually has the smoothest effects. Moo might be second. JQuery third this time (as of 1.1.4).

4) Which is more customizable and let us to enable only what we want? Which able us to use only the basic AJAX functionality or only the effects we really need?

Moo has a great package system so you can grab a custom library. YUI is loosely coupled from the start. Jquery can be separated but realistically, at 20k, it's all or nothing. Scriptaculous needs Prototype, so its the hefty boy of the lot.

5) Which of them simplify the task on the server side, instead of force us to build the remote PHP scripts more complicated? Which standards/protocols they use: JSON, XML, DOM, etc?

I'm sure these are available for all. Jquery definitely. One of my favorite jquery plugins is one that uses JSON to create DOM. Very elegant, I think.

6) Which have clean code and intuitive use of classes and functions, and also a very good and complete documentation?

I believe Moo is based on Dean Edwards' class implementations which are regarded as the best. Prototype offers class structure in a riskier manner as it rewrites the base object.

7) Which is more compatible with the W3C Standards and do not use deprecated things?

None, since they all support IE6 Smile

8) Which have the major list of effects, but also useful things like form generation and validation, field mask/format, calendar popup, color picker popup, HTML editor, etc?

ExtJS is an interface library that works with the YUI or jQuery.

9) Which have the best team behind it and the best community? Which have the best support?

jQuery has long been praised for its community and docs. I think they're very comparable to CI's own. YUI has tons of docs and videos, but I've never found the time to sift through them.

10) Which is the most used by web sites around the world? Which is the most known by developers?

GoogleCode, Digg, Technorati, Wordpress(latest) use jQuery.


Well, if you don't know the answers to all of these questions, just answers the questions you can, ok?[/quote]

Ajaxian.com is a great resource for more info. Happy foraging!


Messages In This Thread
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:01 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 08-07-2007, 03:40 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 11:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 11:32 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 12:09 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 02:15 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 02:55 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 07:45 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-24-2008, 09:02 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:53 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:56 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 11:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 06:25 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-25-2008, 07:09 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-26-2008, 04:37 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-26-2008, 06:18 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 08:22 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 12:22 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 01:22 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-28-2008, 03:35 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-31-2008, 04:41 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 01-31-2008, 05:40 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-01-2008, 03:43 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-01-2008, 08:59 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-06-2008, 04:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-06-2008, 05:29 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:13 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:44 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-07-2008, 07:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-08-2008, 03:11 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-08-2008, 10:08 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-09-2008, 12:51 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-09-2008, 08:11 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-10-2008, 09:35 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-10-2008, 10:50 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 01:13 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 06:13 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 06:33 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-16-2008, 08:03 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 01:21 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 07:58 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-22-2008, 08:38 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 05:25 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 07:46 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-23-2008, 08:40 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-24-2008, 10:21 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 02-25-2008, 07:52 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 09:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 10:01 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-07-2008, 11:43 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-09-2008, 08:16 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 03-09-2008, 10:46 AM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 04-07-2008, 07:49 PM
Mootools, Scriptaculous, Prototype, YUI or JQuery? - by El Forum - 04-08-2008, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB