I am new here.
If this is already asked, please delete it.
Which one would you choose?
|
1
|
|||||||||||||||||||||
|
|
|
This question was asked multiple times, and the answer depends on many factors. If all you want is to provide simple gradual enhancements to existing web applications, any major JavaScript framework will do just fine. I saw so many badly made web sites with "custom" JavaScript code that nowadays I always recommend to pick a framework and use it without going guerrilla. At least it will be a tested code, which works on most browsers. Unless of course you are a guru and the web site in question is a part of power trip. Only if you want more than simple crutches, or you have some special requirements, you will see the difference. But you have to ask right questions for that. These are questions I would ask:
Don't be afraid if some answers are negative. It just means that either you should look for solutions from several sources, or roll it out on your own. The problem with the former is that the more sources you have, the more difficult to make them work together without hiccups and excessive bloat. The problem with your own solution is that while you may taylor it to fit your situation perfectly (if you have all necessary talents and resources), it wouldn't be as battle-tested and watched by 1000s eyes as existing frameworks. I am not talking about bugs (bugs are easy as long as you have time to do all the testing), I am talking about selected design decisions, algorithms, and other brainy stuff. I am a Dojo developer ⇒ I use Dojo. Why? :-) If you have to ask:
|
||
|
|
|
|
I learnt Dojo because its support by Zend Framework. It took me a week (a long week..) but now, I really enjoy it, and I feel very productive! From what I read, most JS libraries don't encourage you to learn the JavaScript language fundamentals or the DOM. If you want to write great JavaScript applications, the problem isn't the library you use, but how you understand the language, the DOM, and the library, if any. (I don't have any experience with JQuery/Prototype, and didn't had previous Javascript experience) |
|||
|
|
|
|
I think jQuery.js provides best features to you. If you want to see the comparison in all JavaScript frameworks than go through this link:- http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks. This will help you to choose. Regards, Mannusanghi |
||
|
|
|
|
You can also check the performance comparision of these tools, i was help me choosing right tool for me. you can access this page from dojo-vs-jquery-vs-mootools-vs-prototype-performance-comparison Otherwise, you can also find advantages and other summary infos of these tools from prototype-jquery-mootools-ext-dojo-speed-comparison Or you should look this discussion on the stackoverflow |
||
|
|
|
What I biased my decision on was adoption by major companies. When you go to the jQuery website you can see some of the companies that use it. Also Microsoft has decided to include it as-is in Visual Studio with Intellisense, I mean come if Micorsoft is using it with out messing with it or coming up with their own version it's got to be OK right..I think ;) ? More importantly take the time to use all the libraries in basic programs and take them for a test drive and see which one seems the most intuitive and easy of use. Plus the amount of support available from documentation, blogs, examples, tutorials, etc. I would definitely recommend jQuery. It is extremely easy yet can be extremely powerful depending on what your needs are. There are a lot of examples, tutorials, and blogs about jQuery with some really good books available to help you. |
||||||||
|
|
|
As always, it depends on your application. But I'd recommend jQuery first. Light and very functional, and leads you to write clean code. |
||
|
|
|
|
The short answer is jQuery. The longer answer is: type each one into google, and see how many results you get for each (make sure to type Prototype JS for Prototype). That will give you an approximate measure of popularity. This is a subjective measure of a library's strengths, but can be helpful nonetheless. And by 'dozo' I think you mean 'dojo'. This has been discussed here at least a zillion times. |
||||||
|