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.
星梦云怎么样?星梦云好不好,资质齐全,IDC/ISP均有,从星梦云这边租的服务器均可以备案,属于一手资源,高防机柜、大带宽、高防IP业务,一手整C IP段,四川电信,星梦云专注四川高防服务器,成都服务器,雅安服务器 。官方网站:点击访问星梦云官网活动方案:1、成都电信年中活动机(封锁UDP,不可解封):机房CPU内存硬盘带宽IP防护流量原价活动价开通方式成都电信优化线路4vCPU4G40G+50...
diyvm怎么样?diyvm这是一家低调国人VPS主机商,成立于2009年,提供的产品包括VPS主机和独立服务器租用等,数据中心包括香港沙田、美国洛杉矶、日本大阪等,VPS主机基于XEN架构,均为国内直连线路,主机支持异地备份与自定义镜像,可提供内网IP。最近,DiyVM商家对香港机房VPS提供5折优惠码,最低2GB内存起优惠后仅需50元/月。点击进入:diyvm官方网站地址DiyVM香港机房CN...
官方网站:点击访问青云互联活动官网优惠码:终身88折扣优惠码:WN789-2021香港测试IP:154.196.254美国测试IP:243.164.1活动方案:用户购买任意全区域云服务器月付以上享受免费更换IP服务;限美国区域云服务器凡是购买均可以提交工单定制天机防火墙高防御保护端口以及保护模式;香港区域购买季度、半年付、年付周期均可免费申请额外1IP;使用优惠码购买后续费周期终身同活动价,价格不...
wap网站制作为你推荐
新闻联播网易yeahapple.com.cn苹果官方网址到底是http://store.apple.com/cn/?还是 http://www.apple.com.cn????magento既然magento那么强大,为什么还有那么多用zencart的?zencart还有发展的空间吗?linux防火墙设置如何使用iptables命令为Linux系统配置防火墙苹果appstore宕机apple id登陆不了app store怎么办企业建网站企业为什么要建网站sqlserver数据库sql server数据库是什么 型数据库重庆400年老树穿楼生长重庆的树为什么都长胡须?360公司迁至天津公司名字变更,以前在北京,现在在天津,跨地区了怎么弄?internetexplorer无法打开Internet Explorer 打不开了
看国外视频直播vps 三级域名网站 希网动态域名 hostgator asp.net主机 godaddy主机 godaddy续费优惠码 debian7 警告本网站 个人空间申请 双线主机 网站卫士 备案空间 金主 购买空间 买空间网 97rb 广州主机托管 网站防护 ncp是什么 更多