Programming Atlas
暫譯: 程式設計地圖
Christian Wenz
- 出版商: O'Reilly
- 出版日期: 2006-10-31
- 定價: $1,180
- 售價: 6.0 折 $708
- 語言: 英文
- 頁數: 408
- 裝訂: Paperback
- ISBN: 0596526725
- ISBN-13: 9780596526726
-
相關分類:
Ajax、ASP.NET、JavaScript
立即出貨
買這商品的人也買了...
-
$750C# for Web Programming
-
$1,740$1,653 -
$839The C# Programming Language (Hardcover)
-
$1,900$1,805 -
$1,615CCNA Cisco Certified Network Associate Study Guide, 5/e (640-801)
-
$880$695 -
$390$308 -
$780$663 -
$380$323 -
$650$507 -
$2,290$2,176 -
$680$537 -
$760$600 -
$650$507 -
$520$411 -
$680$537 -
$680$578 -
$720$569 -
$99Essential Silverlight 2 Up-to-Date
-
$1,200$948 -
$580$458 -
$520$411 -
$620$527 -
$580$493 -
$1,620$1,539
相關主題
商品描述
Description
Learn how to deliver richer, more interactive web experiences to your users using ASP.NET Atlas, Microsoft's new framework for building Ajax-savvy web sites. Web developers of all persuasions have embraced the Ajax suite of technologies (JavaScript, HTTP, XML and more) as a way to implement pages that are faster, livelier and more desktop-like in their behavior. Now Atlas brings the power of Ajax to ASP.NET 2.0 developers with controls, script libraries and server support that delivers engaging results without the pain that writing complex JavaScript can entail. Better yet, Atlas web pages are standards based and even run cross-browser.
Programming Atlas is not just another "drag and drop" ASP.NET 2.0 book, but dives into the technologies that make it work. You'll begin with a tour of the technologies most often associated with Ajax, from JavaScript and XMLHttpRequest to JSON and the DOM. With the fundamentals in place, author JavaScript expert Christian Wenz unpacks the Atlas framework and shows you how to put its tools to work. You'll learn to:
- Understand the architecture of Atlas and the role played by server conrols, such as ScriptManager and UpdatePanel
- Use core Atlas controls and extenders to build more interactive pages with text fields that autocomplete, user input that is validated, controls that can be dragged and dropped, and much more
- Bind, display, and update data without causing the entire page to refresh and use the Atlas web services bridge to consume third-party services beyond the domain of your application
- Incorporate Microsoft Virtual Earth into an application, use Atlas with Web Parts, and create a Windows Live Gadget
- Use Atlas with PHP and explore other non-Microsoft Ajax tools for ASP.NET
Table of Contents
Foreword
Preface
1. Atlas, Ajax, and ASP.NET
Atlas and Ajax
Atlas and ASP.NET
Atlas and Future Development
Atlas Prerequisites and Installation
Atlas Structure and Architecture
A First Atlas Example: Hello User
The ScriptManager Control
Summary
For Further Reading
2. JavaScript
The JavaScript Language
Object-Oriented Programming (OOP)
Accessing Page Elements
DOM Methods
Summary
For Further Reading
3. Ajax
The XMLHttpRequest Object
The XMLDocument Object
JSON
Summary
For Further Reading
4. Controls
Introducing Atlas Client Controls
Using Atlas Controls
Handling Control Events
Summary
For Further Reading
5. Data Binding and Validation
Data Binding
Data Validation
Summary
For Further Reading
6. Components and Behaviors
Using Behaviors
Using Components
Summary
For Further Reading
7. Animations
Using Animations
Using an Animation to Create a Fade Effect
Summary
For Further Reading
8. Client Script Library
Atlas OOP Features for JavaScript
Client-Side Versions of .NET Classes
Summary
For Further Reading
9. Using Server Data
Using a ListView Control
Creating a Custom Data Source
Summary
10. Web Services
Error Handling
Inline Web Service Methods
Maintaining Session State
Consuming External Web Services
Summary
For Further Reading
11. Extending Controls
Adding Drag and Drop to a Control
Adding Autocomplete to a Control
Making a Page Region Updateable
Summary
For Further Reading
12. Virtual Earth
Displaying a Map
Adding Pushpins with Pop-Ups to a Map
Summary
For Further Reading
13. Web Parts and Gadgets
Using Atlas with ASP.NET Web Parts
Creating Windows Live Gadgets with Atlas
Summary
For Further Reading
14. Atlas Control Toolkit
Installing the Toolkit
Using the Toolkit
Writing Custom Controls
Summary
For Further Reading
15. Using Atlas with Other Server Technologies
Using Atlas with PHP
Summary
For Further Reading
16. Other Ajax Tools
Client Callbacks
Ajax.NET
Pure JavaScript
Consuming Web Services with JavaScript
Summary
For Further Reading
A. XMLHttpRequest Reference
B. DOM Reference
C. Atlas Reference
D. ScriptManager and UpdatePanel Declarative Reference
Index
商品描述(中文翻譯)
**描述**
了解如何使用 ASP.NET Atlas,微軟的新框架,為您的用戶提供更豐富、更互動的網頁體驗。各類網頁開發者都已經接受了 Ajax 技術套件(JavaScript、HTTP、XML 等)作為實現更快、更生動且行為更像桌面應用程序的頁面的一種方式。現在,Atlas 將 Ajax 的力量帶給 ASP.NET 2.0 開發者,提供控制項、腳本庫和伺服器支持,讓您能夠輕鬆實現引人入勝的結果,而不必承受編寫複雜 JavaScript 的痛苦。更好的是,Atlas 網頁是基於標準的,甚至可以跨瀏覽器運行。
《Programming Atlas》不僅僅是另一本「拖放」的 ASP.NET 2.0 書籍,而是深入探討使其運作的技術。您將從與 Ajax 最常關聯的技術開始,從 JavaScript 和 XMLHttpRequest 到 JSON 和 DOM。掌握基礎後,JavaScript 專家 Christian Wenz 將解釋 Atlas 框架,並展示如何使用其工具。您將學會:
- 理解 Atlas 的架構及伺服器控制項(如 ScriptManager 和 UpdatePanel)所扮演的角色
- 使用核心 Atlas 控制項和擴展器來構建更互動的頁面,包括自動完成的文本框、經過驗證的用戶輸入、可拖放的控制項等
- 綁定、顯示和更新數據,而不會導致整個頁面刷新,並使用 Atlas 網頁服務橋接來消耗超出您應用程序域的第三方服務
- 將 Microsoft Virtual Earth 整合到應用程序中,將 Atlas 與 Web Parts 一起使用,並創建 Windows Live Gadget
- 將 Atlas 與 PHP 一起使用,並探索其他非微軟的 Ajax 工具以用於 ASP.NET
**目錄**
前言
序言
1. Atlas、Ajax 和 ASP.NET
- Atlas 和 Ajax
- Atlas 和 ASP.NET
- Atlas 和未來開發
- Atlas 的前置條件和安裝
- Atlas 結構和架構
- 第一個 Atlas 範例:Hello User
- ScriptManager 控制項
- 總結
- 進一步閱讀
2. JavaScript
- JavaScript 語言
- 物件導向程式設計 (OOP)
- 訪問頁面元素
- DOM 方法
- 總結
- 進一步閱讀
3. Ajax
- XMLHttpRequest 物件
- XMLDocument 物件
- JSON
- 總結
- 進一步閱讀
4. 控制項
- 介紹 Atlas 客戶端控制項
- 使用 Atlas 控制項
- 處理控制項事件
- 總結
- 進一步閱讀
5. 數據綁定和驗證
- 數據綁定
- 數據驗證
- 總結
- 進一步閱讀
6. 組件和行為
- 使用行為
- 使用組件
- 總結
- 進一步閱讀
7. 動畫
- 使用動畫
- 使用動畫創建淡出效果
- 總結
- 進一步閱讀
8. 客戶端腳本庫
- Atlas OOP 特性對於 JavaScript
- .NET 類的客戶端版本
- 總結
- 進一步閱讀
9. 使用伺服器數據
- 使用 ListView 控制項
- 創建自定義數據源
- 總結
10. 網頁服務
- 錯誤處理
- 行內網頁服務方法
- 維護會話狀態
- 消耗外部網頁服務
- 總結
- 進一步閱讀
11. 擴展控制項
- 為控制項添加拖放功能
- 為控制項添加自動完成
- 使頁面區域可更新
- 總結
- 進一步閱讀
12. Virtual Earth
- 顯示地圖
- 在地圖上添加帶彈出窗口的推釘
- 總結
- 進一步閱讀
13. Web Parts 和 Gadget
- 將 Atlas 與 ASP.NET Web Parts 一起使用
- 使用 Atlas 創建 Windows Live Gadgets
- 總結
- 進一步閱讀
14. Atlas 控制工具包
- 安裝工具包
- 使用工具包
- 編寫自定義控制項
- 總結
- 進一步閱讀
15. 將 Atlas 與其他伺服器技術一起使用
- 將 Atlas 與 PHP 一起使用
- 總結
- 進一步閱讀
16. 其他 Ajax 工具
- 客戶端回調
- Ajax.NET
- 純 JavaScript
- 使用 JavaScript 消耗網頁服務
- 總結
- 進一步閱讀
A. XMLHttpRequest 參考
B. DOM 參考
C. Atlas 參考
D. ScriptManager 和 UpdatePanel 聲明參考
索引