• Ajax权威指南(影印版英文版)
  • Ajax权威指南(影印版英文版)
21年品牌 40万+商家 超1.5亿件商品

Ajax权威指南(影印版英文版)

25 2.6折 98 九五品

仅1件

湖南长沙
认证卖家担保交易快速发货售后保障

作者[美]霍尔德 著

出版社东南大学出版社

出版时间2008-05

版次1

装帧平装

货号63df

上书时间2024-06-02

松山书店

六年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:九五品
图书标准信息
  • 作者 [美]霍尔德 著
  • 出版社 东南大学出版社
  • 出版时间 2008-05
  • 版次 1
  • ISBN 9787564108403
  • 定价 98.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 956页
  • 字数 1033千字
  • 正文语种 英语
【内容简介】
《Ajax权威指南(影印版)(英文版)》教您如何使用JavaScript、xML、css和XHTML这样的标准处理XMLHttpRequest对象,建立具有桌面程序功能的基于浏览器的Web应用程序。您将全面理解当今Web站点和程序中所融合的技术,并学习如何将其同Ajax并用于先进的浏览器搜索、Web服务、Mashup等应用。与此同时,您还会发现为什么使用Ajax开发更快速、简单和经济。其他内容还包括:将服务器后端组件与浏览器中的用户界面相连、加载和处理XML文档,以及如何用JSON替换XML、处理文档对象模型(DOM)、设计具有可用性、功能性、可视性和可达性的Aiax界面、站点导航布局、为图表、导航框和窗口增加生命周期、动画、交互式表单和数据验证、将Ajax应用于商业通信、创建不需要插件的互联网游戏、模块化编程的优势,优化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
WeveAlreadyMet
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.PageLayoutwithFramesThatArent
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.ThisAintYourFathersAnimation
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
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP