recommendations for JavaScript learning resources?
Hi all,
I've finally decided to get serious about learning JavaScript, and to facilitate this endeavor I've unearthed my copy of Danny Goodman's JavaScript Bible, 3rd Ed. (circa 1995, for which I no longer have the companion CD), but on reading the first chapter alone Ive realized just how outdated this tome is (with references to IE & NN v.2.0, Win3.1, "Digital's" Alta Vista, etc), so I am now considering purchasing the updated 4th Ed. The only problem with that is that I've read the reviews on Amazon.com and, judging by many of the reviews, it apparently doesn't live up to it's billing. I'm wondering if any of you have read the entire 4th Ed., or at least a substantial portion of it, and if so what your impressions are of it. Along with that, are there any particular references and/or tutorials - online or hardcopy- that you'd recommend I consider, or avoid, in acquiring this new-to-me skillset? Appropriate comments greatly appreciated!
aeinstein
Team Member - aka kaynine
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
wow, it seems incongruous with all of the web knowledgeable ppl that frequent these boards that no one has a resource to point me to.
aeinstein
Team Member - aka kaynine
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
Heh... I'm a .Net guy :-P no java in my blood.
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
OK, here I go ...
Are you sure you want to learn JavaScript and not a "real" language (such as java, for example)? JavaScript is a scripting language - meaning it's not awfully powerful and runs in a web browser client-side (as opposed to server-side).
It's used quite a bit to take care of the small lil tricks on the web. For example, you can use it to change an image when it's hovered over, create an online tic-tac-toe game, or even hangman. However, it can't be used with a backend database, etc. etc.
The best way to learn javascript is just to look at a whole lotta code snippets and see how things are done. It's really easy to figure out.
Check out www.javascriptsource.com <-- great site!
http://www.webteacher.com/javascript/
http://www.w3schools.com/js/default.asp
http://www.pageresource.com/jscript/index4.htm
I just did a google search for "javascript tutorial" and came up with those. They all look pretty good. Also, there are a lot of full working examples given, cuz as I said, it's the best way to learn.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
thanks anyway tekmaven (but please dont confuse java w/javascript)
thanks cscgal & iron_cross
i am aware of the what & why of javascript and i'm sure my www ide of choice (dreamweaver) can handle 90%+ of the coding, and ur both right about the "real language" bit, but i want to get a "semi-ool" language under my belt b4 i go ont to a real ool such as c++ (& then java); haven looked into php yet - ool?
thanx again
aeinstein
Team Member - aka kaynine
645 posts since May 2002
Reputation Points: 186
Solved Threads: 8
Please post new questions as separate threads so that multiple questions don't get lost on multiple pages of a single thread. In response to aeinstein's original question - check out www.javascriptsource.com - it has tons of free javascript code snippets that do a range of things along with demos of each - learning by example.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229