Topic awaiting preservation: How do you study JavaScript??? |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: NZ |
posted 05-08-2003 06:12
Hi, guys. How are you? I am very well, thanks. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-08-2003 08:29
See if you can get a copy of JavaScript: The Definitive Guide. The latest edition is the fourth, I think, so look for that. I learned from the third edition and it's really good. You might want to see if you can get it from the library at first, though, since it could end up being too difficult depending on your prior programming experience. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 05-08-2003 11:55
have you checked out http://www.oreillynet.com ? It is a fantastic source. If you have some money to spend look into the Safari bookshelf(good stuff and lots of it). |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 05-08-2003 12:37
When I was learning JS, or whenever I've learned something new I've read it from a book, and I've found most better written self teach yourself books are in the form of tutorials and explaining code segments, so its more like reading a novel or something rather than a sit down and study cram night before an exam or anything. Infact I usually just read the source code to figure out how its suppose to go, which is very easy to do with JS. There are loads of js code snippet pages, read em and see how they work, then try and replicate it. |
Paranoid (IV) Inmate From: NZ |
posted 05-08-2003 22:31
Hi, guys. Thanks for your helps. |
Paranoid (IV) Inmate From: NZ |
posted 05-09-2003 04:58
I found fantastic chunck of examples!!! |
Maniac (V) Inmate From: Den Haag: The Royal Residence |
posted 05-09-2003 11:33
-Javascript tutorial at howtocreate.co.uk. |
Paranoid (IV) Inmate From: NZ |
posted 05-12-2003 11:54
Thanks a lot! Rinswind! |
Bipolar (III) Inmate From: Cold Sweden |
posted 05-12-2003 15:59
Agree with Slime. Buy JavaScript: The Definitive Guide, 4th Edition by David Flanagan. |