注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計.NETASP.NET AJAX 編程(影印版)

ASP.NET AJAX 編程(影印版)

ASP.NET AJAX 編程(影印版)

定 價:¥68.00

作 者: (美)溫茲(Wenz,C.) 著
出版社: 東南大學(xué)出版社
叢編項(xiàng):
標(biāo) 簽: ASP

ISBN: 9787564112394 出版時間: 2008-08-01 包裝: 平裝
開本: 16開 頁數(shù): 454 字?jǐn)?shù):  

內(nèi)容簡介

  傳授關(guān)于構(gòu)建豐富Web 2.0風(fēng)格的相關(guān)工作經(jīng)驗(yàn)并非易事。本書提供微軟ASP.NET AJAX 1.0實(shí)用而全面的介紹,與ASP.NET給服務(wù)器端開發(fā)帶來的眾多益處一樣,該框架給Ajax開發(fā)也帶來了諸多便利。擁有《ASP.NET AJAX編程》,你將學(xué)會如何使用Ajax快速創(chuàng)建專業(yè)的動態(tài)Web頁面。本書運(yùn)用大量代碼樣例,全方位展現(xiàn)該框架的各個關(guān)鍵部分,不僅是那些想在應(yīng)用程序開發(fā)中嘗試Ajax的ASP.NET開發(fā)者,也是任何對ASP.NET AJAX感興趣的Web開發(fā)者的理想讀物,無論他們現(xiàn)在在使用什么開發(fā)技術(shù)?!禔SP.NET AJAX編程》為你提供:ASP.NET AJAX框架的高級概要;可剪切/粘貼用于個人應(yīng)用程序的功能代碼;JavaScript和Ajax的關(guān)鍵要點(diǎn),以幫助你理解框架所使用的各項(xiàng)獨(dú)立技術(shù);反映框架軟件包構(gòu)成的內(nèi)容編排,包含擴(kuò)展、控件工具包、Futures CTP和AJAX程序庫等;關(guān)于如何編寫你自己的控件,以及如何向社區(qū)工具包貢獻(xiàn)代碼的說明;將標(biāo)準(zhǔn)AJAX程序庫用于其他平臺(如 PHP)的方法;用一整章的篇幅討論使用更新面板(UpdatePanel)控件,讓W(xué)eb頁面中的多個部分可以獨(dú)立更新——該框架最重要的元素之一。本書此前曾以《Programming Atlas》為名出版,涵蓋該微軟框架的beta版本,而如今已完全更新并擴(kuò)展至ASP.NET AJAX 1.0正式發(fā)布版。《ASP.NET AJAX編程》包含了很多難以發(fā)現(xiàn)的細(xì)節(jié),并通過一些非正式途徑完成任務(wù)。就這個新框架而言,本書是最理想的知識來源。作者簡介:Christian Wenz是一位培訓(xùn)師和咨詢師,撰寫過50余本書籍。他同時使用開源和閉源Web技術(shù)開發(fā),曾被授予“微軟的ASP/ASP.NET MVP”稱號,并且列入Zend的“Who's Who”PHP專家名錄。Chritian是獨(dú)立于瀏覽器(browser-agnostic)的JavaScript開發(fā)專家,還被列入Mozilla貢獻(xiàn)者名單(about:credits)。

作者簡介

  Christian Wenz是一位培訓(xùn)師和咨詢師,撰寫過50余本書籍。他同時使用開源和閉源Web技術(shù)開發(fā),曾被授予“微軟的ASP/ASP.NET MVP”稱號,并且列入Zend的“Who's Who”PHP專家名錄。Chritian是獨(dú)立于瀏覽器(browser-agnostic)的JavaScript開發(fā)專家,還被列入Mozilla貢獻(xiàn)者名單(about:credits)。

圖書目錄

Preface
Part I. Basics
1. ASP.NET AJAX, Ajax, and ASP.NET
  ASP.NET AJAX and Ajax
  ASP.NET AJAX and ASP.NET
  ASP.NET AJAX Prerequisites and Installation
  ASP.NET AJAX Structure and Architecture
  A First ASP.NET AJAX 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
Part II. ASP.NET AJAX Extensions
4. Using ASP.NET AJAX JavaScript Extensions
  ASP.NET AJAX Shortcuts and Helper Functions
  Extensions to Existing JavaScript Objects
  ASP.NET AJAX OOP Features for JavaScript
  Client Versions of .NET Classes
  Summary
  For Further Reading
5. Web Services
  Error Handling
  Page Methods
  Maintaining Session State
  Exchanging Complex Data with the Server
  Consuming Web Services with JavaScript
  Summary
  For Further Reading
6. UpdatePaneh Refreshing Only Parts of a Page
  Making a Page Region Updatable
  Summary
  For Further Reading
7. Using the ASP.NET AJAX Profile Service
  Preparing the Web Site
  Accessing Profile Data
  Accessing Profile Group Data
  Summary
  For Further Reading
 8. Using the ASP.NET AJAX Authentication Service
  Preparing the Application
  Login and Logout
  Summary
  For Further Reading
9. Localizing and Globalizing Applications
  Localization
  Globalization and Internationalization
  Summary
  For Further Reading
Part III. ASP.NET AJAX Control Toolkit
 10. Using the Control Toolkit
  Installing the Control Toolkit
  Using the Control Toolkit
  Summary
  For Further Reading
 11. Adding Animation to a Web Page
  Animation Framework
  Drag-and-Drop
  Summary
  For Further Reading
 12. Autocompleting User Input, Fighting $pam, and More
  Creating an Accordion Pane
  Maintaining the Relative Position of an Element
  Adding Autocomplete Behavior to a TextBox Control
  Attaching a Calendar to a Text Field
  Dynamically Collapsing a Single Panel
  Displaying a Pop Up Over a Page
  Fighting Spam in Blogs and in Other Entry Forms
  Creating a Tabbed Interface
  Summary
  For Further Reading
 13. Writing Custom Controls and Contributing to the Community
  Writing Custom ASP.NET AJAX Controls
  Contributing to the Control Toolkit
  Summary
  For Further Reading
Part IV. ASP.NET AJAX Futures
 14. Client Controls
  Introducing ASP.NET AJAX Client Controls
  Using ASP.NET AJAX Controls
  Handling Control Events
  Summary
  For Further Reading
 15. Binding and Validating Data
  Data Binding
  Data Validation
  Summary
  For Further Reading
 16. Using Behaviors and Components
  Using Behaviors
  Using Components
  Summary
  For Further Reading
 17. Using Server Data
  Using a ListView Control
  Creating a Custom Data Source
  Summary
  For Further Reading
 18. Using Remote Web Services
  Using the Google Web Service
  Using the Amazon Web Service
  Transforming a Web Service Result with XSLT
  Using the Yahoo! Web Service (and REST and XPath)
  Summary
  For Further Reading
 19. Using Animations
  Using Animations
  Using an Animation to Create a Fade Effect
  Summary
  For Further Reading
 20. Fixing Bookmarks and Back/Forward Buttons
  Fixing with Code
  Fixing Bookmarks and Back/Forward Buttons with Controls Using
  UpdateHistory
  Fixing Bookmarks and Back/Forward Buttons with Controls Using the
  ASP.NET AJAX Futures
  Summary
  For Further Reading
 21. Web Parts
  Using ASP.NET AJAX with ASP.NET Web Parts
  Summary
  For Further Reading
Part V. Microsoft AJAX Library
 22. Using ASP.NET AJAX with Other Server Technologies
  Using ASP.NET AJAX with PHP
  Summary
  For Further Reading
Part Vl. Appendixes
 A. Debugging ASP.NET AJAX Applications
B. XMLHttpRequest Reference
C. DOM Reference
D. ASP.NET AJAX Reference
E. ScriptManager, UpdatePanel, UpdateProgress, and Timer Declarative Reference
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號