Web Develop Forum: Favourite JS library? - Web Develop Forum

Jump to content

Sign In    Register    Help

Hello Guest!
  • You cannot start a new topic
  • You cannot reply to this topic
Page 1 of 1

  Favourite JS library? Rate Topic: -----

#1 User is offline   Sam Granger Icon

  • Administrator
  • PipPipPip
  • Group: Root Admin
  • Posts: 431
  • Joined: 22-October 08

Post icon  Posted 23 October 2008 - 12:50 AM

What's your favourite JS library? I've been working quite a bit myself with jQuery, lots of addons made by people. Liking it so far, but YUI also looks good. What librabry do you all recommend? And why? smile.gif
0

#2 User is offline   Bob Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 44
  • Joined: 23-October 08
  • Gender:Male

Posted 23 October 2008 - 12:53 AM

QUOTE (Sam Granger @ Oct 23 2008, 12:50 AM) <{POST_SNAPBACK}>
What's your favourite JS library? I've been working quite a bit myself with jQuery, lots of addons made by people. Liking it so far, but YUI also looks good. What librabry do you all recommend? And why? smile.gif


I'm not much of a JS programmer, but I have heard great things about jQuery and the features that can be achieved with it with minimal code.
0

#3 User is offline   Will Roberts Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 64
  • Joined: 23-October 08
  • Gender:Male
  • Location:Buckley, North Wales

Posted 23 October 2008 - 12:04 PM

Most of the libraries have functions that i use independently so i find myself using most of them (Sometimes in unison - depending on library).

jQuery works great for most of the functions i use though. YUI Have a great carousel model which i do use quite a bit.
My Portfolio: <a href="http://www.imagelimited.co.uk" target="_blank">I.M.A.G.E</a>
Submit Your Site: <a href="http://www.keepittidy.co.uk" target="_blank">K.I.T</a>
CSS & XHTML Tutorials: <a href="http://www.fatbasturd.co.uk" target="_blank">FatBasturd</a>
SEO Services: <a href="http://www.firstplaceingoogle.com" target="_blank">Firstplaceingoogle.com</a>
0

#4 User is offline   paulOr Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 20
  • Joined: 23-October 08
  • Location:Edinburgh, Scotland

Posted 23 October 2008 - 08:32 PM

MooTools, loves it!
0

#5 User is offline   Salathe Icon

  • Advanced Member
  • Icon
  • Group: Moderator
  • Posts: 138
  • Joined: 15-January 09
  • Gender:Male
  • Location:Scotland

Posted 15 January 2009 - 01:33 PM

Which library to use depends often on what needs to be done. However, without such restrictions my favourite at the moment would be MooTools. As a programmer, MooTools has a much more polished feel whereas using jQuery always feels like hacking in little bits of usefulness.
salathe@php.net
0

#6 User is offline   Peter Avey Icon

  • Member
  • PipPip
  • Group: Banned
  • Posts: 11
  • Joined: 23-October 08
  • Gender:Male
  • Location:Portsmouth, UK

Posted 17 January 2009 - 04:17 PM

Im pretty new at JS, only been coding for a year or so. I prefer jQuery as I know what can be done with it and many of my creatives are designed for coding now-a-days. So from the first mockup stage jQuery's is taking into mind.

Latest work with jQuery's:
http://www.diy.com/d...;noleftnav=true

Simple div replacement, works extremely well!
<a href="http://www.objectnine.co.uk" target="_blank">OBJECTNINE LIMITED</a>
0

#7 User is offline   Jamie Icon

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 79
  • Joined: 18-January 09
  • Gender:Male

Posted 18 January 2009 - 11:02 AM

I've heard really good things about jQuery, but as mentioned above i'm not really involved with JS too much but it's something i'd like to learn in the near future, but jQuery is the library i'll be using for sure.
<a href="http://www.learntodesign.net" target="_blank">Learn to design</a> - Photoshop and other webdevelopment tutorials.
<a href="http://www.lucypinderwallpapers.com" target="_blank">Lucy Pinder Wallpapers</a> - Lucy Pinder Gallery
0

#8 User is offline   Sam Asante Icon

  • Advanced Member
  • Icon
  • Group: Moderator
  • Posts: 66
  • Joined: 18-January 09
  • Gender:Male
  • Location:United Kingdom

Posted 18 January 2009 - 11:07 AM

I've never really worked with JS but if I was going to I would probably work with jQuery. Simply because it is the one I've heard most about.
0

#9 User is offline   webtuto Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 19-January 09

Posted 20 January 2009 - 07:01 PM

for now im learning jquery bcz iheard so much abt it
0

#10 User is offline   Alex Leeds Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 26
  • Joined: 29-January 09
  • Location:South Florida
  • Interests:Website Development in HTML, CSS, Javascript / AJAX, and PhP

Posted 30 January 2009 - 12:00 AM

/hate jquery. I used to love it until I found mootools. Personally I feel jquery is great for someone who doesn't mind less efficient code but doesn't want to write a lot (aka beginners). Mootools takes a lot more core but is a lot smoother and faster with its calls. I recorded a 8ms difference between jquery and mootools (jquery came in with a 16ms response and mootools with a 8ms response.) Based on a .01% server load. Only downside about mootools is the community and documentation are lacking but for any experienced javascript programmer that really isn't an issue.

That's just my view, what's yours?...
Imglot.com - Free Image Hosting
0

#11 User is offline   Traceur1993 Icon

  • Advanced Member
  • Icon
  • Group: Moderator
  • Posts: 279
  • Joined: 26-January 09
  • Gender:Male
  • Location:USA
  • Interests:Parkour, Freerunning, Web Development, Reading, Writing, Computers in general...

Posted 30 January 2009 - 12:05 AM

jQuery looks really good.
Want to report something to a moderator? Use the 'report' button located on every post.
0

#12 User is offline   Tom Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 25
  • Joined: 01-February 09

Posted 01 February 2009 - 05:07 PM

I use jQuery because thats what I was bought into js using - logical to continue using it.

I believe nettuts.com ran an article on jQuery 1.3.1 (latest) and it has been shown to perform best in many areas according to their benchmark test.

Article: http://nettuts.com/t...bout-jquery-13/
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users