473,378 Members | 1,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

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 -
http://www.digitalradiotech.co.uk/fr..._receivers.htm
DAB radios price comparison -
http://www.digitalradiotech.co.uk/da...tal_radios.htm

Jul 23 '05 #1
6 1561
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.

--
Matthew Hagston
Hungates Creative Toys and Hobbies
ma************@hungates.com ........ http://www.hungates.com
"DAB sounds worse than FM" <me@privacy.net> wrote in message
news:7U**************@newsfe1-win.ntli.net...
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

Jul 23 '05 #2
On Mon, 01 Nov 2004 18:10:00 GMT, Matthew Hagston <ot***@earthlink.net>
wrote:

[snip]
just look through tutorial sites,


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.
Jul 23 '05 #3
Matthew Hagston wrote:
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.

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

Jul 23 '05 #4
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:8x************@newsfe1-gui.ntli.net...
Matthew Hagston wrote:
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.

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

Jul 23 '05 #5
Howard Kaikow wrote:
Get David Flanagan's book, The Definitive Guide.


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.
Jul 23 '05 #6
JRS: In article <34****************@PointedEars.de>, dated Sun, 12 Dec
2004 03:46:22, seen in news:comp.lang.javascript, Thomas 'PointedEars'
Lahn <Po*********@web.de> posted :
Howard Kaikow wrote:
Get David Flanagan's book, The Definitive Guide.


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]


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.demon.co.uk/news-use.htm> : about usage of News.
No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.
Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: tada991 | last post by:
Hello Everyone, I just purchased Visual Studio .Net Architect 2003 and want to know what's a good book for begginers to start with. I know nothing about programming whatsoever, but I do have a...
2
by: mr_burns | last post by:
hi there, i would like a book that will explain concepts of javascript and dhtml instead of, for example, ten tutorials on how to do specific things in js or dhtml. ideally a book thats can...
2
by: MStepansky | last post by:
Any ideas of some of the good Javascript books that involves graphics programming: - to be able to move the images pixelwisely. - to be able to grab an image and move it around on screen (on...
10
by: Harley | last post by:
Hello, I was VERY blessed with a Christmas gift of visual studio .net from a man I hardly know who had heard of my plans of software developement. So I am probably the only person in the world who...
6
by: Jamiil | last post by:
I am not a programmer by any means, but a dedicated aficionado. I have good understanding of Java and C/C++, and now I would like to learn javascript->ajax, but I don't know where to start. My HTML...
7
by: jamiil | last post by:
Does any know what book/website would be good for me, an middle- beginner, if what I'm looking for is a hands-on, example-loaded reference book/website? More specifically, what I am looking for is...
56
by: ashore | last post by:
Guys, I see a fair bit of negativity around re subject package. Can someone share your views, either way? Thanks, AS
4
by: Jim Aikin | last post by:
I'd like to learn JavaScript while sitting in my easy chair with my laptop on my lap. Option 1: Buy a wireless router so I can access the plethora of online- only tutorials from anywhere in the...
76
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a...
3
by: Chris Frost | last post by:
Hello all, I had a look through the FAQ and searched this forum before posting. The closest I came to an answer was this post by Dr J R Stockton from 2006. But as he/she said, the answer depends on...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.