资源描述:
《创建网站宝典英文文献翻译》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、AjaxAjaxisshortfor‘‘AsynchronousJavaScriptandXML.’’Itiscross-platform.Itiseffectivelyopensource.Itissupportedbytheseversionsofthemajorbrowsers:■InternetExplorer5.0andup■Netscape7andup■Firefox,Opera8+■Safari1.2andupAlthoughitwouldbeastretchtocallAjaxanewtechnology,anditi
2、scertainlynotaprogramminglanguage,itisanadaptiveimplementationofpreexistingtoolstoprovideanintegrated,efficientnewtoolthatcanbeusedtomakebetter,faster,moreversatileWebapplications.Asyoumayknow,Ajax,whichisamixorreformulationofexistingtechnologies,facilitatesserverintera
3、ctionwithelementsofaWebpage.This,inturn,resultsinamoreresponsiveapplicationwithlowerbandwidthusage,and,hence,lowercosts,resultinginawin-winsituationforallconcerned.Itisalsothesefeaturesthatmakeitattractivetotheso-calledWeb2.0crowdand,thosewhoareinvolvedinsoftwaredesigna
4、nddevelopmentformobilehandhelddevices.FollowingarethemajorcomponentsofAjax:■JavaScriptasthescriptinglanguagetocallfunctions■XMLHttpRequestisusedforasynchronousdatatransferfromaserver■XHTMLandCascadingStyleSheets(CSS)areusedforuniformencodingandpresentationcross-platform
5、■DocumentObjectModel(DOM)isusedforprecisemappinganddatadisplay■XMLandXSLT(although,ironically,doesnotrequireuseofXMLfordatafetchandtransfer)Ajaxprovidesthatslightmarginofadvantagetogetaheadofthecompetition.Butyoumustknowwhentouseit,andthenuseitjudiciously.Youwouldtendto
6、defeatoneofitsappealingfeatures—fast,efficientdownloadsofsmallsegmentsofdata—ifyourepeatedlycalledforupdatesorrefreshesofinformation.Youwouldconstantlybetyingupsystemresourceswithrepeatedcallsfornewdata,whichmaynotbenewatall(ornecessary).Wouldyou,forexample,finditnecess
7、arytorefreshthetemperaturefieldevery3secondsonaweatherpage?Itcouldbebetterdonewherearefreshofthatfieldisonlydonewhenthenewtemperaturedoesnotequaltheoldtemperature.Async(asynchronous)justmeansthatrequestsanddatamaybeexchangedacrosstheInternetfromtheclientWebpagetotheserv
8、erandbackatanytime.TheJavaScriptobjectusedtodothisiscalledXMLHttpRequest.However,thereisnorequirementthattheas