JavaScript Developer's Dictionary
Alexander J. Vincent
- 出版商: SAMS
- 出版日期: 2002-05-29
- 售價: $1,930
- 貴賓價: 9.5 折 $1,834
- 語言: 英文
- 頁數: 1200
- 裝訂: Paperback
- ISBN: 0672322013
- ISBN-13: 9780672322013
-
相關分類:
JavaScript
已過版
買這商品的人也買了...
-
Software Project Survival Guide$1,120$1,064 -
C++ 教學範本 (Beginning C++: The Complete Language )$680$537 -
Software Engineering: A Practitioner's Approach, 5/e$980$960 -
SQL Server 2000 管理實務$680$578 -
SQL Server 2000 設計實務$650$553 -
LPI Linux Certification in a Nutshell (Paperback)$1,490$1,416 -
Wireless Communications and Networks$1,000$980 -
Introduction to Algorithms, 2/e (Hardcover)$990$970 -
Deploying Cisco Voice Over IP Solutions$2,090$1,986 -
Beginning Oracle Programming$1,820$1,729 -
802.11 Wireless Networks: The Definitive Guide$1,640$1,558 -
Embedded Linux: Hardware, Software, and Interfacing$2,450$2,328 -
專業 .NET Framework 程式設計 (Professional .NET Framework)$750$593 -
Computer Architecture: A Quantitative Approach, 3/e(精裝本)$1,300$1,274 -
Writing Secure Code, 2/e (Paperback)$1,930$1,834 -
學 UML 的第1本書$280$218 -
ASP.NET 動態網頁入門與應用$490$387 -
邁向編程大師之路III部曲 之 VC++ 開發 Windows 程式活用100例(下)$550$468 -
$1,490The Grid 2: Blueprint for a New Computing Infrastructure, 2/e (Hardcover) -
SCJP‧SCJD 專業認證指南 (Sun Certified Programmer & Developer for Java 2 #310-305 與310-027)$850$723 -
JSP 2.0 技術手冊$750$593 -
ARM9 S3C2410 嵌入式 SOC 實作$350$315 -
CCNA Cisco Certified Network Associate Study Guide, 5/e (640-801)$1,700$1,666 -
LPI Linux 第一級資格檢定 (LPI Linux Certification In a Nutshell, 2/e)$880$695 -
Visual C# 2005 建構資訊系統實戰經典教本$650$507
相關主題
商品描述
JavaScript Developer's Dictionary covers all the essential functions, methods, and objects of JavaScript in an easy-to-find, logical order.
JavaScript, and each different version of JavaScript, interacts very 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.
Wherever possible, the book also provides workarounds for earlier versions of JavaScript and for direct inconsistencies. The emphasis throughout this book is on compatibility across many versions of Netscape and Internet Explorer.
Table of Contents
Introduction.
I. CORE JAVASCRIPT.
1. Object( ).
2. Function( ).
3. Array( ).
4. String( ).
5.
Boolean( ).
6. Date( ).
7. Number( ).
8. Math.
9. RegExp( ).
10. Error( ).
11. The Global Object and Statements.
12. Operators.
13. JavaScript Syntax.
14. Conditional Compilation in Internet Explorer.
II. WINDOW AND CLIENT OBJECTS.
15. Window.
