XForms Essentials
暫譯: XForms 基礎精要
Micah Dubinko
- 出版商: O'Reilly
- 出版日期: 2003-09-16
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 240
- 裝訂: Paperback
- ISBN: 0596003692
- ISBN-13: 9780596003692
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,029Fundamentals of Data Structures in C++
-
$1,120$1,098 -
$1,200$1,176 -
$1,029Fundamentals of Data Structures in C
-
$1,068Software Engineering, 6/e
-
$420$332 -
$1,029Operating System Concepts, 6/e (Windows XP Update)
-
$780$741 -
$650$514 -
$590$466 -
$720$569 -
$560$442 -
$290$247 -
$980$960 -
$480$379 -
$750$593 -
$931Linear Algebra with Applications, 5/e
-
$1,078Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)
-
$620$558 -
$1,062Introduction to the Design and Analysis of Algorithms
-
$680$666 -
$680$666 -
$950Assembly Language for Intel-Based Computers, 5/e (IE) (美國版ISBN:0132383101)
-
$774Concepts of Programming Languages, 8/e(美國版ISBN: 0321493621)
-
$520$411
相關主題
商品描述
XForms Essentials is an introduction and practical guide to the new XForms specification. Written by Micah Dubinko, a member of the W3C XForms working group and an editor of the specification, the book explains the how and why of XForms, showing readers how to take advantage of them without having to write their own code. You'll learn how to integrate XForms with both HTML and XML vocabularies, and how XForms can simplify the connection between client-based user input and server-based processing.
XForms Essentials begins with a general introduction to web forms, including information on history and basic construction of forms. The second part of the book serves as a reference manual to the XForms specification. The third section offers additional hints, guidelines, and techniques for working with XForms. Topics covered in the book include:
- creating XForms files in a text or XML editor
- converting existing forms (electronic or paper) to XForms
- collecting XML data from users in a user-friendly way
- reducing the amount of JavaScript needed within browser interfaces
- increasing the security and reliability of your current forms system by
combining client-side and server-side checks into a common code base
- creating interactive websites using the latest standard technology
XForms Essentials focuses on the practical application of XForms
technology. If you work with forms, HTML, or XML information, XForms
Essentials will provide you with a much simpler route to more sophisticated
interactions with users.
Table of Contents
Preface
1. Introduction to Web Forms
The Past, Present, and Future of Web Forms
A Brief Review of HTML Forms
Limitations of HTML Forms, Advantages of XForms
The History of XForms
The Revenge of the Simple Syntax2. XForms Building Blocks
More Than Forms
A Real-World Example
Host Language Issues
Linking Attributes3. XPath in XForms
Getting Up to Speed with XPath
Going Deep: The XPath Data Model
Location Paths
Computed Expressions
How XPath is Used in XForms4. XML Schema in XForms
Wide Open (Value) Spaces
Useful Datatypes
Other Datatypes
An Email Datatype for XForms
Complex Types
xsi:type5. The XForms Model
Will the Real Data Model Step Forward?
Structural Elements
Common Attributes
Model Item Properties
Making the Connection-Binding6. The XForms User Interface
Form Controls
Interaction with Instance Data
Grouping
Dynamic Presentation
Repeating Line Items7. Actions and Events
XML Events
XForms Actions
XForms Events8. Submit
When to Submit
What to Submit
Where and How to Submit
What Happens After Submit?
The submission Element
Review: Submission Options
Security and Privacy Concerns9. Styling XForms
CSS, Level 310. Form Accessibility, Design, and Troubleshooting
Basics of Accessibility
Form Design Patterns
XForms-specific Design Hints
Troubleshooting
Making the Switch to XForms11. Extending XForms
The Cost of Extensibility
Ways to ExtendA. Examining Microsoft InfoPath
B. The GNU Free Documentation License
Index
商品描述(中文翻譯)
在網路上使用表單已經變得非常普遍,大多數用戶互動都涉及某種類型的表單。XForms——一種結合了 XML 和表單的技術——提供了一種強大的替代方案來取代基於 HTML 的表單。透過提供優秀的 XML 整合,包括 XML Schema,XForms 允許開發者為各種平台(包括桌面電腦、手持設備、資訊設備等)創建靈活的網路用戶輸入表單。
《XForms Essentials》是一本介紹和實用指南,針對新的 XForms 規範。這本書由 Micah Dubinko 撰寫,他是 W3C XForms 工作組的成員及該規範的編輯,書中解釋了 XForms 的運作原理及其背後的原因,並展示了讀者如何利用 XForms,而無需編寫自己的程式碼。您將學會如何將 XForms 與 HTML 和 XML 詞彙整合,以及 XForms 如何簡化客戶端用戶輸入與伺服器端處理之間的連接。
《XForms Essentials》首先對網路表單進行一般介紹,包括表單的歷史和基本結構。書的第二部分作為 XForms 規範的參考手冊。第三部分提供了有關使用 XForms 的額外提示、指導方針和技術。書中涵蓋的主題包括:
- 在文本或 XML 編輯器中創建 XForms 文件
- 將現有表單(電子或紙本)轉換為 XForms
- 以用戶友好的方式收集 XML 數據
- 減少瀏覽器介面中所需的 JavaScript 數量
- 通過將客戶端和伺服器端檢查結合到共同的代碼基礎中,提高當前表單系統的安全性和可靠性
- 使用最新標準技術創建互動網站
《XForms Essentials》專注於 XForms 技術的實際應用。如果您從事表單、HTML 或 XML 資訊的工作,《XForms Essentials》將為您提供一條更簡單的路徑,以實現與用戶之間更複雜的互動。
目錄
前言
1. 網路表單介紹
- 網路表單的過去、現在與未來
- HTML 表單的簡要回顧
- HTML 表單的限制,XForms 的優勢
- XForms 的歷史
- 簡單語法的復仇
2. XForms 基礎構件
- 不僅僅是表單
- 一個真實世界的範例
- 主機語言問題
- 連結屬性
3. XForms 中的 XPath
- 快速了解 XPath
- 深入探討:XPath 數據模型
- 位置路徑
- 計算表達式
- XPath 在 XForms 中的使用
4. XForms 中的 XML Schema
- 廣泛開放的(值)空間
- 有用的數據類型
- 其他數據類型
- 用於 XForms 的電子郵件數據類型
- 複雜類型
- xsi:type
5. XForms 模型
- 真實數據模型會出現嗎?
- 結構元素
- 常見屬性
- 模型項屬性
- 建立連接-綁定
6. XForms 用戶介面
- 表單控制項
- 與實例數據的互動
- 分組
- 動態呈現
- 重複行項目
7. 動作與事件
- XML 事件
- XForms 動作
- XForms 事件
8. 提交
- 何時提交
- 提交什麼
- 在哪裡和如何提交
- 提交後會發生什麼?
- 提交元素
- 回顧:提交選項
- 安全性和隱私問題
9. XForms 的樣式
- CSS,第三版
10. 表單可及性、設計與故障排除
- 可及性的基本概念
- 表單設計模式
- XForms 特定的設計提示
- 故障排除
- 轉向 XForms 的過程
11. 擴展 XForms
- 擴展性的成本
- 擴展的方法
A. 檢視 Microsoft InfoPath
B. GNU 自由文檔許可證
索引