473,769 Members | 2,100 Online
Bytes | Software Development & Data Engineering Community
+ 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 1605
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 "Profession al 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*********@gm ail.com> a écrit dans le message de news:
11************* *********@o13g2 00...legr oups.com...
I'm working my way through "Profession al 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*********@gm ail.com> a écrit dans le message de news:
11************* ********@g43g20 00...legro ups.com...
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
1383
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 rather than something else? Will it be faster, more affordable, more reliable, more secure? Will it take advantage of new technologies? Is it simply that .NET is the future and any application they buy that is not .NET is
12
1907
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...
11
2262
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 recommendation of something better. I have a very basic idea of how ASP.NET works having spent a couple of days playing with it, but it's still a large amount of fog with only a little clarity. I would like something that explains what's going on
3
2292
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# certification test. Please recommend books for me to read after I get thru the present book, in order of depth and difficulty. Many thanks!
13
2136
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 parts of the code, but as far as I can see, the way objects work in javascript is quite awkward. I had it working the way they suggest in the book, and it was going OK until I wanted to call one object method from another - I couldn't find a...
4
1339
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 mentioned O'Reilly, based on the quality of their Perl books, but after a quick Google search of this NG, determined that O'Reilly's HTML books may not be the best.
111
5590
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 in advance! -entengk
6
2478
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
1365
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 (standard in Romanian schools). I need to prepare for early stages of Informatics Olympics.
0
9589
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10215
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...
0
10049
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9996
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
8872
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
7410
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
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3964
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.