473,666 Members | 2,575 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1709
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.javas cript 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******** *************@q 19g2000prn.goog legroups.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.javas cript message <zA************ *****@bignews2. bellsouth.
net>, Mon, 4 Jun 2007 18:43:49, Hal Rosser <hm******@bells outh.net>
posted:
>
"jamiil" <ja******@gmail .comwrote in message
news:11******* **************@ q19g2000prn.goo glegroups.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.demo n.co.uk/TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.bancoems.co m/CompLangPascalD elphiMisc-MiniFAQ.htmclpd mFAQ;
<URL:http://www.borland.com/newsgroups/guide.htmlnews: borland.* Guidelines
Jun 5 '07 #5

"Dr J R Stockton" <jr*@merlyn.dem on.co.ukwrote in message
news:Q1******** ******@invalid. uk.co.demon.mer lyn.invalid...
In comp.lang.javas cript message <zA************ *****@bignews2. bellsouth.
net>, Mon, 4 Jun 2007 18:43:49, Hal Rosser <hm******@bells outh.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.demo n.co.uk/TP/BP/Delphi/&c., FAQqy topics &
links;
<URL:http://www.bancoems.co m/CompLangPascalD elphiMisc-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.c om/group/comp.lang.javas cript/msg/04a7a303c2e6728 0>

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.javas cript message <dM************ ********@gigane ws.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.demo n.co.uk/- w. FAQish topics, links, acronyms
PAS EXE etc : <URL:http://www.merlyn.demo n.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
1578
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': 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.
2
1489
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
1894
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, , Which tutorial or book might be good for me to start with? It would be the best if it's (freely) available on the net. I'd prefer standard C, anyway some Gnu extensions are just fine. I'd appreciate any of your recommendation of book/tutorials or...
15
1397
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 able to write the code myself. Also, it seems like every time I come here, or read info online, there is so much complicated stuff that I haven't even seen yet. Basically what I'm wanting to know is, how long do you expect it to take a...
13
6549
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 Steven John Metsker Design Patterns by Erich Gamma Head First Design Patterns by Elisabeth Freeman
7
1964
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 for about a year... Can any of you recommend a good book from a reputable author? Thanks in advance for your comments and suggestions. Best Regards, Mark
6
2059
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 knowledge is basic, however, with a little bit of an effort I can program a small page. Can anyone recommend a good beginner's book on JavaScript? Please, bear in mind that it is my intention to learn to program server and client side, thus the...
4
1559
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 house. Option 2: Buy a book and try to figure out how to read a book with one hand while using the laptop with the other. Option 3: Find a good downloadable tutorial (either PDF or a bundle of
76
4032
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 crabby old man too; plus he _is_ smart and good).. But, how can he write a book on the good parts of JavaScript and not mention functions that address CSS & DOM? Weird. It's like
0
8362
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8878
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8560
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7389
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6200
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5671
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4200
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.