Would you like to see this page in English? Click here.

 

ou
Ouvrez une session pour activer Commander en 1-Click.
 
 
D'autres produits offerts
9 neufs & d'occasion à partir de CDN$ 12.74

Vous en avez un à vendre?
Vendez les vôtres ici
 
   
Beginning JavaScript
 
 

Beginning JavaScript (Paperback)

de Paul Wilton (Author) "JavaScript is a scripting language that enables you to enhance static web applications, by providing dynamic, personalized, and interactive content ..." En savoir plus
4.4étoiles sur 5  Voir tous les commentaires (59 évaluations de client)
Prix éditeur: CDN$ 43.99
Price: CDN$ 27.71 & se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails
Vous économisez : CDN$ 16.28 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
En stock.
Vendu et expédié par Amazon.ca.

Seulement 1 en stock--commandez bientôt (nous en attendons d'autres).

5 neufs à partir de CDN$ 12.74 4 d'occasion à partir de CDN$ 27.70

Les détails du produit


Descriptions du produit

From Amazon.co.uk

Javascript is the only scripting language that runs in all the leading Web browsers, making it an essential part of the Web developer's tool kit. The language itself is not especially difficult to learn, but it becomes more challenging when you include related topics such as HTML forms, dynamic HTML and cross-browser compatibility. Beginning JavaScript, which is suitable for beginning or intermediate programmers, covers all these topics and more to provide a complete Javascript handbook.

Early chapters cover language basics, such as data types, functions, conditions and loops, string handling, and programming with objects. The authors explain how to control the Web browser by programming its object model, and how to combine scripts with forms. There is a guide to debugging with Netscape and Microsoft Internet Explorer, and a chapter on using cookies to store user preferences.

A substantial part of the book is focused on Dynamic HTML and how to write scripts that control the content of the page. There is a clear explanation of the DOM (document object model), as specified by the W3C Web standards group. Finally, there is a look at extending browser capabilities with ActiveX controls or plug-ins, and server-side scripting with Active Server Pages, including database access. Several appendixes offer a language reference and object models for Internet Explorer and Netscape Navigator 4.0. Sadly Netscape 6.0 is not covered, but it is not quite as bad as it sounds since Netscape 6.0 closely follows the official DOM. --Tim Anderson --Ce texte provient d'une édition qui n'est plus publiée ou qui est non diponible.



Product Description

What is this book about?

JavaScript is the language of the Web. Used for programming all major browsers, JavaScript gives you the ability to enhance your web site by creating interactive, dynamic, and personalized pages. Our focus in this book is on client-side scripting, but JavaScript is also hugely popular as a scripting language in server-side environments, a subject that we cover in later chapters.

What does this book cover?

Beginning JavaScript assumes no prior knowledge of programming languages, but will teach you all the fundamental concepts that you need as you progress. After covering the core JavaScript language, you'll move on to learn about more advanced techniques, including Dynamic HTML, using cookies, debugging techniques, and server-side scripting with ASP. By the end of this book, you will have mastered the art of using JavaScript to create dynamic and professional-looking web pages.

Here are a few of the things you'll learn in this book:

  • Fundamental programming concepts
  • Comprehensive practical tutorial in JavaScript
  • Cross-browser scripting, including Netscape 6
  • Cookie creation and use
  • Plug-ins and ActiveX controls
  • Dynamic HTML
  • Scripting the W3C DOM
  • Server-side JavaScript with ASP

Who is this book for?

This book is for anyone who wants to learn JavaScript. You will need a very basic knowledge of HTML, but no prior programming experience is necessary. Whether you want to pick up some programming skills, or want to find out how to transfer your existing programming knowledge to the Web, then this book is for you. All you need is a text editor (like Notepad) and a browser, and you're ready to go!


Dans ce livre (les détails)
First Sentence
JavaScript is a scripting language that enables you to enhance static web applications, by providing dynamic, personalized, and interactive content. Lire la première page
En découvrir plus
Concordance
Parcourir les pages échantillon
Plat recto | Droit d'auteur | Table des matières | Extrait | Index | Plat verso
Cherchez à l'intérieur de ce livre:

Associer des mots-clés à ce produit

 (De quoi s'agit-il ?)
Considérez votre mot-clé comme une sorte d'étiquette définissant parfaitement ce produit.
Les mots-clés aident les clients à organiser et trouver leurs articles favoris.
Vos mots-clés : Ajouter votre premier mot-clé
 

 

L'avis des consommateurs

59 évaluations
5 étoiles:
 (37)
4 étoiles:
 (12)
3 étoiles:
 (7)
2 étoiles:
 (1)
1 étoiles:
 (2)
 
 
 
 
 
Évaluation du client type
4.4étoiles sur 5 (59 évaluations de client)
 
 
 
 
Partagez votre opinion avec les autres clients:
Commentaires client les plus utiles

 
3.0étoiles sur 5 Book confuses the issues and doesn't get to the syntax, Avril 16 2004
Par Baiss E. Magnusson (Seattle, WA United States) - Voir tous mes commentaires
(REAL NAME)   
Instead of defining all the attributes of say "Request.QueryString" into differenct contexts like Javascript <var> and HTML <input value=>, he muddles around with <Server-Side Scripting with ASP> probably the lamest web application environment around.
Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)



 
4.0étoiles sur 5 Good for beginners, Oct. 27 2003
Par Lyman Hale (Gansevoort, NY United States) - Voir tous mes commentaires
(REAL NAME)   
I chose this book as my introduction to JavaScript and am quite pleased with it. It pretty well covers all the basics and is worth a straight-through read. The author builds several examples, expanding on them as the book progresses. Each time a large block of code is presented. If you can't figure out what is going on just by inspecting the code, each section is followed by a detailed 'how it works' explanation.
The book was thorough enough to give me a good understanding of just about everything I needed to know to begin developing a rather complex client-side application. I had to go to a more in-depth reference to learn how to assign an event handler with parameters to a control that was being generated by code, but that was about all that I did not find covered in this book.
I would definitely recommend this book to Javascript beginners, particularly those who are willing to read steadily through it.
Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)



 
4.0étoiles sur 5 Beware: Not the Second Edition!, Aoû 16 2003
Par K. Okada (Walnut Creek, CA) - Voir tous mes commentaires
(REAL NAME)   
I already have a copy of the year 2000 edition of this book and it was a great book. I found this 2003 book and I ordered one because I thought it was the second edition. But I WAS WRONG. It is exactly the same as the 2000 edition, covering only NN up to ver 4 and IE up to 5. I had to return it at my own expense.

If you already have a first edition, DON'T BUY this book. You would end up with two copies of the same book. If you don't have a first edition, I would still recommend JavaScript Bible by Danny Goodman or O'Reilly's JavaScript than this book. They are more up-to-date.

Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)


Partagez votre opinion avec les autres clients: Créer votre propre commentaire
 
 
Commentaires client les plus récents

4.0étoiles sur 5 old code but covered very well by this book
I have been using javascript on and off and for a while I
hav stayed away from it due to poor material and bad
presentation on some very bad books. Read more
Publié le Aoû 8 2003 par .Net learner

3.0étoiles sur 5 Very thorough, but needs to get to the point
I bought this book as an amateur web site author trying to learn some new tricks for my site, and hoping to ease my way into some more serious web authoring. Read more
Publié le Avril 16 2003 par atbakke

5.0étoiles sur 5 Best if kept on your Desk at all times
You won't be ashamed to have this "Beginning" book on display on your desk. It's easy to use and very descriptive. Plenty of examples and they work! Read more
Publié le Avril 7 2003 par P. McDaniel

5.0étoiles sur 5 This book is a 9.5 on a 10 scale...!
aha!,
After reading Beginning ASP 3.0 by Chriss Ullman and his gurus last summer . I wanted to know more about javascript. So i got this book. its grrreaat...! Read more
Publié le Fév 23 2003 par Kwabena Gyan-baffour

5.0étoiles sur 5 The best there is
I have read a few Javascript book and this is by far the best. If you are a beginner or have basic knowledge start with this. Read more
Publié le Fév 6 2003 par ja7000

5.0étoiles sur 5 Awsome examples that work.
The biggest problem these days with computer books is that usually the examples don't work when YOU try them? (usually not your fault either). Read more
Publié le Janv. 9 2003 par Robert N. Schroeter

4.0étoiles sur 5 A big big big big big big big big good book...
It's a big book. It's a very big book. It taught me Javascript to a point where I was writing code from my head. Patience is required, but it will pay off. Read more
Publié le Janv. 7 2003 par ewomack

5.0étoiles sur 5 Very good book!
This book starts out a bit slow, but it gets very good! It covers all the major topics including how to parse forms and input/output stuff. Read more
Publié le Déc 23 2002 par Rjs32

5.0étoiles sur 5 To the point and simple to understand
I needed to refresh myself on JavaScript since I hadn't looked at it for a year or two and really haven't gotten into programming it much. Read more
Publié le Nov. 22 2002

4.0étoiles sur 5 Absolute Quality
This has got to be the best Javascript book for beginners around by far. The book covers every aspect of Javascript i.e. Read more
Publié le Nov. 1 2002 par Mr. M. O'Sullivan

Rechercher uniquement sur les commentaires portant sur ce produit



Cherchez des articles semblables par catégorie


Chercher des articles semblables par sujet


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Votre historique récent

 (En savoir plus)

Après avoir visualisé des pages détaillées produit ou des résultats de recherche, regardez ici pour trouver une façon simple de poursuivre votre navigation sur des pages qui vous intéressent.