Need good javascript tutorial for programmers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anonymous

    Need good javascript tutorial for programmers

    Hello folks --

    I would like a JavaScript tutorial for programmers. By this I mean that
    I'd like to know the language "fundamenta ls" /first/ and then learn about
    the "web stuff".
    This is because I came accross some articles claiming that JavaScript is,
    in fact, quite full of interesting capabilities (closures, higher-order
    functions, anonymous funtions, even object can be supported as in OOP).
    Can anyone recommend me a tutorial that goes beyond the "Look! Ma! I put a
    pop-up window in here!"?
    I'm interested in this because of the Mozilla framewrok for applications
    (based on a triad of JavaScript, XUL and CSS).

    TIA

    Zac


    ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
    http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
    ---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
  • Laurent Bugnion, GalaSoft

    #2
    Re: Need good javascript tutorial for programmers

    Hi,

    Anonymous wrote:
    [color=blue]
    > Hello folks --
    >
    > I would like a JavaScript tutorial for programmers. By this I mean that
    > I'd like to know the language "fundamenta ls" /first/ and then learn about
    > the "web stuff".
    > This is because I came accross some articles claiming that JavaScript is,
    > in fact, quite full of interesting capabilities (closures, higher-order
    > functions, anonymous funtions, even object can be supported as in OOP).
    > Can anyone recommend me a tutorial that goes beyond the "Look! Ma! I put a
    > pop-up window in here!"?
    > I'm interested in this because of the Mozilla framewrok for applications
    > (based on a triad of JavaScript, XUL and CSS).
    >
    > TIA
    >
    > Zac[/color]

    I highly recommend "JavaScript , the definitive guide" at O'Reilly. Get
    the 4th edition.

    Laurent
    --
    Laurent Bugnion, GalaSoft
    Webdesign, Java, JavaScript: http://www.galasoft-LB.ch
    Private/Malaysia: http://mypage.bluewin.ch/lbugnion
    Support children in Calcutta: http://www.calcutta-espoir.ch

    Comment

    • Lasse Reichstein Nielsen

      #3
      Re: Need good javascript tutorial for programmers

      Anonymous <Nobody> writes:
      [color=blue]
      > Can anyone recommend me a tutorial that goes beyond the "Look! Ma! I put a
      > pop-up window in here!"?[/color]

      Not a tutorial, but a survey of the language.
      <URL:http://www.crockford.c om/#javascript>

      The survey is good for getting a grasp of the language if you already
      know most of the concepts from other languages, and the rest of the
      articles are also worth reading.
      (in case Douglas Crockford is too modest to post the link it himself)

      /L
      --
      Lasse Reichstein Nielsen - lrn@hotpop.com
      Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
      'Faith without judgement merely degrades the spirit divine.'

      Comment

      • Andy Fish

        #4
        Re: Need good javascript tutorial for programmers

        as someone pointed out in reply to another post recently, the netscape
        javascript documentation is also good in this respect.

        The ultimate reference is the ECMAScript specification. however, it's really
        only aimed at those producing their own implementation so I wouldn't bother
        with it.

        "Lasse Reichstein Nielsen" <lrn@hotpop.com > wrote in message
        news:3cg0xnkh.f sf@hotpop.com.. .[color=blue]
        > Anonymous <Nobody> writes:
        >[color=green]
        > > Can anyone recommend me a tutorial that goes beyond the "Look! Ma! I[/color][/color]
        put a[color=blue][color=green]
        > > pop-up window in here!"?[/color]
        >
        > Not a tutorial, but a survey of the language.
        > <URL:http://www.crockford.c om/#javascript>
        >
        > The survey is good for getting a grasp of the language if you already
        > know most of the concepts from other languages, and the rest of the
        > articles are also worth reading.
        > (in case Douglas Crockford is too modest to post the link it himself)
        >
        > /L
        > --
        > Lasse Reichstein Nielsen - lrn@hotpop.com
        > Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
        > 'Faith without judgement merely degrades the spirit divine.'[/color]


        Comment

        Working...