Jump to content

[SOLVED] Javascript File Size


random1

Recommended Posts

Why are you using all 3? I dislike Prototype, found it hard to use. Mootools was pretty bad also. I found jQuery to be suitable for everything that I needed.

 

And use the minified version of it as well, from memory its only 50kb and is the best one to use.

Using all 3 is a bit pointless using just one would be enough since you can achieve the same thing with all of these frameworks.

 

I wouldn't call any of these bad though they all just aim for different things.

 

mootools main goal is to be easy for OO developers while being as small as possible in file size

jQuery is focused on CSS for the selectors which makes it the best choise for designers

and prototype looks very much like mootools only bigger in filesize

 

as for compressing. you can download all these frameworks as compressed files

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.