Möchten Sie verkaufen? Hier verkaufen
Der Artikel ist in folgender Variante leider nicht verfügbar
Keine Abbildung vorhanden für
Farbe:
Keine Abbildung vorhanden

 
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 [Englisch] [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 (5)
EUR 31,95
Auf Lager.

Kurzbeschreibung

Juni 1998
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.

Kunden, die diesen Artikel angesehen haben, haben auch angesehen


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. 55.142 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

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

Produktbeschreibungen

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.

Über den Autor

David Flanagan is an author, consulting computer programmer, user interface designer, and trainer. His other books with O'Reilly & Associates include the bestselling Java in a Nutshell, Java Examples in a Nutshell, Netscape IFC in a Nutshell, X Toolkit Intrinsics Reference Manual and Motif Tools: Streamlined GUI Design and Programming with the Xmt Library. David has a degree in computer science and engineering from the Massachusetts Institute of Technology.

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


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

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
Format: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.

War diese Rezension für Sie hilfreich?
1 von 1 Kunden fanden die folgende Rezension hilfreich
4.0 von 5 Sternen Thorough guide with good reference 6. Juni 2000
Von PJY
Format: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.
War diese Rezension für Sie hilfreich?
3 von 4 Kunden fanden die folgende Rezension hilfreich
5.0 von 5 Sternen Very thorough, detailed, and complete 17. Juli 2000
Von Tony
Format: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.

War diese Rezension für Sie hilfreich?
Möchten Sie weitere Rezensionen zu diesem Artikel anzeigen?
Waren diese Rezensionen hilfreich?   Wir wollen von Ihnen hören.
Die neuesten Kundenrezensionen
5.0 von 5 Sternen The best programming book I've read
David Flanagan has done an amazing job here. This extremely well-organized book--the only one you need if you already know any programming language derived from C--is both a... Lesen Sie weiter...
Veröffentlicht am 3. Juli 2000 von Stephen Corwin
3.0 von 5 Sternen Outdated
To quote from page 258 of the 3d (1998) printing: "...since the IE4 DOM will not actually be compatible with the W3C standard, and because it is not supported by Navigator... Lesen Sie weiter...
Am 22. Juni 2000 veröffentlicht
3.0 von 5 Sternen Focus on IE Minimal & Not Enough Examples
Navigator may have been THE browser back in 96 when the book was first written, but this third edition came out in 98 when IE was fast taking over. Lesen Sie weiter...
Veröffentlicht am 14. Juni 2000 von "reb99z"
3.0 von 5 Sternen Great book for Navigator. Not good for Internet Explorer
This is a great book about Javascript. The author provided good introduction to all of the subjects before he discussed them, helping the reader to understand better. Lesen Sie weiter...
Am 7. Juni 2000 veröffentlicht
5.0 von 5 Sternen Definitely the 'Definitive Guide'
Flanagan did an amazing job with this book. It is clear and concise, with good examples and prose. The reference section in the back is invaluable, as is the differentiation... Lesen Sie weiter...
Veröffentlicht am 7. Juni 2000 von Barney Boisvert
4.0 von 5 Sternen Good book for someone with patience
This is a great guide to how to write JavaScript! Not for the complete beginner, but it's still easy for the person who isn't an expert. Lesen Sie weiter...
Veröffentlicht am 5. Juni 2000 von Billy Diehl
5.0 von 5 Sternen Excellent!
This is the companion book for HTML and Dynamic HTML. Just like those two books, this is another excellent book. If you want to learn JavaScript, don't miss this book.
Veröffentlicht am 2. Juni 2000 von Timbus
3.0 von 5 Sternen Good and reliable
I needed to learn Javascript in a hurry, and by many accounts this one was the way to go. I wasn't disappointed. Lesen Sie weiter...
Veröffentlicht am 29. Mai 2000 von Enrique Pineda
3.0 von 5 Sternen Not bad, could be better
I've got a real problem with this traditional-computer science approach of learning all about variables and structure but nothing that you can actually use. Lesen Sie weiter...
Veröffentlicht am 25. Mai 2000 von Kirk R Hilles
5.0 von 5 Sternen Not for beginners
I am pretty new to JavaScript and so I decided to buy three book to get me started: this one, the Visual Quickstart Guide by Peachpit Press and The official Netscape JavaScript... Lesen Sie weiter...
Veröffentlicht am 24. Mai 2000 von Tobias Schmidt
Kundenrezensionen suchen
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


Ihr Kommentar