JavaScript - Das Handbuch für die Praxis
Meistern Sie die beliebte Sprache für Web und Node.js
- 736 pages
- 26 hours of reading
David Flanagan is an award-winning journalist and writer who excels at deep dives into the lives and minds of his subjects. His work is characterized by keen observation and an ability to capture the complexities of human experience. Flanagan's style is both incisive and empathetic, allowing readers to form strong connections with the themes he explores. Through his writing, he offers a unique perspective on the world around us.






Meistern Sie die beliebte Sprache für Web und Node.js
If you've turned to the jQuery library to simplify common client-side JavaScript tasks, this pocket reference will help you quickly locate what you need from jQuery's vast array of functions and properties to complete your web project.
Die Programmiersprache Ruby ist das maßgebliche Handbuch zu Ruby mit einer umfassenden Beschreibung der Sprachversionen 1.8 und 1.9. Es wurde für erfahrene Programmierer geschrieben, die sich neu in Ruby einarbeiten wollen, und für Ruby-Programmierer, die ihr Wissen erweitern und Ruby besser beherrschen wollen. Dieses Buch dokumentiert Ruby umfassend, jedoch ohne den Formalismus einer Sprachspezifikation. Ruby vom Feinsten Dieses Handbuch beginnt mit einem Tutorial zum Schnelleinstieg in die Sprache Ruby und erklärt sie dann detailliert auf allen Ebenen: Lexikalische und syntaktische Struktur von Ruby-Programmen, Datentypen und Objekte, Ausdrücke und Operatoren, Anweisungen und Kontrollstrukturen, Methoden, Procs, Lambdas und Closures, Klassen und Module, Reflection und Metaprogrammierung und die Ruby-Plattform API der Ruby-Plattform Die Programmiersprache Ruby beinhaltet eine umfassende Einführung in die mächtige API der Ruby-Plattform und stellt - mit ausführlich kommentiertem Code - die Möglichkeiten von Ruby in Bezug auf Textbearbeitung, mathematische Berechnungen, Collections, Ein-/Ausgabe, Netzwerkverarbeitung und Concurrency vor. Wenn Sie Ruby wirklich verstehen wollen, ist dies das Buch, das Sie brauchen
A guide to Ruby that provides coverage of versions 1.8 and 1.9 of the language. It explains the language from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules.
JavaScript je výkonný objektově orientovaný skriptovací jazyk, který se dá vkládat přímo do kódu stránek HTML. Nabyl takového významu, že jeho znalost se dnes považuje za nezbytnou pro každého, kdo se zabývá tvorbou webových stránek. JavaScript můžete použít k tvorbě dynamických interaktivních aplikací, které pracují přímo v prohlížeči. JavaScript se výborně hodí k tvorbě dynamických webových stránek. Druhé vydání kapesní referenční příručky obsahuje úplný přehled základních prostředků jazyka a popisuje také prostředí, v němž se spouštějí aplikace na klientské straně webových aplikací. Příručka obsahuje i reference k jednotlivým objektům, jejich metodám a vlastnostem. Druhé vydání popisuje JavaScript verze 1.5 a proto se hodí těm, kdo chtějí psát dokumenty pro prohlížeče dodržující nejnovější verze standardů - Internet Explorer 6, Netscape 6 a 7, či Mozilla. Kniha vychází v kapesním formátu a představuje vynikající doplněk k rozsáhlejším publikacím.
Java Enterprise in a Nutshell is an indispensable quick reference for Java programmers who are writing distributed enterprise applications. The book provides fast-paced tutorials on the following Java Enterprise These APIs are the building blocks of the Java 2 Platform, Enterprise Edition (J2EE), Sun's recently announced new platform for enterprise computing. J2EE is the standard Java 2 platform with a number of extensions for enterprise development. Java Enterprise in a Nutshell also contains O'Reilly's classic-style, quick-reference material for all of the classes in the various packages that comprise the Enterprise APIs. This material includes the core Enterprise APIs that are part of Java 1.2, as well as numerous standard extensions.This book is a companion to both Java in a Nutshell, 3rd Edition, which covers the key non-graphical, non-enterprise APIs in Java 1.2, and Java Foundation Classes in a Nutshell, which describes the graphics- and GUI-related classes of Java 1.2.
Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestselling Java in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC), such as the Swing GUI components and Java 2D, so that you can start using these exciting new technologies right away. This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and java.awt packages and their numerous subpackages. This reference material covers all of the new JFC classes in the Java 2 platform, as well as the existing Java 1.1 AWT classes. Once you've learned about the JFC, you'll keep this book next to your keyboard for handy reference while you program. Java Foundation Classes in a Nutshell contains the This book is part of the two-volume set of quick references that every Java programmer needs. It is an essential companion to Java in a Nutshell, 3rd Edition , which covers the key nongraphical APIs in Java 1.2. A third volume, Java Enterprise in a Nutshell , focuses on the Java Enterprise APIs and is of interest to programmers working on server-side or enterprise Java applications.
"JavaScript is the ubiquitous programming language of the Web, and for more than 15 years, JavaScript: The Definitive Guide has been the bible of JavaScript programmers around the world. Ideal for JavaScript developers at any level, this book is an all-new excerpt of The Definitive Guide, collecting the essential parts of that hefty volume into this slim yet dense pocket reference. The first 9 chapters document the latest version (ECMAScript 5) of the core JavaScript language ... The next 5 chapters document the fundamental APIs for using JavaScript with HTML5 and explain how to interact with web browser windows ; script HTML documents and document elements ;modify and apply CSS styles and classes ; respond to user input events ; communicate with web servers (and) store data locally on the user's computer." Amazon.com viewed 5/7/2020
A Desktop Quick Reference - Covers Java 1.1 - 2nd Edition
The bestselling guide has been updated for Java 1.1, providing essential information for programmers migrating to this version or those new to Java. This second edition offers an advanced introduction for C and C++ programmers, covering all necessary aspects of the language. It includes a complete quick-reference with descriptions of all classes in the Java 1.1 API, excluding Enterprise APIs. The book thoroughly explains Java syntax, making it an indispensable quick reference for any Java programmer. This edition covers the Java Development Kit (JDK) 1.1, featuring an overview of new functionalities on a package basis. It includes a comprehensive tutorial on inner classes, detailing static member classes, member classes, local classes, and anonymous classes. Practical example programs illustrate Java 1.1 features such as object serialization, the new AWT event handling model, internationalization, and a sample Java Bean. The quick-reference section is designed for ease of use, with indicators for 1.1 material and cross-references on each page. Due to the extensive growth of Java, this volume focuses on commonly used features, with plans for future volumes covering Java Enterprise APIs and other new components as they are developed. This makes it an essential resource for all Java programmers.
This bestselling book is an essential quick reference for all Java programmers. It contains an accelerated introduction to the Java language and its key APIs, so seasoned programmers can start writing Java code right away. This book also includes O'Reilly's trusted quick-reference material for all the classes in the essential Java packages, including java.lang, java.io, java.beans, java.math, java.net, java.text, and java.util. This reference covers many the new classes in Java 1.4, including the NIO, logging, and XML functionality. Once you've learned Java, you'll keep this book next to your keyboard for handy reference while you program. This book is part of the multi-volume set of quick references that every Java programmer will want. It is an essential companion to Java Foundation Classes in a Nutshell, which covers the graphics, printing, and GUI APIs in the Java 2 platform, including Swing, AWT, and Java 2D. A third volume, Java Enterprise in a Nutshell, focuses on the Java Enterprise APIs and is of interest to programmers working on server-side or enterprise Java applications. A fourth volume, J2ME in a Nutshell, covers the new Java 2 Micro Edition APIs and explores its use in limited-resource devices. Book jacket.
A guide for experienced programmers demonstrates the core JavaScript language, offers examples of common tasks, and contains an extensive reference to JavaScript commands, objects, methods, and properties.