Showing posts with label ajax. Show all posts
Showing posts with label ajax. Show all posts

Tuesday, November 22, 2011

Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide) (Paperback)

Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide)
Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide) (Paperback)
By Robin Nixon

Buy new: $24.75
73 used and new from $17.98
Customer Rating: 3.8

Customer tags: php(20), web programming(14), mysql(14), web development(13), javascript(12), programming(11), ajax(10), databases(9), web 2 0(5), web 20(3), object-oriented design, internet

Review & Description

If you know HTML, this guide will have you building interactive websites quickly. You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites.

Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book.

This book will help you:

  • Understand PHP essentials and the basics of object-oriented programming
  • Master MySQL, from database structure to complex queries
  • Create web pages with PHP and MySQL by integrating forms and other HTML features
  • Learn about JavaScript, from functions and event handling to accessing the Document Object Model
  • Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library
  • Make Ajax calls and turn your website into a highly dynamic environment
  • Upload and manipulate files and images, validate user input, and secure your applications

Product Details

  • Amazon Sales Rank: #7316 in Books
  • Published on: 2009-07-21
  • Original language: English
  • Number of items: 1
  • Dimensions: .96" h x 7.06" w x 9.14" l, 1.82 pounds
  • Binding: Paperback
  • 528 pages

Click Check Price & More Reviews

Monday, November 21, 2011

Professional JavaScript for Web Developers (Paperback)

Professional JavaScript for Web Developers
Professional JavaScript for Web Developers (Paperback)
By Nicholas C. Zakas

Buy new: $27.38

First tagged by Nicholas C. Zakas
Customer tags: ajax, programming, web development, javascript

Review & Description

A significant update to a bestselling JavaScript book

As the key scripting language for the web, JavaScript is supported by every modern web browser and allows developers to create client-side scripts that take advantage of features such as animating the canvas tag and enabling client-side storage and application caches. After an in-depth introduction to the JavaScript language, this updated edition of a bestseller progresses to break down how JavaScript is applied for web development using the latest web development technologies. Veteran author and JavaScript guru Nicholas Zakas shows how JavaScript works with the new HTML5 as well as other significant advances in web development as it relates to JavaScript.

  • Begins with an introduction to JavaScript basics and then moves on to more advanced topics regarding JavaScript and advances in web development technologies
  • Describes how JavaScript is implemented into HTML5
  • Covers browser/feature detection in scripts, event-driven JavaScript development, error reporting and debugging, offline application and data storage, and more

Professional JavaScript for Web Developers, 3rd Edition is an authoritative JavaScript resource that every web developers should have.

Product Details

  • Amazon Sales Rank: #886930 in Books
  • Published on: 2012-01-18
  • Original language: English
  • Binding: Paperback
  • 960 pages

Click Check Price & More Reviews

High Performance JavaScript (Build Faster Web Application Interfaces) (Paperback)

High Performance JavaScript (Build Faster Web Application Interfaces)
High Performance JavaScript (Build Faster Web Application Interfaces) (Paperback)
By Nicholas C. Zakas

Buy new: $23.09
68 used and new from $16.79
Customer Rating: 5.0

Customer tags: javascript(19), performance(11), web development(9), dom(7), programming(7), ajax(6), web(6), script(3), oop(2), performances, ordered, code

Review & Description

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 to build and deploy your files to a production environment, and tools that can help you find problems once your site goes live.

  • Identify problem code and use faster alternatives to accomplish the same task
  • Improve scripts by learning how JavaScript stores and accesses data
  • Implement JavaScript code so that it doesn't slow down interaction with the DOM
  • Use optimization techniques to improve runtime performance
  • Learn ways to ensure the UI is responsive at all times
  • Achieve faster client-server communication
  • Use a build system to minify files, and HTTP compression to deliver them to the browser

Product Details

  • Amazon Sales Rank: #88348 in Books
  • Published on: 2010-03-30
  • Original language: English
  • Number of items: 1
  • Dimensions: .56" h x 7.04" w x 9.24" l, .85 pounds
  • Binding: Paperback
  • 240 pages

Click Check Price & More Reviews

Sunday, November 20, 2011

Agile Web Development with Rails, 2nd Edition (Paperback)

Agile Web Development with Rails, 2nd Edition
Agile Web Development with Rails, 2nd Edition (Paperback)
By Dave Thomas

110 used and new from $0.01
Customer Rating: 4.6

Customer tags: ruby on rails(60), rails(52), ruby(45), web development(28), pragmatic programmer(19), programming(18), ror(17), rubyonrails(14), web(7), agile development(6), ajax(3), awdwr

Review & Description

The definitive, Jolt-award winning guide to learning and using Rails is now in its Second Edition. Rails is a new approach to web-based application development that enables developers to create full-featured, sophisticated web-based applications using less code and less effort. Now programmers can get the job done right and still leave work on time.

NEW IN THE SECOND EDITION: The book has been updated to take advantage of all the new Rails 1.2 features. The sample application uses migrations, Ajax, features a REST interface, and illustrates new Rails features. There are new chapters on migrations, active support, active record, and action controller (including the new resources-based routing). The Web 2.0 and Deployment chapters have been completely rewritten to reflect the latest thinking. Now you can learn which environments are best for your style application, and see how Capistrano makes managing your site simple. All the remaining chapters have been extensively updated. Finally, hundreds of comments from readers of the first edition have been incorporated, making this book simply the best available.

Rails is a full-stack, open source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks.

With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, talk to web services, and interact dynamically with JavaScript applications running in the browser (the "Ajax" architecture).

You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.

Product Details

  • Amazon Sales Rank: #417208 in Books
  • Published on: 2006-12-21
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 720 pages

Click Check Price & More Reviews

Friday, November 18, 2011

JavaScript: The Good Parts (Paperback)

JavaScript: The Good Parts
JavaScript: The Good Parts (Paperback)
By Douglas Crockford

Buy new: $17.99
63 used and new from $16.14
Customer Rating: 4.6

Customer tags: javascript(74), programming(47), best practices(34), json(28), web development(26), javascript programming(22), ajax(14), software development(12), dom(7), elegant(3), functional programming(2), jslint(2)

Review & Description

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.

Product Details

  • Amazon Sales Rank: #1504 in Books
  • Published on: 2008-05
  • Original language: English
  • Number of items: 1
  • Dimensions: .36" h x 6.99" w x 8.93" l, .54 pounds
  • Binding: Paperback
  • 176 pages

Click Check Price & More Reviews

Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques (Paperback)

Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques
Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques (Paperback)
By Karl Swedberg

Buy new: $33.85
47 used and new from $14.38
Customer Rating: 4.6

Customer tags: jquery(40), javascript(26), ajax(22), web development(22), programming(10), web design(8), drupal(7), packt(7), javascript framework, intermediate web skills, framework, book

Review & Description

Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. The reader will need the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.

Product Details

  • Amazon Sales Rank: #366590 in Books
  • Published on: 2007-07-07
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 380 pages

Click Check Price & More Reviews

JavaScript and Ajax for the Web, Sixth Edition (Paperback)

JavaScript and Ajax for the Web, Sixth Edition
JavaScript and Ajax for the Web, Sixth Edition (Paperback)
By Tom Negrino

Buy new: $22.79
97 used and new from $0.26
Customer Rating: 5.0

Customer tags: ajax(12), javascript(10), web development(8), programming(7), web(6), css(5), dhtml(4), dori(3), web design(2), computer programming, coding, code

Review & Description

Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In this completely updated edition of our best-selling guide to JavaScript, leading Web and computing experts Tom Negrino and Dori Smith use crystal-clear instructions and friendly prose to introduce you to all of today's JavaScript essentials. Along the way, you'll find extensive coverage of Ajax and XML techniques, current browsers (Opera, Safari, Firefox), and more.

Visual QuickStart Guide--the quick and easy way to learn!

  • Easy visual approach uses pictures to guide you through JavaScript and show you what to do.
  • Concise steps and explanations get you up and running in no time.
  • Page for page, the best content and value around.
  • Companion Web site at www.javascriptworld.com offers sample scripts, updates, and more!

Product Details

  • Amazon Sales Rank: #758633 in Books
  • Published on: 2006-09-07
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 512 pages

Click Check Price & More Reviews

Wednesday, November 16, 2011

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP (Paperback)

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP
The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP (Paperback)
By David Powers

Buy new: $33.23
114 used and new from $0.01
Customer Rating: 4.6

Customer tags: dreamweaver(23), php(22), web development(19), css(18), web programming(14), adobe photoshop(13), mysql(12), web design(10), ajax(7), spry(5), dreamweaver products(3), dreamweaver cs3

Review & Description

Dreamweaver is a huge selling product with over 3 million users worldwide, and the new version, Dreamweaver CS3, promises to be just as popular, with new features such as Ajax support.

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP is written by best selling Dreamweaver author David Powers. Inside he presents a strictly practical, real world series of tutorials to teach aspiring and existing Dreamweaver users how to do everything they could possibly want to do in terms of CSS, PHP (bar far the most popular server-side language Dreamweaver supports, and the only one that is really used a great deal,) and Ajax web sites, from beginner to advanced topics.

Product Details

  • Amazon Sales Rank: #129068 in Books
  • Published on: 2007-08-03
  • Original language: English
  • Number of items: 1
  • Dimensions: 1.51" h x 7.49" w x 9.08" l, 2.88 pounds
  • Binding: Paperback
  • 784 pages

Features

  • ISBN13: 9781590598597
  • Condition: Used - Like New
  • Notes: 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

Click Check Price & More Reviews

Tuesday, November 15, 2011

High Performance Web Sites: Essential Knowledge for Front-End Engineers (Paperback)

High Performance Web Sites: Essential Knowledge for Front-End Engineers
High Performance Web Sites: Essential Knowledge for Front-End Engineers (Paperback)
By Steve Souders

Buy new: $19.79
77 used and new from $8.24
Customer Rating: 4.6

Customer tags: performance(30), web development(29), optimization(27), javascript(19), ajax(12), css(10), speed(10), yahoo(8), software(6), webdev(5), yslow(4), front end(2)

Review & Description

Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the Web. Even sites that had already been highly optimized, such as Yahoo! Search and the Yahoo! Front Page, were able to benefit from these surprisingly simple performance guidelines.

The rules in High Performance Web Sites explain how you can optimize the performance of the Ajax, CSS, JavaScript, Flash, and images that you've already built into your site -- adjustments that are critical for any rich web application. Other sources of information pay a lot of attention to tuning web servers, databases, and hardware, but the bulk of display time is taken up on the browser side and by the communication between server and browser. High Performance Web Sites covers every aspect of that process.

Each performance rule is supported by specific examples, and code snippets are available on the book's companion web site. The rules include how to:

  • Make Fewer HTTP Requests
  • Use a Content Delivery Network
  • Add an Expires Header
  • Gzip Components
  • Put Stylesheets at the Top
  • Put Scripts at the Bottom
  • Avoid CSS Expressions
  • Make JavaScript and CSS External
  • Reduce DNS Lookups
  • Minify JavaScript
  • Avoid Redirects
  • Remove Duplicates Scripts
  • Configure ETags
  • Make Ajax Cacheable

If you're building pages for high traffic destinations and want to optimize the experience of users visiting your site, this book is indispensable.

"If everyone would implement just 20% of Steve's guidelines, the Web would be a dramatically better place. Between this book and Steve's YSlow extension, there's really no excuse for having a sluggish web site anymore."

-Joe Hewitt, Developer of Firebug debugger and Mozilla's DOM Inspector

"Steve Souders has done a fantastic job of distilling a massive, semi-arcane art down to a set of concise, actionable, pragmatic engineering steps that will change the world of web performance."

-Eric Lawrence, Developer of the Fiddler Web Debugger, Microsoft Corporation

Product Details

  • Amazon Sales Rank: #51613 in Books
  • Published on: 2007-09-18
  • Original language: English
  • Number of items: 1
  • Dimensions: .43" h x 7.08" w x 9.16" l, .62 pounds
  • Binding: Paperback
  • 176 pages

Click Check Price & More Reviews

Sunday, November 13, 2011

The Rails Way (Paperback)

The Rails Way
The Rails Way (Paperback)
By Obie Fernandez

Buy new: $37.28
72 used and new from $0.01
Customer Rating: 4.6

Customer tags: ruby on rails(43), rails(41), ruby(27), web development(20), rubyonrails(16), ror(10), programming(10), ruby programming language(9), oop(5), ria(2), development(2), ajax

Review & Description

The expert guide to building Ruby on Rails applications

 

Ruby on Rails strips complexity from the development process, enabling professional developers to focus on what matters most: delivering business value. Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable. Drawing on their unsurpassed experience, they address the real challenges development teams face, showing how to use Rails’ tools and best practices to maximize productivity and build polished applications users will enjoy.

 

Using detailed code examples, Obie systematically covers Rails’ key capabilities and subsystems. He presents advanced programming techniques, introduces open source libraries that facilitate easy Rails adoption, and offers important insights into testing and production deployment. Dive deep into the Rails codebase together, discovering why Rails behaves as it does– and how to make it behave the way you want it to.

 

This book will help you

Increase your productivity as a web developer

Realize the overall joy of programming with Ruby on Rails

Learn what’s new in Rails 2.0

Drive design and protect long-term maintainability with TestUnit and RSpec

Understand and manage complex program flow in Rails controllers

Leverage Rails’ support for designing REST-compliant APIs

Master sophisticated Rails routing concepts and techniques

Examine and troubleshoot Rails routing

Make the most of ActiveRecord object-relational mapping

Utilize Ajax within your Rails applications

Incorporate logins and authentication into your application

Extend Rails with the best third-party plug-ins and write your own

Integrate email services into your applications with ActionMailer

Choose the right Rails production configurations

Streamline deployment with Capistrano

 

 

Product Details

  • Amazon Sales Rank: #436712 in Books
  • Published on: 2007-11-26
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.13" h x 1.96" w x 6.93" l, 3.05 pounds
  • Binding: Paperback
  • 912 pages

Click Check Price & More Reviews

Saturday, November 12, 2011

CSS: The Definitive Guide (Paperback)

CSS: The Definitive Guide
CSS: The Definitive Guide (Paperback)
By Eric A. Meyer

Buy new: $28.49
98 used and new from $10.48
Customer Rating: 4.6

Customer tags: css(60), cascading style sheets(48), web design(37), web standards(22), web development(18), eric meyer(11), html(11), web browsers(8), code(7), ajax(2), xhtml(2), asp

Review & Description

CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more.

Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time--you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly.

Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS.

The 3rd edition contains:

  • Updates to reflect changes in the latest draft version of CSS 2.1
  • Browser notes updated to reflect changes between IE6 and IE7
  • Advanced selectors supported in IE7 and other major browsers included
  • A new round of technical edits by a fresh set of editors
  • Clarifications and corrected errata, including updated URLs of referenced online resources

Product Details

  • Amazon Sales Rank: #40863 in Books
  • Published on: 2006-11-14
  • Original language: English
  • Number of items: 1
  • Dimensions: 1.19" h x 7.10" w x 9.11" l, 1.95 pounds
  • Binding: Paperback
  • 544 pages

Features

  • ISBN13: 9780596527334
  • Condition: New
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

Click Check Price & More Reviews

DOM Scripting: Web Design with JavaScript and the Document Object Model (Paperback)

DOM Scripting: Web Design with JavaScript and the Document Object Model
DOM Scripting: Web Design with JavaScript and the Document Object Model (Paperback)
By Jeremy Keith

Buy new: $21.90
86 used and new from $3.49
Customer Rating: 4.6

Customer tags: javascript(58), dom(37), dom scripting(29), web design(25), web development(21), ajax(15), css(10), jeremy keith(5), html(3), dhtml(3), tutorial(2), web standards(2)

Review & Description

These days, Web Designers and Developers take more care in designing and building web sites. Less readily do they turn to old fashioned techniques such as GIF spacers, tables for layout, and deprecated HTML elements, which can cause accessibility/usability problems and are just plain bad practice.

There are three main technologies married together to create usable, standards-compliant web designs – XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model.

This book is about the latter of the three. "DOM Scripting: Web Design with JavaScript and the Document Object Model" gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. We start off by giving you a basic crash course in JavaScript and the DOM, then move on to provide you with several real world examples built up from scratch including dynamic image galleries and dynamic menus, and show you how to manipulate web page style using the CSS DOM, and create markup on the fly.

Product Details

  • Amazon Sales Rank: #110646 in Books
  • Published on: 2005-09-20
  • Original language: English
  • Number of items: 1
  • Dimensions: .1 pounds
  • Binding: Paperback
  • 368 pages

Click Check Price & More Reviews

Friday, November 11, 2011

jQuery in Action (Paperback)

jQuery in Action
jQuery in Action (Paperback)
By Bear Bibeault

39 used and new from $9.70
Customer Rating: 4.6

Customer tags: jquery(51), javascript(37), ajax(25), web development(18), dom(12), programming(10), web design(9), css(5), css design(3), framework(3), opensource ajax jquery, javascripts

Review & Description

A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute they've reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new, concise JavaScript library radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.

jQuery in Action, like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you'll need to be productive immediately. The book anchors each new concept in the tasks you'll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to work.

There are dozens of JavaScript libraries available now, with major companies like Google, Yahoo and AOL open-sourcing their in-house tools. This book shows you how jQuery stacks up against other libraries and helps you navigate interaction with other tools and frameworks.

jQuery in Action offers a rich investigation of the up-and-coming jQuery library for client-side JavaScript. This book covers all major features and capabilities in a manner focused on getting the reader up and running with jQuery from the very first sections. Web Developers reading this book will gain a deep understanding of how to use jQuery to simplify their pages and lives, as well as learn the philosophy behind writing jQuery-enhanced pages.

Product Details

  • Amazon Sales Rank: #333409 in Books
  • Published on: 2008-02-14
  • Original language: English
  • Number of items: 1
  • Dimensions: .73" h x 7.42" w x 9.16" l, 1.36 pounds
  • Binding: Paperback
  • 376 pages

Features

  • ISBN13: 9781933988351
  • Condition: Used - Very Good
  • Notes: 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!

Click Check Price & More Reviews

Thursday, November 10, 2011

JavaScript: The Definitive Guide (Paperback)

JavaScript: The Definitive Guide
JavaScript: The Definitive Guide (Paperback)
By David Flanagan

49 used and new from $14.07
Customer Rating: 4.6

Customer tags: javascript(65), web development(34), ajax(30), programming(30), dom(27), script(17), web(13), ecmascript(10), reference(9), xml(4), alpha(2), ajax webapps

Review & Description

This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:



  • Scripted HTTP and Ajax
  • XML processing
  • Client-side graphics using the canvas tag
  • Namespaces in JavaScript--essential when writing complex programs
  • Classes, closures, persistence, Flash, and JavaScript embedded in Java applications


Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.



Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:



  • Generate a table of contents for an HTML document
  • Display DHTML animations
  • Automate form validation
  • Draw dynamic pie charts
  • Make HTML elements draggable
  • Define keyboard shortcuts for web applications
  • Create Ajax-enabled tool tips
  • Use XPath and XSLT on XML documents loaded with Ajax
  • And much more


Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.



Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag.



More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications.



"A must-have reference for expert JavaScript programmers...well-organized and detailed."
-- Brendan Eich, creator of JavaScript

Product Details

  • Amazon Sales Rank: #71119 in Books
  • Published on: 2006-08-24
  • Original language: English
  • Number of items: 1
  • Dimensions: 2.04" h x 6.95" w x 9.27" l, 2.94 pounds
  • Binding: Paperback
  • 1032 pages

Click Check Price & More Reviews

Tuesday, November 8, 2011

JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides) (Paperback)

JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)
JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides) (Paperback)
By David Flanagan

Buy new: $31.49
59 used and new from $26.49
Customer Rating: 4.9

Customer tags: web development(3), javascript(3), programming(2), ajax

Review & Description

Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers—a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers.

The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who want to master it.

"A must-have reference for expert JavaScript programmers...well-organized and detailed."

--Brendan Eich, creator of JavaScript, CTO of Mozilla

"I made a career of what I learned from JavaScript: The Definitive Guide.”

-- Andrew Hedges, Tapulous

Product Details

  • Amazon Sales Rank: #2988 in Books
  • Published on: 2011-05-10
  • Original language: English
  • Number of items: 1
  • Dimensions: 3.80 pounds
  • Binding: Paperback
  • 1098 pages

Click Check Price & More Reviews