<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / henrik / folder / Mobile Web Apps</title>
<link>http://netvouz.com/henrik/folder/4422831783591354848/Development+Mobile+Web+Apps?feed=rss&amp;pg=1</link>
<description>henrik&#39;s bookmarks in folder Mobile Web Apps on Netvouz</description>
<item><title>Dojo Mobile: A Maintainable Mobile Framework: Looking beyond JavaScript Chaining and CSS Selectors (IBM Mobile Technology Previ</title>
<link>https://www.ibm.com/developerworks/mydeveloperworks/blogs/ibmmobile/entry/dojo_mobile_a_maintainable_mobile_framework_looking_beyond_javascript_chaining_and_css_selectors11?lang=en</link>
<description>Dojo Mobile is a world class HTML5 mobile JavaScript framework that enables rapid development of mobile web applications with a native look and feel on modern webkit-enabled mobile devices such as iPhone, iPod Touch, iPad, Android and RIM smartphones and tablets.  It is the core Mobile toolkit used in the IBM Mobile Technology Preview and the Web 2.0 and Mobile Feature Pack for WebSphere Application Server.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Sat, 26 Nov 2011 11:36:49 GMT</pubDate>
</item><item><title>dojox.mobile Test Cases</title>
<link>http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/mobile/tests/</link>
<description>Test cases for Dojo Mobile widgets</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 11 Jul 2012 09:00:45 GMT</pubDate>
</item><item><title>Enable HTML5 Offline Web Application with Dojo 1.7 (Web 2.0 and Mobile Development Community)</title>
<link>https://www.ibm.com/developerworks/mydeveloperworks/blogs/94e7fded-7162-445e-8ceb-97a2140866a9/entry/draft_enable_html5_offline_web_application_with_dojo_1_716?lang=en</link>
<description>HTML5 offline web application is a wonderful technology that let web applications work without network connection, which is especially useful for mobile web applications since wireless network is not as stable as wire network is. According to W3C specification of offline web application, developers needs to provide a manifest file if they want to enable the offline cache capability. The manifest file lists all the resources that will be offline cached and needs to be referenced in HTML page like this. &lt;html manifest=”cache.appcache”&gt; The cache.appcache needs to be served as “text/cache-manifest” content-type and the browser will fetch all of the resource files in the manifest during the first load or whenever the content of manifest is updated.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Mon, 10 Oct 2011 15:21:18 GMT</pubDate>
</item><item><title>FastClick redux | FT Labs</title>
<link>http://labs.ft.com/2012/08/fastclick-redux/</link>
<description>A FastClick javascript plugin to speed up iOS, Android click handling</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 31 Jul 2013 09:42:09 GMT</pubDate>
</item><item><title>Fixing the Transitions in jQuery Mobile 1.1.0</title>
<link>http://zsprawl.com/iOS/2012/05/fixing-the-transitions-in-jquery-mobile-1-1-0/</link>
<description>Tips on how to improve the crappy page transitions in newer versions of the jQuery Mobile framework.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Fri, 29 Mar 2013 09:18:18 GMT</pubDate>
</item><item><title>Generating HTML5 AppCache Manifests with Fiddler - Fiddler Web Debugger - Site Home - MSDN Blogs</title>
<link>http://blogs.msdn.com/b/fiddler/archive/2011/09/15/generate-html5-appcache-manifests-using-fiddler-export.aspx</link>
<description>HTML5 introduces the concept of an Application Cache, which allows a web developer to provide a manifest of pages that should be cached to permit offline use. You can see an instance of AppCache over on the IETestDrive site; if you examine the markup, you can find that the HTML tag contains a manifest attribute which specifies the URI of the AppCache manifest.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 01 Feb 2012 15:00:53 GMT</pubDate>
</item><item><title>Get started with Dojo Mobile 1.6</title>
<link>http://www.ibm.com/developerworks/library/wa-dojomobile/index.html</link>
<description>Learn about Dojo Mobile, the mobile web development framework that&#39;s an extension of the Dojo toolkit. Using a practical example, learn how to include and use Dojo Mobile widgets and components in your applications. You&#39;ll see how to wrap your web application in a native application using PhoneGap. This article also offers a preview of some of the new features in the next version of the framework.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 28 Sep 2011 06:41:18 GMT</pubDate>
</item><item><title>Get started with Dojo Mobile 1.7</title>
<link>http://www.ibm.com/developerworks/web/library/wa-getstarteddojo/index.html</link>
<description>Learn about Dojo Mobile 1.7, the latest version of the mobile web development framework that&#39;s an extension of the Dojo toolkit. See how to download Dojo 1.7 from trunk and how to use Dojo Mobile in your applications. Explore the various widgets and components it offers, and learn how to wrap your web application up in a native application using PhoneGap.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Fri, 23 Sep 2011 21:30:41 GMT</pubDate>
</item><item><title>How to Implement Push Notifications for Android</title>
<link>http://tokudu.com/2010/how-to-implement-push-notifications-for-android/</link>
<description>In this post I will try to provide you with a quick example on how to implement push notifications for your Android app using MQTT protocol.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Tue, 03 Jan 2012 08:12:21 GMT</pubDate>
</item><item><title>HTML5 Rocks - A Beginner&#39;s Guide to Using the Application Cache</title>
<link>http://www.html5rocks.com/en/tutorials/appcache/beginner/</link>
<description>It&#39;s becoming increasingly important for web-based applications to be accessible offline. Yes, all browsers have caching mechanisms, but they&#39;re unreliable and don&#39;t always work as you might expect. HTML5 addresses some of the annoyances of being offline with the ApplicationCache interface.</description>
<category domain="http://netvouz.com/henrik?category=4422831783591354848">Development &gt; Mobile Web Apps</category>
<author>henrik</author>
<pubDate>Wed, 01 Feb 2012 14:59:53 GMT</pubDate>
</item></channel></rss>