Dynamic HTML
            
暫譯: 動態HTML
        
        Jeff Rule
- 出版商: Addison Wesley
- 出版日期: 1998-12-12
- 售價: $1,580
- 貴賓價: 9.5 折 $1,501
- 語言: 英文
- 頁數: 265
- 裝訂: Paperback
- ISBN: 0201379619
- ISBN-13: 9780201379617
- 
    相關分類:
    
      HTML
 
已絕版
買這商品的人也買了...
- 
                
                   Network Administration Survival Guide Network Administration Survival Guide$1,800$1,710
- 
                
                   $399Voice and Data Internetworking $399Voice and Data Internetworking
- 
                
                   $2,176Refactoring: Improving the Design of Existing Code (Hardcover) $2,176Refactoring: Improving the Design of Existing Code (Hardcover)
- 
                
                   Remote Access for Cisco Networks Remote Access for Cisco Networks$2,120$2,014
- 
                
                   CCDP: Cisco Internetwork Design Exam Notes CCDP: Cisco Internetwork Design Exam Notes$1,060$1,007
- 
                
                   MCSE Windows 2000 Server Exam Prep (Paperback) MCSE Windows 2000 Server Exam Prep (Paperback)$1,800$1,710
- 
                
                   $299Internet Open Trading Protocol $299Internet Open Trading Protocol
- 
                
                   MCSE: Accelerated Windows 2000 Study Guide (Hardcover) MCSE: Accelerated Windows 2000 Study Guide (Hardcover)$2,390$2,271
- 
                
                   MCSE : Accelerated Windows 2000 Exam Notes (Paperback) MCSE : Accelerated Windows 2000 Exam Notes (Paperback)$1,200$1,140
- 
                
                   $199Hacker Attack $199Hacker Attack
- 
                
                   MCSE Windows 2000 Server E-Trainer MCSE Windows 2000 Server E-Trainer$2,390$2,271
- 
                
                   $299Certified Lotus Professional: Application Development Study Guide (Hardcover) $299Certified Lotus Professional: Application Development Study Guide (Hardcover)
- 
                
                   XML Weekend Crash Course XML Weekend Crash Course$1,040$988
- 
                
                   Oracle8i DBA: SQL and PL/SQL Certification Bible Oracle8i DBA: SQL and PL/SQL Certification Bible$2,050$1,948
- 
                
                   JScript .NET Programming JScript .NET Programming$1,470$1,397
- 
                
                   Wireless Application Protocol Programming Wireless Application Protocol Programming$1,760$1,672
- 
                
                   CCNA: Cisco Certified Network Associate Study Guide, Deluxe Edition CCNA: Cisco Certified Network Associate Study Guide, Deluxe Edition$2,390$2,271
- 
                
                   精通 Check Point FireWall-1-安裝、組態設定與疑難排解入門手冊 (Essential Check P 精通 Check Point FireWall-1-安裝、組態設定與疑難排解入門手冊 (Essential Check P$590$472
- 
                
                   精通 C++ Builder 6 精通 C++ Builder 6$650$514
- 
                
                   SCWCD Exam Study Kit: Java Web Component Developer Certification (Paperback) SCWCD Exam Study Kit: Java Web Component Developer Certification (Paperback)$1,620$1,539
- 
                
                   Sun Certified Programmer & Developer for Java 2 Study Guide, 2/e Sun Certified Programmer & Developer for Java 2 Study Guide, 2/e$1,800$1,710
- 
                
                   Hacking Exposed: Network Security Secrets & Solutions, 4/e Hacking Exposed: Network Security Secrets & Solutions, 4/e$1,800$1,710
- 
                
                   Red Hat Linux 9 實務應用 Red Hat Linux 9 實務應用$650$553
- 
                
                   Borland 傳奇 Borland 傳奇$280$221
- 
                
                   Red Hat Linux 9 架站實務 Red Hat Linux 9 架站實務$600$474
商品描述
Description
 Acting as both a comprehensive reference guide and a clear tutorial, this book explains the principles behind DHTML and, using a learn-by-example approach, enables you to acquire techniques for effective DHTML scripting. Learn DHTML the same way you probably learned HTML—by looking at other people's source code! Inspired by the author's web-based DHTML Demos, this book contains solid examples of DHTML that can be taken apart and plugged into existing web pages for dynamic effects. 
 HTML, Web Programming and Design. 
		
	   
		
Table Of Contents
Preface.Foreword.
1. Introduction.
Scripting Languages.
A Brief Introduction to JavaScript Syntax.
Other Scripting/Programming Languages.
Standards.
Desperately Seeking Standards.
Compatibility.
HTML Compatibility.
Style Sheets (CSS) Compatibility.
Scripting Language Compatibility.
Creating Compatibility.
Backward Compatibility.
Style Sheets.
HTML.
Script Versions.
Alternative Pages Using Browser Detection.
Alternative Scripts Using Object Detection.
Links.
2. The Document Object Model (DOM).
Internet Explorer 4.0's DOM.
W3C's DOM.
Summary.
Links.
3. Cascading Style Sheets: A Brief Introduction.
Differences Between Internet Explorer 4 and Netscape 4.
Cursors in Internet Explorer 4.
Default Settings.
DIV and SPAN Tags.
Differences Between Layers and Style Sheets.
Linking DIV Tags and Style Sheets.
Placement of Style Sheets
Positioning of Elements on the Screen.
Font Definitions.
Spacing.
Margins, Padding, and Borders.
Width and Height.
Text Alignment.
Background Color and Image.
The Future: CSS2.
Media Type.
Paged Media.
Aural Media.
Summary.
Links.
4. Mouseovers.
Text Rollovers.
Graphic Rollovers.
Swapping the Image Object.
Multiple Images Displayed on Rollover.
Summary.
Links.
5. Transitions and Filters.
Underlying Technology.
Between-Page Transitions (Interpage Transitions).
Same-Page Transitions (Intrapage Transitions).
Other Resources.
Filters in Internet Explorer 4.
Underlying Technology.
Performance Issues.
Filter Application.
Transitions in Netscape.
Underlying Technology.
Horizontal Wipe.
Other Wipe Variations.
Summary.
Links.
6. Resizing Graphics.
Resizing Options.
Bulge.
Growing a Graphic to Fill the Screen.
Show and Collapse.
Disappear.
Moving While Resizing.
Technical Issues.
Browser Issues.
Performance Issues.
Practical Resizing.
Underlying Technology.
Examples.
Basic Resizing.
Bulge (Internet Explorer 4).
Move While Resizing (Internet Explorer 4).
Netscape Resizing.
Summary.
7. Pull-Down and Pop-Out Menus 95
Technical Limits.
Underlying Technology.
Examples.
Pull-Down Menu.
Pop-Out Menu.
Summary.
Links.
8. Drag and Drop.
Shopping.
Children's Games.
Test Taking.
Controls and Interface Design.
Technical Limits.
Underlying Technology.
Examples.
Netscape 4.
Internet Explorer 4.
Summary.
Links.
9. Animations.
Types of Animations.
Technical Limits.
Underlying Technology.
Examples.
Netscape 4 Point-to-Point Animation.
Internet Explorer 4 Point-to-Point Animation.
Cross-Platform Path Animation.
Summary.
Links.
10. Timelines and Sequencing.
Underlying Technology.
Cross-Browser JavaScript.
Active X and VBScript.
Performance Issues.
Examples.
JavaScript.
Active X and VBScript.
Summary.
Links.
11. Internet Explorer 4's Multimedia Controls.
Underlying Technology.
Examples.
The Sequencer Control.
The Sprite Control.
The Structured Graphics Control.
The Path Control.
Summary.
Links.
12. Fonts.
Underlying Technology.
Netscape.
Creating the PFR File.
Preparing the Server.
Formatting Style Sheets and the FONT Tag.
Formatting with Cascading Style Sheets.
Notes on Netscape 4's Font Handling.
Internet Explorer.
WEFT: The Encoding Tool.
Other Issues.
Compatibility Between Netscape 4 and Internet
Explorer 4.
W3C Standards.
Summary.
Links.
13. Creating Channels.
Evolution of Push Technology.
Channel-Based Push Technology.
Netscape Channels.
Netcaster.
The Webtop.
Defining Web Pages as Channels.
Creating a Channel via Netscape's Wizard.
Microsoft Channels.
Underlying Technology.
Active Channel Content.
Summary.
Links.
14. The Version 5 Browsers.
Internet Explorer 5.
Netscape Communicator 5.
Technical Limits and Underlying Technology.
Examples.
Dynamic HTML Behaviors.
Dynamic Properties.
Summary.
Links.
15. The Future.
Allaire Cold Fusion (Sun and Windows NT).
Macromedia Backstage (Windows NT).
XML: Data Just the Way You Want It.
CSS2 and XSL: Giving a Backbone to the Data.
Web Users.
Web Lifestyle.
Services.
Technology.
Balkanization.
Business Will Keep Us Together.
Summary.
Links.
Appendix A. Dynamic HTML Authoring Tools.
Players.
Publishing.
Incorporating Mbedlets into a Web Page.
Conclusion.
Macromedia Dreamweaver.
Palettes.
RoundTrip HTML Editing.
Glossary.
Index. 0201379619T04062001

商品描述(中文翻譯)
描述  
本書同時作為全面的參考指南和清晰的教程,解釋了 DHTML 背後的原則,並採用以範例學習的方法,使您能夠掌握有效的 DHTML 腳本技術。學習 DHTML 的方式就像您學習 HTML 一樣——通過查看其他人的源代碼!本書受到作者基於網頁的 DHTML 示範的啟發,包含了可以拆解並插入現有網頁以實現動態效果的 DHTML 實例。
適合的課程  
HTML、網頁程式設計與設計。
目錄  
前言  
序言  
1. 介紹  
   網頁內容的未來  
   腳本語言  
   JavaScript 語法簡介  
   其他腳本/程式語言  
   標準  
   拼命尋找標準  
   相容性  
   HTML 相容性  
   樣式表 (CSS) 相容性  
   腳本語言相容性  
   創建相容性  
   向後相容性  
   樣式表  
   HTML  
   腳本版本  
   使用瀏覽器檢測的替代頁面  
   使用物件檢測的替代腳本  
   連結  
2. 文件物件模型 (DOM)  
   Netscape 4.0 的 DOM  
   Internet Explorer 4.0 的 DOM  
   W3C 的 DOM  
   總結  
   連結  
3. 層疊樣式表:簡介  
   瀏覽器中的層疊樣式表支援  
   Internet Explorer 4 和 Netscape 4 的差異  
   Internet Explorer 4 中的游標  
   預設設定  
   DIV 和 SPAN 標籤  
   層和樣式表之間的差異  
   連結 DIV 標籤和樣式表  
   樣式表的放置  
   螢幕上元素的定位  
   字型定義  
   間距  
   邊距、內邊距和邊框  
   寬度和高度  
   文字對齊  
   背景顏色和圖像  
   未來:CSS2  
   媒體類型  
   分頁媒體  
   聽覺媒體  
   總結  
   連結  
4. 滑鼠懸停  
   瀏覽器與滑鼠懸停腳本的相容性  
   文字滾動  
   圖形滾動  
   交換圖像物件  
   滾動時顯示多個圖像  
   總結  
   連結  
5. 轉場和濾鏡  
   Internet Explorer 4 中的轉場  
   基礎技術  
   頁面之間的轉場 (跨頁轉場)  
   同頁轉場 (內頁轉場)  
   其他資源  
   Internet Explorer 4 中的濾鏡  
   基礎技術  
   性能問題  
   濾鏡應用  
   Netscape 中的轉場  
   基礎技術  
   水平擦除  
   其他擦除變化  
   總結  
   連結  
6. 調整圖形大小  
   背景  
   調整選項  
   膨脹  
   使圖形增長以填滿螢幕  
   顯示和折疊  
   消失  
   調整大小時移動  
   技術問題  
   瀏覽器問題  
   性能問題  
   實用調整大小  
   基礎技術  
   實例  
   基本調整大小  
   膨脹 (Internet Explorer 4)  
   調整大小時移動 (Internet Explorer 4)  
   Netscape 調整大小  
   總結  
7. 下拉和彈出菜單  
   背景  
   技術限制  
   基礎技術  
   實例  
   下拉菜單  
   彈出菜單  
   總結  
   連結  
8. 拖放  
   背景  
   購物  
   兒童遊戲  
   測試  
   控制和介面設計  
   技術限制  
   基礎技術  
   實例  
   Netscape 4  
   Internet Explorer 4  
   總結  
   連結  
9. 動畫  
   背景  
   動畫類型  
   技術限制  
   基礎技術  
   實例  
   Netscape 4 點對點動畫  
   Internet Explorer 4 點對點動畫  
   跨平台路徑動畫  
   總結  
   連結  
10. 時間線和排序  
    背景  
    基礎技術  
    跨瀏覽器 JavaScript  
    Active X 和 VBScript  
    性能問題  
    實例  
    JavaScript  
    Active X 和 VBScript  
    總結  
    連結  
11. Internet Explorer 4 的多媒體控制  
    背景  
    基礎技術  
    實例  
    序列控制  
    精靈控制  
    結構化圖形控制  
    路徑控制  
    總結  
    連結  
12. 字型  
    背景  
    基礎技術  
    Netscape  
    創建 PFR 檔案  
    準備伺服器  
    格式化樣式表和 FONT 標籤  
    使用層疊樣式表格式化  
    Netscape 4 的字型處理注意事項  
    Internet Explorer  
    WEFT:編碼工具  
    其他問題  
    Netscape 4 和 Internet Explorer 4 的相容性  
    W3C 標準  
    總結  
    連結  
13. 創建頻道  
    背景  
    推送技術的演變  
    基於頻道的推送技術  
    Netscape 頻道  
    Netcaster  
    Webtop  
    將網頁定義為頻道  
    通過 Netscape 的向導創建頻道  
    Microsoft 頻道  
    基礎技術  
    主動頻道內容  
    總結  
    連結  
14. 版本 5 瀏覽器  
    背景  
    Internet Explorer 5  
    Netscape Communicator 5  
    技術限制和基礎技術  
    實例  
    動態 HTML 行為  
    動態屬性  
    總結  
    連結  
15. 未來  
    網頁設計師  
    Allaire Cold Fusion (Sun 和 Windows NT)  
    Macromedia Backstage (Windows NT)  
    XML:數據正如您所需  
    CSS2 和 XSL:為數據提供支撐  
    網頁使用者  
    網頁生活方式  
    服務  
    技術  
    巴爾幹化  
    商業將使我們團結  
    總結  
    連結  
附錄 A. 動態 HTML 編輯工具  
    mBed Interactor  
    播放器  
    發佈  
    將 Mbedlets 整合到網頁中  
    結論  
    Macromedia Dreamweaver  
    調色板  
    RoundTrip HTML 編輯  
詞彙表  
索引  

 
     
     
     
     
     
     
    
 
     
     
     
     
     
    