dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi
  • iPhone - Posted by weimenglee 2 years 8 weeks ago
  • Offline iPhone Web Apps
  • One of the several features outlined in the HTML 5 specification is the support for Web applications that continue to work while they are offline. This feature is very useful for Web applications because a Web application can be loaded just once and then run offline without needing a persistent Internet connection, making it behave just like a locally installed native application. Dashcode supports the manifest attribute available in the HTML 5 specifications for offline web applications. And so in this article, you will learn how to write offline iPhone Web applications using Dashcode.
  • Developers Guide - Posted by mclancy 12 weeks 5 days ago
  • Future of the Mobile Web Whitepaper
  • We're very happy to publish this paper arising from the The Future of the Mobile Web event held at the Dublin Convention Centre in January 2012. We covered a lot of ground and the paper is a serious attempt to capture all the topics covered from HTML5 to responsive design to device detection and many others. We found it to be a very worthwhile process to listen, validate our ideas and learn from others in the process of writing it. We hope it is useful to a wider readership also.
  • Mobile Design - Posted by mclancy 15 weeks 4 days ago
  • Future of the Mobile Web
  • Last week we hosted an event loftily entitled "The Future of the Mobile Web" at the Dublin Convention Centre.
  • Apps - Posted by ronan 1 year 32 weeks ago
  • Mobile Apps vs. Mobile Web
  • With all of the buzz around apps & app stores it would be easy to assume that mobile apps have unstoppable momentum and that the mobile web is taking a back seat. It's worth taking a step back to see how this is all going to pan out. Will mobile apps dominate completely and overwhelm the mobile web or does the mobile web still stand a chance?
  • Apps - Posted by ruadhan 1 year 35 weeks ago
  • Calling all app developers - get the recognition you deserve
  • That's right, Ireland's first and only dedicated apps awards, The Appys, are coming to town. These awards were set up to give the best apps developers the recognition they deserve. The competition is open to all, so if you've developed an app on any platform, or have been involved in the development of an app, then you can enter. The categories are: Best augmented reality/location services app Best business solutions app Best "branded" app Best gaming app Best media app Best social networking app
  • iPad - Posted by weimenglee 2 years 1 week ago
  • Using the PopoverView in iPad App Development
  • In the previous article, we saw how to develop a new type of application known as the Split View-based application on the iPad. And one of the new views introduced for the iPad is the PopoverView, which you had a quick glimpse of it in action in the previous article. In this article, I will show you how you can use the PopoverView in your iPad application, not just in a Split View-based application. Getting Started with the PopoverView