scrollwap网站制作
wap网站制作 时间:2021-05-04 阅读:(
)
WAP-DesigningforSmallUserInterfacesAlbrechtSchmidt,HenningSchrderTecO,UniversityofKarlsruhe76131Karlsruhe,Germany{Albrecht,schroder}@teco.
eduOliverFrickSAPCorporateResearch,CECKarlsruhe,76131Karlsruhe,Germanyo.
frick@sap.
comKeywordsWAP,WML,mobilepersonaldevices,smallUIdesignINTRODUCTIONCurrentandupcomingWAP-capablemobilephonesintroducenewuserinterfaceswherestandardmethodsforapplicationdesignoftenfail.
AutomatedtranslationofHTMLtoWMLproducesscreenlayoutsandinputmechanismsthatareoftennotuseableonamobilephone.
InthispaperwesuggestastructuredapproachforbuildingWAPapplicationandinparticularthedevelopmentoftheuserinterface.
FirstwegiveabriefsummaryonthediscriminatingfeatureofaphoneinterfaceandonmechanismstobuildapplicationsonWAPdevices.
ThenweprovideguidelinesonhowtoportfromWebtoWAPandhowtodevelopWAP-Applications.
WefinallyintroducetheWAPapplicationthatledtoourfindings.
WAP-DEVICESAnincreasinganumberofWAPdevicesbecomeavailabletoday.
IncontrasttodesktopmachinesthesedevicesdonotformahomogeneousplatformintermsofUIandusage.
ThisparagraphgivesabriefoverviewonourfindingsconcerningdifferentUIsandthesupportforWAP/WML.
UserInterfacesWAPdeviceshaveavarietyofinterfaces;outputcanbedisplayedastext,formattedtext,orgraphics.
Inputisprovidedbytouchscreensand/orbuttons.
DisplaysareingeneralmuchsmallerthanthatonPCs,howeverthesizevariesverymuch.
TheEricssonMC218forexamplehasa640x240pixeldisplaywhereastheNokia7110hasonly96x65pixel.
Thisisaratioofabout24:1whereasworkstationscreensdifferonlybyaratioof6:1(1600x1200comparedto640x480).
ThislargedifferencesinscreenspacemakesitalmostimpossibletodesignanapplicationsothatitfitsallWAP-devices[1].
TheinputmechanismsprovidedbyWAP-devicesarenotcoherenteither.
PDAlikedevicesofferpointandclickonatouchscreenwhereasmostphonesrelyonasetofbuttons.
Linknavigationwithabuttoninterfacehoweverismoredifficultthanpointandclick.
Scrollingupanddownissupportedverywellonmostdevices(e.
g.
scrollwheelonNokia7110)whereasoftenthedisplaywidthisfixedandnoleftrightscrollingisprovided.
Textinputisdifficultandtimeconsumingonmostphone-sizeddevices,whereasinputtingnumbersissupportedverywellandusersareaccustomedtothat.
PDAlikedevicesontheotherhandtypicallycomewithalpha-numerickeyboards.
Applications,WAP,WMLandWMLSPDAlikedevicesaswellasphonesofferanumberofapplicationsbeyondphoning,suchasmessaging,calculator,addressbook,andgames.
Fortheseapplications,andtosomeextentevenforphoning,theusageofdevicesfromdifferentmanufactures(orevenfordifferentmodelsofonemanufacturer)doesnotfollowthesamerules.
WiththeintroductionoftheWAPstandardamanufacturerindependentplatformforthedevelopmentanddistributionofapplicationsforWAP-phonesandotherWAP-devicesisgiven.
ApplicationsarewritteninWMLandorinWMLSandconstituteofoneormoredecksconsistingofonormorecards.
Theresourceisprovidedonaserverandcanbedownloadedbytheuser.
Inourexperimentsweobservedthatmostdevicessupportonlyasubsetofthespecifiedmarkuptagsandthatthewaysinwhichthesetagsareinterpretedarealsodifferent.
Thismakesitimpossibletoforeseetheappearanceofanapplicationontheusersscreen;thedifferenceobservedissignificantlylargerthanthedifferencesobservedwithapplicationsindifferentstandardWebbrowsersondesktopmachines.
DESIGNINGANDDEVELOPINGWAP-APPLICATIONSFromourexperienceindevelopingWAP-applications(aselectedapplicationisdescribedinthenextsection)wederivedasetofguidelinesforthedevelopmentofWAP-applications.
Inthenextparagraphstheseguidelinesarestatedasaninformalprocedure.
GeneralIssuesThefirstandmostimportantmatteristoidentifythebenefitsforbringinganapplicationtotheWAPplatform.
Supportingthesebenefitsmustbetheprimegoaloftheapplicationdevelopment.
Apotentialbenefitis,e.
g.
,universalaccesstoinformationthatisvitalwhileontheway(e.
g.
contactaddress,travelmanagement).
Thenavigationspaceandimpliedinteractionwiththeapplicationshouldbereflectedinthestructureofdecksandcardsintheimplementation.
Whereverpossible(ifcardsdonotrelyonuserinput)provideamaximalnavigationspacewithinonedecktoavoidreloadingduringnavigation.
IfinformationisalreadyprovidedonaWebsiteandshouldalsobeavailableonWAPthefollowingapproachcanbeusedforporting:defineatypicalpathormoregeneralagraphandbuildanavigationalstructureforthispath,whichisthenrepresentedbyadeckconsistingofmultiplecards.
UsedthetitlesandheadlinesofWebpagesalongthepathtohavethecontentframework.
Reducetexttoaminimumanddesigninformationchunksthatfitonthesmallestdevicesyouaredesigningfor.
InputDesignMostcurrentphonesareoptimizedinputtingnumbersratherthantext.
Alsodirectpointandclick,asknownfromPDAsandPCs,istypicallynotgiven.
Basedonthisthefollowingrecommendationsforinputdesignshouldbeconsidered:§usenumbersforinputwheneverpossible§usecommonabbreviationslikecountrycodes§iflettersareusedkeeptheinputmechanismsinmind,e.
g.
preferfirstletteronkey§offerchoices(e.
g.
numbers,listboxes,radio-buttons,link-lists)ordefaultvalueswhenapplicable;evenlongerlinklistproveuseablebecauseofscrolling§providelabelstohardwarebuttonswerepossible§usestandardconventionsonbuttons(e.
g.
back)Onebasicissueistoreducetheneedforuserinputasmuchaspossible.
Herecustomizationofapplicationsfortheuserprovidesoneway.
AlsothecooperationbetweendesktopinterfacesandWAP-devicescanbebeneficial(cf.
ourcasestudydescribedinthenextsection).
OutputDesignDisplaysonmobilephonesareingeneralrathersmallandprovideonlyalowresolutionandcolordepth.
Thus,readingoflargertextsisratherdifficultwhereasthedisplayofsmallinformationchunksismuchbetter.
Theusageofgraphicsdoesoftennotprovideadditionalvaluebecauseofthelowresolutionandpoorrendering.
Thefollowingputsattentiontothemostimportantissues:assessthescreensizeandqualityofthetargetdeviceswithtextandgraphicsreducetheoutputbycustomizingtotheusersneed[2]designinformationchunksthatareseenatonceonthescreen,largertextblocks(morethan20words!
)withinoncardshouldbestructuredhorizontalscrollingiseasyonmostdevices,verticalisnot!
usemultiplecardsinonedeckinsteadofverylargecardsormultipledecksConsideringtherangeofdevicesandtheircapabilities,itisadvisabletodesigninputandoutputforcertaindevicesclassesindividually.
PERSONALWAP-ACASESTUDYWithintheprojectPersonalWAPweinvestigatethereductionofuserinteractioninWAPapplicationsbyprovidinguserswithapersonalizedWAPportal.
DuringourWAPusabilitystudieswefoundinputtingtext,e.
g.
settingbookmarksonaphone,veryinconvenient–butneverthelesswefounditimportanttohaveahotlistoflinkseasyaccessibleandmaintainable.
Inaddition,wewantedtohavemechanismtofilterinformationboth,personalandsituationspecific.
Finally,wewantedtohaveaccesstoshortpersonalnotes(e.
g.
anaddress,ashoppinglist,etc.
)whenleavingtheofficeorhome(a"WAPPostIt").
Thesolutionconsistsoftwointerfaces-oneforastandardWebbrowserandoneforaWAPphone.
TheWebbrowserinterfaceisusedtodefinethepersonalWAPportalwithlinksandnotes.
TheWAPinterfaceisacustomized,userspecificsetofWMLcardscarryingtheinformationpreviouslyselectedoreditedwithintheWebinterface.
TheWebInterfaceAWebservicewheretheuserisidentifiedbyhisphonenumber,accessisgrantedbyusingapassword.
Onthispagetheusercaninputlinks,newsitems,andnotesthatshouldbeavailableonhispersonalWAPportal(Figure1).
TheWAPInterfaceTheWMLdeckwhichrepresentsthepersonalWAPportalisgeneratedfromtheinformationeditedontheWebinterface.
TheWAPURLtothepersonalWAPportalisfixed,whereasthecontentoftheWMLdeckisdynamicallygenerated.
AsthemanagementoftheWAPportaltakesplaceontheWebinterface,notediousbookmarkmanagementonthephoneisneeded(Figure1).
Figure1Figure2CONCLUSIONWAPapplicationsrequireanewtechniqueforuserinterfacedesign.
Primedesignguidelineisminimaluserinteractionduringinputandoutput.
SuggestedtechniquesforoutputreductionareWAPspecificpresentationaswellasuserdrivencustomization.
Suggestedtechniquesforinputreductionisservicepreselection,provisionofchoices,inputbynavigation,andfocusonnumericinput.
REFERENCES1.
Brewster,S.
,Cryer,P.
MaximisingScreen-SpaceonMobileComputingDevices,inProc.
CHI'99,1999.
2.
Barret,R.
,Maglio,P.
,Kellem,C.
HowToPersonalizetheWeb,inProc.
CHI'97,1997.
久久网云怎么样?久久网云好不好?久久网云是一家成立于2017年的主机服务商,致力于为用户提供高性价比稳定快速的主机托管服务,久久网云目前提供有美国免费主机、香港主机、韩国服务器、香港服务器、美国云服务器,香港荃湾CN2弹性云服务器。专注为个人开发者用户,中小型,大型企业用户提供一站式核心网络云端服务部署,促使用户云端部署化简为零,轻松快捷运用云计算!多年云计算领域服务经验,遍布亚太地区的海量节点为...
Digital-VM商家目前也在凑热闹的发布六月份的活动,他们家的机房蛮多的有提供8个数据中心,包括日本、洛杉矶、新加坡等。这次六月份的促销活动全场VPS主机六折优惠。Digital-VM商家还是有一点点特点的,有提供1Gbps和10Gbps带宽的VPS主机,如果有需要大带宽的VPS主机可以看看。第一、商家优惠码优惠码:June40全场主机六折优惠,不过仅可以月付、季付。第二、商家VPS主机套餐1...
ZJI又上新了!商家是原Wordpress圈知名主机商:维翔主机,成立于2011年,2018年9月启用新域名ZJI,提供中国香港、台湾、日本、美国独立服务器(自营/数据中心直营)租用及VDS、虚拟主机空间、域名注册等业务。本次商家新上韩国BGP+CN2线路服务器,国内三网访问速度优秀,适用8折优惠码,优惠后韩国服务器最低每月440元起。韩国一型CPU:Intel 2×E5-2620 十二核二十四线...
wap网站制作为你推荐
thinksns请问除了discuz、ThinkSNS、wordpress、phpwind之外,还有什么类似这样的开360和搜狗搜狗浏览器和360极速浏览器你会选择哪个?波音737起飞爆胎为什么很少见到飞机轮胎爆胎?internetexplorer无法打开电脑的Internet Explorer打不开?qq头像上传失败昨天和今天QQ头像上传失败,是怎么回事?团购程序团购系统软件有哪些?一般需要考虑那几点?艾泰科技艾泰840E 性能怎么样 有没有什么缺点 用过的朋友请回答引擎收录搜索引擎的收录和索引是什么意思discuz论坛申请请问现在哪些网址能给免费申请Discuz! 论坛localsettingsLocal Settings这个文件夹是干什么的?
org域名 私服服务器租用 com域名抢注 百度云100as 电影服务器 sugarsync evssl 新站长网 网站实时监控 个人免费空间 100m空间 佛山高防服务器 cdn加速是什么 中国电信宽带测速网 重庆双线服务器托管 免费网页空间 银盘服务是什么 新世界服务器 台湾google 阿里dns 更多