Good Javascript Books?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DAB sounds worse than FM

    Good Javascript Books?

    Could anybody recommend a good Javascript book? I have an okay knowledge
    of HTML, and can program in C/C++, but I have no knowledge of
    Javascript.

    I've had a look at 'Beginning JavaScript': http://tinyurl.com/4v8eh, but
    it seems to be a bit wordy and assumes no prior knowledge of
    programming.

    Preferably, I'd like a book that's easy to read but not overly long, and
    I'd prefer it to be pretty cheap.

    TIA.


    --
    Steve - www.digitalradiotech.co.uk - Digital Radio News & Info

    Freeview receivers price comparison -

    DAB radios price comparison -




  • Matthew Hagston

    #2
    Re: Good Javascript Books?

    In my own opinion, JavaScript book would be pretty useless unless you need
    to learn general programming (which you don't if you know C). JavaScript
    very similar to C. just look through tutorial sites, and mainly reference
    sites such as... http://msdn.microsoft.com/library/default.asp

    http://www.regexplib.com/RETester.aspx (good for more advanced regular
    expression testing)

    ....but that's just my opinion, primarily because it changes so much due to
    DOM changes and other things that a book is outdated fairly quickly.

    --
    Matthew Hagston
    Hungates Creative Toys and Hobbies
    matthewhagston@ hungates.com ........ http://www.hungates.com
    "DAB sounds worse than FM" <me@privacy.net > wrote in message
    news:7Uuhd.651$ bI.249@newsfe1-win.ntli.net...[color=blue]
    > Could anybody recommend a good Javascript book? I have an okay knowledge
    > of HTML, and can program in C/C++, but I have no knowledge of
    > Javascript.
    >
    > I've had a look at 'Beginning JavaScript': http://tinyurl.com/4v8eh, but
    > it seems to be a bit wordy and assumes no prior knowledge of
    > programming.
    >
    > Preferably, I'd like a book that's easy to read but not overly long, and
    > I'd prefer it to be pretty cheap.
    >
    > TIA.
    >
    >
    > --
    > Steve - www.digitalradiotech.co.uk - Digital Radio News & Info
    >
    > Freeview receivers price comparison -
    > http://www.digitalradiotech.co.uk/fr..._receivers.htm
    > DAB radios price comparison -
    > http://www.digitalradiotech.co.uk/da...tal_radios.htm
    >
    >
    >[/color]


    Comment

    • Michael Winter

      #3
      Re: Good Javascript Books?

      On Mon, 01 Nov 2004 18:10:00 GMT, Matthew Hagston <otts1@earthlin k.net>
      wrote:

      [snip]
      [color=blue]
      > just look through tutorial sites,[/color]

      Unfortunately, most tutorial sites that I've encountered are just as bad
      as most books: out-of-date and full of bad advice.

      [snip]

      Mike


      Please don't top-post.

      Replies should be placed inline with the relevant quoted material.
      Unrelated material should be deleted (and preferably marked as such).

      Signatures from previous posts should be deleted unless you are commenting
      on them. In that case, make sure the delimiter, "-- ", has been deleted.
      Your own signature must be the very last part of your post.

      --
      Michael Winter
      Replace ".invalid" with ".uk" to reply by e-mail.

      Comment

      • DAB sounds worse than FM

        #4
        Re: Good Javascript Books?

        Matthew Hagston wrote:[color=blue]
        > In my own opinion, JavaScript book would be pretty useless unless you
        > need to learn general programming (which you don't if you know C).
        > JavaScript very similar to C. just look through tutorial sites, and
        > mainly reference sites such as...
        > http://msdn.microsoft.com/library/default.asp
        > http://www.w3.org/TR/REC-CSS1
        > http://www.regexplib.com/RETester.aspx (good for more advanced regular
        > expression testing)
        >
        > ...but that's just my opinion, primarily because it changes so much
        > due to DOM changes and other things that a book is outdated fairly
        > quickly.[/color]


        Okay, thanks for the links. I've decided to go for Pure Javascript,
        because I like a book to refer to, although I've bookmarked the links
        you've given.


        --
        Steve - www.digitalradiotech.co.uk - Digital Radio News & Info

        Freeview receivers price comparison -

        DAB radios price comparison -




        Comment

        • Howard Kaikow

          #5
          Re: Good Javascript Books?

          Don't.

          Pure Javascript stinks.

          Get David Flanagan's book, The Definitive Guide.

          --
          http://www.standards.com/; See Howard Kaikow's web site.
          "DAB sounds worse than FM" <me@privacy.net > wrote in message
          news:8xKhd.58$i v.56@newsfe1-gui.ntli.net...[color=blue]
          > Matthew Hagston wrote:[color=green]
          > > In my own opinion, JavaScript book would be pretty useless unless you
          > > need to learn general programming (which you don't if you know C).
          > > JavaScript very similar to C. just look through tutorial sites, and
          > > mainly reference sites such as...
          > > http://msdn.microsoft.com/library/default.asp
          > > http://www.w3.org/TR/REC-CSS1
          > > http://www.regexplib.com/RETester.aspx (good for more advanced regular
          > > expression testing)
          > >
          > > ...but that's just my opinion, primarily because it changes so much
          > > due to DOM changes and other things that a book is outdated fairly
          > > quickly.[/color]
          >
          >
          > Okay, thanks for the links. I've decided to go for Pure Javascript,
          > because I like a book to refer to, although I've bookmarked the links
          > you've given.
          >
          >
          > --
          > Steve - www.digitalradiotech.co.uk - Digital Radio News & Info
          >
          > Freeview receivers price comparison -
          > http://www.digitalradiotech.co.uk/fr..._receivers.htm
          > DAB radios price comparison -
          > http://www.digitalradiotech.co.uk/da...tal_radios.htm
          >
          >
          >[/color]


          Comment

          • Thomas 'PointedEars' Lahn

            #6
            Re: Good Javascript Books?

            Howard Kaikow wrote:
            [color=blue]
            > Get David Flanagan's book, The Definitive Guide.[/color]

            Although mentioned in the FAQ, Flanagan is at least questionable. That
            it is the considered the best book available for some people does not
            make it a good book at all. Google is your friend. [psf 6.1]


            PointedEars
            --
            I hate it when I get up in the middle of the night to stub my toe and
            accidentally go to the bathroom.

            Comment

            • Dr John Stockton

              #7
              Re: Good Javascript Books?

              JRS: In article <3447431.H085nV mFYN@PointedEar s.de>, dated Sun, 12 Dec
              2004 03:46:22, seen in news:comp.lang. javascript, Thomas 'PointedEars'
              Lahn <PointedEars@we b.de> posted :[color=blue]
              >Howard Kaikow wrote:
              >[color=green]
              >> Get David Flanagan's book, The Definitive Guide.[/color]
              >
              >Although mentioned in the FAQ, Flanagan is at least questionable. That
              >it is the considered the best book available for some people does not
              >make it a good book at all. Google is your friend. [psf 6.1][/color]

              Caution - this idiot likes to reply to very old questions, and refuses
              to comply with common sense by giving the date of the article cited in
              his attributions, at least for old ones.

              --
              © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 MIME ©
              Web <URL:http://www.uwasa.fi/~ts/http/tsfaq.html> -> Timo Salmi: Usenet Q&A.
              Web <URL:http://www.merlyn.demo n.co.uk/news-use.htm> : about usage of News.
              No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.

              Comment

              Working...