Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


View Poll Results: Which is the best
jQuery 14 93.33%
Mootools 0 0%
Ext JS 0 0%
Others 1 6.67%
Voters: 15. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 17-04-2010, 04:13 PM   #1 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,785
Default Best Javascript Framework


Which is the best from your point of view?
jQuery or Mootools or Ext JS?

For me its jQuery, its simple and has amazing collection of plugins
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is online now   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-04-2010, 05:52 PM   #2 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Best Javascript Framework

Though jQuery and MooTools are used for almost similar tasks, ExtJS is quite odd in this list. Don't you think the purpose of ExtJS is quite different than that of jQuery and/or MooTools?
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 18-04-2010, 12:29 AM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2005
Posts: 1
Thumbs up Re: Best Javascript Framework

In my view YUI is the most versatile, and in that YUI 3 is just best. It has cool set of features and amazing amount of thoughts put into its development, developer support is also very good.
imtiyaz121 is offline   Reply With Quote
Old 18-04-2010, 12:41 PM   #4 (permalink)
Broken In
 
Pratul_09's Avatar
 
Join Date: Sep 2007
Location: Navi Mumbai
Posts: 181
Default Re: Best Javascript Framework

jQuery and YUI at present
Pratul_09 is offline   Reply With Quote
Old 19-04-2010, 04:16 PM   #5 (permalink)
Excessive happiness
 
furious_gamer's Avatar
 
Join Date: Jun 2008
Location: Bangalore
Posts: 2,974
Default Re: Best Javascript Framework

jQuery....
__________________
My First Android phone : Samsung Galaxy SL i9003 - Rooted & Gingerbread XXKPQ
Updated : superteekz_V2 ROM for XXKPQ.

PS Request
furious_gamer is offline   Reply With Quote
Old 19-04-2010, 05:58 PM   #6 (permalink)
Hanging, since 2004..
 
tarey_g's Avatar
 
Join Date: Aug 2004
Location: hanging..
Posts: 3,332
Default Re: Best Javascript Framework

JQuery Ftw
__________________
Windows 8 ? :lol:
I have a better OS installed, people call it Windows7 8-)
tarey_g is offline   Reply With Quote
Old 27-04-2010, 11:46 AM   #7 (permalink)
Sync dreams to reality
 
Join Date: Feb 2009
Posts: 55
Default Re: Best Javascript Framework

jquery is the best since the code written is shortest, other good options are \

dojo toolkit
script.aculo.us

YUI is a bit verbose to use.
__________________
Stop Talking Start Thinking
aura is offline   Reply With Quote
Old 08-05-2010, 12:25 AM   #8 (permalink)
Right Off the Assembly Line
 
eman's Avatar
 
Join Date: Apr 2010
Location: UK
Posts: 21
Default Best Javascript Framework

Thank you very much for this piece of information.
eman is offline   Reply With Quote
Old 27-05-2010, 02:28 PM   #9 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Smile Re: Best Javascript Framework

jquery just killed the DOM javascript and DOM Ajax.

jquery rocks!

Even Microsoft has given away it's Ajax frameworks for jQuery. They lost!
__________________
Vamsi Subhash
visit my blog at www.vamsisubhash.co.cc and taste a bit of IT!
vamsi360 is offline   Reply With Quote
Old 30-05-2010, 02:53 PM   #10 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Default Re: Best Javascript Framework

Hi guys, well i have just started learning JavaScript and have been hearing a lot about jquery lately (not heard about any other frameworks you have mentioned). Can you please help me out with these questions:

1. What exactly is a framework and why do we need to use it?
2. Should I be leaning the basics of JavaScript first
or
Should I learn to code using a framework right from the start?

Well, if u don't want to answer, please let me know the source to get my answers from. Thanks..
RavS is offline   Reply With Quote
Old 30-05-2010, 03:11 PM   #11 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Best Javascript Framework

Quote:
Originally Posted by RavS View Post
1. What exactly is a framework and why do we need to use it?
A framework helps you doing regular task easily. Like, if you want to animate something in JavaScript, you might have to write your own code, but frameworks like jQuery provides default methods which does this work for you.
A framework is a basic conceptual structure used to solve or address complex issues

Quote:
Originally Posted by RavS View Post
2. Should I be leaning the basics of JavaScript first
or
Should I learn to code using a framework right from the start?
It is always good to have some basic knowledge of the language before learning the framework.
IMO, you should read JavaScript first, (it won't take more than 1 week, generally) and then go for framework like jQuery.

Hope this helps.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 30-05-2010, 09:12 PM   #12 (permalink)
Kiddie Coder
 
RavS's Avatar
 
Join Date: Jun 2009
Location: New Delhi
Posts: 30
Default Re: Best Javascript Framework

Thanks, well, Garbage(?), for the advice. Let me see how my adventure with JavaScript goes.

Hey, by one week you mean, "Don't-do-anything-else-but-JavaScript-week" ?
RavS is offline   Reply With Quote
Old 09-06-2010, 11:22 PM   #13 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Smile Re: Best Javascript Framework

Quote:
Originally Posted by RavS View Post
Thanks, well, Garbage(?), for the advice. Let me see how my adventure with JavaScript goes.

Hey, by one week you mean, "Don't-do-anything-else-but-JavaScript-week" ?
You welcome.

n NO, I didn't mean that. I meant, give 1-2 hours each day.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 22-11-2010, 03:44 PM   #14 (permalink)
Wise Old Owl
 
abhidev's Avatar
 
Join Date: Sep 2009
Posts: 1,624
Default Re: Best Javascript Framework

I think jquery is the best but extjs too is very good as it is more focused for web applications whereas js is cool for effects and animation.
__________________
Core 2 duo E4500 2.2gHz , ASUS P5GCMX , 3GB Transcend , Corsair VX 550w, MSI R5770 HAWK Edition 1GB, CM HAF-922, LG W2243T 21.5" LCD, I-Ball Baton
abhidev is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delay Javascript Execution Aspire Programming 2 15-03-2010 12:36 PM
Microsoft .NET Framework 3.5 apoorva84 Technology News 7 24-08-2009 10:46 AM
$10,000 Mac hack affects Windows too nepcker Technology News 72 01-05-2007 10:09 PM
.NET Framework 3.0 - Release Candidate crookbond Technology News 2 06-09-2006 07:57 PM
Configure Visual Studio .NET 2002 to use Framework 1.1 SDK silicon_ghy QnA (read only) 1 02-10-2004 11:11 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:16 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2