Ajax權威指南(影印版)

Ajax權威指南(影印版)

《Ajax權威指南》不僅演示了經過檢驗而可靠的Web標準怎樣使得Ajax成為可能,而且演示了這些老技術怎樣給站點提供一種明確的現代Web 2.0的感覺。Ajax是一種新技術,還是Web開發人員使用多年的老方法?實際上,二者兼而有之

基本介紹

  • 中文名:Ajax權威指南(影印版)
  • 出版社: 東南大學出版社
  • 出版時間: 2008
  • 作 者:(美)霍爾德
版權資訊,內容簡介,作者簡介,目錄,

版權資訊

書 名: Ajax權威指南(影印版)
Ajax權威指南(影印版)
ISBN: 9787564108403
開本: 16
定價: 98.00 元

內容簡介

《Ajax權威指南》教您如何使用JavaScript、xML、css和XHTML這樣的標準處理XMLHttpRequest對象,建立具有桌面程式功能的基於瀏覽器的Web應用程式。您將全面理解當今Web站點和程式中所融合的技術,並學習如何將其同Ajax並用於先進的瀏覽器搜尋、Web服務、Mashup等套用。與此同時,您還會發現為什麼使用Ajax開發更快速、簡單和經濟。其他內容還包括:將伺服器後端組件與瀏覽器中的用戶界面相連、載入和處理XML文檔,以及如何用JSON替換XML、處理文檔對象模型(DOM)、設計具有可用性、功能性、可視性和可達性的Aiax界面、站點導航布局、為圖表、導航框和視窗增加生命周期、動畫、互動式表單和數據驗證、將Ajax套用於商業通信、創建不需要外掛程式的網際網路遊戲、模組化編程的優勢,最佳化Ajax應用程式的方法等等。
本書還提供了包含XML和XSLT、流行的JavaScript框架、庫、工具以及眾多Web服務API的參考。由於提供了更多的工具和選項,Ajax為開發者們給出了一種擺脫原有束縛、創建Web內容的新方式。《Ajax權威指南》為您詳盡介紹如何使用這套獨特的開發工具。

作者簡介

AnthonyT.HoldenerⅢ目前正在利用最新的可達性和跨瀏覽器兼容技術創建Internet/Intranet程式。他在聖路易斯大學獲得計算機科學學位。在過去8年中,他作為網站構架師和開發者為該地區的多家“財富500強”公司工作。

目錄

Preface
PartⅠ.AjaxFundamentals
1.ReinventingtheWeb
WebPageComponents
ModernWebStandards
Browsers
StandardsCompliance
WelcometoWeb2.0
2.FromWebSitestoWebApplications
TheTransition
BasicWebandAjaxDesignPatterns
ApplicationEnvironments
TheDeveloper
WhatAjaxIsNot
3.Servers,Databases,andtheWeb
TheWebServer
Server-SideScripting
Databases
GettingDataIntoandOutofRelationalDatabases
InterfacingtheInterface
FrameworksandLanguages
WhatGoodAreFrameworks?
4.Foundations:ScriptingXMLandJSON
XML
JSON
ChoosingaDataExchangeFormat
AQuickIntroductiontoClientFrameworks
SimplifyingDevelopment
5.ManipulatingtheDOM
UnderstandingtheDOM
We'veAlreadyMet
ManipulatingDOMElements,Attributes,andObjects
ChangeThatStyle
EventsintheDOM
DOMStuffforTables
IsinnerHTMLEvil?
6.DesigningAjaxInterfaces
Usability
Functionality
Visualization
Accessibility
TheAjaxInterface
PartⅡ.AjaxFoundations
7.LayingOutSiteNavigation
Menus
Tabs
NavigationAids
ProblemswithAjaxNavigation
GeneralLayout
8.FunwithTablesandLists
LayoutWithoutTables
AccessibleTables
SortingTables
TableswithStyle
TablePagination
Lists2.0
ListsforAllSeasons
9.PageLayoutwithFramesThatAren't
UsingFrames
XHTMLandFrames
TheMagicofAjaxandaDIV
PageLayout
10.NavigationBoxesandWindows
TheAlertBox
IntegratingtheWindow
NavigationWindows
ToolTips
TheNecessaryPopUp
11.CustomizingtheClient
BrowserCustomizations
StylesheetSwitching
SwitchingDifferentCustomizations
EasyFont-SizeSwitching
CreatingColorThemes
ThrowingAjaxintotheMix
ChangingSiteLanguagewithAjax
RepositioningObjectsandKeepingThosePositions
StoringItAllintheDatabase
12.Errors:ToBe(inStyle)orNottoBe
ErrorHandlingontheWeb
ShouldIReacttoThatError?
HandlinganErrorwithCare
IntegratingtheUserError
13.ThisAin'tYourFather'sAnimation
AnimationontheWeb
WhatIsWrongwithGIF?
BuildingAnimationwiththePNGFormat
AjaxAnimations
14.AFunnyThingHappenedontheWaytotheForm
XHTMLForms
UsingJavaScript
FancierForms
TheBasicsofAjaxandForms
AcceptingAjax-DeliveredData
ServerResponses
15.DataValidation:Client,Server,orBoth
DataValidationIsImportant
ValidationwithJavaScript
CSSNotificationofErrors
ValidationontheServer
AjaxClient/ServerValidation
PartⅢ.AjaxinApplications
16.Search:TheNewFrontier
TypesofSiteSearches
DynamicSearchingwithAjax
GooglingaSite
17.IntroducingWebServices
WhatIsaWebService?
WebServiceArchitectures
AjaxandWebServices
WebFeeds
WebServiceAPIs
18.WebServices:TheAPIs
PubliclyAvailableWebServices
AjaxandtheAPI
TheNextStepwithServices
19.Mashups
MashupsinWeb2.0Applications
WhatAreMashups?
MashupsAsApplications
DataSources
ApplicationPortlets
BuildingaMashup
MashupsandBusiness
20.ForYourBusinessCommunicationNeeds
BusinessesandAjax
Real-TimeCommunication
FileSharing
Whiteboards
CombiningApplications
21.InternetGamesWithoutPlug-ins
GamingontheWeb
InternetRequirements
AnimatingaCharacter
BasicCollisions
UserInput.
TheBasicsofEventHandling
PuttingItAllTogether
PartⅣ.WrappingUp
22.ModularCoding
WhatIsModularCoding?
TheClientSide
TheServerSide
23.OptimizingAjaxApplications
SiteOptimizationFactors
HTTP
Packets
Client-SideOptimizations
Server-SideOptimizations
AjaxOptimization
PartⅤ.References
A.TheXMLandXSLTYouNeedtoKnow
B.JavaScriptFramework,Toolkit,andLibraryReferences
C.WebServiceAPICatalog
D.AjaxRiskReferences
Index
……

相關詞條

熱門詞條

聯絡我們