Official Netscape JavaScript Book
Title | Official Netscape JavaScript Book PDF eBook |
Author | Peter Kent |
Publisher | |
Pages | 526 |
Release | 1996 |
Genre | Computers |
ISBN |
Guide to the Javascript Web development scripting language.
Official Netscape JavaScript 1.2 Book
Title | Official Netscape JavaScript 1.2 Book PDF eBook |
Author | Peter Kent |
Publisher | |
Pages | 598 |
Release | 1997 |
Genre | Computers |
ISBN |
-- Basic programming techniques, plus tips for adding interactivity and versatility to Web sites. -- Nearly 200 script samples and interactive tutorials online. -- Bestseller in its first edition, now fully updated for Communicator.
Official Netscape Visual JavaScript Book
Title | Official Netscape Visual JavaScript Book PDF eBook |
Author | Doug Lloyd |
Publisher | Coriolis Group Books |
Pages | 468 |
Release | 1998 |
Genre | Internet programming |
ISBN |
Build cross-platform Web applications without extensive knowledge of JavaScript, or leverage your JavaScript background to speed the development process. Focusing on database connectivity, this practical guide uses real-world examples to demonstrate key concepts and provide hands-on experience.
JavaScript
Title | JavaScript PDF eBook |
Author | David Flanagan |
Publisher | "O'Reilly Media, Inc." |
Pages | 1096 |
Release | 2011-04-25 |
Genre | Computers |
ISBN | 0596805527 |
A revised and updated edition offers comprehensive coverage of ECMAScript 5 (the new JavaScript language standard) and also the new APIs introduced in HTML5, with chapters on functions and classes completely rewritten and updated to match current best practices and a new chapter on language extensions and subsets. Original.
Netscape Developer's Guide to JavaScript 1.2
Title | Netscape Developer's Guide to JavaScript 1.2 PDF eBook |
Author | Bill Anderson |
Publisher | Prentice Hall |
Pages | 0 |
Release | 1998 |
Genre | Client/server computing |
ISBN | 9780137192793 |
You'll find detailed coverage of using LiveConnect to interface with plug-ins and Java applets, integrating JavaScript with Dynamic HTML, working with LiveWire databases, and building components using JavaScript Bean files. There's also a comprehensive guide to JavaScript development tools.
Pure JavaScript
Title | Pure JavaScript PDF eBook |
Author | Jason D. Gilliam |
Publisher | Pearson Education |
Pages | 2426 |
Release | 2001-08-15 |
Genre | Computers |
ISBN | 0768685524 |
Pure JavaScript, Second Edition is a substantial and focused reference for experienced Web developers. This book begins with an accelerated introduction to the newest features of JavaScript so that experienced Web developers can quickly understand the concepts of JavaScript and begin developing their own JavaScript solutions immediately. Pure JavaScript, Second Edition contains concise descriptions of JavaScript forms, cookies, windows, and layers. Beyond the brief descriptions and short syntax snippets found in most references, this book also provides real-life, well-commented JavaScript examples for each documented object, property, method, and event handler. This not only helps the reader's understanding of the syntax, but also provides a contextual aid in determining how and why a specific object or method may be used. It also includes a special reference section dedicated to server-side JavaScript, coverage of JScript and Active Scripting, and a complete reference to browser-supported JavaScript.
JavaScript: The Good Parts
Title | JavaScript: The Good Parts PDF eBook |
Author | Douglas Crockford |
Publisher | "O'Reilly Media, Inc." |
Pages | 174 |
Release | 2008-05-08 |
Genre | Computers |
ISBN | 0596554877 |
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole—a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.