JavaScript & DHTML Cookbook

Danny Goodman

  • 出版商: O'Reilly
  • 出版日期: 2003-04-01
  • 售價: $1,560
  • 貴賓價: 9.5$1,482
  • 語言: 英文
  • 頁數: 576
  • 裝訂: Paperback
  • ISBN: 0596004672
  • ISBN-13: 9780596004675
  • 相關分類: HTMLJavaScript
  • 已過版

買這商品的人也買了...

商品描述

On numerous online forums for JavaScript and DHTML, the majority of questions begin with "How do I...?" This new Cookbook provides the answers. After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. He has now applied state-of-the-art ECMA and W3C DOM standards and used best practices to create this extensive collection of practical recipes that can bring your web pages to life.

The JavaScript & DHTML Cookbook is all about adding value to the content of a web page. The book focuses on practical and sensible applications of scripting, rather than flying images and gratuitous color changes. For every problem Goodman addresses, there's a solution or "recipe"--a focused piece of code that web developers can insert directly into their applications. Yet, rather than just cut-and-paste code, you also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to your designs.

The recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements and sorting tables. This book contains over 150 recipes on the following topics:

  • Working with interactive forms and style sheets
  • Presenting user-friendly page navigation
  • Creating dynamic content
  • Producing visual effects for stationary content
  • Positioning HTML elements
  • Managing browser windows and multiple frames


This book is the ideal companion to O'Reilly's JavaScript: The Definitive Guide and Dynamic HTML: The Definitive Reference. If you own either of these books, the JavaScript & DHTML Cookbook is a must.

Table of Contents

Preface

1. Strings

2. Numbers and Dates

3. Arrays and Objects

4. Variables, Functions, and Flow Control

5. Browser Feature Detection

6. Managing Browser Windows

7. Managing Multiple Frames

8. Dynamic Forms

9. Managing Events

10. Page Navigation Techniques

11. Managing Style Sheets

12. Visual Effects for Stationary Content

13. Positioning HTML Elements

14. Creating Dynamic Content

15. Dynamic Content Applications

A. Keyboard Event Character Values

B. Keyboard Key Code Values

C. ECMAScript Reserved Keywords

Index