Möchten Sie verkaufen? Hier verkaufen
JavaScript. The Definitive Guide
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

JavaScript. The Definitive Guide [Taschenbuch]

David Flanagan , Dan Shafer
4.3 von 5 Sternen  Alle Rezensionen anzeigen (95 Kundenrezensionen)

Erhältlich bei diesen Anbietern.


Dieses Buch gibt es in einer neuen Auflage:
JavaScript: The Definitive Guide (Definitive Guides) JavaScript: The Definitive Guide (Definitive Guides) 5.0 von 5 Sternen (1)
EUR 31,95
Auf Lager. Zustellung kann bis zu 2 zusätzliche Tage in Anspruch nehmen.

Kunden, die diesen Artikel gekauft haben, kauften auch


Produktinformation

  • Taschenbuch: 776 Seiten
  • Verlag: O'Reilly Associates; Auflage: 3. A. (Juni 1998)
  • Sprache: Englisch
  • ISBN-10: 1565923928
  • ISBN-13: 978-1565923928
  • Größe und/oder Gewicht: 23,4 x 17,5 x 3,8 cm
  • Durchschnittliche Kundenbewertung: 4.3 von 5 Sternen  Alle Rezensionen anzeigen (95 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 290.189 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

David Flanagan
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von David Flanagan auf Amazon

Produktbeschreibungen

Kurzbeschreibung

JavaScript is a powerful scripting language that can be embedded directly in HTML. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser; you don't have to do any server-side programming, like writing CGI scripts. JavaScript is a simpler language than Java. It can be embedded directly in Web pages without compilation, so it is more flexible and easier to use for simple tasks like animation. However, although you can write reasonably robust and complete Web applications using JavaScript alone, JavaScript is not a substitute for Java. In fact, JavaScript is a good client-side complement to Java; using the two together allows you to create more complex applications than are possible with JavaScript alone. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and its client-side framework, complete with sophisticated examples that show you how to handle common tasks, like validating form data and working with cookies. The book also contains a definitive, in-depth reference section that covers every core and client-side JavaScript function, object, method, property, constructor, and event handler. This book is an indispensable reference for all JavaScript programmers, regardless of experience level. This third edition of JavaScript: The Definitive Guide describes the latest version of the language, JavaScript 1.2, as supported by Netscape Navigator 4 and Internet Explorer 4. The book also covers JavaScript 1.1, which is the first industry-standard version known as ECMAScript. The new features of JavaScript 1.2, which are likely to be embodied in a later ECMAScript standard release, are clearly indicated, so that you can use them as appropriate in your scripts.

Synopsis

JavaScript is a powerful scripting language that can be embedded directly in HTML. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser; you don't have to do any server-side programming, like writing CGI scripts. JavaScript is a simpler language than Java. It can be embedded directly in Web pages without compilation, so it is more flexible and easier to use for simple tasks like animation. However, although you can write reasonably robust and complete Web applications using JavaScript alone, JavaScript is not a substitute for Java. In fact, JavaScript is a good client-side complement to Java; using the two together allows you to create more complex applications than are possible with JavaScript alone. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and its client-side framework, complete with sophisticated examples that show you how to handle common tasks, like validating form data and working with cookies.

The book also contains a definitive, in-depth reference section that covers every core and client-side JavaScript function, object, method, property, constructor, and event handler. This book is an indispensable reference for all JavaScript programmers, regardless of experience level. This third edition of JavaScript: The Definitive Guide describes the latest version of the language, JavaScript 1.2, as supported by Netscape Navigator 4 and Internet Explorer 4. The book also covers JavaScript 1.1, which is the first industry-standard version known as ECMAScript. The new features of JavaScript 1.2, which are likely to be embodied in a later ECMAScript standard release, are clearly indicated, so that you can use them as appropriate in your scripts.


Welche anderen Artikel kaufen Kunden, nachdem sie diesen Artikel angesehen haben?


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

 

Kundenrezensionen

95 Rezensionen
5 Sterne:
 (55)
4 Sterne:
 (24)
3 Sterne:
 (11)
2 Sterne:
 (1)
1 Sterne:
 (4)
 
 
 
 
 
Durchschnittliche Kundenbewertung
4.3 von 5 Sternen (95 Kundenrezensionen)
 
 
 
 
Sagen Sie Ihre Meinung zu diesem Artikel:
Die hilfreichsten Kundenrezensionen

2 von 2 Kunden fanden die folgende Rezension hilfreich:
3.0 von 5 Sternen Thorough tech reference, 12. Juli 2000
Von 
Nicodemus "the rat" (Seattle, WA) - Alle meine Rezensionen ansehen
(REAL NAME)   
Rezension bezieht sich auf: JavaScript. The Definitive Guide (Taschenbuch)
This book is a very complete reference for the Javascript languge. It pays particular attention to the incompatibilities that plague the different interpreters/browsers. The book is fairly well written; it doesn't cause your eyes to glaze over from jargon overload. However, it also sometimes underestimates the skill and experience of the targetted reader, IMHO. Considering that this language is predominantly used for scripting web sites, I expected something a little different: more concentration on application and examples and less repetition of fundamental programming concepts and definitions.

Still, this book does a good job at cataloging the syntax and features of the language. It will probably be a very helpful book for people who are new to programming and want to learn a scripting language.

Helfen Sie anderen Kunden bei der Suche nach den hilfreichsten Rezensionen 
War diese Rezension für Sie hilfreich? Ja Nein


1 von 1 Kunden fanden die folgende Rezension hilfreich:
4.0 von 5 Sternen Thorough guide with good reference, 6. Juni 2000
Rezension bezieht sich auf: JavaScript. The Definitive Guide (Taschenbuch)
This book is not for users new to writing code. However, if you have some programming experience, you will find this an excellent source to improve and learn about JavaScript. About half of the book details how the objects, functions and events work in the language. There are some good examples of code in this section but it is mostly reading. The second half of the book is a solid reference section covering everything you could want to know. My only complaint is that the reference section shows the syntax for a JavaScript keyword but it doesn't give many examples of thier use. This can result in bad code because of a slight syntax error due to misunderstanding. However, that's only a minor complaint. The reference section is solid and detailed. There may be a better JavaScript book than this, but I haven't seen it.
Helfen Sie anderen Kunden bei der Suche nach den hilfreichsten Rezensionen 
War diese Rezension für Sie hilfreich? Ja Nein


3 von 4 Kunden fanden die folgende Rezension hilfreich:
5.0 von 5 Sternen Very thorough, detailed, and complete, 17. Juli 2000
Von 
Tony (Fullerton, CA United States) - Alle meine Rezensionen ansehen
Rezension bezieht sich auf: JavaScript. The Definitive Guide (Taschenbuch)
This book contains just about every obscure detail about JavaScript that you could possibly want. From its history, syntax, structure, operators, object hierarchy, methods, properties, etc..This book has what you're looking for.

All of the tools available to you in order to spice up your webpages are thoroughly documented in this book. Once you go through this book, you'll know the ins and outs of anything related to client-side JavaScript.

However, I wouldn't recommend this book to the absolute newcomer to JavaScript, especially one with no prior programming experience. Try something like JavaScript Goodies as an introduction. Once you're ready for all the nitty gritty details and to learn about JavaScript's complete (client-side) capabilities, this is what you're looking for. And of course, if you're interested in learning JavaScript, you should be comfortable with HTML.

Helfen Sie anderen Kunden bei der Suche nach den hilfreichsten Rezensionen 
War diese Rezension für Sie hilfreich? Ja Nein

Sagen Sie Ihre Meinung zu diesem Artikel: Eigene Rezension erstellen
 
 
Die neuesten Kundenrezensionen











Nur in den Rezensionen zu diesem Produkt suchen



Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar