<?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>Mobile Internet Solutions &#187; API</title>
	<atom:link href="http://www.mobileinternetsolutions.com/wordpress/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mobileinternetsolutions.com/wordpress</link>
	<description>news and information relevant to the mobile internet</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:55:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://www.mobileinternetsolutions.com/wordpress</link>
  <url>http://www.mobileinternetsolutions.com/wordpress/wp-content/themes/grey-matter/img/favicon.ico</url>
  <title>Mobile Internet Solutions</title>
</image>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Mozilla developing Web push notification system for Firefox</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2012/02/mozilla-developing-web-push-notification-system-for-firefox/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2012/02/mozilla-developing-web-push-notification-system-for-firefox/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 22:52:15 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Push]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4715</guid>
		<description><![CDATA[Ryan Pau, Ars Technica, 2/3/2012 Mozilla is developing a push notification system for the Firefox Web browser. It will allow users to receive notifications from websites without having to keep those sites open in their browser. The system will also be able to relay push notifications to mobile devices. The project is part of Mozilla&#8217;s [...]
No related posts.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2012%252F02%252Fmozilla-developing-web-push-notification-system-for-firefox%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FsmT3ON%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Mozilla%20developing%20Web%20push%20notification%20system%20for%20Firefox%22%20%7D);"></div>
<p><a href="http://arstechnica.com/author/ryan-paul/" rel="author">Ryan Pau</a>, Ars Technica, 2/3/2012</p>
<p>Mozilla is developing a push notification system for the Firefox Web browser. It will allow users to receive notifications from websites without having to keep those sites open in their browser. The system will also be able to relay push notifications to mobile devices.</p>
<p>The project is part of Mozilla&#8217;s broader effort to ensure that the Web is a competitive platform that can match the capabilities of native applications. Introducing support for push notifications will help to close the gap, because the feature is one of the major advantages that native mobile clients have historically offered over the browser for accessing Web services.</p>
<p>Mozilla developer Jeff Balogh described the new push notification system in a recent <a href="http://jbalogh.me/2012/01/30/push-notifications/">blog entry</a>. The post sketched out a high-level overview of how the system might work and provided some sample JavaScript code.</p>
<p>&#8220;Push notifications are a way for websites to send small messages to users when the user is not on the site. iOS and Android devices already support their own push notification services, but we want to make notifications available to the whole web,&#8221; he wrote.</p>
<p>The way that the system works is relatively simple. Mozilla or some other party would host a notification service that is capable of delivering messages to the browser. The service would have a unique URL endpoint for every active user.</p>
<p>The Web browser would provide a JavaScript API that websites can use to request permission from the user to send push notifications (such a prompt would be necessary to minimize spam). When the user grants permission, the browser hands the website the URL of the notification service endpoint associated with the user.</p>
<p>When a Web application sends a POST request with notification data to that endpoint, the notification service passes the message to the user. An instance of Firefox running on the user&#8217;s desktop would likely maintain some kind of persistent connection to the notification service so that it could receive notifications instantly.</p>
<p>In addition, the notification service would hypothetically be able to relay messages to mobile devices. It could use Google&#8217;s Cloud-to-Device messaging to send push notifications to mobile Firefox on the user&#8217;s Android handset. Or it could use the Apple Push Notification Service to send notifications to users of Firefox Home, Mozilla&#8217;s iOS application.</p>
<p>It&#8217;s important to note that this push notification system is distinct from the existing desktop notification mechanisms that are already defined in pending standards. The desktop notifications that websites like GMail and Seesmic Web display to Chrome users, for example, will only work when the website is left open in a tab. Mozilla&#8217;s push notification system moves beyond that limitation.</p>
<p>The push system is still at a relatively early stage of planning and isn&#8217;t available to test yet. Balogh has <a href="https://wiki.mozilla.org/Services/Notifications/Push/API">defined the JavaScript APIs</a> that the browser will use to enable the functionality and ask the user for permission to send notifications. He has also proposed the set of properties that will be associated with each individual notification that gets transmitted to the notification server.</p>
<p>Mozilla&#8217;s push system will be especially useful for websites that want to send notifications to their users&#8217; smartphones without having to build a native mobile application. If the concept evolves into a standard, mobile browsers could someday potentially have the feature built in.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2012%2F02%2Fmozilla-developing-web-push-notification-system-for-firefox%2F&amp;title=Mozilla%20developing%20Web%20push%20notification%20system%20for%20Firefox" id="wpa2a_2"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2012/02/mozilla-developing-web-push-notification-system-for-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AT&amp;T unveils a new API platform for HTML5 apps</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2012/01/att-unveils-a-new-api-platform-for-html5-apps/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2012/01/att-unveils-a-new-api-platform-for-html5-apps/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:15:41 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[WinPhone]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[MMS]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4660</guid>
		<description><![CDATA[Nancy Gohring, IDG News Servic, 1/9/2012 The operator also said it plans to launch an online store for HTML5 apps this year AT&#38;T is hoping to encourage developers to use HTML5 with the release of a new API platform. &#8220;It&#8217;s essentially a rich set of APIs and tools aimed at furthering the HTML5 appeal as [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/new-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps/' rel='bookmark' title='New MobiUs Browser For iOS Makes Mobile Web Apps Act More Like Native Apps'>New MobiUs Browser For iOS Makes Mobile Web Apps Act More Like Native Apps</a> <small>Sarah Perez, TechCrunch, 10/31/2011 Mobile development firm appMobi is launching...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/09/how-html5-may-become-the-standard-for-apps/' rel='bookmark' title='How HTML5 may become the standard for apps'>How HTML5 may become the standard for apps</a> <small>Roger Cheng, CNETnews, 9/12/2011 The mass adoption of HTML5 as...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a> <small>Ronen Halevy, BerryReview, 8/19/2010 I have to say I have...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2012%252F01%252Fatt-unveils-a-new-api-platform-for-html5-apps%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FWiMVaT%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22AT%26T%20unveils%20a%20new%20API%20platform%20for%20HTML5%20apps%22%20%7D);"></div>
<p>Nancy Gohring, IDG News Servic, 1/9/2012</p>
<p>The operator also said it plans to launch an online store for HTML5 apps this year</p>
<p>AT&amp;T is hoping to encourage developers to use HTML5 with the release of a new API platform. &#8220;It&#8217;s essentially a rich set of APIs and tools aimed at furthering the HTML5 appeal as an app development choice,&#8221; said David Christopher, chief marketing officer at AT&amp;T. &#8220;Why are we focusing on HTML5? We think it has the potential to address fragmentation.&#8221; He spoke Monday at the AT&amp;T Developer Summit in Las Vegas at the Consumer Electronics Show.</p>
<p>Developers must rewrite native applications to run on iPhones, Android phones, Windows Phones, and BlackBerry phones. HTML5 simplifies things for developers by letting them instead build apps that run in a browser accessible by any smartphone. HTML5 apps look and act similar to a native app. By 2016, 85 percent of smartphones will have browsers capable of running HTML5, Christopher said, citing a prediction made by Strategy Analytics.</p>
<p>A spokewoman told InfoWorld she was not sure whether the APIs could be used for apps expected to run on devices provisioned by any carrier &#8212; the norm in most companies given the mix of corporate-supplied and employee-owned devices &#8212; or just on devices running on the AT&amp;T network.</p>
<p>The new API (application programming interface) catalog includes APIs for MMS, SMS, location, and mobile-health capabilities. In addition, it allows developers to let users make payments in the app that appear on their AT&amp;T bill. It also includes technologies that sense what capabilities a smartphone has to optimize the app for the individual smartphone.</p>
<p>The APIs are hosted on cloud services, including Heroku and Microsoft&#8217;s Azure. Developers must pay a $99 registration fee to start using the APIs.</p>
<p>AT&amp;T also said it plans to launch an online store for HTML5 apps this year. It will initially be accessible by Android and iPhone users but will expand to include other phones, said Jeff Bradley, senior vice president of devices for AT&amp;T. &#8220;The two things that are the biggest challenges for HTML5 to reach its full potential are distribution and monetization,&#8221; he said. The API platform and the new app center are designed to address these challenges, he said.</p>
<p>The operator hopes to take a fresh approach to app stores with the store. Rather than simply listing apps by category, like most app stores do today, it will have a &#8220;magazine-like&#8221; format, he said. Developers can sign up to be part of the beta of the new app store at developer.att.com/appcenter.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2012%2F01%2Fatt-unveils-a-new-api-platform-for-html5-apps%2F&amp;title=AT%26%23038%3BT%20unveils%20a%20new%20API%20platform%20for%20HTML5%20apps" id="wpa2a_4"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/new-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps/' rel='bookmark' title='New MobiUs Browser For iOS Makes Mobile Web Apps Act More Like Native Apps'>New MobiUs Browser For iOS Makes Mobile Web Apps Act More Like Native Apps</a> <small>Sarah Perez, TechCrunch, 10/31/2011 Mobile development firm appMobi is launching...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/09/how-html5-may-become-the-standard-for-apps/' rel='bookmark' title='How HTML5 may become the standard for apps'>How HTML5 may become the standard for apps</a> <small>Roger Cheng, CNETnews, 9/12/2011 The mass adoption of HTML5 as...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a> <small>Ronen Halevy, BerryReview, 8/19/2010 I have to say I have...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2012/01/att-unveils-a-new-api-platform-for-html5-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zypr API promises developers free, Siri-like voice control</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/11/zypr-api-promises-developers-free-siri-like-voice-control/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/11/zypr-api-promises-developers-free-siri-like-voice-control/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:44:55 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4531</guid>
		<description><![CDATA[Lex Friedman, Macworld.com, 11/1/2011 When it’s not offline, Siri—the voice-driven personal assistant built into the iPhone 4S—is impressive at what it does. But it’s also limited: While you can access Siri at any time, you can’t use voice interactions to control third-party apps. Pioneer Corporation hopes to change that with its new, free Zypr application [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2012/01/android-siri-competitor-iris-takes-step-towards-legitimacy-with-chacha/' rel='bookmark' title='Android Siri Competitor Iris Takes Step Towards Legitimacy With ChaCha'>Android Siri Competitor Iris Takes Step Towards Legitimacy With ChaCha</a> <small>Dan Rowinski, ReadWriteWeb, 1/3/2012 Maybe there is a chance for...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/10/google-voice-can-now-take-control-of-your-mobile-voicemail/' rel='bookmark' title='Google Voice Can Now Take Control Of Your Mobile Voicemail'>Google Voice Can Now Take Control Of Your Mobile Voicemail</a> <small>Michael Arrington, Tech Crunch, 2/26/2009 Google Voice is a great...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/12/free-getfugu-search-app-uses-voice-images-more/' rel='bookmark' title='Free Getfugu Search App Uses Voice, Images, &amp; More'>Free Getfugu Search App Uses Voice, Images, &#038; More</a> <small>Ronen Halevy, BerryReview, 12/9/2009 Quite a few of you sent...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F11%252Fzypr-api-promises-developers-free-siri-like-voice-control%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2Fs6V2GJ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Zypr%20API%20promises%20developers%20free%2C%20Siri-like%20voice%20control%20%22%20%7D);"></div>
<p><a href="http://www.macworld.com/browse.html?author=Lex+Friedman">Lex Friedman</a>,      		<a href="http://www.macworld.com/">Macworld.com</a>, 11/1/2011</p>
<p>When <a href="http://www.macworld.com/article/163404/2011/11/siri_outage_leaves_iphone_4s_owners_bereft.html">it’s not offline</a>,  Siri—the voice-driven personal assistant built into the iPhone 4S—is  impressive at what it does. But it’s also limited: While you can access  Siri at any time, you can’t use voice interactions to control  third-party apps. Pioneer Corporation hopes to change that with <a href="http://www.zypr.net/">its new, free Zypr application programming interface (API)</a>.</p>
<p>Zypr—pronounced “zipper”—is a voice-powered Web-based API that Pioneer  is making available to developers on all platforms at no cost. In  theory, desktop, mobile, and even car apps could all integrate with the  service.</p>
<p>According to John Alfano, strategic consultant to Pioneer and a former  Apple employee, customers want a seamless voice control experience that  works from device to device. “Right now, that does not exist,” he told <em>Macworld</em>.  With Zypr, developers get access to a slew of services—social networks  like Facebook and Twitter, search services like Google and Yelp, and  data services like AccuWeather and INRIX traffic data—and don’t need to  worry about creating developer accounts with each service. Rather,  developers merely register with Zypr, and can then integrate with all of  those services and more, all via a Web-based, voice processing API. In  addition to handling interactions with those Web services, Zypr offers  voice transcription.</p>
<p>Alfano says that the team behind Zypr isn’t worried about Siri. “We’re  thrilled that Apple is spending hundreds of millions of dollars with  Siri promotions,” he said. “They’re reinforcing the belief that we’ve  always had, that consumers want to be task driven, not app driven.” He  explained the benefit of voice-driven control as “the difference between  saying, ‘Find me a good place to eat nearby,’ and ‘Let me open the Yelp  app to find a good place to eat nearby.’”</p>
<p>One benefit Alfano highlighted regarding the Zypr service is that  developer’s needn’t stress staying current with best data providers or  social networks. Should a new traffic-monitoring start-up offer better  or more accurate data, Zypr makes updates on its end, but the developer  “doesn’t have to sweat changing technology”; the API calls remain the  same. To help developers explore Zypr more quickly, Pioneer on Monday  released an open-source reference Java app, whose code developers can  freely comb through.</p>
<p>And the service really is free. “We make money by advertising through  paid search results,” Alfano says. “Google does it all the time—we’re  interested in providing relevant data to people, not simply throwing  banner ads all over the screen.” Even better: Developers will share in  advertising revenue.</p>
<p>While Alfano welcomes comparisons with Siri, he’s quick to draw some  sharp disinctions. “It’s conversational, but this isn’t artificial  intelligence… We don’t have people spending time making clever responses  to things,” he said, in an obvious reference to some of Siri’s  well-document lighthearted interactions. “Ask what color its eyes are,  and it’ll just say ‘Please repeat command.’”</p>
<p>Despite Siri’s recent hiccups, Alfano says that Zypr is ready to handle  considerable load. “We can support hundreds of millions of users. We  can’t be in business with low numbers, so we designed the system to  support large numbers instead.”</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F11%2Fzypr-api-promises-developers-free-siri-like-voice-control%2F&amp;title=Zypr%20API%20promises%20developers%20free%2C%20Siri-like%20voice%20control" id="wpa2a_6"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2012/01/android-siri-competitor-iris-takes-step-towards-legitimacy-with-chacha/' rel='bookmark' title='Android Siri Competitor Iris Takes Step Towards Legitimacy With ChaCha'>Android Siri Competitor Iris Takes Step Towards Legitimacy With ChaCha</a> <small>Dan Rowinski, ReadWriteWeb, 1/3/2012 Maybe there is a chance for...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/10/google-voice-can-now-take-control-of-your-mobile-voicemail/' rel='bookmark' title='Google Voice Can Now Take Control Of Your Mobile Voicemail'>Google Voice Can Now Take Control Of Your Mobile Voicemail</a> <small>Michael Arrington, Tech Crunch, 2/26/2009 Google Voice is a great...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/12/free-getfugu-search-app-uses-voice-images-more/' rel='bookmark' title='Free Getfugu Search App Uses Voice, Images, &amp; More'>Free Getfugu Search App Uses Voice, Images, &#038; More</a> <small>Ronen Halevy, BerryReview, 12/9/2009 Quite a few of you sent...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/11/zypr-api-promises-developers-free-siri-like-voice-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New MobiUs Browser For iOS Makes Mobile Web Apps Act More Like Native Apps</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/10/new-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/10/new-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:43:35 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4504</guid>
		<description><![CDATA[Sarah Perez, TechCrunch, 10/31/2011 Mobile development firm appMobi is launching a new HTML5-powered browser for iOS on Monday which will bring additional capabilities typically found only in native apps to the mobile Web. The MobiUs Web App Browser, as it’s being called, works both as a standalone browser alternative or in conjunction with Apple’s mobile [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a> <small>Ronen Halevy, BerryReview, 8/19/2010 I have to say I have...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2012/01/att-unveils-a-new-api-platform-for-html5-apps/' rel='bookmark' title='AT&amp;T unveils a new API platform for HTML5 apps'>AT&#038;T unveils a new API platform for HTML5 apps</a> <small>Nancy Gohring, IDG News Servic, 1/9/2012 The operator also said...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/08/dolphin-browser-makes-leap-from-android-to-iphone/' rel='bookmark' title='Dolphin Browser makes leap from Android to iPhone'>Dolphin Browser makes leap from Android to iPhone</a> <small>Electronista, 8/30/2011 One of Android&#8217;s better-known apps, Dolphin Browser, has...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F10%252Fnew-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FYxEay7%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22New%20MobiUs%20Browser%20For%20iOS%20Makes%20Mobile%20Web%20Apps%20Act%20More%20Like%20Native%20Apps%22%20%7D);"></div>
<p>Sarah Perez, <a href="http://techcrunch.com/2011/10/30/new-mobius-browser-for-iphone-makes-mobile-web-apps-act-more-like-native-apps/" target="_blank">TechCrunch</a>, 10/31/2011</p>
<p>Mobile development firm <a href="http://www.appmobi.com/">appMobi</a> is launching a new HTML5-powered browser for iOS on Monday which will  bring additional capabilities typically found only in native apps to the  mobile Web. The <a href="http://www.appmobi.com/getMobius">MobiUs Web App Browser</a>,  as it’s being called, works both as a standalone browser alternative or  in conjunction with Apple’s mobile Safari, similar to the way browser  extensions work on the desktop Web.</p>
<p>Although HTML5 can already tap into some of a smartphone’s sensors,  like the GPS and accelerometer, for example, <span style="color: #ff0000;">appMobi’s MobiUs Web App  Browser will go beyond HTML5′s current capabilities to provide access  the smartphone’s camera, the ability to scan QR codes and barcodes,  support for augmented reality, accelerated graphics, the ability to lock  the rotation of the device and more.</span></p>
<p>The browser integrates two full sets of APIs from both appMobi and  from PhoneGap (1.0) to give the Web apps a native look-and-feel, plus  the ability to access all the hardware features of the smartphone. Like  native apps, the mobile Web apps can work online or off, deliver push  notifications and offer in-app purchasing capabilities. AppMobi’s  DirectCanvas game acceleration technology is included as well, for  optimized HTML5 gaming.</p>
<p><a rel="lightbox[444216]" href="http://tctechcrunch2011.files.wordpress.com/2011/10/mobius_jelly.jpg"><img class="aligncenter" src="http://tctechcrunch2011.files.wordpress.com/2011/10/mobius_jelly.jpg?w=640&amp;h=262" alt="" width="619" height="262" /></a></p>
<p>Users won’t have to switch from using Safari as their primary Web  browser in order to take advantage of the new functionality, says  appMobi. Instead, when a user encounters a webpage that requires the  capabilities provided by MobiUs, the Web app in question will prompt you  to install the MobiUs iOS app from iTunes. The experience is similar to  how online users are prompted to install the Flash plugin to watch  online videos. Except in this case, the additional software is not a  browser plugin – it’s an app.</p>
<p>After the initial installation, any future Web apps requiring  MobiUs’ technology will be able to seamlessly switch over from Safari to  MobiUs as need be, without any user intervention. Mobile Web app  developers will be able to configure various settings affecting the user  experience during the transition, including the customization of the  splash screen. And when MobiUs launches, it will be in full-screen mode.</p>
<p>AppMobi knows that, eventually, HTML5 will be able to do what its  MobiUs browser is doing today, but those APIs won’t be added to the  standard for years. Other solutions, like the HTML5 capabilities  chipmaker <a href="https://developer.qualcomm.com/develop/mobile-technologies/web-technologies/tools-and-resources">Qualcomm is working on bringing to mobile</a>,  operate lower in the stack than what appMobi offers, and will be  provided to OEMs to be sold on new handsets. That’s another way to solve  the problem, but on a slower cycle than what appMobi is now doing.</p>
<p>The company had a few developers testing the technology pre-launch,  but unfortunately, we couldn’t go hands-on.  It remains to be seen how  truly seamless the experience is for the end user or how “native-like”  the apps really feel. However, the launch is interesting in terms of its  potential to bring that long sought after “write once, run anywhere”  ability to Web developers. Now they can write for the desktop, Facebook,  iOS and soon, Android, using HTML5, without having to sacrifice so much  functionality when porting the codebase to mobile.</p>
<p>The MobiUs app is available <a href="http://itunes.apple.com/us/app/mobius/id453823727?mt=8&amp;ign-mpt=uo%3D4">here</a>. The Android version will arrive early next year.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F10%2Fnew-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps%2F&amp;title=New%20MobiUs%20Browser%20For%20iOS%20Makes%20Mobile%20Web%20Apps%20Act%20More%20Like%20Native%20Apps" id="wpa2a_8"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/rim-touting-html5-capable-webkit-browser-will-it-finally-bring-mobile-web-apps/' rel='bookmark' title='RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?'>RIM Touting HTML5 Capable WebKit Browser, Will it Finally Bring Mobile Web Apps?</a> <small>Ronen Halevy, BerryReview, 8/19/2010 I have to say I have...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2012/01/att-unveils-a-new-api-platform-for-html5-apps/' rel='bookmark' title='AT&amp;T unveils a new API platform for HTML5 apps'>AT&#038;T unveils a new API platform for HTML5 apps</a> <small>Nancy Gohring, IDG News Servic, 1/9/2012 The operator also said...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/08/dolphin-browser-makes-leap-from-android-to-iphone/' rel='bookmark' title='Dolphin Browser makes leap from Android to iPhone'>Dolphin Browser makes leap from Android to iPhone</a> <small>Electronista, 8/30/2011 One of Android&#8217;s better-known apps, Dolphin Browser, has...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/10/new-mobius-browser-for-ios-makes-mobile-web-apps-act-more-like-native-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 7 for Android now available</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/09/firefox-7-for-android-now-available/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/09/firefox-7-for-android-now-available/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 20:29:43 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4424</guid>
		<description><![CDATA[Phil Nickinson, AndroidCentral, 9/27/2011 If you&#8217;re a fan of the Firefox browser for Android, know that Firefox 7 is now available in the Android Market. Officially, the changelog is as follows: Improved copy and paste: Copy any site content and paste to other applications, SMS, or text fields Built-in language detection on first run WebSockets [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/flash-support-coming-soon-to-firefox%e2%80%99s-android-version/' rel='bookmark' title='Flash Support coming soon to Firefox’s Android version'>Flash Support coming soon to Firefox’s Android version</a> <small>Tech Laze, 10/24/2011 It seems that the Firefox for mobile...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/03/firefox-4-for-android-launched-ready-to-sync-and-speed-up-your-browsing/' rel='bookmark' title='Firefox 4 for Android launched, ready to Sync and speed up your browsing'>Firefox 4 for Android launched, ready to Sync and speed up your browsing</a> <small>Vlad Savov, Engadget, 3/29/2011 It was a release candidate just...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/firefox-mobile-comes-to-android-in-fennec/' rel='bookmark' title='Firefox Mobile comes to Android in &#8216;Fennec&#8217;'>Firefox Mobile comes to Android in &#8216;Fennec&#8217;</a> <small>Jessica Dolcourt, CNET, 8/27/2010 Mozilla is one step closer to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F09%252Ffirefox-7-for-android-now-available%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FkYvcFt%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Firefox%207%20for%20Android%20now%20available%22%20%7D);"></div>
<p><a title="View user profile." href="http://www.androidcentral.com/users/phil-nickinson">Phil Nickinson</a>, AndroidCentral, 9/27/2011</p>
<p>If you&#8217;re a fan of the <a href="http://www.androidcentral.com/tags/firefox">Firefox browser for Android</a>, know that Firefox 7 is now available in the Android Market. Officially, the changelog is as follows:</p>
<ul>
<li> Improved copy and paste: Copy any site content and paste to other applications, SMS, or text fields</li>
<li> Built-in language detection on first run</li>
<li> WebSockets API: Powerful tool for Web developers to build responsive Web apps and sites</li>
</ul>
<p>The  list of desktop changes is a bit longer, but rememeber that the  mobile  app is cut from the same cloth, and we&#8217;re very much enjoying this   accelerated release schedule. Download links are after the break.</p>
<div>
<p style="text-align: center;"><img class="aligncenter" src="http://cdn.androidcentral.com/sites/androidcentral.com/files/imagecache/w550h500/postimages/684/firefox-7-android.jpg" alt="Firefox for Android" width="550" height="385" /></p>
<p>More: <a href="http://blog.mozilla.com/blog/2011/09/27/mozilla-firefox-significantly-reduces-memory-use-to-make-web-browsing-faster/">Mozilla</a></div>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F09%2Ffirefox-7-for-android-now-available%2F&amp;title=Firefox%207%20for%20Android%20now%20available" id="wpa2a_10"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/flash-support-coming-soon-to-firefox%e2%80%99s-android-version/' rel='bookmark' title='Flash Support coming soon to Firefox’s Android version'>Flash Support coming soon to Firefox’s Android version</a> <small>Tech Laze, 10/24/2011 It seems that the Firefox for mobile...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/03/firefox-4-for-android-launched-ready-to-sync-and-speed-up-your-browsing/' rel='bookmark' title='Firefox 4 for Android launched, ready to Sync and speed up your browsing'>Firefox 4 for Android launched, ready to Sync and speed up your browsing</a> <small>Vlad Savov, Engadget, 3/29/2011 It was a release candidate just...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/08/firefox-mobile-comes-to-android-in-fennec/' rel='bookmark' title='Firefox Mobile comes to Android in &#8216;Fennec&#8217;'>Firefox Mobile comes to Android in &#8216;Fennec&#8217;</a> <small>Jessica Dolcourt, CNET, 8/27/2010 Mozilla is one step closer to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/09/firefox-7-for-android-now-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google+ moves from field trial to beta, adds Hangouts on phones, search and more</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/09/google-moves-from-field-trial-to-beta-adds-hangouts-on-phones-search-and-more/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/09/google-moves-from-field-trial-to-beta-adds-hangouts-on-phones-search-and-more/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 21:30:04 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4394</guid>
		<description><![CDATA[Donald Melanson, Engadget, 9/20/2011 Well, it looks like the &#8220;field trial&#8221; is officially over. Google today announced that its Google+ social network has moved up to beta status and, as a result, it&#8217;s now open to everyone (no invitation required). It&#8217;s also rolled out a slew of new features for the occasion, including a number [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/10/google-adds-free-gps-navigation-to-mobile-phones/' rel='bookmark' title='Google adds free GPS navigation to mobile phones'>Google adds free GPS navigation to mobile phones</a> <small>Chris Lefkow, Yahoo Tech, 10/28/2009 Internet giant Google unveiled a...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/12/google-visual-search-coming-for-android-phones/' rel='bookmark' title='Google Visual Search Coming for Android Phones'>Google Visual Search Coming for Android Phones</a> <small>Clint Boulton, eWeek, 1/4/2009 Google is working on Google Visual...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/09/fring-debuts-playgrounds-group-video-chat/' rel='bookmark' title='Fring Debuts &#8216;Playgrounds&#8217; Group Video Chat'>Fring Debuts &#8216;Playgrounds&#8217; Group Video Chat</a> <small>Eric M. Zeman, PhoneScoop, 9/8/2011 Fring today added a new...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F09%252Fgoogle-moves-from-field-trial-to-beta-adds-hangouts-on-phones-search-and-more%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FoOaH3K%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Google%2B%20moves%20from%20field%20trial%20to%20beta%2C%20adds%20Hangouts%20on%20phones%2C%20search%20and%20more%22%20%7D);"></div>
<p><a rel="author" href="http://www.engadget.com/editor/donald-melanson">Donald Melanson</a>, Engadget, 9/20/2011</p>
<p>Well, it looks like the &#8220;field trial&#8221; is officially over. Google today announced that its <a href="http://www.engadget.com/tag/googleplus">Google+</a> social network has moved up to beta status and, as a result, it&#8217;s now  open to everyone (no invitation required). It&#8217;s also rolled out a slew  of new features for the occasion, including a number of improvements to  the Hangouts video chat service. That includes Hangouts on your phone  (Android 2.3+ only, for now), a new Hangouts On Air feature for public  broadcasts, and a number of &#8220;extras&#8221; including screensharing, a  sketchpad and shared Google Docs (not to mention Hangouts APIs).  Google&#8217;s now also finally added search functionality across the site,  and it&#8217;s renamed the Huddle group chat feature to Messenger (which also  includes a number of new tweaks). Hit the links below for the complete  rundown on what&#8217;s new.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F09%2Fgoogle-moves-from-field-trial-to-beta-adds-hangouts-on-phones-search-and-more%2F&amp;title=Google%2B%20moves%20from%20field%20trial%20to%20beta%2C%20adds%20Hangouts%20on%20phones%2C%20search%20and%20more" id="wpa2a_12"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/10/google-adds-free-gps-navigation-to-mobile-phones/' rel='bookmark' title='Google adds free GPS navigation to mobile phones'>Google adds free GPS navigation to mobile phones</a> <small>Chris Lefkow, Yahoo Tech, 10/28/2009 Internet giant Google unveiled a...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2009/12/google-visual-search-coming-for-android-phones/' rel='bookmark' title='Google Visual Search Coming for Android Phones'>Google Visual Search Coming for Android Phones</a> <small>Clint Boulton, eWeek, 1/4/2009 Google is working on Google Visual...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/09/fring-debuts-playgrounds-group-video-chat/' rel='bookmark' title='Fring Debuts &#8216;Playgrounds&#8217; Group Video Chat'>Fring Debuts &#8216;Playgrounds&#8217; Group Video Chat</a> <small>Eric M. Zeman, PhoneScoop, 9/8/2011 Fring today added a new...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/09/google-moves-from-field-trial-to-beta-adds-hangouts-on-phones-search-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appcelerator Announces Open Mobile Marketplace, the AppExchange for Mobile Devs</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/09/appcelerator-announces-open-mobile-marketplace-the-appexchange-for-mobile-devs/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/09/appcelerator-announces-open-mobile-marketplace-the-appexchange-for-mobile-devs/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 21:23:37 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4388</guid>
		<description><![CDATA[Dan Rowinski, ReadWriteWeb, 9/19/2011 Mobile cloud platform Appcelerator is having its first-ever developers&#8217; conference this week in Mountain View dubbed CODESTRONG. At the conference the company is announcing the &#8220;Appcelerator Open Mobile Marketplace&#8221; that is essentially a Salesforce AppExchange-like marketplace for independent software vendors and cloud providers. Appcelerator&#8217;s marketplace is the first ever to bring [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/10/appcelerator-and-paypal-plan-mobile-commerce-app-explosion/' rel='bookmark' title='Appcelerator and PayPal Plan Mobile Commerce App Explosion'>Appcelerator and PayPal Plan Mobile Commerce App Explosion</a> <small>Ryan Kim, GigaOM, 10/26/2010 Appcelerator, which makes the Titanium mobile...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/03/t-mobile-provides-devs-with-user-location-tools/' rel='bookmark' title='T-Mobile Provides Devs with User Location Tools'>T-Mobile Provides Devs with User Location Tools</a> <small>Eric M. Zeman, PhoneScoop, 3/11/2010 T-Mobile today announced that it...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/04/appcelerator-ceo-iphone-os-4-0-announcement-and-our-commitment-to-you/' rel='bookmark' title='Appcelerator CEO: iPhone OS 4.0 Announcement and Our Commitment to You'>Appcelerator CEO: iPhone OS 4.0 Announcement and Our Commitment to You</a> <small>Email announcement from Jeff Haynie, CEO Appcelerator: First, and most...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F09%252Fappcelerator-announces-open-mobile-marketplace-the-appexchange-for-mobile-devs%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FrU5Zdf%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Appcelerator%20Announces%20Open%20Mobile%20Marketplace%2C%20the%20AppExchange%20for%20Mobile%20Devs%22%20%7D);"></div>
<p><a rel="author" href="http://www.readwriteweb.com/mobile/author/dan-rowinski.php">Dan Rowinski,</a> ReadWriteWeb, 9/19/2011<a rel="author" href="http://www.readwriteweb.com/mobile/author/dan-rowinski.php"></a></p>
<p>Mobile cloud platform <a href="http://www.appcelerator.com/">Appcelerator</a> is having its first-ever developers&#8217; conference this week in Mountain  View dubbed CODESTRONG. At the conference the company is announcing the &#8220;<a href="http://marketplace.appcelerator.com/">Appcelerator Open Mobile Marketplace</a>&#8221;  that is essentially a Salesforce AppExchange-like marketplace for  independent software vendors and cloud providers. Appcelerator&#8217;s  marketplace is the first ever to bring software and solutions  specifically for mobile to a centralized hub and could be an inflection  point for how mobile development growth and how tools are bought and  shared.</p>
<p>Appcelerator, through its acquisition of Aptana this January, gives  it a developer base of almost 1.5 million. The marketplace will be  integrated into the company&#8217;s Titanium platform and provide mobile  modules, app templates, design and cloud extensions. Salesforce was a  driver behind cloud development with AppExchange. Appcelerator hopes to  do the same with mobile.</p>
<p>What&#8217;s New In The Marketplace?</p>
<p>The idea for the marketplace will be that Appcelerator can position  it to be an integral part of a developer&#8217;s workflow. The company wants  developers to ask on a daily basis &#8220;what is new in the marketplace that  can help add functionality to our app?&#8221;</p>
<p>Scott Schwarzhoff, Appcelerator&#8217;s VP of marketing likens it to the  explosive growth of Facebook. The inflection point for Facebook  vis-à-vis MySpace was when Facebook opened up its API to developers and  the ecosystem skyrocketed. Salesforce and RackSpace made similar  movements within the cloud and enterprise application space.  Appcelerator thinks that kind of scale for developers is at hand.</p>
<p>&#8220;This is all about scale,&#8221; Schwarzhoff told ReadWriteMobile. &#8220;From  here on out it is all about the ecosystem and we think this is a good  starting point.&#8221;</p>
<p>There will be 50 premium modules in the Appcelerator Open Mobile  Marketplace to start. Those include offerings from Get Glue, PayPal,  AdMob, Box.net, Greystripe, Twilio, OpenGL and Urban Airship. That is a  short list of what is getting offered, but think about what it can  offer. Get Glue can offer a sticky social service as a module. PayPal  can help integrate payments. Box.net can give an app user easy storage.  AdMob provides the primary tools for advertising for Android developers.</p>
<p>Functionality Featured</p>
<p>The marketplace will not just become a place where developers check  for new tools, but a central repository for functionality itself. You  want to use an SDK to add payments? That can be found? An API to call on  Facebook? It will be in there. One complaint I hear from many  developers are that there are just too many APIs and SDKs out there and  it is near impossible to sort through the mess at times. Appcelerator  could position itself to cut through the clutter.</p>
<p>There are three main products that will be found within the  marketplace. ISDs such as services with SDKs and cloud solutions will be  the most valuable for day-to-day developers. Then there will be long  tail functions like third party extensions that can provide certain  functionality, like UI control and template provider Mosaic. The third  will be design elements like OpenGL.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://rww.readwriteweb.netdna-cdn.com/mobile/Mosaic_Demo.jpg" alt="Mosaic_Demo.jpg" width="610" height="322" /></p>
<p><em>Mosaic is a template and theme for developers to make Flipboard-like content</em></p>
<p>There will be free services, one-time purchases, PSD files that can  range from $50 to $100 and subscription modules. Appcelerator is taking  the traditional 70/30 revenue split route that was popularized by the  Apple App Store.</p>
<p>&#8220;The stage is set for enabling the entire mobile value-chain to scale  their business by increasing their reach and adding innovation on top  of the Titanium platform,&#8221; said Jeff Haynie, CEO of Appcelerator. &#8220;This  open and extensible approach represents the future of where Titanium is  going as a platform and where Appcelerator is going as a company.&#8221;</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F09%2Fappcelerator-announces-open-mobile-marketplace-the-appexchange-for-mobile-devs%2F&amp;title=Appcelerator%20Announces%20Open%20Mobile%20Marketplace%2C%20the%20AppExchange%20for%20Mobile%20Devs" id="wpa2a_14"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/10/appcelerator-and-paypal-plan-mobile-commerce-app-explosion/' rel='bookmark' title='Appcelerator and PayPal Plan Mobile Commerce App Explosion'>Appcelerator and PayPal Plan Mobile Commerce App Explosion</a> <small>Ryan Kim, GigaOM, 10/26/2010 Appcelerator, which makes the Titanium mobile...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/03/t-mobile-provides-devs-with-user-location-tools/' rel='bookmark' title='T-Mobile Provides Devs with User Location Tools'>T-Mobile Provides Devs with User Location Tools</a> <small>Eric M. Zeman, PhoneScoop, 3/11/2010 T-Mobile today announced that it...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/04/appcelerator-ceo-iphone-os-4-0-announcement-and-our-commitment-to-you/' rel='bookmark' title='Appcelerator CEO: iPhone OS 4.0 Announcement and Our Commitment to You'>Appcelerator CEO: iPhone OS 4.0 Announcement and Our Commitment to You</a> <small>Email announcement from Jeff Haynie, CEO Appcelerator: First, and most...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/09/appcelerator-announces-open-mobile-marketplace-the-appexchange-for-mobile-devs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Researchers Find Android Security Vulnerability</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/05/researchers-find-android-security-vulnerability/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/05/researchers-find-android-security-vulnerability/#comments</comments>
		<pubDate>Tue, 17 May 2011 12:31:40 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4062</guid>
		<description><![CDATA[Barry Levine, Mobile Tech Today, 5/17/2011 A vulnerability in Android-based devices can allow a hacker to access a user&#8217;s Google accounts. Mobile apps that send unencrypted data on Android 2.3.3 or older can be intercepted on open Wi-Fi networks, providing access to a user&#8217;s data. Long-lived Google authentications can allow hackers access to user information [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/rutgers-researchers-warn-against-rootkit-threats-to-smartphone-security/' rel='bookmark' title='Rutgers researchers warn against rootkit threats to smartphone security'>Rutgers researchers warn against rootkit threats to smartphone security</a> <small>Alpha Doggs, Network World, 2/23/2010 Say infiltration could lead to...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/researchers-lock-down-android-to-keep-data-from-walking-out-the-door/' rel='bookmark' title='Researchers lock down Android to keep data from walking out the door'>Researchers lock down Android to keep data from walking out the door</a> <small>Sean Gallagher, ArsTechnica, 10/18/2011 A group of researchers at Virginia...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/07/security-experts-release-software-to-attack-android-phones/' rel='bookmark' title='Security experts release software to attack Android phones'>Security experts release software to attack Android phones</a> <small>Daniel Eran Dilger, AppleInsider, 7/31/2010 A tool for attacking devices...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F05%252Fresearchers-find-android-security-vulnerability%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2F5UeksV%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Researchers%20Find%20Android%20Security%20Vulnerability%22%20%7D);"></div>
<p>Barry Levine, <a href="http://www.mobile-tech-today.com/story.xhtml?story_id=78601" target="_blank">Mobile Tech Today</a>, 5/17/2011</p>
<p>A vulnerability in Android-based devices can  allow a hacker to access a user&#8217;s Google accounts. Mobile apps that send  unencrypted data on Android 2.3.3 or older can be intercepted on open  Wi-Fi networks, providing access to a user&#8217;s data. Long-lived Google  authentications can allow hackers access to user information for up to  two weeks.</p>
<p>As <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11586">Google</a>&#8216;s Android operating system has soared into the top ranks of <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11555">mobile</a> platforms, a pending question is <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11457">security</a> .  Now researchers from the University of Ulm in Germany have reported  that 99 percent of Android-based devices are susceptible to attack.</p>
<p>The researchers found that devices running Android 2.3.3 or older are  most vulnerable when logging in over open Wi-Fi because of an insecure  ClientLogin authentication. ClientLogin is used for authentication by  applications, and it passes an account name and password through a <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11454">wireless</a> connection.</p>
<p>&#8216;Impersonation Attack&#8217;</p>
<p>The researchers &#8212; Bastian Konings, Jens Nickels, and Florian Schaub &#8212;   said they decided to investigate after reading a blog post by Dan  Wallach from Princeton&#8217;s Center for Information Technology Policy.</p>
<p>Wallach described risks from using Android smartphones over open Wi-Fi networks, as some Android <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11587">apps</a> transmit unencrypted information, and he wrote that &#8220;an eavesdropper  can definitely see your calendar transactions and can likely impersonate  you to Google Calendar,&#8221; or, as the researchers found in another  posting, to Google Contacts.</p>
<p>The team said it wanted to know &#8220;if it is really possible to launch an  impersonation attack against Google services,&#8221; and found the answer is  yes. It noted that it&#8217;s &#8220;quite easy to do so,&#8221; and could be done with  any Google services by using the ClientLogin authentication protocol for  <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11262">access</a> to <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11522">data</a> APIs.</p>
<p>The researchers said the authToken, or authentication token that is requested from the Google <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11422">service</a> ,  can then be used for any later request to the API and is valid for up  to two weeks. But if it&#8217;s used in requests over unencrypted http, the  authToken can be captured and used to access any personal data through  the service API.</p>
<p>Advice To Google, Users</p>
<p>As an example, the researchers noted, someone could &#8220;gain full access to  the calendar, contacts information, or private web albums of the  respective Google user,&#8221; allowing the intruder to view, change or remove  any information or media.</p>
<p>The greatest vulnerability is in Android 2.3.3 and older, which is  present on virtually all Android smartphones &#8212; about 99.7 percent,  according to the Android Developers web site. The researchers noted that  Android 2.3.4 uses a <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11555">secure</a> https connection for Calendar and Contacts apps, but the Picasa synchronization still uses plain http and is thus vulnerable.</p>
<p>They also said the vulnerability is not limited to standard Android  apps, but applies to any apps that use the ClientLogin protocol over  http rather than https.</p>
<p>The researchers advise all third-party app developers and  synchronization services to switch to https. It also recommended that  Google, whose security team has said it is investigating, should  drastically limit the lifetime of an authToken, and that Google services  should reject ClientLogin-based requests from insecure http  connections.</p>
<p>As for users, the researchers suggest updating to Android 2.3.4,  switching off automatic synchronization in the settings menu when  connecting with open Wi-Fi networks, and avoiding open Wi-Fi networks  when using the vulnerable apps.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F05%2Fresearchers-find-android-security-vulnerability%2F&amp;title=Researchers%20Find%20Android%20Security%20Vulnerability" id="wpa2a_16"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/rutgers-researchers-warn-against-rootkit-threats-to-smartphone-security/' rel='bookmark' title='Rutgers researchers warn against rootkit threats to smartphone security'>Rutgers researchers warn against rootkit threats to smartphone security</a> <small>Alpha Doggs, Network World, 2/23/2010 Say infiltration could lead to...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/10/researchers-lock-down-android-to-keep-data-from-walking-out-the-door/' rel='bookmark' title='Researchers lock down Android to keep data from walking out the door'>Researchers lock down Android to keep data from walking out the door</a> <small>Sean Gallagher, ArsTechnica, 10/18/2011 A group of researchers at Virginia...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/07/security-experts-release-software-to-attack-android-phones/' rel='bookmark' title='Security experts release software to attack Android phones'>Security experts release software to attack Android phones</a> <small>Daniel Eran Dilger, AppleInsider, 7/31/2010 A tool for attacking devices...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/05/researchers-find-android-security-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Platform Mobile App Creator OpenPlug Drops All Fees</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/04/cross-platform-mobile-app-creator-openplug-drops-all-fees/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/04/cross-platform-mobile-app-creator-openplug-drops-all-fees/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 21:16:10 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=4016</guid>
		<description><![CDATA[Marshall Kirkpatrick, ReadWriteWeb, 4/27/2011 OpenPlug, a development toolkit for creating native apps for phones, tablets and other connected devices using JavaScript, ActionScript and XML, today became available free of charge or advertising &#8211; after more than 8 years of doing paid and ad-supported business. The company also announced a Certified OpenPlug Solutions Provider Program. OpenPlug [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/number-of-location-aware-apps-keeps-growing-rapidly-but-very-few-are-cross-platform/' rel='bookmark' title='Number of Location-Aware Apps Keeps Growing Rapidly &#8211; But Very Few are Cross-Platform'>Number of Location-Aware Apps Keeps Growing Rapidly &#8211; But Very Few are Cross-Platform</a> <small>Frederic Lardinois, ReadWriteWeb, 2/5/2010 We are still in the early...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/08/samsung-to-launch-chaton-a-cross-platform-mobile-chat-service/' rel='bookmark' title='Samsung To Launch ChatON, A Cross-Platform Mobile Chat Service'>Samsung To Launch ChatON, A Cross-Platform Mobile Chat Service</a> <small>Sarah Perez, TechCrunch, 8/29/2011 Samsung is launching ChatON, a cross-platform...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/adobe-air-for-mobile-enables-cross-platform-mobile-applications/' rel='bookmark' title='Adobe AIR for Mobile enables cross-platform mobile applications'>Adobe AIR for Mobile enables cross-platform mobile applications</a> <small>Erez Zukerman, Download Squad, 2/26/2010 I have a confession to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F04%252Fcross-platform-mobile-app-creator-openplug-drops-all-fees%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FM1rOVR%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Cross%20Platform%20Mobile%20App%20Creator%20OpenPlug%20Drops%20All%20Fees%22%20%7D);"></div>
<p><a href="http://www.readwriteweb.com/mobile/author/marshall-kirkpatrick.php">Marshall Kirkpatrick</a>, ReadWriteWeb, 4/27/2011</p>
<p><a rel="nofollow" href="http://developer.openplug.com/">OpenPlug</a>, a  development toolkit for creating native apps for phones, tablets and  other connected devices using JavaScript, ActionScript and XML, today  became available free of charge or advertising &#8211; after more than 8 years  of doing paid and ad-supported business.  The company also announced a  Certified OpenPlug Solutions Provider Program.</p>
<p>OpenPlug was acquired by international communications network  technology platform (and sponsor of this blog) Alcatel-Lucent in the  Fall of 2010.  Over on the main channel of ReadWriteWeb we analyzed the  role of the technology <a href="http://www.readwriteweb.com/archives/openplug_alcatel_lucent_mobile_api.php">in the larger ecosystem of network-level applications and APIs</a> in depth when the acquisition was announced.  I said over there that it  was a very big deal; now what could be better than a very big deal  turned free?  For further perspective, see <a href="http://www.nellymoser.com/blog/?p=28">this 2008 discussion of open (including OpenPlug) vs. closed mobile application development platforms</a> written by John Puterbaugh, founder of 10-year old mobile marketing technology company <a href="http://nellymoser.com/">Nelly Moser</a>.  See also related companies <a href="http://www.appcelerator.com/">Titanium</a> and <a href="http://www.phonegap.com/">PhoneGap</a>.</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F04%2Fcross-platform-mobile-app-creator-openplug-drops-all-fees%2F&amp;title=Cross%20Platform%20Mobile%20App%20Creator%20OpenPlug%20Drops%20All%20Fees" id="wpa2a_18"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/number-of-location-aware-apps-keeps-growing-rapidly-but-very-few-are-cross-platform/' rel='bookmark' title='Number of Location-Aware Apps Keeps Growing Rapidly &#8211; But Very Few are Cross-Platform'>Number of Location-Aware Apps Keeps Growing Rapidly &#8211; But Very Few are Cross-Platform</a> <small>Frederic Lardinois, ReadWriteWeb, 2/5/2010 We are still in the early...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/08/samsung-to-launch-chaton-a-cross-platform-mobile-chat-service/' rel='bookmark' title='Samsung To Launch ChatON, A Cross-Platform Mobile Chat Service'>Samsung To Launch ChatON, A Cross-Platform Mobile Chat Service</a> <small>Sarah Perez, TechCrunch, 8/29/2011 Samsung is launching ChatON, a cross-platform...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/adobe-air-for-mobile-enables-cross-platform-mobile-applications/' rel='bookmark' title='Adobe AIR for Mobile enables cross-platform mobile applications'>Adobe AIR for Mobile enables cross-platform mobile applications</a> <small>Erez Zukerman, Download Squad, 2/26/2010 I have a confession to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/04/cross-platform-mobile-app-creator-openplug-drops-all-fees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Office Docs Can Be Shared with Google Cloud Connect</title>
		<link>http://www.mobileinternetsolutions.com/wordpress/2011/02/ms-office-docs-can-be-shared-with-google-cloud-connect/</link>
		<comments>http://www.mobileinternetsolutions.com/wordpress/2011/02/ms-office-docs-can-be-shared-with-google-cloud-connect/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 14:53:21 +0000</pubDate>
		<dc:creator>lesliemanzara</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://www.mobileinternetsolutions.com/wordpress/?p=3818</guid>
		<description><![CDATA[Barry Levine, Mobile Tech Today, 2/25/2011 A free plug-in adds collaboration to older versions of Microsoft Office through Google Cloud Connect for Office. Office 2010 already offers collaboration, but Google Cloud Connect does not work with Microsoft Office for Mac, which doesn&#8217;t have open APIs. Synced Office files are given a URL and backed up [...]
Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/mobile-apps-bringing-office-tools-to-the-cloud/' rel='bookmark' title='Mobile apps bringing office tools to the cloud'>Mobile apps bringing office tools to the cloud</a> <small>Marco Tabini, Macworld.com, 2/12/2010 iPhone app makers have cloud computing...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/06/google-improves-google-docs-experience-on-ios-android/' rel='bookmark' title='Google improves Google Docs experience on iOS, Android'>Google improves Google Docs experience on iOS, Android</a> <small>Tony Bradley, PC World, 6/29/2010 Google has expanded the functionality...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/01/print-documents-and-emails-from-your-phone-with-google-cloud-print/' rel='bookmark' title='Print Documents and Emails from Your Phone With Google Cloud Print'>Print Documents and Emails from Your Phone With Google Cloud Print</a> <small>John Paul Titlow, ReadWriteBiz, 1/25/2011 Google officially announced the roll-out...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.mobileinternetsolutions.com%252Fwordpress%252F2011%252F02%252Fms-office-docs-can-be-shared-with-google-cloud-connect%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22MS%20Office%20Docs%20Can%20Be%20Shared%20with%20Google%20Cloud%20Connect%22%20%7D);"></div>
<p>Barry Levine, <a href="http://www.mobile-tech-today.com/story.xhtml?story_id=77469" target="_blank">Mobile Tech Today</a>, 2/25/2011</p>
<p>A free plug-in adds collaboration to older  versions of Microsoft Office through Google Cloud Connect for Office.  Office 2010 already offers collaboration, but Google Cloud Connect does  not work with Microsoft Office for Mac, which doesn&#8217;t have open APIs.  Synced Office files are given a URL and backed up for desktop and mobile  access.</p>
<p>Google is bringing the <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11239">cloud</a> to office <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11198">productivity</a> tools &#8212; <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11217">Microsoft</a> &#8216;s  Office tools, that is. On Thursday, the search giant announced that  it&#8217;s releasing Google Cloud Connect for Office, which was initially  shown as a preview last fall.</p>
<p>The company said that, with a free plug-in, Cloud Connect for Office  &#8220;brings collaborative multi-person editing to the family Microsoft  Office experience.&#8221; It enables users to share, <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11229">backup</a> and simultaneously edit Word, PowerPoint and Excel documents.</p>
<p>&#8216;Smart Synchronization&#8217;</p>
<p>No SharePoint deployment is required, and Connect supports Office 2003,  2007 and 2010 on Windows PCs. Office 2010 offers collaboration, but  Google Connect gives that capability to earlier releases of the popular  productivity suite. Google noted that, &#8220;due to the lack of support for  open APIs on Microsoft Office for Mac,&#8221; Connect is not currently  available for that platform.</p>
<p>Office files are synced via the cloud and given a unique URL. Once they  are synced, files are automatically backed up. <span style="color: #ff0000;">Files can be worked on  from connected mobile devices as well as <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11275">desktop</a> or <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11276">laptop</a> computers.</span></p>
<p>When documents are shared, participants get a notification e-mail.  Shared documents get downloaded from the cloud and edited in the app  normally. When working offline, changes are synced to all participants  the next time they log in. If two or more participants edit the same  section simultaneously, Cloud Connect for Office provides paths for  choosing which edits to keep.</p>
<p>Editing is simultaneous, with no document or paragraph locking while one  person is working. Each Office file has a URL that is shared in Google  Docs, and Docs retains a version history. Documents can be edited  offline, and can be brought up to speed with online docs via &#8220;smart  synchronization.&#8221;</p>
<p>DocVerse Technology</p>
<p>A potentially big advantage of the plug-in approach is that, instead of  importing and exporting Office docs to Google Docs, which can result in  formatting or other issues, the plug-in enables users to stay within  Office.</p>
<p>While the plug-in is free, there&#8217;s a cost of $50 per user per year for  the Connect service, plus the user must have the necessary Office  license. There&#8217;s also a new Appsperience program which offers a 90-day  trial period with Google Apps and support. Google Apps includes Cloud  Connect for Office, Google Spreadsheets, Google Sites, Google Docs,  Google Presentations, and Google Forms.</p>
<p>Prices for Appsperience range from $7,000 for 50 to 500 users, to  $15,000 for more than 500 users. The offer includes user training,  change management assistance, a week of <a href="http://www.cio-today.com/accuserve/accuserve-go.php?c=11213">tech</a> support, and a dashboard to analyze return on investment from the collaboration.</p>
<p>The technology behind Connect was obtained as part of Google&#8217;s  acquisition of DocVerse in March 2009. When Google bought DocVerse,  Group Product Manager Jonathan Rochelle wrote on the Office Google  Enterprise Blog that &#8220;the future of productivity applications is in the  cloud.&#8221; He acknowledged that &#8220;many people are still accustomed to  desktop software,&#8221; so Google&#8217;s approach makes it easier to &#8220;interoperate  with desktop applications like Microsoft Office.&#8221;</p>

<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mobileinternetsolutions.com%2Fwordpress%2F2011%2F02%2Fms-office-docs-can-be-shared-with-google-cloud-connect%2F&amp;title=MS%20Office%20Docs%20Can%20Be%20Shared%20with%20Google%20Cloud%20Connect" id="wpa2a_20"><img src="http://www.mobileinternetsolutions.com/wordpress/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p><p>Related posts:<ol>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/02/mobile-apps-bringing-office-tools-to-the-cloud/' rel='bookmark' title='Mobile apps bringing office tools to the cloud'>Mobile apps bringing office tools to the cloud</a> <small>Marco Tabini, Macworld.com, 2/12/2010 iPhone app makers have cloud computing...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2010/06/google-improves-google-docs-experience-on-ios-android/' rel='bookmark' title='Google improves Google Docs experience on iOS, Android'>Google improves Google Docs experience on iOS, Android</a> <small>Tony Bradley, PC World, 6/29/2010 Google has expanded the functionality...</small></li>
<li><a href='http://www.mobileinternetsolutions.com/wordpress/2011/01/print-documents-and-emails-from-your-phone-with-google-cloud-print/' rel='bookmark' title='Print Documents and Emails from Your Phone With Google Cloud Print'>Print Documents and Emails from Your Phone With Google Cloud Print</a> <small>John Paul Titlow, ReadWriteBiz, 1/25/2011 Google officially announced the roll-out...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mobileinternetsolutions.com/wordpress/2011/02/ms-office-docs-can-be-shared-with-google-cloud-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

