1 / 44

Highlight: A System for Creating and Deploying Mobile Web Applications

Highlight: A System for Creating and Deploying Mobile Web Applications. Jeffrey Nichols, Zhigang Hua, John Barton IBM Almaden Research Center and Georgia Institute of Technology October 22, 2008 – 21 st Annual ACM Symposium on User Interface Software and Technology. Mobile Internet.

Download Presentation

Highlight: A System for Creating and Deploying Mobile Web Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Highlight: A System for Creating and Deploying Mobile Web Applications Jeffrey Nichols, Zhigang Hua, John BartonIBM Almaden Research Center and Georgia Institute of Technology October 22, 2008 – 21st Annual ACM Symposium on User Interface Software and Technology

  2. Mobile Internet

  3. Accessing the Mobile Web Site designed for mobile use • Designed for low-end devices • Limited functionality chosen by designer • Costly to create • Only available for popular, consumer sites Normal site through a mobile viewport • Most functionality of existing site • Greater costs of navigation • Many items per page • More pages than needed

  4. Previous Work: Transcoding Traditional proxy server techniques • Mostly automated • www.skweezer.com • mobile google search • Quality of result varies based on site • Often includes all content of a page Doesn’t work with AJAX/dynamic JavaScript sites

  5. Goals Allow end users to create their own mobile “applications” for particular tasks • No programming required • Possible for any existing site • All design decisions made by users Allow programmers to extend capabilities of mobile applications

  6. Highlight mobile app designer(browser extension) user webserver mobile user web server proxy browser proxy server

  7. Overview • Introduction • Mobile Web Applications • Server Architecture • Creating a Mobile Application • Evaluation • Conclusion

  8. AA.com – Flight Tracking

  9. AA.com – Flight Tracking

  10. BackpackIt.com – To Do List

  11. BackpackIt.com – To Do List

  12. Highlight Server Architecture mobile application description webserver mobile user web server proxy browser proxy server

  13. Remote Control Metaphor

  14. Remote Control Metaphor 144

  15. Remote Control Metaphor 144

  16. Remote Control Metaphor

  17. Why use this architecture? Allows re-authoring of sites with dynamic JavaScript and Ajax Re-authoring can be done in terms of UI design • Easier to inspect than code, Web Service descriptions

  18. Implementation mobile users proxy server web servers

  19. Mobile Application Descriptions Requirements • Support end user authoring environment • Increase possibilities through programming Implementation • Structured JavaScript • Built on top of standard web APIs (e.g., DOM) • Set of Highlight API methods to make programming with remote control metaphor easier

  20. Structured JavaScript Format Based on Storyboard concept Code divided into chunks corresponding to mobile page (pagelet) Each pagelet has two methods • Clip method – selects content from page to clip • Event method – navigates to next content based on mobile interaction

  21. Application Descriptions clip event pagelet n-1 clip event pagelet n clip pagelet n+1

  22. Writing Application Descriptions End-user authoring environment generates JavaScript code in this format • Programmers can edit this code to modify an app We have written several apps from scratch • BackpackIt.com To Do List • BlueMail • Fitday.com

  23. Overview • Introduction • Mobile Web Applications • Server Architecture • Creating a Mobile Application • Evaluation • Breadth of web sites that can be re-authored • How easy is it to write mobile application descriptions? • Conclusion

  24. Breadth of possible applications Created applications from a variety of different sites • AA.com • Amazon.com • Google Image Search • Mapquest.com • SFGate.com • Weather.com • Ebay • Fitday.com • Buy.com • Barnes & Noble.com • IBM internal directory (BluePages)

  25. How easy is it to create descriptions? • Code analysis • Formative user study

  26. Mobile App Code Numbers * Indicates some code automatically generated by our end-user authoring tool

  27. Formative evaluation Goals • Will programmers understand the concepts/API? • Can they create applications of their own? Two subjects from our research lab • Not regular users of mobile web • Experienced web programmers (JavaScript, DOM, etc.)

  28. Procedure • 1 hour verbal introduction to the system • Provided with programmer guide • Complete BackPack todo list example with source code • API reference • Provided with choice of authoring/debugging tools • Eclipse Web Tools Platform editor, Firebug, Venkman • Asked users to brainstorm their own mobile app idea and then try to implement it

  29. Results Subject-chosen applications: • CBS 5 Traffic Reports • Facebook Status

  30. Results, cont. • All subjects were able to build their chosen application • Typical problems of learning a new API • What methods are available? How are they used? • Conceptual model of remote control not immediately intuitive • Clip/event method grouping does not match expectations of web programmers

  31. Overview • Introduction • Mobile Web Applications • Server Architecture • Creating a Mobile Application • Evaluation • Conclusion

  32. Conclusion Mobile applications can be created by re-authoring existing web sites • Proxy browser/remote control metaphor allows re-authoring of sites with AJAX and dynamic JavaScript • Evaluation suggests programmers can use system

  33. Thanks! jwnichols@us.ibm.com http://www.jeffreynichols.com/

  34. Breadth and Benefits

  35. Highlight Programmed Applications

  36. amazon.com – Buy one item

  37. amazon.com – Buy one item

  38. amazon.com – Buy one item

  39. amazon.com – Buy one item

  40. amazon.com – Buy one item

  41. amazon.com – Buy one item

More Related