JavaScript

JavaScript
Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
Total 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.

Official Netscape JavaScript 1.2 Book

Official Netscape JavaScript 1.2 Book
Author: Peter Kent
Publisher:
Total 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.

Pure JavaScript

Pure JavaScript
Author: Jason D. Gilliam
Publisher: Pearson Education
Total 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.

Official Netscape Visual JavaScript Book

Official Netscape Visual JavaScript Book
Author: Doug Lloyd
Publisher: Coriolis Group Books
Total 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 Bible

JavaScript Bible
Author: Danny Goodman
Publisher: John Wiley & Sons
Total Pages: 1203
Release: 2007-07-02
Genre: Computers
ISBN: 0470146230

Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Official Netscape SuiteSpot Book

Official Netscape SuiteSpot Book
Author: Larry Budnick
Publisher: Ventana Communications Group
Total Pages: 728
Release: 1997
Genre: Computers
ISBN:

This book offers readers the chance to review SuiteSpot before investing $4,000 in it. Readers will learn how to make the most of this suite of five servers (Enterprise, Catalog, Proxy, Mail and News) plus LiveWire Pro. The author is an expert and authorized Netscape developer and this is the official book endorsed by Netscape Communications Corp.

JavaScript Developer's Dictionary

JavaScript Developer's Dictionary
Author: Alexander J. Vincent
Publisher: Sams Publishing
Total Pages: 1204
Release: 2002
Genre: Computers
ISBN: 9780672322013

JavaScript, and each different version of JavaScript, interacts differently with each variety of Web browser, leaving Web developers scrambling to write code that will work in all the major browsers. "JavaScript Developer's Dictionary" brings all these variants into one volume, breaking down every object in the JavaScript language and how it applies to each browser.

Speeding the Net

Speeding the Net
Author: Joshua Quittner
Publisher: Grove/Atlantic
Total Pages: 323
Release: 1998
Genre: Computers
ISBN: 9780871137098

Details how entrepreneur Jim Clark made Netscape worth billions

JavaScript: The Good Parts

JavaScript: The Good Parts
Author: Douglas Crockford
Publisher: "O'Reilly Media, Inc."
Total 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.