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
25 neufs & d'occasion à partir de CDN$ 28.35

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

Beginning JavaScript (Paperback)

de Paul Wilton (Author), Jeremy McPeak (Author)
5.0étoiles sur 5  Voir tous les commentaires (1 évaluation de client)
Prix éditeur: CDN$ 47.99
Price: CDN$ 30.23 & se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails
Vous économisez : CDN$ 17.76 (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 3 en stock--commandez bientôt (nous en attendons d'autres).

Commandez-vous pour Noël? Pour livraison garantie le 24 décembre à Toronto, à Ottawa, ou à Montréal, choisissez Express lors de votre commande. En savoir plus.

16 neufs à partir de CDN$ 28.35 9 d'occasion à partir de CDN$ 33.07

Produits fréquemment achetés ensemble

Beginning JavaScript + Designing Web Usability + Homepage Usability: 50 Websites Deconstructed
Prix public : CDN$ 168.98
Prix pour les trois: CDN$ 106.45

Afficher la disponibilité du produit et le mode de livraison

  • Cet article : Beginning JavaScript de Paul Wilton

    En stock.
    Vendu et expédié par Amazon.ca.
    Se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails

  • Designing Web Usability de Jakob Nielsen

    En stock.
    Vendu et expédié par Amazon.ca.
    Livraison super-économique GRATUITE pour cet article. Détails

  • Homepage Usability: 50 Websites Deconstructed de Jakob Nielsen

    En stock.
    Vendu et expédié par Amazon.ca.
    Se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails


Les clients qui ont acheté cet article ont aussi acheté

Homepage Usability: 50 Websites Deconstructed

Homepage Usability: 50 Websites Deconstructed

de Jakob Nielsen
3.8étoiles sur 5 (61)  CDN$ 34.65
Designing Web Usability

Designing Web Usability

de Jakob Nielsen
3.9étoiles sur 5 (222)  CDN$ 41.57
The Zen of CSS Design: Visual Enlightenment for the Web

The Zen of CSS Design: Visual Enlightenment for the Web

de Dave Shea
3.5étoiles sur 5 (8)  CDN$ 30.86
Robin Williams Design Workshop

Robin Williams Design Workshop

de Robin Williams
4.5étoiles sur 5 (20)  CDN$ 34.64
The Non-Designer's Design Book

The Non-Designer's Design Book

de Robin Williams
4.6étoiles sur 5 (137)  CDN$ 26.45
Découvrez des articles similaires

Les détails du produit


Descriptions du produit

Product Description

JavaScript is a scripting language that enables you to enhance static web applications by providing dynamic, personalized, and interactive content. This improves the experience of visitors to your site and makes it more likely that they will visit again. You must have seen the flashy drop-down menus, moving text, and changing content that are now widespread on web sites—they are enabled through JavaScript. Supported by all the major browsers, JavaScript is the language of choice on the Web. It can even be used outside web applications—to automate administrative tasks, for example.

This book aims to teach you all you need to know to start experimenting with JavaScript: what it is, how it works, and what you can do with it. Starting from the basic syntax, you'll move on to learn how to create powerful web applications. Don't worry if you've never programmed before—this book will teach you all you need to know, step by step. You'll find that JavaScript can be a great introduction to the world of programming: with the knowledge and understanding that you'll gain from this book, you'll be able to move on to learn newer and more advanced technologies in the world of computing.

In order to get the most out of this book, you'll need to have an understanding of HTML and how to create a static web page. You don't need to have any programming experience.

This book will also suit you if you have some programming experience already, and would like to turn your hand to web programming. You will know a fair amount about computing concepts, but maybe not as much about web technologies.

Alternatively, you may have a design background and know relatively little about the Web and computing concepts. For you, JavaScript will be a cheap and relatively easy introduction to the world of programming and web application development.

Whoever you are, we hope that this book lives up to your expectations.

You'll begin by looking at exactly what JavaScript is, and taking your first steps with the underlying language and syntax. You'll learn all the fundamental programming concepts, including data and data types, and structuring your code to make decisions in your programs or to loop over the same piece of code many times.

Once you're comfortable with the basics, you'll move on to one of the key ideas in JavaScript—the object. You'll learn how to take advantage of the objects that are native to the JavaScript language, such as dates and strings, and find out how these objects enable you to manage complex data and simplify your programs. Next, you'll see how you can use JavaScript to manipulate objects made available to you in the browser, such as forms, windows, and other controls. Using this knowledge, you can start to create truly professional-looking applications that enable you to interact with the user.

Long pieces of code are very hard to get right every time—even for the experienced programmer—and JavaScript code is no exception. You look at common syntax and logical errors, how you can spot them, and how to use the Microsoft Script Debugger to aid you with this task. Also, you need to examine how to handle the errors that slip through the net, and ensure that these do not detract from the experience of the end user of your application.

From here, you'll move on to more advanced topics, such as using cookies and jazzing up your web pages with dynamic HTML and XML. Finally, you'll be looking at a relatively new and exciting technology, remote scripting. This allows your JavaScript in a HTML page to communicate directly with a server, and useful for, say, looking up information on a database sitting on your server. If you have the Google toolbar you'll have seen something like this in action already. When you type a search word in the Google toolbar, it comes up with suggestions, which it gets via the Google search database.

All the new concepts introduced in this book will be illustrated with practical examples, which enable you to experiment with JavaScript and build on the theory that you have just learned. The appendix provides solutions to the exercises included at the end of most chapters throughout the book.

During the first half of the book, you'll also be building up a more complex sample application—an online trivia quiz—which will show you how JavaScript is used in action in a real-world situation.



From the Back Cover

Do you want to create more exciting web applications that will increase visits to your site? With this up-to-date guide, you'll find everything you'll need to know to develop interactive, robust, and personalized pages using JavaScript. It takes you step by step through this powerful scripting language so you can begin enhancing your site right away.

You'll begin with the basic syntax and learn how to take advantage of native JavaScript objects. Next, you'll see how to manipulate objects that are available to you in the latest browsers. You'll then progress through more advanced topics, such as using cookies and jazzing up your web pages with Dynamic HTML.

Inside, you'll also discover how to use Ajax, a communication technique that uses JavaScript to communicate with a remote web server. All of this will help you build truly professional-looking applications that allow you to interact with the user.

What you will learn from this book

  • How to use objects such as dates and strings to manage complex data and simplify your programs
  • Tips for using forms, windows, and other controls

  • Ways to spot common syntax and logical errors as well as how to use the Microsoft® Script Debugger

  • How to make JavaScript interact with XML and HTML

  • Techniques for integrating ActiveX® and plug-ins with JavaScript

  • Steps for communicating with a server using remote scripting

Who this book is for

This book is for anyone who wants to learn JavaScript scripting. You should have some understanding of HTML and how to create static web pages, but no prior programming experience is necessary.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured tutorial format that will guide you through all the techniques involved.


Dans ce livre (les détails)
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é
 

What Do Customers Ultimately Buy After Viewing This Item?

Beginning JavaScript
77% buy the item featured on this page:
Beginning JavaScript 5.0étoiles sur 5 (1)
CDN$ 30.23
JavaScript: The Definitive Guide
7% buy
JavaScript: The Definitive Guide 4.5étoiles sur 5 (45)
CDN$ 40.94
Simply JavaScript
6% buy
Simply JavaScript 5.0étoiles sur 5 (1)
CDN$ 32.73
JavaScript Bible
6% buy
JavaScript Bible
CDN$ 34.64

 

L'avis des consommateurs

1 Evaluation
5 étoiles:
 (1)
4 étoiles:    (0)
3 étoiles:    (0)
2 étoiles:    (0)
1 étoiles:    (0)
 
 
 
 
 
Évaluation du client type
5.0étoiles sur 5 (1 évaluation de client)
 
 
 
 
Partagez votre opinion avec les autres clients:
Commentaires client les plus utiles

 
5.0étoiles sur 5 Best book ever !, Fév 14 2009
Par Pasqualina Mucci (SAINT-LEONARD, QUEBEC Canada) - Voir tous mes commentaires
(REAL NAME)   
This is an excellent book, truly easy to understand, lots of codes (that work !!!), the authors really know what they are talking about.
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
 
 
Rechercher uniquement sur les commentaires portant sur ce produit



Listmania!


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.