topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 2:52 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: What JavaScript libraries should I look at? Prototype?  (Read 7130 times)

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
What JavaScript libraries should I look at? Prototype?
« on: March 22, 2009, 04:09 PM »
I am going to be doing some website stuff and was wondering what is state of the art is in JavaScript libraries.

I just now learned that there is a conflict between overLIB and Lightbox 2. :mad:

My guesses are Prototype and Mootools. I also need to learn JQuery.

What do you folks recommend I take the time to learn?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #1 on: March 22, 2009, 04:11 PM »
jquery.

nudone

  • Cody's Creator
  • Columnist
  • Joined in 2005
  • ***
  • Posts: 4,119
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #2 on: March 22, 2009, 04:33 PM »
jQuery seems to stand out in the webby design places i frequent.

housetier

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 1,321
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #3 on: March 22, 2009, 06:58 PM »
jquery.

It makes programming javascript fun.

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #4 on: March 22, 2009, 11:53 PM »
If you have Python leanings and you don't want a lot of extra stuff, perhaps Mochikit is worth considering -- note the originator (this has meaning for Python fans, IMHO).

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #5 on: March 23, 2009, 06:20 AM »
jquery.
this

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #6 on: March 23, 2009, 08:52 AM »
jQuery and check out all the articles on Smashing Magazine showing the cool things that can be done with jQuery.

Best practices for jQuery at Smashing Magazine

tinjaw

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,927
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #7 on: March 23, 2009, 12:21 PM »
Thanks everybody.  jQuery is the hands-down winner.  :Thmbsup:  I'm going to learn that. Thank you all.

housetier

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 1,321
    • View Profile
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #8 on: March 23, 2009, 04:10 PM »
also Visual jQuery will be a HUGE TIMESAVER. It only takes seconds to find the answer you seek.

Veign

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 993
    • View Profile
    • Veign - Where design meets development
    • Donate to Member
Re: What JavaScript libraries should I look at? Prototype?
« Reply #9 on: March 24, 2009, 10:17 AM »
also Visual jQuery will be a HUGE TIMESAVER. It only takes seconds to find the answer you seek.

I like having cheat sheet close by too:
http://acodingfool.typepad.com/blog/jquery-13-cheat-sheet.html

Makes quick look ups easy.