<?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"
	>

<channel>
	<title>iPhone Microsites</title>
	<atom:link href="http://www.iphonemicrosites.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphonemicrosites.com</link>
	<description>iPhone-optimized website solutions</description>
	<pubDate>Sun, 24 Aug 2008 20:59:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to Build an RSS Reader for the iPhone</title>
		<link>http://iphonemicrosites.com/tutorials/how-to-build-an-rss-reader-for-iphone/</link>
		<comments>http://iphonemicrosites.com/tutorials/how-to-build-an-rss-reader-for-iphone/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 22:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=190</guid>
		<description><![CDATA[Learn how to build iPhone-optimized RSS readers with this tutorial from theappleblog. Jason Terhorst provides a well laid out explanation of the process as well as the completed source code used to complete the project. It looks like a great way to serve your RSS feeds to iPhone visitors, check it out here.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/10.jpg" align="left" />Learn how to build iPhone-optimized RSS readers with this tutorial from theappleblog. Jason Terhorst provides a well laid out explanation of the process as well as the completed source code used to complete the project. It looks like a great way to serve your RSS feeds to iPhone visitors, check it out <a href="http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/tutorials/how-to-build-an-rss-reader-for-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BigFive: Extended Web Browser for iPhone</title>
		<link>http://iphonemicrosites.com/articles/bigfive-extended-web-browser-for-iphone/</link>
		<comments>http://iphonemicrosites.com/articles/bigfive-extended-web-browser-for-iphone/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 22:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=189</guid>
		<description><![CDATA[Inspired by PhoneGap, BigFive offers an extended web browser that adds additional functionality to your web apps such as geolocation, taking photos, tracking acceleration and causing vibration. This API allows web developers to access native iPhone capabilities without learning Objective-C. 
The site contains several screen casts which outline the capabilities both from the users and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/8.jpg" alt="" align="left" />Inspired by PhoneGap, BigFive offers an extended web browser that adds additional functionality to your web apps such as geolocation, taking photos, tracking acceleration and causing vibration. This API allows web developers to access native iPhone capabilities without learning Objective-C. <span id="more-189"></span></p>
<p>The site contains several screen casts which outline the capabilities both from the users and the developers perspective, and give a practical example of how to use the technology. Since it&#8217;s a new program we feel there are some kinks, such as the prompts which are presented when loading your content into the BigFive browser, however once there the lack of a button bar at the bottom of the screen was a noticeable improvement.</p>
<p>This is definitely a sign of things to come and we look forward to seeing what can be done with Big Five, <a href="http://www.phonegap.com" target="_blank">PhoneGap</a> and other apps like <a href="http://locationweb.org/locationweb.html" target="_blank">LocationWEB</a>, which we will discuss in an upcoming article.</p>
<p>Check out Dirk Holtwick&#8217;s site at <a href="http://www.big5apps.com" target="_blank">http://www.big5apps.com</a> and let us know what else you&#8217;ve seen that bridges the gap between web and native apps.</p>
<p>-Shaun Mackey</p>
<p>`</p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/articles/bigfive-extended-web-browser-for-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learn How DZone Got iPhone-Optimized</title>
		<link>http://iphonemicrosites.com/articles/learn-how-dzone-got-iphone-optimized/</link>
		<comments>http://iphonemicrosites.com/articles/learn-how-dzone-got-iphone-optimized/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 02:20:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=188</guid>
		<description><![CDATA[The web developers link resource DZone recently went iPhone friendly, and Schalk Neethling posted a detailed article outlining the process. 
&#8220;The iPhone has been all the rage lately, from complaints to praise it has all been heard. Whether you hate it or love it, the fact remains, as a developer you cannot ignore it. And [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/10.jpg" alt="" align="left" />The web developers link resource DZone recently went iPhone friendly, and Schalk Neethling posted a detailed article outlining the process. <span id="more-188"></span></p>
<p>&#8220;The iPhone has been all the rage lately, from complaints to praise it has all been heard. Whether you hate it or love it, the fact remains, as a developer you cannot ignore it. And here at DZone we could not ignore the chance to provide even more means by which you can access your development links. In this article I will share with you how we went about recreating DZone for the iPhone. &#8221;</p>
<p>Its a great read for anyone interested in iPhone microsite and web app development, and contains many code examples and technical discussion on the execution of the project.</p>
<p>Check out the article <a href="http://css.dzone.com/articles/how-we-did-it-dzone-iphone" target="_blank">here</a> or the iPhone version of DZone at <a href="http://dzone.com/iphone " target="_blank">http://dzone.com/iphone </a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/articles/learn-how-dzone-got-iphone-optimized/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Analyst Predicts 45 Million 3G&#8217;s Sold in 2009</title>
		<link>http://iphonemicrosites.com/news/analyst-predicts-45-million-3gs-sold-in-2009/</link>
		<comments>http://iphonemicrosites.com/news/analyst-predicts-45-million-3gs-sold-in-2009/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=187</guid>
		<description><![CDATA[With iPhone sales reaching new countries analysts are predicting sales of 45 million iPhones in 2009. 
According to Peter Burrows of businessweek.com, &#8220;Many analysts expect Apple (AAPL) to sell around 11 million iPhone 3Gs in 2008 and another 25 million in 2009. But perhaps the most optimistic forecast is from Piper Jaffray (PJC) analyst Gene [...]]]></description>
			<content:encoded><![CDATA[<p>With iPhone sales reaching new countries analysts are predicting sales of 45 million iPhones in 2009. </p>
<p>According to Peter Burrows of businessweek.com, &#8220;Many analysts expect Apple (AAPL) to sell around 11 million iPhone 3Gs in 2008 and another 25 million in 2009. But<span id="more-187"></span> perhaps the most optimistic forecast is from Piper Jaffray (PJC) analyst Gene Munster, who expects the company to sell 13 million this year and 45 million next year. &#8221;</p>
<p>With a brand new two year contract accompanying each sale, it&#8217;s a pretty good sign the iPhone will be around for awhile.</p>
<p>Check out the full story <a href="http://www.businessweek.com/technology/content/aug2008/tc20080821_199140.htm" target="_blank">here</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/news/analyst-predicts-45-million-3gs-sold-in-2009/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interview: Shaun Mackey of iPhone Microsites</title>
		<link>http://iphonemicrosites.com/uncategorized/interview-shaun-mackey-of-iphone-microsites/</link>
		<comments>http://iphonemicrosites.com/uncategorized/interview-shaun-mackey-of-iphone-microsites/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 00:16:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=186</guid>
		<description><![CDATA[MyMac recently recorded an interview with iPhone Microsites&#8217; CEO, Shaun Mackey, where he discusses iPhone website development with Sam Levin.
The interview was conducted at iPhoneDevCamp2 at Adobe earlier this month, and will appear on an upcoming episode of CoolMacPicks on mymac.com  
Check out the interview at http://www.mymac.com/podcast/microsites.mp3
]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.iphonemicrosites.com/images/icon/14.jpg"/>MyMac recently recorded an interview with iPhone Microsites&#8217; CEO, Shaun Mackey, where he discusses iPhone website development with <a href="http://www.samlevin.com">Sam Levin</a>.<span id="more-186"></span></p>
<p>The interview was conducted at iPhoneDevCamp2 at Adobe earlier this month, and will appear on an upcoming episode of CoolMacPicks on <a href="http://www.mymac.com">mymac.com</a>  </p>
<p>Check out the interview at <a href="http://www.mymac.com/podcast/microsites.mp3">http://www.mymac.com/podcast/microsites.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/uncategorized/interview-shaun-mackey-of-iphone-microsites/feed/</wfw:commentRss>
<enclosure url="http://www.mymac.com/podcast/microsites.mp3" length="2548214" type="audio/mpeg" />
		</item>
		<item>
		<title>Learn How to Develop for the iPhone</title>
		<link>http://iphonemicrosites.com/tutorials/learn-how-to-develop-for-the-iphone/</link>
		<comments>http://iphonemicrosites.com/tutorials/learn-how-to-develop-for-the-iphone/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 02:43:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=184</guid>
		<description><![CDATA[Nettutes has a great article up titled &#8220;Learn How To Develop for The iPhone&#8221; which outlines the basics of creating a basic iPhone framework. The code samples and psd make it very easy to create your first iPhone webpage. The tutorial begins &#8220;Today I&#8217;m going to show you how to build an alternate page and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/8.jpg" alt="" align="left" />Nettutes has a great article up titled &#8220;Learn How To Develop for The iPhone&#8221; which outlines the basics of creating a basic iPhone framework. The code samples and psd make it very easy to create your first iPhone webpage. <span id="more-184"></span>The tutorial begins &#8220;Today I&#8217;m going to show you how to build an alternate page and style sheet for the iPhone and iPod touch. We will cover how to detect if the user is using an iPhone to view your page as well as the orientation of the device - whether it be landscape or portrait. To accomplish this we will be using JavaScript, and some Safari mobile specific CSS tags&#8221;. </p>
<p>It&#8217;s a great intro to some of the intricacies that go along with iPhone web development. We think it&#8217;s a great intro tutorial for any designer or developer looking for a quick way to begin creating iPhone web content.</p>
<p>Check out the article <a href="http://nettuts.com/misc/learn-how-to-develop-for-the-iphone/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/tutorials/learn-how-to-develop-for-the-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Left-to-Right Sliding for Web Apps</title>
		<link>http://iphonemicrosites.com/tutorials/left-to-right-sliding-for-web-apps/</link>
		<comments>http://iphonemicrosites.com/tutorials/left-to-right-sliding-for-web-apps/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 14:14:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=179</guid>
		<description><![CDATA[Overlooked due to the recent launch of the App Store, the iPhone 2.0 software supports many new features well suited for iPhone web development. For example, microsites are now capable of increased native application integration, hardware-accelerated CSS animation, multi-touch gestures via JavaScript, offline AJAX-based data storage and many other capabilities.
This tutorial outlines a simple way [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/8.jpg" alt="" align="left" />Overlooked due to the recent launch of the App Store, the iPhone 2.0 software supports many new features well suited for iPhone web development. For example, microsites are now capable of increased native application integration, hardware-accelerated CSS animation, multi-touch gestures via JavaScript, offline AJAX-based data storage and many other capabilities.<span id="more-179"></span></p>
<p><a href="http://mydailyphoto.com/blog/iphone-safari-flick-navigation" target="_blank">This tutorial</a> outlines a simple way to mimic the side-to-side flicking behavior common in iPhone applications such as &#8220;Photos&#8221;. This is accomplished using a recently discovered technique that Matthew Congrove demonstrated earlier this week. Check out a functional example <a href="http://i.mydailyphoto.com/flick_navigation.php" target="_blank">here</a>, or the video below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/wQYOnlae3QQ&amp;rel=0&amp;color1=11645361&amp;color2=13619151&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/wQYOnlae3QQ&amp;rel=0&amp;color1=11645361&amp;color2=13619151&amp;hl=en&amp;fs=1" allowfullscreen="true" wmode="transparent"></embed></object></p>
<p>Though the above example is more complex, the following CSS example demonstrates the animation technique he used to create it. WebKit makes this very simple by providing hardware-accelerated animation capabilities using CSS. The syntax is as follows:</p>
<pre><code>.divSlide {
        -webkit-animation-name: "slide-me-to-the-right";
        -webkit-animation-duration: 1s;
}
@-webkit-keyframes "slide-me-to-the-right" {
        from { left: 0px; }
        to { left: 100px; }
}</code></pre>
<p>In the above example the author used JavaScript to trigger the animation. He&#8217;s posted a great tutorial on <a href="http://mydailyphoto.com/blog/iphone-safari-flick-navigation" target="_blank">his blog</a> outlining the <a href="http://i.mydailyphoto.com/flick_navigation.php" target="_blank">example</a>.</p>
<p>This concept could be applied to other CSS properties such as colors, border sizes, opacity, etc. It&#8217;s worth noting these techniques are only available for iPhones running the 2.x version of the device&#8217;s OS, because they take advantage of WebKit CSS properties that may not be available to earlier versions of the OS.</p>
<p>As noted on Tuaw, &#8220;MobileSafari includes some CSS 3 support, including advanced DOM selectors and support for animations and transitions. Chances are, other browsers will have limited support for CSS 3 draft standards, and whatever you write probably will only work in MobileSafari and Safari 3 on the desktop.&#8221;</p>
<p>While the App Store and Native App support may be receiving the current buzz, the future of mobile web content has certainly not been left behind. Stay tuned for a series of follow up articles and tutorials detailing other capabilities of web development for 2.0, and let us know if you have any ideas or feedback in the comments.</p>
<p>-Shaun Mackey</p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/tutorials/left-to-right-sliding-for-web-apps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixed Positioning in Mobile Safari</title>
		<link>http://iphonemicrosites.com/articles/fixed-positioning-in-mobile-safari/</link>
		<comments>http://iphonemicrosites.com/articles/fixed-positioning-in-mobile-safari/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 13:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=178</guid>
		<description><![CDATA[Though full screen web app support was left out of the OS 2.0 release, one developer has come up with a method for fixing a content area to the bottom of the screen, effectively creating a custom footer area. 
We&#8217;ve covered this idea of fixed positioning several months ago on our site, but it&#8217;s great to see [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/12.jpg" alt="" align="left" />Though full screen web app support was left out of the OS 2.0 release, one developer has come up with a method for fixing a content area to the bottom of the screen, effectively creating a custom footer area. </p>
<p>We&#8217;ve covered this idea of <a href="http://iphonemicrosites.com/tutorials/fixed-positioning-and-layering-of-page-elements/">fixed positioning</a> several months ago on our site, but it&#8217;s great to see a functional example of this capability.<span id="more-178"></span></p>
<p><a href="http://doctyper.com/stuff/iphone/fixed/fixed-positioning.mov">Here’s a video</a> for those without iPhones. Note that the animation is much choppier on an actual iPhone because it&#8217;s running on the SDK. Here&#8217;s an excerpt from the article.</p>
<p>&#8220;With the release of iPhone OS 2.0 came some great improvements over previous Mobile Safari versions. CSS animations are in (though buggy), as well as native touch events like touchstart, touchend, gesturechange, etc.</p>
<p>I played around with these new goodies while hunting for improvements to build into <a href="http://pickleview.com/">Pickleview</a>. The most fascinating change to me was that you can now prevent the default behavior of elements with a simple preventDefault() call. It allows a user to drag an element around the screen without having to worry about the viewport wobbling about.</p>
<p>I grew curious as to what I could specifically call this on, and started testing out several elements. Turns out you can preventDefault on everything in the DOM, including the body element. This seemed incredibly useless for no other reason than the terrible usability it would bring if you couldn’t scroll the viewport. Then the proverbial light bulb went off: <em>fixed positioning</em>!</p>
<p>First, let’s recap why fixed positioning does not work off-the-bat. Mobile Safari uses a viewport to show you websites. Imagine a book in front of you. Take a piece of paper, cut a 320×416 square in it, and lay it over the book. To read the book, move the paper around and position the hole over the words you want to see. This is exactly what Mobile Safari’s viewport is doing. When you flick and scroll, you’re moving the viewport around while the website behind it stays static.</p>
<p>This renders fixed positioning null and void on iPhone. An element that has its position fixed is affixed to the <em>body</em>, not the viewport. So it <em>is</em> actually working as intended, though most people would prefer it attached to the viewport.&#8221;</p>
<p>Check out the rest of the article <a href="http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/" target="_blank">here</a>, or the source files for the proof-of-concept<a href="http://doctyper.com/mint/pepper/tillkruess/downloads/tracker.php?uri=http%3A//doctyper.com/stuff/iphone/fixed/fixed-positioning.zip"> here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/articles/fixed-positioning-in-mobile-safari/feed/</wfw:commentRss>
<enclosure url="http://doctyper.com/stuff/iphone/fixed/fixed-positioning.mov" length="3815585" type="video/quicktime" />
		</item>
		<item>
		<title>Web Apps for iPhone 3G</title>
		<link>http://iphonemicrosites.com/articles/web-apps-for-iphone-3g/</link>
		<comments>http://iphonemicrosites.com/articles/web-apps-for-iphone-3g/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 23:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=175</guid>
		<description><![CDATA[It seems that Apple has another winner on their hands with the new Apple iPhone 3G. There are now millions of people connected to the Internet every minute of every day using this device. The fast adoption has created a tremendous opportunity for software vendors and companies to take advantage of an extremely large ecosystem [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.iphonemicrosites.com/images/icon/2.jpg" alt="" align="left" />It seems that Apple has another winner on their hands with the new Apple iPhone 3G. There are now millions of people connected to the Internet every minute of every day using this device. The fast adoption has created a tremendous opportunity for software vendors and companies to take advantage of an extremely large ecosystem of end users.<span id="more-175"></span> The ecosystem is alive and well with the streamlined experience of the Apple App Store.</p>
<p>This integrated web application is a directory of items available for the iPhone. Just this week Steve Jobs expressed his excitement with the more than 60 million downloads since the opening of the store a short few weeks ago.</p>
<p>With millions of targeted devices that span a wide range of end users and a proven ability to distribute applications to those devices, there is a tremendous opportunity for organizations to make a name for themselves. The iPhone presents three opportunities to the world of software development that are ripe for the pickings. The first opportunity is to directly develop applications that run resident on the device. The second opportunity extends the device as a new input medium for web applications. This opportunity allows iPhone users to access their bank accounts, get directions, lookup information on the web&#8230;.all with the few strokes of a finger. The third opportunity is the blended application. This is where device resident applications leverage the connectivity to back end systems to provide capabilities both on and off the 3G/Wireless network. Blended applications make using the iPhone interesting and convenient for both consumers and businesses.</p>
<p><img src="http://www.iphonemicrosites.com/images/aug/3g.jpg" alt="" align="center" /></p>
<p>There have been mobile devices in the market for quite some time now, why is the Apple iPhone different? This is purely my opinion but after using the device for two weeks now it&#8217;s one simple element. Human factors. Using the iPhone touch screen and learning simple gestures to navigate vast amounts of information provide a strategic advantage. Everyone knows how to point and touch something. You don&#8217;t need to be trained. You don&#8217;t need to re-condition your fingers to fit a new style keyboard atop pencil erasers. You just point at what you want, zoom in if you can&#8217;t read it, zoom out to get a holistic view - all of this leading to a simple end user experience. </p>
<p>Now back to the business aspect of the iPhone. Blended applications are tremendously powerful and give the iPhone an enterprise appeal as a new way of doing business. The iPhone can actually replace computers or expensive purpose built devices. Let’s take an example of a company that provides all sales reps with a laptop to enable inventory lookup and customer ordering. Both of these are applications that are suitable to the iPhone. Imagine the cost savings of replacing the $1500 notebook computers of all the sales reps of a fortune 500 company with a $199 device that doesn’t require legions of technical support analysts. The iPhone has the ability to shift not only consumer behavior but also the behavior of today’s connected company.</p>
<p>Although the iPhone is an amazing platform for enabling the end user, it seems that Apple has ignored an important factor in the success of the web application angle of their business. If you read the Apple developers site and look at the requirements of registering an application for the Apple App Store, it just says that you must find a host and have your application available via a URL. Basically this means Apple is saying, we gave you the touch point to the customer now it’s up to you to figure out the rest. By turning a blind eye to the environment challenges of a web application, Apple puts the users of web applications at risk. Each web app in the App Store should come with a giant label that says “Buyer Beware”. Because there is no way to know if the company providing that application has the slightest clue on how to run, manage and maintain an environment that may quickly be overloaded by its own success. Most developers can figure out how to download and install an open source technology stack to run a web application. But the challenge comes when that application must be secure and reliable. The challenge then balloons when there is success, requiring investment in not only technology but also the people capable of architecting a solution.</p>
<p>This is where Morph’s Platform as a Service can bridge the gap between the possible and probable. The Morph AppSpace environment is much more than just a “host” for web applications. It’s a true managed service that employs people, process and technology to create an environment that can literally pamper a web application. High availability, load balancing, environment security, system administration, database integrity, continuous backups, real time monitoring are all a standard component of the Morph AppSpace. The application developer no longer needs to concern themselves with all of the headaches and time constraints of building a web application environment. The developer can focus on their application and nearly instantly bring it to market. </p>
<p>In this hyper growth phase of the iPhone phenom, the first movers have the advantage. Blended applications running on the iPhone allow companies to increase their stickiness and make it difficult for competitors to replace them. But waiting for the system administrators to figure out how to get the MySQL database to talk to an app server may close the window of opportunity.</p>
<p><small>Story By David Abramowski - Source: <a href="http://linux.sys-con.com" target="blank">linux.sys-con.com</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/articles/web-apps-for-iphone-3g/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Follow the Olympics With This Web App</title>
		<link>http://iphonemicrosites.com/news/follow-the-olympics-with-this-web-app/</link>
		<comments>http://iphonemicrosites.com/news/follow-the-olympics-with-this-web-app/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 04:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://iphonemicrosites.com/?p=174</guid>
		<description><![CDATA[You can now keep up-to-date with all the events and news from the 2008 Summer Olympic Games  with this new web app. Simply touch the  feed you would like to access.
You can choose from:
- General News
 - Most Popular News
 - Team USA News 
- Telemundo News Feed 
- Special Features
The news is also broken down by [...]]]></description>
			<content:encoded><![CDATA[<p>You can now keep up-to-date with all the events and news from the 2008 Summer Olympic Games  with this new web app. Simply touch the  feed you would like to access.<span id="more-174"></span></p>
<p>You can choose from:<br />
- General News<br />
 - Most Popular News<br />
 - Team USA News <br />
- Telemundo News Feed <br />
- Special Features</p>
<p>The news is also broken down by Event and by Country. So, you can get the exact information you want, when you want it.</p>
<p>Quickly reference the entire Olympic Event schedule or TV Schedule so you know when you need to set your DVR to record an event.</p>
<p>Point your safari browser to <a href="http://iphone.toughturtle.com/olympics/" target="_blank">http://iphone.toughturtle.com/olympics/</a> to check it out..</p>
<p><img src="/images/aug/olympics.jpg" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iphonemicrosites.com/news/follow-the-olympics-with-this-web-app/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.427 seconds -->
