This document discusses the trend of building mobile apps using web technologies instead of native mobile platforms. It covers the history of web apps, how the mobile web can function like apps, and frameworks like PhoneGap that allow building cross-platform apps using HTML, CSS and JavaScript that can still access core device features. Key frameworks and standards discussed include Widgets, Chrome Web Store, Android Widget Runtime, Nokia Ovi Developer, Samsung Widget SDK, and the W3C Device APIs working group. The document argues that the mobile web is a good solution for building cross-device, cross-platform apps and that the market potential is huge given the number of mobile users and operators worldwide.
Facebook Connect allows users to sign in to third-party websites using their Facebook credentials. This allows sites to access basic profile information as well as enable features like social sharing, commenting, and friend finding. Setting up Facebook Connect involves registering as a Facebook developer, including Facebook's JavaScript on pages, and configuring apps and plugins depending on the website platform. Examples are given of how Facebook Connect can be implemented on WordPress and other content management systems.
Facebook developer garage mobile & facebookFabio Bertone
油
Facebook is having fun with 200 Million mobile users. How can YOUR app make users have fun leveraging Facebook?
Facebook Developer Garage London - March 2011
Sparsh Communications developed "TINY LOVE" is mobile application which helps to tag the location of people who need help, mostly elderly and handicapped people at road intersections. It's also useful to report road accident emergencies like hit and run etc. and other criminal activities. Of course users can use it to search or create a page nearby and go help. This App allows the user to report incidents locally and helps to bring your local community together.
http://www.sparshcommunications.com
The problem with passwords on the web and what to do about itFrancois Marier
油
Handling user passwords safely is hard, but replacing passwords on the web in a reasonable way is even harder. Really, this should have been in the browser all along. This is where Persona comes in.
The document discusses various techniques for improving website performance, including minimizing JavaScript libraries, replacing social media plugins with links, using responsive images, and conditionally loading images based on screen size. It also provides several links to resources on topics like feature detection, responsive images, and testing websites across browsers and devices.
Making mobile apps with web technology (revised)Manyoung Cho
油
Only web technology can gurantee cross device, cross platform application. This is true beauty of web standard technology. This will be next generation development of application development in CE market.
Facebook Connect allows users to log into third-party websites using their Facebook credentials. This provides a single sign-on experience while allowing sites to access basic profile data and connect users to their Facebook friends. Developers can integrate Facebook Connect into sites built on platforms like WordPress, Drupal, and Joomla using available plugins. Setting up Facebook Connect involves registering an app on Facebook's developer site and including Facebook's JavaScript SDK and XFBML tags on pages.
Download PowerPoint Project on social programming for engineering studentsSkyingBlogger
油
The document discusses how to integrate web pages into the social graph on Facebook. It provides information on adding metadata like title, image and URL to represent the object within the graph. It also discusses adding a like button to create a connection between the user and page. Finally, it discusses how this can help promote websites by attracting users with similar interests and increasing traffic.
This document provides an overview of Facebook applications, including what Facebook is, the benefits of developing on the Facebook platform, the types of applications that can be developed, basic concepts like authorization, and important components like FBML, FQL, and the REST API. It also demonstrates how to set up a Facebook application and discusses considerations for monetization and examples of successful apps.
The document discusses the development of Vertex, an all-in-one web application that integrates social media, music streaming, video streaming, and other applications into a single platform. It aims to improve the user experience by reducing the need to switch between multiple individual applications. The key components of Vertex include a social media app for profiles, posts and messaging, face filters, media playback and controls, and a video streaming app. The integration of these features into one application provides a more seamless experience for users.
Yahoo! Application Platform Technical Deep DiveTony Ng
油
Learn how to build applications for a platform that can reach 330M+ worldwide users! This session gives a technical overview of the Yahoo! Application Platform (YAP), which enables third-party applications to be embedded within popular Yahoo! destinations such as My Yahoo! and the Yahoo! home page. The session will cover key features of YAP, including Yahoo Markup Language (YML), Caja, Open Social, image cache and application editor. Next the talk will explain how to build an application for this platform as well as best practices to deliver great user experience from your application.
This document discusses building mobile web applications in ASP.NET. It covers using mobile web controls, emulators for testing on devices, and techniques for adaptive and device-specific rendering. Styles and pagination can be used to optimize the mobile user experience. Cookieless sessions allow storing state without cookies.
Best Practices in Mobile Development: Building Your First jQuery Mobile AppSt. Petersburg College
油
By the end of 2012, it is expected that more than 80% of the worlds population will have access to a smartphone. Your library users will assume that your library can be accessible from anywhere, at any time, and on any device. Now is the time to be ready! During this hands-on webinar, you will:
- learn the differences between native and web apps.
- understand the various technologies (HTML, CSS, JavaScript) and how they work together to build mobile web apps.
- gain hands-on experience using jQuery Mobile to develop a fully functional mobile-optimized web app.
- have access to a free Web server so you can continue to work/test your project live on the Web.
- continue to work with Jason and Chad so you can have a mentor during and after your project.
The document summarizes Facebook's APIs and tools for integrating Facebook features into other websites and applications. It provides an overview of Facebook's history and platform, describes key APIs like the Graph API and FQL, and covers authentication methods, social plugins, and tools for user engagement like the Like button and comments. It also discusses Open Graph for integrating web pages and recommends using Facebook's APIs to create personalized social experiences on mobile and the web.
The document summarizes Facebook's APIs and tools for integrating Facebook features into other websites and applications. It provides an overview of Facebook's history and platform, describes the core APIs including the Graph API and FQL, and covers authentication methods, social plugins, and tools for mobile development. Facebook offers developers many ways to build personalized experiences that incorporate the social graph and enhance user engagement.
The most advanced and affordable way to create a mobile app for any website. The mobile framework involves rapid design and development of a feature rich and interactive Mobile App for a Website.
Web 2.0: characteristics and tools (2010 eng)Carlo Vaccari
油
The document provides an overview and program for a course on Web 2.0 technologies including blogs, wikis, tags, and social networks. It discusses what these tools are, how to use them, and their importance. It also covers related concepts like folksonomies, user-generated content, content aggregation, and microblogging. Examples and characteristics of Web 2.0 are provided to explain the shift from a read-only Web 1.0 to a more interactive Web 2.0.
The document discusses designing user interfaces for multiple screen sizes and orientations. It emphasizes making interfaces functional, beautiful, whimsical and emotional. It provides tips for layouts, animations, handling orientation changes and engaging users. Code snippets demonstrate implementing galleries, scrollable views and fragment transactions.
The document discusses designing user interfaces for multiple screen sizes and orientations. It emphasizes creating interfaces that are functional, beautiful, whimsical and emotional. It provides tips for layouts, animations, handling orientation changes and incorporating visual elements to engage users.
The document discusses how to integrate a Facebook application across various parts of the Facebook user experience, including the application directory, profile, canvas page, profile boxes, application tabs, bookmarks, and more. It provides examples and descriptions of how to implement features like the user dashboard, publishing to the news feed, sending alerts and requests, and interacting with users through Facebook pages. The goal is to fully utilize integration points and deliver a rich user experience within the application.
The document discusses how to integrate a Facebook application across various parts of the Facebook user experience, including the application directory, profile, canvas page, profile boxes, application tabs, bookmarks, and more. It provides examples and descriptions of how to implement features like the user dashboard, publishing to the news feed, sending alerts and requests, and interacting with users through Facebook pages. The goal is to fully utilize integration points and deliver a rich user experience within the application.
Flaky browsers and connections present challenges for mobile web development. W3C Widgets offer a solution by allowing developers to create local applications using HTML, CSS, and JavaScript that run like native apps on any browser or device. Key aspects of widgets include their configuration file, widget object and methods, and security considerations when accessing device APIs. While still an emerging technology, widgets show promise as a cross-platform solution if browser support increases and issues around debugging, updating and security are addressed.
The document defines various computer and internet related terms including viruses, keyloggers, copyright, fair use, pharming, web 2.0, user participation, semantic web, bookmarking sites, news sites, media sharing sites, microblogging, blogs and forums, mobile technologies, operating systems, assistive media, spyware, incognito mode, adware, spam, trojans, mail merge features in Microsoft Word, and infographics. It also provides examples of media sharing sites, microblogging sites, blogs and forums, social networks, and defines folksonomy and features of the semantic web.
According to jqtouch.com, jQTouch is a jQuery plugin for mobile Web development on the iPhone, Android, iPod Touch, and other forward-thinking devices. Web apps can easily be created using jQTouch, and they resemble native apps. jQTouch includes native WebKit animations, automatic navigation, extensions for geo-location and offline capabilities, and themes built specifically for mobile WebKit browsers like the above-mentioned mobile devices. In this session, Chad Mairn will explain the differences between native and Web apps, highlight some free and useful web development tools, and will then demonstrate how to install and customize jQTouch in order to help kick start your librarys mobile Web presence.
More Related Content
Similar to Making mobile apps with web technology (20)
Making mobile apps with web technology (revised)Manyoung Cho
油
Only web technology can gurantee cross device, cross platform application. This is true beauty of web standard technology. This will be next generation development of application development in CE market.
Facebook Connect allows users to log into third-party websites using their Facebook credentials. This provides a single sign-on experience while allowing sites to access basic profile data and connect users to their Facebook friends. Developers can integrate Facebook Connect into sites built on platforms like WordPress, Drupal, and Joomla using available plugins. Setting up Facebook Connect involves registering an app on Facebook's developer site and including Facebook's JavaScript SDK and XFBML tags on pages.
Download PowerPoint Project on social programming for engineering studentsSkyingBlogger
油
The document discusses how to integrate web pages into the social graph on Facebook. It provides information on adding metadata like title, image and URL to represent the object within the graph. It also discusses adding a like button to create a connection between the user and page. Finally, it discusses how this can help promote websites by attracting users with similar interests and increasing traffic.
This document provides an overview of Facebook applications, including what Facebook is, the benefits of developing on the Facebook platform, the types of applications that can be developed, basic concepts like authorization, and important components like FBML, FQL, and the REST API. It also demonstrates how to set up a Facebook application and discusses considerations for monetization and examples of successful apps.
The document discusses the development of Vertex, an all-in-one web application that integrates social media, music streaming, video streaming, and other applications into a single platform. It aims to improve the user experience by reducing the need to switch between multiple individual applications. The key components of Vertex include a social media app for profiles, posts and messaging, face filters, media playback and controls, and a video streaming app. The integration of these features into one application provides a more seamless experience for users.
Yahoo! Application Platform Technical Deep DiveTony Ng
油
Learn how to build applications for a platform that can reach 330M+ worldwide users! This session gives a technical overview of the Yahoo! Application Platform (YAP), which enables third-party applications to be embedded within popular Yahoo! destinations such as My Yahoo! and the Yahoo! home page. The session will cover key features of YAP, including Yahoo Markup Language (YML), Caja, Open Social, image cache and application editor. Next the talk will explain how to build an application for this platform as well as best practices to deliver great user experience from your application.
This document discusses building mobile web applications in ASP.NET. It covers using mobile web controls, emulators for testing on devices, and techniques for adaptive and device-specific rendering. Styles and pagination can be used to optimize the mobile user experience. Cookieless sessions allow storing state without cookies.
Best Practices in Mobile Development: Building Your First jQuery Mobile AppSt. Petersburg College
油
By the end of 2012, it is expected that more than 80% of the worlds population will have access to a smartphone. Your library users will assume that your library can be accessible from anywhere, at any time, and on any device. Now is the time to be ready! During this hands-on webinar, you will:
- learn the differences between native and web apps.
- understand the various technologies (HTML, CSS, JavaScript) and how they work together to build mobile web apps.
- gain hands-on experience using jQuery Mobile to develop a fully functional mobile-optimized web app.
- have access to a free Web server so you can continue to work/test your project live on the Web.
- continue to work with Jason and Chad so you can have a mentor during and after your project.
The document summarizes Facebook's APIs and tools for integrating Facebook features into other websites and applications. It provides an overview of Facebook's history and platform, describes key APIs like the Graph API and FQL, and covers authentication methods, social plugins, and tools for user engagement like the Like button and comments. It also discusses Open Graph for integrating web pages and recommends using Facebook's APIs to create personalized social experiences on mobile and the web.
The document summarizes Facebook's APIs and tools for integrating Facebook features into other websites and applications. It provides an overview of Facebook's history and platform, describes the core APIs including the Graph API and FQL, and covers authentication methods, social plugins, and tools for mobile development. Facebook offers developers many ways to build personalized experiences that incorporate the social graph and enhance user engagement.
The most advanced and affordable way to create a mobile app for any website. The mobile framework involves rapid design and development of a feature rich and interactive Mobile App for a Website.
Web 2.0: characteristics and tools (2010 eng)Carlo Vaccari
油
The document provides an overview and program for a course on Web 2.0 technologies including blogs, wikis, tags, and social networks. It discusses what these tools are, how to use them, and their importance. It also covers related concepts like folksonomies, user-generated content, content aggregation, and microblogging. Examples and characteristics of Web 2.0 are provided to explain the shift from a read-only Web 1.0 to a more interactive Web 2.0.
The document discusses designing user interfaces for multiple screen sizes and orientations. It emphasizes making interfaces functional, beautiful, whimsical and emotional. It provides tips for layouts, animations, handling orientation changes and engaging users. Code snippets demonstrate implementing galleries, scrollable views and fragment transactions.
The document discusses designing user interfaces for multiple screen sizes and orientations. It emphasizes creating interfaces that are functional, beautiful, whimsical and emotional. It provides tips for layouts, animations, handling orientation changes and incorporating visual elements to engage users.
The document discusses how to integrate a Facebook application across various parts of the Facebook user experience, including the application directory, profile, canvas page, profile boxes, application tabs, bookmarks, and more. It provides examples and descriptions of how to implement features like the user dashboard, publishing to the news feed, sending alerts and requests, and interacting with users through Facebook pages. The goal is to fully utilize integration points and deliver a rich user experience within the application.
The document discusses how to integrate a Facebook application across various parts of the Facebook user experience, including the application directory, profile, canvas page, profile boxes, application tabs, bookmarks, and more. It provides examples and descriptions of how to implement features like the user dashboard, publishing to the news feed, sending alerts and requests, and interacting with users through Facebook pages. The goal is to fully utilize integration points and deliver a rich user experience within the application.
Flaky browsers and connections present challenges for mobile web development. W3C Widgets offer a solution by allowing developers to create local applications using HTML, CSS, and JavaScript that run like native apps on any browser or device. Key aspects of widgets include their configuration file, widget object and methods, and security considerations when accessing device APIs. While still an emerging technology, widgets show promise as a cross-platform solution if browser support increases and issues around debugging, updating and security are addressed.
The document defines various computer and internet related terms including viruses, keyloggers, copyright, fair use, pharming, web 2.0, user participation, semantic web, bookmarking sites, news sites, media sharing sites, microblogging, blogs and forums, mobile technologies, operating systems, assistive media, spyware, incognito mode, adware, spam, trojans, mail merge features in Microsoft Word, and infographics. It also provides examples of media sharing sites, microblogging sites, blogs and forums, social networks, and defines folksonomy and features of the semantic web.
According to jqtouch.com, jQTouch is a jQuery plugin for mobile Web development on the iPhone, Android, iPod Touch, and other forward-thinking devices. Web apps can easily be created using jQTouch, and they resemble native apps. jQTouch includes native WebKit animations, automatic navigation, extensions for geo-location and offline capabilities, and themes built specifically for mobile WebKit browsers like the above-mentioned mobile devices. In this session, Chad Mairn will explain the differences between native and Web apps, highlight some free and useful web development tools, and will then demonstrate how to install and customize jQTouch in order to help kick start your librarys mobile Web presence.
5. 2006 : Long time ago galaxy far far awayOpera introduced browser based application called widget in 2006Widget is W3C standardhttp://www.w3.org/TR/widgets/Opera Widgethttp://widgets.opera.comWidget = browser based standalone web application
6. 2007 : Apple MacOS 10.5 MacOs Dashboard Widgethttp://developer.apple.com/macosx/dashboard.htmlhttp://en.wikipedia.org/wiki/Dashboard_(software)HTML5 Canvas was also introducted by Apple
7. 2008 : Widget Chaos! Google Desktop widgetYahoo WidgetNaver, Daum WidgetAll gone Non standard based
12. Browser WarsBrowser is a killer app of the smartphoneOpera mobile 10iPhone SafariChrome liteMobile browser war is more severe than desktopNew technology is applied in mobile browser
15. Mobile Apps WarsApple is the only winneriPod, iPhone2G, iPhone 3G usersFollowers cant defeat this.
16. Anti Apple alliancesOperators Handset makersToo many platforms Windows Mobile, Limo, Android, Brew, SHP, Symbian, Proprietrary OS.What can be the crossplatform?
22. EBay search and shoppingUser observes his watching, buying and selling items.Each item shows picture, description, price, number of bids and remaining auction time.Clicking on the item will open item details in the browser, where user will be able to log in and bid for item.In menu screen user can set his ebay username/password and configure autorefresh time (in minutes).油Main screen should contain refresh button.Widget will contact eBay API directly using HTTP protocol and retrieve data in JSON or XML format.
23. FacebookFacebook API described at油http://wiki.developers.facebook.com/index.php/JavaScript_Client_Library油and油http://developers.facebook.com/docs/油will be used. User will be able to store his username/password in the widget.油User will be able to set his status message, and will see his own status messages history.User will be able to see his own personal details.User will be able to browse list of his friends, see friends details ,see friends status message history, see and write messages to the friend's wall.User will be able to poke selected friend, and write a message to him.If phone and widget runtime supports it, user will be able to take a photo and post it directly to Facebook, or post photo from phone gallery.Widget will periodically (time configurable in widget preferences, in minutes) check if there are new pokes, personal messages or wall messages for the user.In case of new action, user will be informed by overlay icon on the widget in widget gallery.Note: API key is needed. Check Terms and conditions for using it.
24. TwitterUser will be able to store his twitter username and password in the widget (in the options menu). There will be field in the option menu will be auto refresh time(in minutes) [we have to keep in mind twitter API request limits].油On the widget main page user will see list of statuses from people he is following. Each status will show user image, user profile name, message, date and 'from' field.User will be able to delete his own message. User will be able to start any message. User will be able to reply or between any messages from another people. Clicking on another user username will show this person details at the top of the screen, and messages just from this user below.User will be able to set his status on twitter. User will be able to see list of people he is following and his followers. Clicking on follower/following name will open that user page.Each relevant page will also contain a link that opens that page in the browser.
25. Extend Web : Device APIsContactCalendarFile systemMessagingSystem info : CPU, Battery, etc
26. Extending Web SpecJIL (Joint Innovation Lab)Vodafone, VZW, Softbank, China Mobilehttp://www.jil.org/BONDI(OMTP driven)W3C Device APIs and Policyhttp://www.w3.org/2009/dap/
36. PhoneGapPhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iTouch, iPad, Google Android, Palm, Symbian and Blackberry SDKs. Learnhttp://phonegap.com