JavaScript

JavaScript

Author: David Flanagan

Publisher: "O'Reilly Media, Inc."

Published: 2011-04-25

Total Pages: 1096

ISBN-13: 0596805527

DOWNLOAD EBOOK

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.


Pure JavaScript

Pure JavaScript

Author: Jason D. Gilliam

Publisher: Pearson Education

Published: 2001-08-15

Total Pages: 2426

ISBN-13: 0768685524

DOWNLOAD EBOOK

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 SuiteSpot Book

Official Netscape SuiteSpot Book

Author: Larry Budnick

Publisher: Ventana Communications Group

Published: 1997

Total Pages: 728

ISBN-13:

DOWNLOAD EBOOK

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 Bible

JavaScript Bible

Author: Danny Goodman

Publisher: John Wiley & Sons

Published: 2007-07-02

Total Pages: 1203

ISBN-13: 0470146230

DOWNLOAD EBOOK

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.


Coders at Work

Coders at Work

Author: Peter Seibel

Publisher: Apress

Published: 2009-12-21

Total Pages: 619

ISBN-13: 1430219491

DOWNLOAD EBOOK

Peter Seibel interviews 15 of the most interesting computer programmers alive today in Coders at Work, offering a companion volume to Apress’s highly acclaimed best-seller Founders at Work by Jessica Livingston. As the words “at work” suggest, Peter Seibel focuses on how his interviewees tackle the day-to-day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedback, we selected 15 folks who’ve been kind enough to agree to be interviewed: Frances Allen: Pioneer in optimizing compilers, first woman to win the Turing Award (2006) and first female IBM fellow Joe Armstrong: Inventor of Erlang Joshua Bloch: Author of the Java collections framework, now at Google Bernie Cosell: One of the main software guys behind the original ARPANET IMPs and a master debugger Douglas Crockford: JSON founder, JavaScript architect at Yahoo! L. Peter Deutsch: Author of Ghostscript, implementer of Smalltalk-80 at Xerox PARC and Lisp 1.5 on PDP-1 Brendan Eich: Inventor of JavaScript, CTO of the Mozilla Corporation Brad Fitzpatrick: Writer of LiveJournal, OpenID, memcached, and Perlbal Dan Ingalls: Smalltalk implementor and designer Simon Peyton Jones: Coinventor of Haskell and lead designer of Glasgow Haskell Compiler Donald Knuth: Author of The Art of Computer Programming and creator of TeX Peter Norvig: Director of Research at Google and author of the standard text on AI Guy Steele: Coinventor of Scheme and part of the Common Lisp Gang of Five, currently working on Fortress Ken Thompson: Inventor of UNIX Jamie Zawinski: Author of XEmacs and early Netscape/Mozilla hacker


Official Netscape Dynamic HTML Developer's Guide

Official Netscape Dynamic HTML Developer's Guide

Author: Stuart Harris

Publisher: Coriolis Group Books

Published: 1998

Total Pages: 372

ISBN-13: 9781566047975

DOWNLOAD EBOOK

Two bestselling authors show how to use Dynamic HTML to create richly formatted, interactive Web pages. The guide shows how to deal with all types of Web design challenges--from artistic to contextual to practical. All of the sample scripts from the book are included on the CD-ROM, plus shareware programs, HTML templates and backgrounds, and the EarthLink TotalAccess Internet connection package with the Netscape browser.


Speeding the Net

Speeding the Net

Author: Joshua Quittner

Publisher: Grove/Atlantic

Published: 1998

Total Pages: 323

ISBN-13: 9780871137098

DOWNLOAD EBOOK

Details how entrepreneur Jim Clark made Netscape worth billions


Server-side JavaScript

Server-side JavaScript

Author: Robert Husted

Publisher: Addison Wesley Longman

Published: 1999

Total Pages: 0

ISBN-13: 9780201433296

DOWNLOAD EBOOK

We'll be partnering in this important new venture with DevelopMentor, a leading resource for developer information and education. DevelopMentor boasts a prestigious technical staff that includes some of the world's best-known developers and computer science professionals. DevelopMentor co-founder and best-selling Addison-Wesley author Don Box will serve as the DM Series Editor.


JavaScript: The Good Parts

JavaScript: The Good Parts

Author: Douglas Crockford

Publisher: "O'Reilly Media, Inc."

Published: 2008-05-08

Total Pages: 174

ISBN-13: 0596554877

DOWNLOAD EBOOK

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.


Official Netscape LiveWire Book

Official Netscape LiveWire Book

Author: Mark H. Richer

Publisher: Netscape

Published: 1997

Total Pages: 750

ISBN-13:

DOWNLOAD EBOOK

This manual includes the Master Netscape Navigator's HTML authoring tools, and enhances them with key partner products, including Java and Macromedia Director. The accompanying CD-ROM contains a full set of development tools and help guides, free samples a