dotMobimobiThinkingmobiForgemobiReadyDeviceAtlasgoMobi
  • iPhone - Posted by weimenglee 1 year 46 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.
  • Mobile Design - Posted by mclancy 1 week 18 hours 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 ruadhan 1 year 21 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 1 year 39 weeks 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