eBooks-it.org Logo
eBooks-IT.org Inner Image

Nicholas C. Zakas eBooks

Download free Nicholas C. Zakas eBooks

High Performance JavaScript

High Performance JavaScript Image
If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your apps. This book reveals techniques and strategies to help you eliminate performance bottlenecks during development. You'll learn how to improve execution time, downloading, interaction with the DOM, page life cycle, and more.Yahoo! frontend engineer Nicholas C. Zakas and five other JavaScript experts-Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney-demonstrate optimal ways to load code onto a page, and offer programming tips to help your JavaScript run as efficiently and quickly as possible. You'll learn the best practices ...

Professional JavaScript

For Web Developers
Professional JavaScript Image
3rd Edition
This book provides a developer-level introduction along with more advanced and useful features of JavaScript. Coverage includes:JavaScript use with HTML to create dynamic webpages, language concepts including syntax and flow control statementsvariable handling given their loosely typed naturebuilt-in reference types such as object and arrayobject-oriented programingpowerful aspects of function expressionsBrowser Object Model allowing interaction with the browser itselfdetecting the client and its capabilitiesDocument Object Model (DOM) objects available in DOM Level 1how DOM Levels 2 and 3 augmented the DOMevents, legacy support, and how the DOM redefi...

The Principles of Object-Oriented JavaScript

The Principles of Object-Oriented JavaScript Image
If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooledJavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands. In The Principles of Object-Oriented JavaScript, Nicholas C. Zakas thoroughly explores JavaScript's object-oriented nature, revealing the language's unique implementation of inheritance and other key characteristics. You'll learn:The difference between primitive and reference values What makes JavaScript functions so unique The various ways to create objects How to def...

Professional JavaScript

For Web Developers
Professional JavaScript Image
Dispels the myth that JavaScript is a "baby" language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applicationsQuickly covers JavaScript basics and then moves on to more advanced topics such as object-oriented programming, XML, Web services, and remote scriptingAddresses the many issues that Web application developers face, including internationalization, security, privacy, optimization, intellectual property issues, and obfuscationBuilds on the reader's basic understanding of HTML, CSS, and the Web in generalThis book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes:Professional JavaScript for Web Deve...

Professional JavaScript

For Web Developers
Professional JavaScript Image
2nd Edition
Professional JavaScript for Web Developers, 2nd Edition, provides a developer-level introduction along with the more advanced and useful features of JavaScript.Starting at the beginning, the book explores how JavaScript originated and evolved into what it is today. A detailed discussion of the components that make up a JavaScript implementation follows, with specific focus on standards such as ECMAScript and the Document Object Model (DOM). The differences in JavaScript implementations used in different popular web browsers are also discussed.Building on that base, the book moves on to cover basic concepts of JavaScript including its version of object-...


2007 - 2017 © eBooks-IT.org