473,486 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Recommend Tutorial or Book

I'm an experienced programmer, but new to Javascript.
For OOP: python and C++ backgrounds, among others

I have one book on js - (Javascript Application Cookbook).

I'd welcome further recommendations.
1)Small "recipes"
2)Object models
3)Examples
4)Tutorials appropriate for JS Newbie but 'old' coder.
5)Browser gotchas
...etc, etc.
thanks
tim
Jul 23 '05 #1
7 1578
Tim Johnson wrote:
I'm an experienced programmer, but new to Javascript.
For OOP: python and C++ backgrounds, among others

I have one book on js - (Javascript Application Cookbook).
There are no good javascript books, and most are actively harmful. The
least bad javascript book is David Flanagan's "javascript: The
Definitive Guide" (O'Reilly), and it is so far superior to all
alternatives that it is the only javascript book that it is possible to
recommend at all.
I'd welcome further recommendations.
1)Small "recipes"
Cookbooks and 'recipes' are the wrong strategy for tackling learning
javascript.
2)Object models
The W3C's web site, and specifically the documentation for the Level 2
DOM standards.

Do acquire a copy of ECMA 262 (the standard for javascript
implementations)

<URL:
http://www.ecma-international.org/pu...s/Ecma-262.htm >
3)Examples
Reading this group, and its archives. Identify the regular contributors
who appear to know what they are talking about and look at their more
complete posted examples.
4)Tutorials appropriate for JS Newbie but 'old' coder.
I am yet to see a good online tutorial.

There are many interesting articles on specific aspects of javascript.
5)Browser gotchas
...etc, etc.


Web browsers are user-configurable software. They vary in the host
object model they provide, between each other and there own versions,
and while the more modern ones move towards the adoption of the W3C DOM
standards, their implementations are more or less complete and correct.
There are always more browsers (including scriptable browsers) than any
individual is aware of. Which, taken together, mean that a web browser
script for the public internet is written without any foreknowledge of
the facilities and capabilities of the environment in which it will be
executing (or even whether it will be executed at all). This is unlike
virtually all other programming circumstances and represents a
considerable design challenge.

Richard.
Jul 23 '05 #2
Hello Tim,

I'm working my way through "Professional Javascript for Web Developers"
by Wrox Press and I'm pretty impressed with it.

Good Luck,
Mark

Jul 23 '05 #3
Richard Cornford wrote:
Tim Johnson wrote:
I'm an experienced programmer, but new to Javascript.
For OOP: python and C++ backgrounds, among others

I have one book on js - (Javascript Application Cookbook).
Hi Richard:

There are no good javascript books, and most are actively harmful. The
least bad javascript book is David Flanagan's "javascript: The
Definitive Guide" (O'Reilly), and it is so far superior to all
alternatives that it is the only javascript book that it is possible to
recommend at all.
Good tip, and it looks layed out properly.
I'd welcome further recommendations.
1)Small "recipes"

Cookbooks and 'recipes' are the wrong strategy for tackling learning
javascript.


<grin> Works well for me, The TurboC Bible, The Little Schemer, The
Python Cookbook, and The MySQL Cookbook, are all invaluable members of
my library.
2)Object models

The W3C's web site, and specifically the documentation for the Level 2
DOM standards.

Do acquire a copy of ECMA 262 (the standard for javascript
implementations)

<URL:
http://www.ecma-international.org/pu...s/Ecma-262.htm >


Just what I was looking for!
3)Examples

Reading this group, and its archives. Identify the regular contributors
who appear to know what they are talking about and look at their more
complete posted examples.


Yes. I have found lots of good stuff here.
5)Browser gotchas
...etc, etc.

Web browsers are user-configurable software. They vary in the host
object model they provide, between each other and there own versions,
and while the more modern ones move towards the adoption of the W3C DOM
standards, their implementations are more or less complete and correct.
There are always more browsers (including scriptable browsers) than any
individual is aware of. Which, taken together, mean that a web browser
script for the public internet is written without any foreknowledge of
the facilities and capabilities of the environment in which it will be
executing (or even whether it will be executed at all). This is unlike
virtually all other programming circumstances and represents a
considerable design challenge.


Thanks.
Keep up the good work.
Tim
Jul 23 '05 #4

"Simula" <pe*********@gmail.com> a écrit dans le message de news:
11**********************@o13g2000cwo.googlegroups. com...
I'm working my way through "Professional Javascript for Web Developers"
by Wrox Press and I'm pretty impressed with it.


How much of the book is devoted to obsolete browsers ? My biggest gripe is
that almost all the books I laid my hands on devote a endless number of
pages to IE4 / Netscape4 compatibility problems. I'd like something that
covers current browsers (IE6+, Firefox, Safari), with a mostly (but not
only) DOM approach.

Michel.
Jul 23 '05 #5
Michel,

This book deals primarily with IE 6 and Mozilla. It takes a mostly,
but not only (IE 6) DOM approach. Its pretty amazing in how
comprehensive it is. I highly recommend it.

Mark

Jul 23 '05 #6

"Simula" <pe*********@gmail.com> a écrit dans le message de news:
11*********************@g43g2000cwa.googlegroups.c om...
Michel,

This book deals primarily with IE 6 and Mozilla. It takes a mostly,
but not only (IE 6) DOM approach. Its pretty amazing in how
comprehensive it is. I highly recommend it.

Mark


Thanks, the excerpts pages look clear and well structured. I'll add it to my
wish list.

Jul 23 '05 #7
> I'm an experienced programmer, but new to Javascript.

http://www.crockford.com/javascript/survey.html
Jul 23 '05 #8

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

Similar topics

2
1363
by: Jordan | last post by:
Looking for a book or link to describe the real-world benefits of Microsoft .NET from a non-technical perspective. Questions that address things like: "Why should one buy a .NET product...
12
1871
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, ,...
11
2241
by: Alan Silver | last post by:
Hello, I am a seasoned Classic ASP programmer who is interested in learning ASP.NET. I bought a book (Que's Special Edition Using ASP.NET) which is complete rubbish, and would like a...
3
2273
by: Johann Schuler | last post by:
I am learning C#. Right now I am working my way thru "Microsoft C# .NET Step by Step by John Sharp and Jon Jagger." After this I want to get into more depth. Eventually I want to pass the C#...
13
2071
by: Andy Baxter | last post by:
Can anyone recommend a good online guide to using objects in javascript? The book I bought (DHTML Utopia) suggests using objects to keep the code clean and stop namespace clashes between different...
4
1324
by: Scott Bryce | last post by:
I have a friend who is an artist. He was recently tasked with re-designing the company's web site. He knows nothing of HTML or CSS. Is there a good tutorial or book that I could recommend? I...
111
5422
by: Enteng | last post by:
Hi I'm thinking about learning C as my first programming language. Would you recommend it? Also how do you suggest that I learn it?What books/tutorials should I read for someone like me? Thanks...
6
2456
by: Solo.Wolve | last post by:
I've just finished the K&R c, And begin to study c++ myself,so can anyone give me some advice?such as some books to read,and something to notice? Thank you very much.
1
1349
by: LowArmour | last post by:
I searched the net for a tutorial e-book for c++ but I found nothing interresting.Please, tell me if you know one...also a link to download it.I know some of basic C++ and I use Borland C++ 3.1...
0
6964
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...
0
7123
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,...
0
7173
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5427
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,...
1
4863
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...
0
4559
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...
0
3066
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...
0
3070
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
259
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.