473,385 Members | 1,867 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,385 software developers and data experts.

A good hands on book for JavaScript

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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.

Thanks folks!

Jun 4 '07 #1
7 1688
On Jun 4, 10:47 am, jamiil <jalqa...@gmail.comwrote:
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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.

Thanks folks!
Best book I've seen personally (no claim to "gurudom"!) is Danny
Goodman's "Javascript & DHTML Cookbook". He's been around forever, and
the book is chock full of code examples, which I've used frequently to
solve tough web GUI problems at work. Check it out at www.dannyg.com...

--rick

Jun 4 '07 #2
jamiil said the following on 6/4/2007 12:47 PM:
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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.
The best way to answer that question is to tell you to check the group
FAQ as that very question is asked/answered in the FAQ.
Thanks folks!
"folks"? Are you Bugs Bunny? Wait, that was "Tha, Tha, That's all folks!"

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jun 4 '07 #3

"jamiil" <ja******@gmail.comwrote in message
news:11*********************@q19g2000prn.googlegro ups.com...
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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.

Thanks folks!
Here is a decent tutorial site:
www.w3schools.com
and for a reference
http://devguru.com
The 'regulars' on this newsgroup will expose many flaws at both sites, but
you can at least read and learn without being flamed at those web sites.
Then of course read the 'faqs' for this website, even with the flames, there
are some decent folks here

Jun 4 '07 #4
In comp.lang.javascript message <zA*****************@bignews2.bellsouth.
net>, Mon, 4 Jun 2007 18:43:49, Hal Rosser <hm******@bellsouth.net>
posted:
>
"jamiil" <ja******@gmail.comwrote in message
news:11*********************@q19g2000prn.googlegr oups.com...
>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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.

Thanks folks!

Here is a decent tutorial site:
www.w3schools.com
and for a reference
http://devguru.com
The 'regulars' on this newsgroup will expose many flaws at both sites, but
you can at least read and learn without being flamed at those web sites.
Then of course read the 'faqs' for this website, even with the flames, there
are some decent folks here
But this is not a website; and it's extremely rate for those who read
and learn here to be flamed, unless they also write.

The devguru site has a run-time error in the first page, which tends to
destroy confidence - and four or five in the first javascript page - and
the Date page has the usual error in all but one of the possible places
- and it says getFullYear returns a four-digit year - and it says new
Date() gives today's date - ...

While it correctly determines the number of milliseconds to the next
millennium, it does not consider the possible effect of Summer Time in
converting that to days. It will therefore be wrong, even in most of
the country it's written for, for an hour each day in Summer; and ISTM
for a different hour each day in much of Australia in Winter.

And www.w3schools.com is similar, except for lacking the example and its
errors, and the place where devguru was right.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Delphi 3? Turnpike 6.05
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htmclpdmFAQ;
<URL:http://www.borland.com/newsgroups/guide.htmlnews:borland.* Guidelines
Jun 5 '07 #5

"Dr J R Stockton" <jr*@merlyn.demon.co.ukwrote in message
news:Q1**************@invalid.uk.co.demon.merlyn.i nvalid...
In comp.lang.javascript message <zA*****************@bignews2.bellsouth.
net>, Mon, 4 Jun 2007 18:43:49, Hal Rosser <hm******@bellsouth.net>
posted:
The devguru site has a run-time error in the first page, which tends to
destroy confidence - and four or five in the first javascript page - and
the Date page has the usual error in all but one of the possible places
- and it says getFullYear returns a four-digit year - and it says new
Date() gives today's date - ...

While it correctly determines the number of milliseconds to the next
millennium, it does not consider the possible effect of Summer Time in
converting that to days. It will therefore be wrong, even in most of
the country it's written for, for an hour each day in Summer; and ISTM
for a different hour each day in much of Australia in Winter.

And www.w3schools.com is similar, except for lacking the example and its
errors, and the place where devguru was right.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Delphi 3? Turnpike
6.05
<URL:http://www.merlyn.demon.co.uk/TP/BP/Delphi/&c., FAQqy topics &
links;
<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm>
clpdmFAQ;
<URL:http://www.borland.com/newsgroups/guide.htmlnews:borland.*
Guidelines
To the OP
See - I told ya they would point out those flaws. :-)

Jun 7 '07 #6
On Jun 4, 9:47 am, jamiil <jalqa...@gmail.comwrote:
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
for something that will show me how to do things and not just tell me
what things can be done with JavaScript.

Thanks folks!
On Oct 9 2006, 9:37 am, "Navodit" <kaush...@uiuc.eduwrote:
Can anyone recommend a good starting tutorial for Javascript? Basically I
want to learn enough of Javascript so that I can work with Google Maps API
(http://www.google.com/apis/maps/documentation/). Thanks
I think this link should help...

<URL: http://groups.google.com/group/comp.lang.javascript/msg/04a7a303c2e67280>

Flanagan's book is the book to have. It is mentioned in the group faq

<URL: http://jibbering.com/faq/#FAQ3_1>

Watch out for errata.

The only other books I would consider are the new Apress book written
by Resig and the Wrox books by Zakas based on the author reputations.

You can watch all the videos here <URL: http://developer.yahoo.com/yui/theater/>

I think the Crockford videos are great and so is crockford.com. I
don't use his style of JavaScript OOP but he seems to like it.

This newsgroup is the highest quality source of advice. I've learned a
lot!

Peter

Jun 7 '07 #7
In comp.lang.javascript message <dM********************@giganews.com>,
Mon, 4 Jun 2007 17:21:41, Randy Webb <Hi************@aol.composted:
>jamiil said the following on 6/4/2007 12:47 PM:
>Does any know what book/website
...
>The best way to answer that question is to tell you to check the group
FAQ as that very question is asked/answered in the FAQ.
Although the formal spec is sufficiently mentioned in the FAQ for those
who are seeking it; ISTM that it could be useful to add to FAQ section
3.1 - no, to 3 before 3.1 - something along the lines of :-

Books and Web sites are rarely 100% reliable. It may, therefore, be wise
to refer in parallel to the formal specification _Sec 2.6_ and compare
details.


The final word of se3ction 2.8 could be spelt better.

Is there a Web description of the Date Object along the lines of those
commonly seen, but free of errors and omissions? I mean those made up
like

getFullYear
Returns the year of the specified date according to local time.

getHours
Returns the hour in the specified date according to local time.

getMilliseconds
Returns the milliseconds in the specified date according to local time.

and omissions like not indicating what setYear(9) does.

--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v6.05 IE 6.
Web <URL:http://www.merlyn.demon.co.uk/- w. FAQish topics, links, acronyms
PAS EXE etc : <URL:http://www.merlyn.demon.co.uk/programs/- see 00index.htm
Dates - miscdate.htm moredate.htm js-dates.htm pas-time.htm critdate.htm etc.
Jun 7 '07 #8

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

Similar topics

6
by: DAB sounds worse than FM | last post by:
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':...
2
by: prabhu | last post by:
I would like to learn more in java scripts so can u suggest some good books in java scripts which contains some good example also
12
by: D. Layman | last post by:
Hello group, After quite a long time of consideration, I'v finally decided to switch from Java to C. Given the condition that almost without any knowledge on C and 3 years expereince on java, ,...
15
by: John Salerno | last post by:
Ok, I've been reading an intro book to C# and I'm learning a lot of the basics. I can follow along with all the sample code and understand exactly what it's doing, but I know there's no way I'd be...
13
by: John Salerno | last post by:
Here are a few I'm considering: Design Patterns Explained : A New Perspective on Object-Oriented Design (2nd Edition) (Software Patterns Series) by Alan Shalloway Design Patterns C# by...
7
by: MiniStreak | last post by:
Hi fellow programmers................... I am trying to learn ASP .NET ver 1.1 using VB .NET only on a windows 200 Pro machine. I have done quite a bit with ASP 3 but have been off programming...
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...
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...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.