DOM Scripting: Web Design with JavaScript and the Document Object Model
            
暫譯: DOM 腳本:使用 JavaScript 和文件物件模型的網頁設計
        
        Jeremy Keith
- 出版商: Friends of Ed
- 出版日期: 2005-09-20
- 售價: $1,430
- 貴賓價: 9.5 折 $1,359
- 語言: 英文
- 頁數: 368
- 裝訂: Paperback
- ISBN: 1590595335
- ISBN-13: 9781590595336
- 
    相關分類:
    
      JavaScript
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   Data Mining: Concepts and Techniques Data Mining: Concepts and Techniques$2,470$2,347
- 
                
                   Java 程式語言 (The Java Programming Language, 3/e) Java 程式語言 (The Java Programming Language, 3/e)$590$466
- 
                
                   Introduction to Algorithms: A Creative Approach 亞洲版 (美國版0201120372) Introduction to Algorithms: A Creative Approach 亞洲版 (美國版0201120372)$1,050$1,029
- 
                
                   Windows CE 嵌入式系統理論與實務 Windows CE 嵌入式系統理論與實務$680$537
- 
                
                   Reversing: Secrets of Reverse Engineering (Paperback) Reversing: Secrets of Reverse Engineering (Paperback)$1,300$1,235
- 
                
                   遊戲大師談數位互動劇本創作 (Chris Crawford on Interactive Storytelling) 遊戲大師談數位互動劇本創作 (Chris Crawford on Interactive Storytelling)$400$316
- 
                
                   資料庫系統原理 (Fundamentals of Database Systems, 4/e) 資料庫系統原理 (Fundamentals of Database Systems, 4/e)$860$679
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   The Unified Modeling Language User Guide, 2/e (Hardcover) The Unified Modeling Language User Guide, 2/e (Hardcover)$2,550$2,423
- 
                
                   SQL Server 2005 資料庫開發聖經 SQL Server 2005 資料庫開發聖經$890$757
- 
                
                   作業系統原理 (Silberschatz: Operating System Principles, 7/e) 作業系統原理 (Silberschatz: Operating System Principles, 7/e)$780$741
- 
                
                   $199Communication Skills Handbook (Paperback) $199Communication Skills Handbook (Paperback)
- 
                
                   鳥哥的 Linux 私房菜基礎學習篇, 2/e 鳥哥的 Linux 私房菜基礎學習篇, 2/e$780$663
- 
                
                   Windows Server 2003 Active Directory 建置指南, 2/e Windows Server 2003 Active Directory 建置指南, 2/e$600$474
- 
                
                   ASP.NET 2.0 深度剖析範例集 ASP.NET 2.0 深度剖析範例集$650$507
- 
                
                   Linux 驅動程式, 3/e (Linux Device Drivers, 3/e) Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774
- 
                
                   802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide, 2/e) 802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide, 2/e)$760$600
- 
                
                   Dreamweaver 搞不定的網頁設計效果:CSS 關鍵救援密碼 Dreamweaver 搞不定的網頁設計效果:CSS 關鍵救援密碼$520$442
- 
                
                   Microsoft Word 2007 使用手冊 Microsoft Word 2007 使用手冊$490$417
- 
                
                   Visual Basic 2005 程式設計範例教本 Visual Basic 2005 程式設計範例教本$580$493
- 
                
                   Ajax 實戰手冊 (Ajax in Action) Ajax 實戰手冊 (Ajax in Action)$680$537
- 
                
                   Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e) Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948
- 
                
                   寫給 SA 的 UML/MDA 實務手冊 寫給 SA 的 UML/MDA 實務手冊$350$298
- 
                
                   深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design) 深入淺出物件導向分析與設計 (Head First Object-Oriented Analysis and Design)$880$695
- 
                
                   $460Network Simulation Experiments Manual, 2/e $460Network Simulation Experiments Manual, 2/e
商品描述
Description:
We know from the success of titles such as Web Standards Solutions, Cascading Style Sheets: Separating Content from Presentation, and the Web Designer's Reference that web designers are increasingly concerned with making sites that don't just look pretty, but are also built using current best practices.
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. Jeremy starts 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.
商品描述(中文翻譯)
描述:
我們從《Web Standards Solutions》、《Cascading Style Sheets: Separating Content from Presentation》和《Web Designer's Reference》等書籍的成功中了解到,網頁設計師越來越關注不僅要讓網站看起來美觀,還要使用當前最佳實踐來構建網站。
有三種主要技術結合在一起,以創建可用的、符合標準的網頁設計:XHTML 用於數據結構,Cascading Style Sheets 用於數據的樣式設置,以及 JavaScript 用於添加動態效果並使用文檔物件模型(Document Object Model)即時操作結構。
本書主要講述上述三者中的後者。《DOM Scripting: Web Design with JavaScript and the Document Object Model》提供了您開始使用 JavaScript 和文檔物件模型來增強您的網頁客戶端動態效果所需的一切。Jeremy 首先為您提供 JavaScript 和 DOM 的基本速成課程,然後提供幾個從零開始構建的實際案例,包括動態圖像庫和動態菜單,並展示如何使用 CSS DOM 操作網頁樣式,以及即時創建標記。

 
     
     
     
    
 
     
     
     
    
 
     
     
     
     
     
     
    
 
    
 
    