Results 1 to 6 of 6

Thread: Javascript

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Javascript

    I'm after a JavaScript book anyone have any recommendations, I'll be using it with PHP not asp if that makes a difference.

    Thanks

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Javascript

    Just thought I'd toss my $.02 in. I had a JavaScript book but I ended up learning much more from W3Schools.com. I'd give it a look or at least bookmark it as it's a great reference.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Javascript

    Ok what about AJAX books?

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Javascript

    Quote Originally Posted by Pino
    Ok what about AJAX books?
    Well Ajax is just an async call back to your server using plain old JavaScript. To learn Ajax you just need to know what the XmlHttp object is and how to use it in JavaScript and you're good to go.

    Ajax books, IMO, are useless since Ajax only comprises one object in JavaScript. Now if it covered additional JavaScript methods then great but I would lean towards W3CSchools again
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Javascript

    Javascript is something you learn as you use - you need to do something on a page somewhere, you reference something, you pick something up, learn from that, apply it elsewhere, and so on.

    Same for AJAX, go through tutorials, but to be honest I don't see the need for a book. Personal preference. And kasracer agrees, how could we be wrong?

  6. #6
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Javascript

    Quote Originally Posted by kasracer
    =To learn Ajax you just need to know what the XmlHttp object is and how to use it in JavaScript and you're good to go.
    XmlHttpRequest object

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width