Mootools, JQuery, prototype, scriptaculous?

06-04-08, 12:44 PM
|
 |
Newbie Coder
|
|
Join Date: May 2007
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Mootools, JQuery, prototype, scriptaculous?
Which is the best?
Mootools
JQuery
Prototype / scriptaculous
Mootools and JQuery works with out need other framework? Like scriptaculous need prototype.
|

06-04-08, 02:47 PM
|
 |
Community VIP
|
|
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

06-05-08, 03:05 AM
|
 |
Community VIP
|
|
Join Date: Jan 2007
Location: Belgium
Posts: 584
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes, scriptaculous is built on top of prototype. I have used that combination, and I was happy with it. However, now I'm shifting more to JQuery, because I like the way that code is written.
But at work, we use Dojo and Ext. Yet 2 other frameworks to choose from.
There is no definate response to which one is the best. It's a matter of taste and needs.
__________________
Jack Bauer makes Chuck Norris cry
|

06-06-08, 09:47 AM
|
|
Newbie Coder
|
|
Join Date: Jul 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
JQuery
If not that then, prototype.
I say JQuery first because it is the least obtrusive of the three (it will not conflict with other libraries and it does not inject itself in to the DOM functions). Also, its interface goes further to reduce the code needed to develop a given feature. Its syntax actually makes JS look like a more thoughtful language.
Prototype is very easy to use, and paired with Scriptaculous things like Drag and Drop are impossibly simple to implement. They also have very nice AJAX functions.
I have less experience with Dojo, but it is much harder to learn and the available documentation left much to be desired. Although even Prototype can be a challenge to learn from its documentation.
At work I'm stuck with Prototype and Scriptaculous.
|

06-06-08, 12:46 PM
|
 |
Newbie Coder
|
|
Join Date: Jun 2008
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
My favorite is jQuery. I love how simple it is to use. Everything just make sense.
I've used Prototype and Scriptaculous before and I like them alright, but like T1 said, they don't play well with others.
I use Yahoo UI on a couple of projects at work, and intend to use it more in the future. It's big and complex, but it works well.
I've not worked with mootools much, but it seems alright.
I think you should really try doing a couple of projects with each one and see what you like best. They're all decent libraries.
|

06-06-08, 02:17 PM
|
 |
Newbie Coder
|
|
Join Date: May 2007
Posts: 95
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Recently I've worked with prototype and scriptaculous only. I'm thinking to test now jQuery and Mootools.
Thanks for the answers.
|

06-06-08, 03:31 PM
|
 |
Community VIP
|
|
Join Date: Apr 2006
Location: Los Angeles, CA
Posts: 660
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Also, as far as I know, Dojo is the only library which currently addresses web accessibility and I've heard it does it very well.
http://dojotoolkit.org/book/dojo-boo...ccessibility-0
|

06-06-08, 04:47 PM
|
 |
Aspiring Coder
|
|
Join Date: Jun 2006
Posts: 537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I think jQuery is pretty good and do much with less typing  also "drupal" one of the best open-source CMS use jQuery as default framework. Good luck!
|

06-07-08, 05:26 AM
|
 |
-
|
|
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
|
|
Dojo strengths:
- Regular expression validation, can be used on both server and client side
- Easy implementation
- Themes which allow you to present a polished interface very quickly, yet customize it if necessary.
- Great collection of layout widgets
- Browser compatibility is done well
- Only loads as much code as necessary to process the page
- Powerful event control
- Easy to work with AJAX interface
http://dojotoolkit.org
|

06-09-08, 08:26 AM
|
|
Newbie Coder
|
|
Join Date: Apr 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dojo gets my vote, especially since Zend Framework announced the interation of Dojo 
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
jQuery UI Tabs + Lightbox
|
Hunter |
JavaScript |
2 |
07-12-08 03:52 AM |
|