<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RAAK &#124; Digital &#38; Social Media Agency London &#187; mobile content</title>
	<atom:link href="http://wewillraakyou.com/tag/mobile-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://wewillraakyou.com</link>
	<description>Putting you in touch with your crowds</description>
	<lastBuildDate>Tue, 22 May 2012 20:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>jQuery Mobile and the Fall of the Native App</title>
		<link>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/</link>
		<comments>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:10:50 +0000</pubDate>
		<dc:creator>Adriaan Pelzer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile content]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.wewillraakyou.com/?p=4202</guid>
		<description><![CDATA[Ever since Apple's <em>hugely unpopular</em> announcement that they're going to claim 30 percent of all developers' in-app revenue, <em>alternative platform</em> talk has been more rife than ever before. jQuery Mobile might just provide the right means to and end for such a platform.]]></description>
			<content:encoded><![CDATA[<p>Ever since Apple&#8217;s <em>hugely unpopular</em> announcement that they&#8217;re going to <a href="http://www.themusicnetwork.com/music-features/industry/2011/03/08/apple-apps-biting-off-more-than-it-should-chew/">claim 30 percent</a> of all developers&#8217; in-app revenue, <em>alternative platform</em> talk has been more rife than ever before.</p>
<p>It certainly looks like Apple has cooked the goose that lays the golden eggs for dinner.</p>
<p><img class="alignnone size-full wp-image-4208" title="jQuery Mobile" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/jquery_mobile.jpg" alt="jQuery Mobile" width="360" height="232" /></p>
<p>So, what is this <em>alternative platform</em>, exactly?</p>
<p>I mean, you don&#8217;t want users to have to <a href="http://en.wikipedia.org/wiki/IOS_jailbreaking">jailbreak</a> their iDevices to be able to install the <a href="http://woos.at">next big serendipity app</a>, right?</p>
<p><em>Let&#8217;s take one step back.</em></p>
<p>In the blue corner, we have native frameworks and languages. These are vastly different from platform to platform &#8211; in other words, once you&#8217;ve finished coding an iPhone application, you still have to code a version for Android from scratch, as well as a version for Blackberry, a version for Windows Mobile, and every single update you release, has to be ported to all these platforms.</p>
<p>In the red corner, we have good old HTML5, CSS3 and Javascript. It works the same in all browsers on all devices, with minimal styling adjustments between different platforms. In other words, a mobile web app is easier to build than a traditional desktop website.</p>
<p><em>This is mainly due to the fact that, on mobile, there is no equivalent to Internet Explorer version 6, 7 and 8. Hallelujah!.</em></p>
<p>The main trade-off here is <em>native app styling</em>, which is quite design-heavy, and has had a lot of thought and development put into it.</p>
<p>And here <a href="http://jquerymobile.com/">jQuery Mobile</a> provides us with a true Silver Bullet.</p>
<h2 class="subTitle">The jQuery legacy</h2>
<p><a href="http://jquery.com/">jQuery</a>, self-branded as the <em>write less, do more javascript library</em>, has all but re-invented Javascript in the past six years. <a href="http://ejohn.org/blog/selectors-in-javascript/">Based on</a>, and improving on a discontinued library called <a href="http://bennolan.com/behaviour/">Behaviour</a>, jQuery treats Javascript development as a bag of functions tied to HTML elements. This results in a much more organic development paradigm for the web.</p>
<p>This all sounds pretty technical, but all you need to know is, once you&#8217;re used to jQuery, it makes previously complicated things very simple. <strong>In a very big way.</strong></p>
<h2 class="subTitle">jQuery goes mobile</h2>
<p>In August 2010, jQuery <a href="http://blog.jquery.com/2010/08/13/the-jquery-project-is-proud-to-announce-the-jquery-mobile-project/">announced</a> an alpha version of their new library, jQuery Mobile.</p>
<p>Everything jQuery does for the desktop also applies to mobile, so what does jQuery mobile add to the mix?</p>
<p><em>Styling and behaviour.</em> With some Javascript and CSS magic, jQuery Mobile turns this:<br />
<img class="alignnone size-full wp-image-4205" style="border: 1px solid black;" title="Woos.at unstyled" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/woosat_unstyled.jpg" alt="Woos.at unstyled" width="360" height="384" /></p>
<p>into this:<br />
<img class="alignnone size-full wp-image-4206" style="border: 1px solid black;" title="Woos.at with jQuery Mobile" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/woosat_jquery_mobile.jpg" alt="Woos.at with jQuery Mobile" width="360" height="335" /></p>
<p>without any work on the developer&#8217;s part.</p>
<p>Pretty nifty eh?</p>
<h2 class="subTitle">In the Interim &#8230;</h2>
<p>While the app store is still alive and well, HTML5, CSS3 and jQuery Mobile can be used in conjunction with platforms like <a href="http://www.phonegap.com/">Phonegap</a> or <a href="http://www.appcelerator.com/">Appcelerator Titanium</a> to actually compile HTML5/jQuery apps down to native apps on most of the main mobile platforms.</p>
<p>Hopefully, before too long, one of these will happen:</p>
<ul>
<li>Someone will start an alternative, hugely adopted HTML5 app store (quite likely)</li>
<li>Apple will come to their senses and try and save the app store by including HTML5 apps (less likely)</li>
<li>The entire app store paradigm will die, and people will install apps from a variety of third party providers (not very likely at all)</li>
</ul>
<p>So &#8230; while we keep on building HTML5 apps and mincing them into apps through Phonegap, won&#8217;t someone please go ahead and start up an HTML5 app store, please? (and make it hugely popular, of course &#8230; )</p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Curating mobile content</title>
		<link>http://wewillraakyou.com/2009/04/curating-mobile-content/</link>
		<comments>http://wewillraakyou.com/2009/04/curating-mobile-content/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:35:04 +0000</pubDate>
		<dc:creator>Gerrie Smits</dc:creator>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[RAAK projects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[curation]]></category>
		<category><![CDATA[mobile content]]></category>

		<guid isPermaLink="false">http://raak.mhambi.com/?p=164</guid>
		<description><![CDATA[<strong>Client:</strong> Motorola / MTV International Creative
<strong>Title:</strong> MTV Load
<strong>Brief:</strong> Curate an archive of animations and films that could be downloaded via mobile phones
<strong>Solution:</strong> We licensed existing pieces that were going viral. We commissioned artists around the world to create bespoke pieces that fitted the small screen]]></description>
			<content:encoded><![CDATA[<p><a href="http://test.wewillraakyou.com/wp-content/uploads/2009/07/mtvload-new.png"><img class="alignnone size-full wp-image-1980" title="MTV Load" src="http://test.wewillraakyou.com/wp-content/uploads/2009/07/mtvload-new.png" alt="" width="220" height="142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2009/04/curating-mobile-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: basic
Object Caching 366/398 objects using disk: basic

Served from: wewillraakyou.com @ 2012-05-23 20:20:19 -->
