<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7686255643020190315</id><updated>2011-07-31T00:09:25.306-07:00</updated><title type='text'>HTML5 Academy</title><subtitle type='html'>Learn how to write HTML5 based native and web apps. There's a lot of confusion about what HTML5 actually is - this blog is oriented towards the practical bits.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://html5academy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://html5academy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sam</name><uri>http://www.blogger.com/profile/11440419945081929948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7686255643020190315.post-6300438395260329917</id><published>2010-07-15T08:19:00.000-07:00</published><updated>2010-07-15T14:08:33.500-07:00</updated><title type='text'>Creating an iOS Native App On Windows</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: &amp;quot;Times New Roman&amp;quot;;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;As Homer Simpson says ... "DOH!" If you've ever thought - "gee, I'd love to create an iPhone/iPad app but I've only got a Microsoft Windows machine", I've got great news for you. &lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In appMobi - every app is really a small web site (we call them "app sites"). These app sites can be created in any traditional HTML editor - from Notepad++ to Visual Studio. In fact, you can run your favorite HTML editor on any kind of&amp;nbsp;PC (Windows, Linux, Mac - whatever ...) because, to test it and build it you'll be uploading it into appMobi's cloud based&amp;nbsp;development system.&amp;nbsp;So, the process basically looks like:&amp;nbsp;&amp;nbsp;create the app site, upload it to your free&amp;nbsp;&lt;a href="http://www.appmobi.com/"&gt;appMobi app account&lt;/a&gt;, download the required info from your Apple Developer account (signing certificates), upload the certificates to us, press the appMobi "build" button inside your dashboard, and presto - iOS4 app! Even better - you can simultaneously output your app for Google Android as well.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I'd would have loved to make this post longer but it's really that simple with appMobi.&amp;nbsp;As far as I know - it's the only way to create an Apple iOS app on Windows. Enjoy!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7686255643020190315-6300438395260329917?l=html5academy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://html5academy.blogspot.com/feeds/6300438395260329917/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://html5academy.blogspot.com/2010/07/creating-ios-native-app-on-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/6300438395260329917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/6300438395260329917'/><link rel='alternate' type='text/html' href='http://html5academy.blogspot.com/2010/07/creating-ios-native-app-on-windows.html' title='Creating an iOS Native App On Windows'/><author><name>Sam</name><uri>http://www.blogger.com/profile/11440419945081929948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7686255643020190315.post-523183696725097443</id><published>2010-07-13T12:45:00.000-07:00</published><updated>2010-07-13T12:45:07.685-07:00</updated><title type='text'>How To Create A Native App For Free</title><content type='html'>I can't tell you how many times I'm asked asked the question - "I've got this great idea for an app, is that something you can help me with? What will it cost me?" A year ago, the best I could tell people was "find yourself a smartphone developer (mine are too busy) and try and convince them ... ." Native iOS4 and Android developers are few and far between, they're pretty full-up on work and they're not cheap. That doesn't even start to scratch the issues: development machines - OSX based for iOS development, SDKs, longer development cycles, IDEs, analytics, monetization ... .&lt;br /&gt;&lt;br /&gt;It's been my mission to eliminate the barriers to entry for mobile apps, and that means addressing every aspect of the development chain including cost. I won't pretend this is an exhaustive review of all the tools and services on the market - just my favorites.&amp;nbsp;I'm biased, but I think think their's only one plausible way to go for 99% of the apps people hope to bring to market - and that's the way both the CEOs of Apple and Google, Steve Jobs and Eric Schmidt, say we should - HTML(5) and Javascript. But how do you use HTML5 to create a native app? Read on ...&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;HTML5 = Great User Interfaces&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;I won't go into this too deeply - but suffice it to say that if the CEOs of the two biggest mobile players say HTML5 is the future, then you should take their word for it.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;PhoneGap = HTML5 Websites As Native Apps&lt;/span&gt;&lt;br /&gt;Cost: $0&lt;br /&gt;PhoneGap might be described as the Linux of mobile development. It's development SDK that takes the approach of writing a native app - exactly as if it were a web site. In fact, let call this web site as an app, the &lt;b&gt;"app site"&lt;/b&gt;. It's brilliant in that HTML and&amp;nbsp;JavaScript&amp;nbsp;are by far the most widely known technical skill sets and the easiest to learn. PhoneGap provides a bridge to native device functionality through JavaScript - that's how the app site can tap into the GPS, accelerometer, camera, and other device features. The downside is to PhoneGap is that &amp;nbsp;it developers are still required to set-up native SDK based development&amp;nbsp;environments&amp;nbsp;- for Apple that means a Mac, OSX + developer tools, XCode, the latest iOS4 SDK, and an XCode container project for PhoneGap. There's a similar tool chain for Android. In essence PhoneGap suffers from the same issues as most open source projects - if you could use it in a fully configured enviornment, it would be great.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;appMobi = an online PhoneGap Hosting E&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;nvironment&lt;/span&gt;&lt;br /&gt;Cost: $0&lt;br /&gt;appMobi takes all the pain out of PhoneGap. When you start an appMobi app, PhoneGap is baked in as are several extensions and additional APIs. appMobi is a SaaS (software as a service) based system that hosts a development system in the cloud. &amp;nbsp;So, developers no longer need any of the desktop tools (machines, sdks, etc.) to create native apps. Three major benefits here of appMobi:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;it's the &lt;i&gt;only&lt;/i&gt; way I know of to develop an iPhone/iOS app on Windows&lt;/li&gt;&lt;li&gt;apps developed within the system can be deployed to multiple device OS's without changes&lt;/li&gt;&lt;li&gt;it allows developers to use any IDE to develop their app site.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;appMobi let's developers develop apps for free if the developer is developing a "free to consumers" app.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Summary&lt;/span&gt;&lt;/div&gt;&lt;div&gt;PhoneGap + appMobi effectively remove the barriers to native app development:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;there are millions of capable web developers as opposed to 10s of thousands of smart phone developers. That means cheaper, faster, and better native apps!&lt;/li&gt;&lt;li&gt;appMobi is effectively the RedHat to PhoneGap's Linux - that is, there is a trusted vendor that is building commercial quality toolsets that you can leverage into app developement.&lt;/li&gt;&lt;/ul&gt;Amazingly, it's easy and it's free to create great native apps - what's stopping you?&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7686255643020190315-523183696725097443?l=html5academy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://html5academy.blogspot.com/feeds/523183696725097443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://html5academy.blogspot.com/2010/07/how-to-create-native-app-for-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/523183696725097443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/523183696725097443'/><link rel='alternate' type='text/html' href='http://html5academy.blogspot.com/2010/07/how-to-create-native-app-for-free.html' title='How To Create A Native App For Free'/><author><name>Sam</name><uri>http://www.blogger.com/profile/11440419945081929948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7686255643020190315.post-3883867705672774857</id><published>2010-06-10T07:52:00.000-07:00</published><updated>2010-06-10T08:22:48.785-07:00</updated><title type='text'>Writing HTML5 Mobile Apps</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;Writing in HTML5 for mobile apps may require some rethink from traditional best practices on the desktop web. We'll give a quick overview of the high-level things you should take into account and we'll dive into the nitty gritty details in future articles. Let's go!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Absolute Positioning &amp;amp; Viewport&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;For the desktop web, the vast majority of content is developed in flow layout (as opposed to absolutely positioned). Historically, this has allowed designers to be relatively indifferent to the pixel resolution of the user's screen. That strategy doesn't work out very well on a mobile device because the resolution difference between the iPhone/iPad/G1/Droid etc. are dramatic and the enviornment in which the device is being used requires tighter control over the position of elements. For example, if a user has to hit a button with only one hand to work the device, the button really needs to be in exactly the right spot (as opposed to off the screen).&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Viewport is a new meta tag that is available and is particularly useful for mobile situations.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;i&gt;meta name="viewport" content="width=320, user-scalable=no"&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Using viewport, you can design to one resolution (say 768x1024) and have the whole page display on every device you are targeting. In conjunction with viewport, if you use absolute positioning, you can guarantee the fidelity of the user experience.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Viewport can sometime be tricky to implement on multiple devices correctly escpecially when the devices rotate etc.. To help with this, appMobi has created some convenience functions in their JavaScript helper functions -&amp;nbsp;AppMobi.useViewport([widthPortriat], [widthLandscape]). Documentation for this can be found here:&amp;nbsp;&lt;a href="http://assets.edge.flycast.fm/appmobi/AppMobiSDK_2.42.b.pdf"&gt;appMobi API documentation&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Cache is King&lt;/span&gt;&lt;/div&gt;&lt;div&gt;For mobile apps, a network connection isn't omni-present. HTML5 and the appMobi javascript library have facilities for caching data (HTML5) and media (appMobi). Use them early and often, your users will love the fact that the apps/sites work faster when they're online &amp;amp; and even work when they're offline!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Animation Is In!&lt;/span&gt;&lt;/div&gt;&lt;div&gt;What used to be the province of Flash is now available to the iPhone/iPad/Android/Nokia/BBY6.0 and all webkit based devices. You can move, rotate and flip elements with the greatest of ease. We have one sample that allows you to roll a soda can on a table top - that animation updates 100 times per second and it works beautifully even down to Gen1 iPod Touches. Check out the source code here:&amp;nbsp;&lt;a href="http://appmobi.com/Gallery"&gt;http://appMobi.com/Gallery&lt;/a&gt;.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7686255643020190315-3883867705672774857?l=html5academy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://html5academy.blogspot.com/feeds/3883867705672774857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://html5academy.blogspot.com/2010/06/writing-html5-mobile-apps.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/3883867705672774857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7686255643020190315/posts/default/3883867705672774857'/><link rel='alternate' type='text/html' href='http://html5academy.blogspot.com/2010/06/writing-html5-mobile-apps.html' title='Writing HTML5 Mobile Apps'/><author><name>Sam</name><uri>http://www.blogger.com/profile/11440419945081929948</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
