473,796 Members | 2,509 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mootools vs Prototype?

I need one of those. But which one should I pick?

Mootools looks great becouse I dont need to use the bad-document-but-
still-great scriptaculus.

What do you think?

Mar 11 '07 #1
7 11889
Seth Illgard said the following on 3/11/2007 6:05 PM:
I need one of those.
One of what?
But which one should I pick?
The one that best satisfies your needs. Prototype seems to be getting
better about support (at least there is a group dedicated to it). Don't
know about Mootools.
Mootools looks great becouse I dont need to use the bad-document-but-
still-great scriptaculus.
That should answer your question then :)
What do you think?
I think if I had 100 Million Dollars US I would retire to the Bahamas :)

If you can't handle the 100 Million, just 2 Million will do fine :)

--
Randy
Chance Favors The Prepared Mind
comp.lang.javas cript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Mar 11 '07 #2
On 11 mar, 16:20, Randy Webb <HikksNotAtH... @aol.comwrote:
Seth Illgard said the following on 3/11/2007 6:05 PM:
I need one of those.

One of what?
But which one should I pick?

The one that best satisfies your needs. Prototype seems to be getting
better about support (at least there is a group dedicated to it). Don't
know about Mootools.
Mootools looks great becouse I dont need to use the bad-document-but-
still-great scriptaculus.

That should answer your question then :)
What do you think?

I think if I had 100 Million Dollars US I would retire to the Bahamas :)

If you can't handle the 100 Million, just 2 Million will do fine :)

--
Randy
Chance Favors The Prepared Mind
comp.lang.javas cript FAQ -http://jibbering.com/faq/index.html
Javascript Best Practices -http://www.JavascriptT oolbox.com/bestpractices/
Thats the problem exactly. Mootools is not THAT popular, but seems to
fit my needs better at this moment. But, becouse im building a CMS
that will require a lot of stuff and sub-systems, I think that a
popular framework will be more flexible(protot ype). That is my dilema.

Mar 11 '07 #3
Seth Illgard wrote:
Thats the problem exactly. Mootools is not THAT popular, but seems to
fit my needs better at this moment.
Check out jQuery - http://www.jquery.com

It is the best framework available, IMO. It's very lightweight, has a lot of
plugins (including Interface for nice effects), it is very well documented
and the community is EXTREMELY active and helpful.

MooTools is nice but it is not very popular and I don't think it will be one
of the big players down the road. When choosing a framework I think it is
best to choose one that will remain popular, well documented, and well
supported in the future. The jQuery world is growing like crazy and I think
it has a more promising future than either Moo or Prototype.

I have chosen to standardize on jQuery not only for my own purposes, but
also for an entire company of web developers. I highly recommend you take a
look at it and consider it before choosing either Moo or Prototype.

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com
Mar 12 '07 #4
On Mar 12, 8:05 am, "Seth Illgard" <Seth.Illg...@g mail.comwrote:
I need one of those. But which one should I pick?

Mootools looks great becouse I dont need to use the bad-document-but-
still-great scriptaculus.

What do you think?
That you shouldn't multi-post:

<URL: http://groups.google.com.au/group/ru...3bda0cee5ee62e
>
Much better to cross-post so that both groups can see responses, you
only need to check one group, you save server and user storage and
bandwidth...

FWIW, I agree with Matt's suggestion about JQuery.
--
Rob

Mar 12 '07 #5
"Matt Kruse" <ne********@mat tkruse.comwrote in message
news:et******** *@news3.newsguy .com...
Seth Illgard wrote:
>Thats the problem exactly. Mootools is not THAT popular, but seems to
fit my needs better at this moment.

Check out jQuery - http://www.jquery.com

It is the best framework available, IMO. It's very lightweight, has a lot of plugins
(including Interface for nice effects), it is very well documented and the community is
EXTREMELY active and helpful.

MooTools is nice but it is not very popular and I don't think it will be one of the big
players down the road. When choosing a framework I think it is best to choose one that
will remain popular, well documented, and well supported in the future. The jQuery world
is growing like crazy and I think it has a more promising future than either Moo or
Prototype.
Cow goes moo, not me. Too much code to wade through if you really wanted to build large
or involved applications.

My current Moo library is a whopping 140KB uncompressed, jQuery on the other hand is 57KB
uncompressed. And elegant, in a way.
I have chosen to standardize on jQuery not only for my own purposes, but also for an
entire company of web developers. I highly recommend you take a look at it and consider
it before choosing either Moo or Prototype.
For those not in the know, does that mean you and your associates are going to use jQuery
as the basis for all of your future developments?

-Lost
Mar 12 '07 #6
-Lost wrote:
For those not in the know, does that mean you and your associates are
going to use jQuery as the basis for all of your future developments?
Yes.

Any page that requires javascript will include jQuery as a base, and
functionality will built on top of it either page-by-page or as plugins. I
believe that javascript development has reached the point where people
shouldn't need to be worrying about cross-browser quirks or
language-specific implementation details. These things should be handled by
a small (jquery=19k) base framework written and maintained by people
dedicated to making it as robust as possible. That frees the developer to
focus on the business logic and functionality required, which in turn
results in better interfaces. Assuming the base framework is solid (which I
believe jQuery is) then this approach is the only way to move forward with a
team and make more useful web applications.

--
Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com
Mar 12 '07 #7
"Matt Kruse" <ne********@mat tkruse.comwrote in message
news:et******** *@news3.newsguy .com...
-Lost wrote:
>For those not in the know, does that mean you and your associates are
going to use jQuery as the basis for all of your future developments?

Yes.

Any page that requires javascript will include jQuery as a base, and functionality will
built on top of it either page-by-page or as plugins. I believe that javascript
development has reached the point where people shouldn't need to be worrying about
cross-browser quirks or language-specific implementation details. These things should be
handled by a small (jquery=19k) base framework written and maintained by people
dedicated to making it as robust as possible. That frees the developer to focus on the
business logic and functionality required, which in turn results in better interfaces.
Assuming the base framework is solid (which I believe jQuery is) then this approach is
the only way to move forward with a team and make more useful web applications.
Granted, I am no professional in the world of JavaScript, but I could not agree more with
your statements.

I tended to lean towards jQuery based on other recommendations in the past, and so far
have not been disappointed. I can only imagine your future clients will feel the same
way.

-Lost
Mar 13 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4507
by: manilal prajapati | last post by:
Hi, Using mootools I can implement either vertical or horizontal slider bar . But i want to implement both slider bar at once...
3
4100
by: Piliskner | last post by:
Greetings to all coders. I am new to js and my development is based on using frameworks such as Mootools and libraries such as Wz_jsgraphics. Recently working on my school project I have met with a problem of calling my function to draw something: var jg = new jsGraphics(); function drawArrow() { jg.setColor("#ff0000"); // red jg.drawLine(10, 113, 220, 55); jg.setColor("#0000ff"); // blue
4
4277
by: Jean Ceugniet | last post by:
Hi, I just made my very first ajax form submitting. This works perfectly (myAjax01 is a variable external to this function). **************************** Code >> **************************** $("formRecherche").addEvent("submit", function(e) { /**
1
1786
by: Piotr Kaleta | last post by:
ekhm ... MOOTOOLS , if you don't know it sorry I won't be pasting docs from mootools.net manuals
4
3787
by: ameshkin | last post by:
Hi Everybody, I'm just now learning javascript and I'm using mootools. What I want to do is to dynamically load a php page into accordian panel 2, depending on which radio button is selected in accordian panel 1. Here is a simplified version of my code. window.addEvent('domready', function() { var accordion = new Accordion('h3.atStart', 'div.atStart', { display: 0, //will open the 1st panel at start
1
1418
by: empiresolutions | last post by:
i need to upgrade a script for MoolTools that was built on version Build 86. I need it upgraded to work with v1.2. I have looked on the web for info on build 86, but im not finding much help. Im sure someone firmiliar with MooTools will be able to spot the upgraded functions that are needed. Thanks much in advance. This is the script that is need upgrading. Found here, http://www.zed23.com/2007/01/23/mootools-resizingtextarea-component/ ...
0
9528
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10456
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10230
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10174
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10012
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9052
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5575
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.