![]() |
![]() |
![]() |
Recommendations on learning Java My wife who is not a programmer by any means is taking a web design class. In this class, they have two chapters on Java. (she tells me, i haven't see the text book). I assume it's really java script.
MilesArcher
You know that Java and JavaScript are completely different beasts, right? So which is it?
5v3n
His wife told him that it was Java, but he thinks its really JavaScript. Seems like he knows the difference between the two - but probably his wife or the instructor doesn't. :)
Green Pajamas
Green Pajamas
If you want to hurt yourself silly (in terms of time budgets) you might want to give something like Thinking In Java a try.
Li-fan Chen
But only read "Thinking in Java" if you're looking for Java. It's not helpful for JavaScript.
Ryan
Thanks GP, javascriptkit looks like the right answer
MilesArcher
If you just want a simple tutorial, check out:
Joe
This isn't free, but there are two books I highly recommend. The first in Sams' _Pure Javascript _ and the second is the Javascript bible. Both are great references with (usually) good examples of all the functions, etc, you can do.
CF
the wrox javascript book is ok, some code errors in printing, but I used it and it helps. It also has stuff on the BOM, DOM, DHTML, and some good appendixes.
Grover
Apparently the instructor doesn't have a clue and the students don't understand so she just passed out the answer for the two chapters.
MilesArcher
This books http://www.oreilly.com/catalog/hfjava/chapter/ is following a new teaching method. Look at the two sample chapters at the above mentioned site. And then you could check out the reviews here: http://www.amazon.com/exec/obidos/ASIN/0596004656/qid=1085264803/sr=2-2/ref=sr_2_2/002-5136879-4780857 and here http://books.slashdot.org/article.pl?sid=03/07/16/165207&mode=nested&tid=108&tid=126&tid=156 (this one is more comments to the new teching method)
blaZiT
|