<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.infragistics.com/community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ActiveNick's Big Bald Blog : Windows Phone</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx</link><description>Tags: Windows Phone</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP3 (Build: 36.8414)</generator><item><title>Xamarin EVOLVE Follow-up: Building Mobile Cross-Platform Geospatial Apps</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/04/19/xamarin-evolve-follow-up-building-mobile-cross-platform-geospatial-apps.aspx</link><pubDate>Fri, 19 Apr 2013 16:16:59 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:400830</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=400830</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/04/19/xamarin-evolve-follow-up-building-mobile-cross-platform-geospatial-apps.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5545.XamarinEvolveBannerNick_5F00_26AE7CBA.png"&gt;&lt;img title="XamarinEvolveBannerNick" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="XamarinEvolveBannerNick" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4555.XamarinEvolveBannerNick_5F00_thumb_5F00_2BB0BA69.png" width="658" height="260" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I spent a few days this week at &lt;a href="http://xamarin.com/evolve" target="_blank"&gt;Xamarin EVOLVE&lt;/a&gt;, hanging out with the Xamarin folks, the mobile cross-platform dev community, talking to attendees at our booth and speaking about mobile geospatial development. It was definitely a great event and Xamarin deserves major kudos, both for the event itself, but also for their products and &lt;a href="http://blog.xamarin.com/xamarin-evolve-2013-keynote/" target="_blank"&gt;impressive keynote announcements&lt;/a&gt;. Xamarin is a partner of Infragistics and it’s certainly an exciting time to be a mobile developer.&lt;/p&gt; &lt;p&gt;As promised during my talk, I’m posting all my session material here, including the slides, demos, and reference links. I had a great time at EVOLVE and I hope to speak there again if/when Xamarin holds another show.&lt;/p&gt; &lt;h1&gt;Building Mobile Cross-Platform Geospatial Apps&lt;/h1&gt; &lt;p&gt;This session will not reveal why we are on Earth, but it will teach you how to find out where we all are on it. Looking for the user? Just find the phone. Thanks to standard built-in Location Services and hybrid positioning hardware, every modern smartphone knows where it is. In this session, ActiveNick shows you how to build a truly “smart” cross-platform phone application by adding Geospatial Services to it. Using C# and MonoTouch for iOS, the Windows Phone SDK, and Mono for Android, you will learn how to locate the device using the phone GPS and other Location Services, display spatial data on maps, manipulate them with touch gestures, geocode addresses into lat/long pairs, and more. We’ll discuss the various mapping technologies, SDKs and APIs across various mobile platforms, how to tap into geospatial features programmatically with Xamarin tools, and explore how geospatial systems can benefit from mobile services and apps. Location Intelligence is a natural extension of mobility. Come learn how all mobile developers should also be geospatial developers.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://bit.ly/1043Yny" target="_blank"&gt;Download the session slides here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://bit.ly/17Ls123" target="_blank"&gt;Download the iOS &amp;amp; Windows Phone demo here&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://bit.ly/Z8TDLF" target="_blank"&gt;Download the Android demo here&lt;/a&gt;&lt;/strong&gt;. It’s a modified version of the Google Maps Android API v2 demo &lt;a href="https://github.com/xamarin/monodroid-samples/tree/master/MapsAndLocationDemo_v2" target="_blank"&gt;found on Github here&lt;/a&gt;. Make sure to read both readme files in the Zip since you’ll need dependencies from the Github project to make the demo work.&lt;/p&gt; &lt;h2&gt;Noteworthy Links&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Generate JSON Parsing Classes in C#&lt;/strong&gt;: &lt;a href="http://json2csharp.com"&gt;http://json2csharp.com&lt;/a&gt; &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Google Maps&lt;/strong&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Google Maps Developer Resources: &lt;a href="http://developers.google.com/maps" target="_blank"&gt;developers.google.com/maps&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Google API Console: &lt;a href="http://code.google.com/apis/console" target="_blank"&gt;code.google.com/apis/console&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Google Maps SDK for iOS: &lt;a href="http://developers.google.com/maps/documentation/ios" target="_blank"&gt;developers.google.com/maps/documentation/ios&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Google Maps Android API v2: &lt;a href="http://developers.google.com/maps/documentation/android" target="_blank"&gt;developers.google.com/maps/documentation/android&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Geocoding API: &lt;a href="http://developers.google.com/maps/documentation/geocoding" target="_blank"&gt;developers.google.com/maps/documentation/geocoding&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;strong&gt;OpenStreetMap (OSM)&lt;/strong&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;OpenStreetMap Wiki: &lt;a href="http://wiki.openstreetmap.org/wiki/Main_Page" target="_blank"&gt;wiki.openstreetmap.org/wiki/Main_Page&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Nominatim Geocoding Service: &lt;a href="http://wiki.openstreetmap.org/wiki/Nominatim" target="_blank"&gt;wiki.openstreetmap.org/wiki/Nominatim&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;strong&gt;Bing Maps&lt;/strong&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Bing Maps Platform Page: &lt;a title="http://www.microsoft.com/maps/" href="http://www.microsoft.com/maps" target="_blank"&gt;www.microsoft.com/maps&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Bing Maps Developer Resources: &lt;a title="http://www.microsoft.com/maps/developer-resources.aspx" href="http://www.microsoft.com/maps/developer-resources.aspx"&gt;www.microsoft.com/maps/developer-resources.aspx&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Bing Maps Management Portal: &lt;a href="http://www.bingmapsportal.com"&gt;www.bingmapsportal.com&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;strong&gt;Esri ArcGIS&lt;/strong&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Esri ArcGIS Developer Center: &lt;a href="http://developers.arcgis.com" target="_blank"&gt;developers.arcgis.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Free Data: &lt;a href="http://www.esri.com/data/free-data"&gt;www.esri.com/data/free-data&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h1&gt;Building iOS Apps with Xamarin and NucliOS&lt;/h1&gt; &lt;p&gt;We (Infragistics) launched release 13.1 of all our developer controls yesterday. This includes NucliOS 13.1, our stellar native controls for iOS developers. With NucliOS you get a powerful data &amp;amp; layout grid control, a versatile chart control supporting more than 40 chart types – including the new Pie Chart control – as well radial gauges and rich-text labels.&lt;/p&gt; &lt;p&gt;The good news for C# developers is that NucliOS also ships with full bindings for Xamarin.iOS. With a single package, NucliOS offers the best native iOS controls for developers, whether they build their apps in Objective C with Xcode, or in C# with Visual Studio or Xamarin Studio.&lt;/p&gt; &lt;p&gt;If you’ve never built any apps for iOS or even learned iOS development, this is your chance to get started. Download the &lt;a href="http://xamarin.com/download" target="_blank"&gt;free starter edition of Xamarin.iOS here&lt;/a&gt;, then &lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;download the trial for NucliOS&lt;/a&gt; and start building gorgeous iOS apps for iPhone and iPad today.&lt;/p&gt; &lt;p&gt;Here are some links to get you started.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;Download a trial version of NucliOS 13.1 here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS Product Page at Infragistics.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/nuclios131" target="_blank"&gt;What’s New in NucliOS 13.1 for iOS Developers&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="https://components.xamarin.com/view/InfragisticsNucliOS/" target="_blank"&gt;Visit the NucliOS 13.1 page in the Xamarin Component Store here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/blogs/brent_schooley/archive/2013/02/20/creating-ios-applications-using-c-with-xamarin-ios-webinar-follow-up.aspx" target="_blank"&gt;Creating iOS Apps with Xamarin.iOS and NucliOS – Webinar by Brent Schooley&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/igiossb" target="_blank"&gt;Download the NucliOS 13.1 Samples Browser for free on your iPhone or iPad from the iTunes App Store here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;&lt;img title="NUCLiOS_Banner_728x90_a" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="NUCLiOS_Banner_728x90_a" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2425.NUCLiOS_5F00_Banner_5F00_728x90_5F00_a_5F00_5D3C27FE.jpg" width="662" height="86" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Until Next Time…&lt;/h1&gt; &lt;p&gt;I will be doing a very similar session to my mobile cross-platform geospatial apps talk at &lt;a href="http://www.codepalousa.com/"&gt;Code PaLOUsa&lt;/a&gt;, April 25-27 (next week!), in Louisville, KY. Make sure to attend if you’re in the area. &lt;p&gt;You can also catch me and attend more of my talks at the following events over the next few months: &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.prairiedevcon.com/" target="_blank"&gt;Prairie DevCon&lt;/a&gt;, May 6-7, in Winnipeg, MB  &lt;li&gt;&lt;a href="http://vslive.com/events/chicago-2013/home.aspx?utm_source=AttendeeMktg&amp;amp;utm_medium=Fax&amp;amp;utm_campaign=CHSPK17" target="_blank"&gt;Visual Studio Live!&lt;/a&gt;, May 13-16, in Chicago, IL &lt;li&gt;&lt;a href="http://phillydotnet.org/camps/2013-1/" target="_blank"&gt;Philly Code Camp&lt;/a&gt;, May 11, in Abington, PA  &lt;li&gt;&lt;a href="http://www.devteach.com/" target="_blank"&gt;DevTeach&lt;/a&gt;, May 27-31, in Toronto / Mississauga, ON  &lt;li&gt;&lt;a href="http://northamerica.msteched.com/" target="_blank"&gt;TechEd North America&lt;/a&gt;, June 3-6, in New Orleans, LA – Look for me at the Infragistics booth!&lt;/li&gt; &lt;li&gt;&lt;a href="http://vslive.com/Events/Redmond-2013/Home.aspx" target="_blank"&gt;Visual Studio Live!&lt;/a&gt;, August 19-23, in Redmond, WA&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;If you have any questions about the topics discussed in these sessions, you can post them in the comments below or contact me on Twitter at &lt;a href="http://twitter.com/activenick"&gt;@ActiveNick&lt;/a&gt;. &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=400830" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing+Maps/default.aspx">Bing Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx">Geospatial</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx">Community</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Free+Tools/default.aspx">Free Tools</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+SDK/default.aspx">Windows Phone SDK</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Maps/default.aspx">Google Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx">Conference</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx">Event</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx">Slides</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx">CodepaLOUsa</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brent+Schooley/default.aspx">Brent Schooley</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/OpenStreetMap/default.aspx">OpenStreetMap</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Json.net/default.aspx">Json.net</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx">Xcode</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx">Objective C</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx">Microsoft .NET</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx">Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx">GIS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx">Mapping</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx">NucliOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin/default.aspx">Xamarin</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MonoTouch/default.aspx">MonoTouch</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx">Demos</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samples/default.aspx">Samples</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Esri/default.aspx">Esri</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ArcGIS/default.aspx">ArcGIS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin.iOS/default.aspx">Xamarin.iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin+Studio/default.aspx">Xamarin Studio</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin.Android/default.aspx">Xamarin.Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geocoding/default.aspx">Geocoding</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin+EVOLVE/default.aspx">Xamarin EVOLVE</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nominatim/default.aspx">Nominatim</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Play+Services/default.aspx">Google Play Services</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MapQuest/default.aspx">MapQuest</category></item><item><title>VSLive! Las Vegas Event Recap – A Quintet of Mobile iOS &amp; Windows Phone Dev Talks</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/04/02/vslive-las-vegas-event-recap-a-quintet-of-mobile-ios-amp-windows-phone-dev-talks.aspx</link><pubDate>Tue, 02 Apr 2013 18:04:59 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:398705</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=398705</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/04/02/vslive-las-vegas-event-recap-a-quintet-of-mobile-ios-amp-windows-phone-dev-talks.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3580.VSLiveLasVegas2013BlogBanner_5F00_69450564.png"&gt;&lt;img title="VSLiveLasVegas2013BlogBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="VSLiveLasVegas2013BlogBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0336.VSLiveLasVegas2013BlogBanner_5F00_thumb_5F00_290EEBEA.png" width="658" height="129" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I’m exhausted…&lt;/p&gt; &lt;p&gt;I’m still recovering from my days in Vegas last week…&lt;/p&gt; &lt;p&gt;You might say “&lt;em&gt;What happens in Vegas, stays in Vegas&lt;/em&gt;”, but then again you’d get the wrong idea about why I’m exhausted. It probably has something to do with presenting FIVE breakout sessions at &lt;a href="http://vslive.com/"&gt;Visual Studio Live! Las Vegas&lt;/a&gt; at the MGM Grand last week, four of which were presented back-to-back on Thursday. Also to blame was the hotel network which decided to wreak havoc on my mobile push notifications demos for Windows Phone and iOS, and my Windows Phone emulators that decided to crap out on me (I hate Hyper-V), both forcing me into late night debugging sessions while attendees &amp;amp; speakers were partying at Tabu.&lt;/p&gt; &lt;p&gt;All my demos worked out fine in the end, but my sleep patterns suffered the most. Well, almost. The true sufferance came when my back gave out at the Vegas airport on Friday morning, forcing me into an excruciatingly painful travel day aboard connecting flights after my direct flight was cancelled “&lt;em&gt;because the pilot did not feel too well&lt;/em&gt;”. Two chiropractor appointments and one deep muscle massage later, I’m still on the road to recovery, but thank goodness for Advil!&lt;/p&gt; &lt;p&gt;Back to my talks. I promised attendees I would post all my session slides and demos, and I’m here to keep my promise. Below is a list of all my talks, along with descriptions, links, slides and zipped demos.&lt;/p&gt; &lt;p&gt;I want to thank all the attendees who came to my talks. Prissy networks and emulators aside, I love getting on stage in front of developers and geek out for an hour or so about cool mobile practices and development techniques. I especially want to thank the attendees who came to my Windows Phone &amp;amp; Speech talk on Thursday morning at 8:00AM. Considering the early hour and the fact this was a last minute replacement session where I stepped in for a speaker who sadly couldn’t make it, you guys are troopers!&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6644.WPMultitaskingBanner_5F00_08F3DF2D.png"&gt;&lt;img title="WPMultitaskingBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="WPMultitaskingBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2425.WPMultitaskingBanner_5F00_thumb_5F00_68D8D26F.png" width="658" height="118" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Designing Your Windows Phone Apps for Multitasking and Background Processing&lt;/h1&gt; &lt;p&gt;It may be called &amp;quot;Windows&amp;quot; Phone, but Microsoft&amp;#39;s smartphone operating system does not share its big brother&amp;#39;s multitasking model. &amp;quot;Fast and fluid&amp;quot; is the motto to insure the best user experience possible while at the same time optimizing power consumption on the device. Windows Phone may only allow only one application to run in the foreground at a time, but several features were introduced in version 8.0 and 7.5 to allow an application to perform some actions even when it is not the active foreground app. This demo-heavy session will focus on those techniques including scheduled tasks &amp;amp; background agents, playing audio &amp;amp; tracking the user location in the background, and we&amp;#39;ll also discuss how Voice-over-IP (VoIP) integrate deeply into the OS for better background processing. You&amp;#39;ll also learn about Fast Application Switching &amp;amp; Tombstoning should your application ever get terminated. Learn how to make your application a first-class citizen on Windows Phone and put this session in the foreground of your schedule.&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/10uHnTg" target="_blank"&gt;Download the slides and demos here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Noteworthy Links from my Windows Phone talks:  &lt;ul&gt; &lt;li&gt;Developer Portal: &lt;a href="http://dev.windowsphone.com" target="_blank"&gt;dev.windowsphone.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone 8 Jump Start Training: &lt;a href="http://bit.ly/wp8jump" target="_blank"&gt;http://bit.ly/wp8jump&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Windows Phone 8 @ \\Build: &lt;a href="http://bit.ly/build12wp" target="_blank"&gt;http://bit.ly/build12wp&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Developer Blog: &lt;a href="http://blogs.windows.com/windows_phone/b/wpdev" target="_blank"&gt;blogs.windows.com/windows_phone/b/wpdev&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Consumer Blog: &lt;a href="http://blogs.windows.com/windows_phone/b/windowsphone" target="_blank"&gt;blogs.windows.com/windows_phone/b/windowsphone&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone Toolkit: &lt;a href="http://phone.codeplex.com" target="_blank"&gt;http://phone.codeplex.com&lt;/a&gt; &lt;/li&gt; &lt;li&gt;Nokia Windows Phone Wiki: &lt;a href="http://www.developer.nokia.com/Community/Wiki/Category:Windows_Phone"&gt;www.developer.nokia.com/Community/Wiki/Category:Windows_Phone&lt;/a&gt; &lt;/li&gt; &lt;li&gt;&lt;a href="http://www.dvlup.com"&gt;www.dvlup.com&lt;/a&gt; by Nokia&lt;/li&gt; &lt;li&gt;Jerry Nixon, Microsoft Developer Evangelist: &lt;a href="http://blog.jerrynixon.com" target="_blank"&gt;blog.jerrynixon.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Jeff Blankenburg, Microsoft Developer Evangelist: &lt;a href="http://www.jeffblankenburg.com" target="_blank"&gt;www.jeffblankenburg.com&lt;/a&gt; &lt;/li&gt; &lt;li&gt;NetAdvantage for Windows Phone: &lt;a href="http://www.infragistics.com/mobile" target="_blank"&gt;infragistics.com/mobile&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1030.WPSpeechBanner_5F00_1AD072FA.png"&gt;&lt;img title="WPSpeechBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="WPSpeechBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6710.WPSpeechBanner_5F00_thumb_5F00_61B995F7.png" width="658" height="90" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Developing with Speech in Windows Phone 8 Apps&lt;/h1&gt; &lt;p&gt;Can you hear me now? Move over Siri, here comes an army of speech-enabled mobile applications on Windows Phone. Mobile applications are not always easy to work with due to the small screen and small on-screen keyboard. Using our voice is a natural form of communication amongst humans, and ever since 2001: A Space Odyssey, we’ve been dreaming of computers who can converse with us like HAL9000. Thanks to the new Microsoft SDKs for voice recognition and speech synthesis (aka text-to-speech), we are now several steps closer to this reality. This session explores the development techniques you can use to add voice recognition to your Windows Phone applications, including in-app commands, standard &amp;amp; custom grammars, and voice commands usable outside your app. We’ll also see how your apps can respond to the user via speech synthesis, opening-up a new world of hands-free scenarios. This reality is here, you’ll see actual live demos with speech and you can now learn how to do it.&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/16tBWrI" target="_blank"&gt;Download the slides and demos here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0842.iOSfordotNetBanner_5F00_28A2B8F5.png"&gt;&lt;img title="iOSfordotNetBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="iOSfordotNetBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7128.iOSfordotNetBanner_5F00_thumb_5F00_0887AC38.png" width="658" height="118" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;iOS Development Survival Guide for the .NET Guy (or Gal)&lt;/h1&gt; &lt;p&gt;The trend continues where .NET developers show their hunger for iOS development. This was the SIXTH time I presented this talk to date, and despite the larger keynote room, I once again had a full house. This session is targeted at developers that know nothing about iOS development, Xcode or Objective C, and everything is presented from the perspective of people already knowledgeable about .NET, Visual Studio and C#. We looked at why you should care about building native iOS apps and I provided a quick intro to the Apple world. I presented everything you need to get started with iOS development (yes, you need a Mac) and we built our first iOS project. I made several comparisons with the Visual Studio world to explain iOS principles, we took a peek at the many iOS frameworks, the many options for &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;third-party iOS controls&lt;/a&gt;, and where to go from here.  &lt;p&gt;&lt;a href="http://bit.ly/Z5YCIh" target="_blank"&gt;Download the slides and demos here&lt;/a&gt; &lt;p&gt;Noteworthy Links from my iOS talks: &lt;ul&gt; &lt;li&gt;Register at &lt;a href="https://developer.apple.com/" target="_blank"&gt;developer.apple.com&lt;/a&gt; &lt;li&gt;Watch Official Getting Started Videos at &lt;a href="http://developer.apple.com/videos/ios" target="_blank"&gt;developer.apple.com/videos/ios&lt;/a&gt; &lt;li&gt;Watch WWDC Videos at &lt;a href="http://developer.apple.com/videos/wwdc/2012/" target="_blank"&gt;developer.apple.com/videos/wwdc/2012&lt;/a&gt; &lt;li&gt;Watch Pluralsight iOS Training at &lt;a href="http://www.pluralsight.com/training/Courses#ios" target="_blank"&gt;www.pluralsight.com/training/Courses#ios&lt;/a&gt; &lt;li&gt;Follow my list of iOS dev bloggers at &lt;a href="http://twitter.com/ActiveNick/ios-dev-bloggers" target="_blank"&gt;twitter.com/ActiveNick/ios-dev-bloggers&lt;/a&gt; &lt;li&gt;Code by SteveZ: &lt;a href="http://www.infragistics.com/community/blogs/stevez" target="_blank"&gt;www.infragistics.com/community/blogs/stevez&lt;/a&gt; &lt;li&gt;Download NucliOS, the native iOS controls from Infragistics at &lt;a href="http://www.infragistics.com/ios" target="_blank"&gt;www.infragistics.com/ios&lt;/a&gt; &lt;li&gt;Recommended Books:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://amzn.to/PO0Bl2" target="_blank"&gt;iOS Programming: The Big Nerd Ranch Guide&lt;/a&gt;, Edition 3 (Conway, Hillegass)  &lt;li&gt;&lt;a href="http://amzn.to/PO0Bl2" target="_blank"&gt;Objective-C Programming: The Big Nerd Ranch Guide&lt;/a&gt;, Edition 3 (Conway, Hillegass)  &lt;li&gt;&lt;a href="http://iosfordotnetdevs.com/" target="_blank"&gt;iOS Programming for .NET Developers&lt;/a&gt; (Josh Smith)  &lt;li&gt;&lt;a href="http://amzn.to/RMtV76" target="_blank"&gt;Beginning iOS 5 Development: Exploring the iOS SDK&lt;/a&gt; (Mark, Nutting, LaMarche)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4064.ModerniPadAppBanner_5F00_1659F233.png"&gt;&lt;img title="ModerniPadAppBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="ModerniPadAppBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1325.ModerniPadAppBanner_5F00_thumb_5F00_763EE575.png" width="658" height="118" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Modern Apps Live! – Building a Modern iPad App&lt;/h1&gt; &lt;p&gt;Co-located with VSLive! Las Vegas, &lt;a href="http://modernappslive.com/Events/Las-Vegas-2013/Home.aspx" target="_blank"&gt;Modern Apps Live!&lt;/a&gt; was a novel 3-day event, presented in partnership with &lt;a href="http://magenic.com/modernappslive" target="_blank"&gt;Magenic&lt;/a&gt;, that brought Development Managers, Software Architects and Development Leads together to learn the latest and greatest techniques in low-cost, high-value application development. &lt;p&gt;What sets Modern Apps Live! apart is the singular topic focus; sessions build on each other as the conference progresses, leaving you with a holistic understanding of modern applications. Attendees got to dive deep into MyVote, a full-featured polling platform hosted in the cloud with multiple front-ends on Windows 8, Windows Phone and iPad. &lt;p&gt;In this session I presented a high level overview of how the iPad version of the MyVote client was built, and what were some of the design decisions behind it. Attendees learned how to implement a mobile iPad application that provides a comparable user experience, while leveraging the same back-end code that supports Windows 8 and Windows Phone 8.&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/XG2i8z" target="_blank"&gt;Download the slides here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The MyVote application code for all components will be posted as a whole by Magenic. I’ll be sure to update this post once everything is made available.&lt;/p&gt; &lt;p&gt;Additional links for this talk:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows Azure Mobile Services for iOS: &lt;a href="http://www.windowsazure.com/en-us/develop/mobile/resources-ios" target="_blank"&gt;http://www.windowsazure.com/en-us/develop/mobile/resources-ios&lt;/a&gt;&lt;/li&gt; &lt;li&gt;AFNetworking open source library: &lt;a href="http://afnetworking.com" target="_blank"&gt;http://afnetworking.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;TFS on a Mac via Eclipse Integration: &lt;a href="http://bit.ly/YRT3Nt" target="_blank"&gt;http://bit.ly/YRT3Nt&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Git-tf: &lt;a href="http://gittf.codeplex.com" target="_blank"&gt;http://gittf.codeplex.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;TestFlight: &lt;a href="http://www.testflightapp.com" target="_blank"&gt;http://www.testflightapp.com&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3414.MobilePushBanner_5F00_081B7943.png"&gt;&lt;img title="MobilePushBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="MobilePushBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2818.MobilePushBanner_5F00_thumb_5F00_19F80D10.png" width="658" height="118" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Building Multi-Platform Mobile Apps with Push Notifications&lt;/h1&gt; &lt;p&gt;The best mobile applications don&amp;#39;t live in a vacuum. They are augmented by dedicated servers, the Internet and Cloud services. While it&amp;#39;s one thing to reach out to server-side services from a mobile application, it&amp;#39;s a completely different affair when the tables are turned and the server needs to reach the phone. Enter push notifications. From iOS to Android, Windows Phone and Windows 8, discover how to send push notifications from cloud-hosted services to a mobile app running on a tablet or phone, and learn how to handle those alerts in your mobile app. We&amp;#39;ll discuss the various push notification services from Microsoft, Apple and Google, how to leverage them in your mobile applications, how to deal with push scenarios for any given multi-platform app, and we&amp;#39;ll also look at platform-specific notifications, like scheduled alerts on iOS and Live Tiles on Windows Phone and Windows 8. The live demos will include a variety of iOS, Windows Phone and Windows 8 apps, and also include technical details about Android.&lt;/p&gt; &lt;p&gt;&lt;a href="http://bit.ly/16jEbvN" target="_blank"&gt;Download the slides and demos here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Additional links for this talk:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows Phone Tiles &amp;amp; Notifications: &lt;a href="http://bit.ly/Y5axJS" target="_blank"&gt;http://bit.ly/Y5axJS&lt;/a&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Windows Phone 8 Jump Start Training - Push: &lt;a href="http://bit.ly/Y5ahut" target="_blank"&gt;http://bit.ly/Y5ahut&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Windows 8 Tiles, Badges and Notifications: &lt;a href="http://bit.ly/YnPOgn" target="_blank"&gt;http://bit.ly/YnPOgn&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Apple iOS Local and Push Programming Guide: &lt;a href="http://bit.ly/X05046" target="_blank"&gt;http://bit.ly/X05046&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Google Cloud Messaging for Android: &lt;a href="http://bit.ly/YnP9vr" target="_blank"&gt;http://bit.ly/YnP9vr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Azure Portal: &lt;a href="http://www.windowsazure.com/" target="_blank"&gt;www.WindowsAzure.com&lt;/a&gt;&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Azure Mobile Services: &lt;a href="http://www.windowsazure.com/mobile" target="_blank"&gt;www.WindowsAzure.com/mobile&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows 8 Azure Tutorials: &lt;a href="http://www.windowsazure.com/en-us/develop/mobile/resources/" target="_blank"&gt;www.windowsazure.com/en-us/develop/mobile/resources/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;WP8 Azure Tutorials: &lt;a href="http://www.windowsazure.com/en-us/develop/mobile/resources-wp8/" target="_blank"&gt;www.windowsazure.com/en-us/develop/mobile/resources-wp8/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;iOS Azure Tutorials: &lt;a href="http://www.windowsazure.com/en-us/develop/mobile/resources-ios/" target="_blank"&gt;www.windowsazure.com/en-us/develop/mobile/resources-ios/&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Android Tutorials: &lt;a href="http://www.windowsazure.com/en-us/develop/mobile/resources-android/" target="_blank"&gt;www.windowsazure.com/en-us/develop/mobile/resources-android/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h1&gt;Until Next Time…&lt;/h1&gt; &lt;p&gt;I will be speaking at the &lt;a href="http://vslive.com/events/chicago-2013/home.aspx?utm_source=AttendeeMktg&amp;amp;utm_medium=Fax&amp;amp;utm_campaign=CHSPK17" target="_blank"&gt;next Visual Studio Live! conference&lt;/a&gt; at the Hilton in Chicago, May 13-16 2013, as well as the &lt;a href="http://vslive.com/Events/Redmond-2013/Home.aspx" target="_blank"&gt;VSLive! Redmond event&lt;/a&gt; at the Microsoft Campus on August 19-23. I hope I will see you there.&lt;/p&gt; &lt;p&gt;You can also catch me and attend more of my talks at the following events over the next few months:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://xamarin.com/evolve" target="_blank"&gt;Xamarin Evolve&lt;/a&gt;, April 14-17, in Austin TX&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.codepalousa.com/" target="_blank"&gt;Code PaLOUsa&lt;/a&gt;, April 25-27, in Louisville, KY&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.prairiedevcon.com/" target="_blank"&gt;Prairie DevCon&lt;/a&gt;, May 6-7, in Winnipeg, MB&lt;/li&gt; &lt;li&gt;&lt;a href="http://phillydotnet.org/camps/2013-1/" target="_blank"&gt;Philly Code Camp&lt;/a&gt;, May 11, in Abington, PA&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.devteach.com/" target="_blank"&gt;DevTeach&lt;/a&gt;, May 27-31, in Toronto / Mississauga, ON&lt;/li&gt; &lt;li&gt;&lt;a href="http://northamerica.msteched.com" target="_blank"&gt;TechEd North America&lt;/a&gt;, June 3-6, in New Orleans, LA – Look for me at the Infragistics booth!&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;If you have any questions about the topics discussed in these sessions, you can post them in the comments below or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.       &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=398705" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx">Community</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DevTeach/default.aspx">DevTeach</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Azure/default.aspx">Azure</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx">Conference</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx">Event</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx">CodepaLOUsa</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Notifications/default.aspx">Notifications</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx">Objective C</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx">Microsoft .NET</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Prairie+DevCon/default.aspx">Prairie DevCon</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx">VSLive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Modern+Apps+Live_2100_/default.aspx">Modern Apps Live!</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Push+Notifications/default.aspx">Push Notifications</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Azure+Mobile+Services/default.aspx">Windows Azure Mobile Services</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Modern+Apps/default.aspx">Modern Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Speech/default.aspx">Speech</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Azure/default.aspx">Windows Azure</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Text-to-Speech/default.aspx">Text-to-Speech</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Voice+Recognition/default.aspx">Voice Recognition</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Background+Agents/default.aspx">Background Agents</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Speech+Synthesis/default.aspx">Speech Synthesis</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Multitasking/default.aspx">Multitasking</category></item><item><title>What’s New in Windows Phone 8 for Developers</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/03/07/what-s-new-in-windows-phone-8-for-developers.aspx</link><pubDate>Thu, 07 Mar 2013 17:13:02 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:395581</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=395581</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/03/07/what-s-new-in-windows-phone-8-for-developers.aspx#comments</comments><description>&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0118.FairfieldWestchesterDNUG_2D00_WNWP8Dev_5F00_4A072EB7.png"&gt;&lt;img title="FairfieldWestchesterDNUG-WNWP8Dev" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="FairfieldWestchesterDNUG-WNWP8Dev" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5822.FairfieldWestchesterDNUG_2D00_WNWP8Dev_5F00_thumb_5F00_10841EC0.png" width="662" height="240" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;Another one of my popular conference talks is now available as an on-demand webinar! Excited? &lt;h1&gt;Who is this webinar for?&lt;/h1&gt; &lt;p&gt;You can approach this webinar from many different perspectives, depending on whether you are a:  &lt;ul&gt; &lt;li&gt;&lt;strong&gt;.NET Developer&lt;/strong&gt;: You already know Visual Studio, C# and/or VB.NET, Windows Forms, ASP.NET, Silverlight or WPF. You’re now ready to make the jump into the world of mobile development. Windows Phone is a natural transition as your current skillset translates very easily to this platform.  &lt;li&gt;&lt;strong&gt;Windows Phone Developer&lt;/strong&gt;: You’re already familiar with Windows Phone 7.x but maybe you haven’t had a chance to explore the new consumer and developer features in Windows Phone 8. This webinar is a great way to get started on your ramp-up. &lt;li&gt;&lt;strong&gt;Mobile Developer&lt;/strong&gt;: You already know mobile development on iOS, Android or maybe jQuery Mobile? Windows Phone is a platform that is definitely worth exploring. The market share may be small today but it is growing fast, especially given the similarities between Windows Phone, Windows 8 and Windows Store apps. This webinar does go over some of the reasons why you should care about Windows Phone too.&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;What is covered in the webinar? &lt;/h1&gt; &lt;p&gt;In this session I discuss how Windows Phone fits in the overall mobile ecosystem along side Apple, Android, Blackberry and hybrid HTML5 apps (i.e. PhoneGap). We look at why you should care about Windows Phone, what makes these devices unique, where the Windows Store is at, and what the opportunity is for you as a mobile developer.  &lt;p&gt;I present a demo on getting started with Windows Phone 8 development in Visual Studio 2012. We then dive into the brand new Windows Phone 8 features for both consumers and developers, what the upgrade story is for WP 7.5 devices, and explore some of those new features in greater detail, such as the new text-to-speech and voice recognition APIs, Nokia Maps control and more.  &lt;h1&gt;Watch the Webinar Video&lt;/h1&gt; &lt;p&gt;The webinar video is available via &lt;a href="http://bit.ly/WNWP8DevGTW" target="_blank"&gt;GotToWebinar&lt;/a&gt;. Free registration is required if you did not register for this specific webinar before. You can &lt;a href="http://bit.ly/WNWP8DevGTW" target="_blank"&gt;access it&lt;/a&gt; with the &lt;a href="http://bit.ly/WNWP8DevGTW" target="_blank"&gt;video image link below&lt;/a&gt;:  &lt;p&gt;&lt;a href="http://bit.ly/WNWP8DevGTW" target="_blank"&gt;&lt;img title="WhatsNewWP8DevVideoCover" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="WhatsNewWP8DevVideoCover" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2768.WhatsNewWP8DevVideoCover_5F00_653F87B8.png" width="662" height="374" /&gt;&lt;/a&gt; &lt;h1&gt;Download the Webinar Materials&lt;/h1&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;The webinar slides and demo are available using the links below: &lt;ul&gt; &lt;li&gt;&lt;a href="http://bit.ly/12wP94J" target="_blank"&gt;Download the webinar slides here&lt;/a&gt;  &lt;li&gt;&lt;a href="http://bit.ly/ZgZw8z" target="_blank"&gt;Download the webinar Text-to-Speech demo project here&lt;/a&gt; (with links to other demos) &lt;li&gt;Download the &lt;a href="http://bit.ly/wpt2m" target="_blank"&gt;final app version of the Text-to-Speech demo&lt;/a&gt; for free from the Windows Phone Store: &lt;a href="http://bit.ly/wpt2m" target="_blank"&gt;talk2me&lt;/a&gt; &lt;li&gt;Other demos I showed can be found in the &lt;a href="http://code.msdn.microsoft.com/wpapps/" target="_blank"&gt;Windows Phone Developer Portal&lt;/a&gt; at:&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Fast-app-resume-backstack-f16baaa6" target="_blank"&gt;Fast App Resume&lt;/a&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Alarm-Clock-with-voice-7b749124" target="_blank"&gt;Alarm Clock with Voice Commands&lt;/a&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Basic-text-to-speech-TTS-a58c16e5" target="_blank"&gt;Basic Text-to-Speech&lt;/a&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Speech-recognition-and-debe5858" target="_blank"&gt;Speech Recognition&lt;/a&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Simple-Map-control-sample-fc94908f" target="_blank"&gt;Nokia Map Control&lt;/a&gt; &lt;li&gt;&lt;a href="http://code.msdn.microsoft.com/wpapps/Tile-Sample-ef741c45" target="_blank"&gt;New Live Tile Templates&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h1&gt;Noteworthy Links&lt;/h1&gt; &lt;ul&gt; &lt;li&gt;Windows Phone Developer Portal: &lt;a href="http://dev.windowsphone.com/" target="_blank"&gt;dev.windowsphone.com&lt;/a&gt;  &lt;li&gt;Windows Phone 8 Jump Start Training: &lt;a href="http://bit.ly/wp8jump" target="_blank"&gt;http://bit.ly/wp8jump&lt;/a&gt;  &lt;li&gt;Windows Phone 8 @ \\Build: &lt;a href="http://bit.ly/build12wp" target="_blank"&gt;http://bit.ly/build12wp&lt;/a&gt;  &lt;li&gt;Windows Phone Developer Blog: &lt;a title="http://blogs.windows.com/windows_phone/b/wpdev/" href="http://blogs.windows.com/windows_phone/b/wpdev/" target="_blank"&gt;http://blogs.windows.com/windows_phone/b/wpdev/&lt;/a&gt;&amp;nbsp; &lt;li&gt;Windows Phone Blog: &lt;a title="http://blogs.windows.com/windows_phone/b/windowsphone/" href="http://blogs.windows.com/windows_phone/b/windowsphone/" target="_blank"&gt;http://blogs.windows.com/windows_phone/b/windowsphone/&lt;/a&gt;  &lt;li&gt;Windows Phone Toolkit: &lt;a href="http://phone.codeplex.com/" target="_blank"&gt;http://phone.codeplex.com&lt;/a&gt;  &lt;li&gt;Nokia Developer Wiki: &lt;a href="http://www.developer.nokia.com/Community/Wiki/Category:Windows_Phone" target="_blank"&gt;www.developer.nokia.com/Community/Wiki/Category:Windows_Phone&lt;/a&gt;  &lt;li&gt;Nokia DVLUP: &lt;a href="http://www.dvlup.com/" target="_blank"&gt;www.dvlup.com&lt;/a&gt;  &lt;li&gt;Jerry Nixon’s Blog: &lt;a href="http://blog.jerrynixon.com/" target="_blank"&gt;blog.jerrynixon.com&lt;/a&gt;  &lt;li&gt;Jeff Blankenburg’s Blog: &lt;a href="http://www.jeffblankenburg.com/" target="_blank"&gt;www.jeffblankenburg.com&lt;/a&gt;  &lt;li&gt;NetAdvantage for Windows Phone Controls: &lt;a href="http://www.infragistics.com/mobile" target="_blank"&gt;infragistics.com/mobile&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7558.iOSSurvivalGuideBanner_5F00_17372843.jpg"&gt;&lt;img title="iOSSurvivalGuideBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="iOSSurvivalGuideBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0624.iOSSurvivalGuideBanner_5F00_thumb_5F00_5E204B40.jpg" width="662" height="196" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Interested in iOS Development?&lt;/h1&gt; &lt;p&gt;Windows Phone is a great platform, but you can’t really call yourself a mobile developer until you’ve learned about other mobile platforms, especially when it comes to iOS development. Fortunately, we have another webinar for you!&lt;/p&gt; &lt;p&gt;More and more .NET developers seem to be considering iOS development. This webinar is targeted at developers who know nothing about iOS development, Xcode or Objective C, and everything is presented from the perspective of people already knowledgeable about .NET, Visual Studio and C#.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Watch the webinar here: &lt;/strong&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2013/02/28/ios-development-survival-guide-for-the-net-guy-or-gal.aspx" target="_blank"&gt;&lt;strong&gt;iOS Development Survival Guide for the .NET Guy (or Gal)&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;If you have any questions about the topics discussed in this webinar, you can post them in the comments below or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;. Also make sure to let me know what other topics you’d like to see in future webinars.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=395581" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Webinars/default.aspx">Webinars</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx">HTML5</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx">jQuery Mobile</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx">Objective C</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx">Microsoft .NET</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx">Demos</category></item><item><title>ActiveNick’s 2012 Year in Review and Predictions for 2013</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/01/02/activenick-s-2012-year-in-review-and-predictions-for-2013.aspx</link><pubDate>Wed, 02 Jan 2013 14:00:00 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:386605</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=386605</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2013/01/02/activenick-s-2012-year-in-review-and-predictions-for-2013.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3833.2012ReviewBanner1024_5F00_64AF9F9F.jpg"&gt;&lt;img title="2012ReviewBanner1024" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="2012ReviewBanner1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7065.2012ReviewBanner1024_5F00_thumb_5F00_0B7DB5E0.jpg" width="662" height="264" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Every January 1st for the past 9 years, I’ve been getting an email from Microsoft titled “&lt;em&gt;Congratulations 20YY Microsoft MVP!&lt;/em&gt;” ( enum YY {Max = 13, Min = 05}; ) where I have the honor and privilege of being re-awarded as &lt;a href="http://mvp.support.microsoft.com/profile/Landry" target="_blank"&gt;Microsoft MVP&lt;/a&gt; for Windows Phone Development. This is an awesome way to start the year and 2012 was no exception. It’s been an awesome year in the Windows Phone community and I love that I was able to take a more active part in it this year. I just received my 9th such email yesterday on January 1st 2013 (yay me!) but I’d like to take a look back at 2012 and reflect on some influential moments.&lt;/p&gt; &lt;p&gt;2012 was indeed a great year for me and for Infragistics, and I hope it was for you too. Allow me to indulge in a little retrospective as I contemplate all that transpired in what was supposed to be the last year of our existence. Since the Mayans were (thankfully) wrong about their predictions, I’ll try to offer my own for 2013.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6180.2388_5F00_Banner_2D00_Iguana_2D00_Ignite_2D00_NucliOS_5F00_6699A129_5F00_5BBB0C09.png"&gt;&lt;img title="2388_Banner-Iguana-Ignite-NucliOS_6699A129" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="2388_Banner-Iguana-Ignite-NucliOS_6699A129" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7658.2388_5F00_Banner_2D00_Iguana_2D00_Ignite_2D00_NucliOS_5F00_6699A129_5F00_thumb_5F00_0CDA46AA.png" width="658" height="192" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;New Job, New Responsibilities, New Products&lt;/h1&gt; &lt;p&gt;Shortly after that MVP award announcement in 2012 came more great news: I accepted an offer to &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/09/nick-landry-s-new-gig-senior-product-manager-at-infragistics.aspx" target="_blank"&gt;work at Infragistics&lt;/a&gt; and I joined this awesome company as Senior Product Manager for Mobile &amp;amp; Data Visualization Developer Tools. I joined up with old buddies &lt;a href="http://twitter.com/jasonberes" target="_blank"&gt;Jason Beres&lt;/a&gt; (who is my new boss) and &lt;a href="http://twitter.com/ambroselittle" target="_blank"&gt;Ambrose Little&lt;/a&gt;, and met many new folks who have become good friends, like &lt;a href="http://twitter.com/brentschooley" target="_blank"&gt;Brent Schooley&lt;/a&gt;, &lt;a href="http://twitter.com/brianlagunas" target="_blank"&gt;Brian Lagunas&lt;/a&gt; and many others. It was a weird feeling to leave the world of consulting services after 16 of my 20+ years career, but in retrospect, that was the best thing I’ve ever done. 11+ months later I still come to work with a huge smile on my face and I this is the most fun I’ve ever had in my professional career.&lt;/p&gt; &lt;p&gt;Being a Product Manager at Infragistics is a dual role. Not only am I the owner for several products, I also have community responsibilities to write, blog, tweet and speak at events. After several years on hiatus as a blogger, I relaunched “&lt;em&gt;ActiveNick’s Big Bald Blog&lt;/em&gt;”, discussing mobility, devices, development in the Microsoft &amp;amp; Apple worlds, events, and more.&lt;/p&gt; &lt;p&gt;Some of my most popular posts this year have been:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/25/top-10-iphone-apps-missing-on-windows-phone.aspx" target="_blank"&gt;Top 10 iPhone Apps Missing on Windows Phone&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/29/storage-wars-skydrive-doesn-t-work-in-the-sky.aspx" target="_blank"&gt;Storage Wars: SkyDrive Doesn’t Work in the Sky&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/05/03/infragistics-announces-reduced-pricing-for-mobile-amp-web-products.aspx" target="_blank"&gt;Infragistics Announces Reduced Pricing for Mobile &amp;amp; Web Products&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;From a products point of view, it’s been a very busy year for me here at Infragistics. We launched 2 releases of our full NetAdvantage collection, introduced new mobile products for Windows UI, iOS, Android and jQuery Mobile development and many more. Here are all the products I own which we shipped in 2012:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Two releases of &lt;a href="http://www.infragistics.com/products/windows-phone/" target="_blank"&gt;NetAdvantage for Windows Phone&lt;/a&gt;: 12.1 &amp;amp; 12.2  &lt;li&gt;Updates to the Data Visualization controls (charts, maps, gauges, bullet graphs, etc.) &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/05/03/bonus-surprises-in-netadvantage-for-wpf-silverlight-and-ultimate.aspx" target="_blank"&gt;which are all now bundled&lt;/a&gt; in the following products:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;NetAdvantage for WPF&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;NetAdvantage for Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/products/jquery/" target="_blank"&gt;Ignite UI&lt;/a&gt; (HTML5 &amp;amp; jQuery)&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Introduced New jQuery Mobile controls in &lt;a href="http://www.infragistics.com/products/jquery/" target="_blank"&gt;Ignite UI&lt;/a&gt;  &lt;li&gt;Launched the initial release of &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS&lt;/a&gt; for native iOS developers  &lt;li&gt;Launched &lt;a href="http://www.infragistics.com/products/android/" target="_blank"&gt;Iguana UI&lt;/a&gt;, a free Community Pack for native Android developers  &lt;li&gt;Launched a new bundle for mobile developers: &lt;a href="http://www.infragistics.com/products/mobileadvantage/" target="_blank"&gt;MobileAdvantage&lt;/a&gt;  &lt;li&gt;Introduced new Data Visualization Controls for WinRT &amp;amp; WinJS developers in &lt;a href="http://www.infragistics.com/products/windows-ui/" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt; Beta&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Infragistics also launched many more products I was not directly involved with, including new versions of &lt;a href="http://www.shareplusapp.com/" target="_blank"&gt;SharePlus&lt;/a&gt; for iOS and the inaugural releases of &lt;a href="http://www.infragistics.com/products/reportplus/" target="_blank"&gt;ReportPlus&lt;/a&gt; for iOS and &lt;a href="http://www.infragistics.com/products/indigo-studio" target="_blank"&gt;Indigo Studio&lt;/a&gt; for UX designers, and many more. Yes, it has been an awesome year at Infragistics.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8637.2012_2D00_Community_2D00_Events_5F00_535736B2.png"&gt;&lt;img title="2012 Community Events" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="2012 Community Events" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0310.2012_2D00_Community_2D00_Events_5F00_thumb_5F00_527ED0C8.png" width="662" height="182" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Community Events&lt;/h1&gt; &lt;p&gt;My community role goes beyond tweeting and blogging of course. Traveling to community events and conferences is a key part of my job. As a product manager, it’s important that I connect with developers to hear about the projects they work on, what technologies they care about, and what topics they are interested in learning. It also allows me to spread the word about our awesome Infragistics products, meet current customers and get feedback from them about what we’re doing great and what we could improve upon.&lt;/p&gt; &lt;p&gt;Speaking at events is actually something that I’ve enjoyed for many years, going as far back as 1996 when I did a seminar tour in the province of Quebec, speaking about Internet and intranet development with Microsoft technologies, using Active Server Pages, ActiveX and all the other “Active” products at Microsoft. This is in fact when I was nicknamed “ActiveNick” by co-workers, a name that has stuck around since then. My responsibilities over the last few years at my previous job at Infusion had forced me to scale back my speaking engagements, sticking mostly to DevConnections and TechEd, and sadly neglecting the other conferences, code camps and user groups.&lt;/p&gt; &lt;p&gt;Thanks to my new role at Infragistics, I was able to jump back in the community head first, speaking at and/or attending the following events in 2012:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Central New Jersey .NET User Group in Cranbury, NJ&lt;/li&gt; &lt;li&gt;Microsoft MVP Summit in Redmond, WA&lt;/li&gt; &lt;li&gt;Game Developers Conference in San Francisco, CA&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/03/29/codepalousa-event-follow-up-building-windows-phone-games-in-3d-with-xna.aspx" target="_blank"&gt;Code PaLOUsa&lt;/a&gt; in Louisville, KY&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/03/31/deeper-in-net-2012-event-follow-up-from-the-hand-to-the-cloud-building-windows-phone-apps-amp-games-with-azure.aspx" target="_blank"&gt;Deeper in .NET&lt;/a&gt; in Milwaukee, WI&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/05/02/techbash-event-follow-up-windows-phone-azure-xna-oh-my.aspx" target="_blank"&gt;TechBash&lt;/a&gt; in Nanticoke, PA&lt;/li&gt; &lt;li&gt;Stir Trek in Columbus, OH&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/05/14/philly-code-camp-2012-event-follow-up-adding-location-intelligence-to-your-windows-phone-apps-with-bing-maps.aspx" target="_blank"&gt;Philly Code Camp&lt;/a&gt; in Abington, PA&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/08/going-to-tech-183-ed-come-say-hello-to-activenick.aspx" target="_blank"&gt;TechEd US&lt;/a&gt; in Orlando, FL&lt;/li&gt; &lt;li&gt;TechEd Europe in in Amsterdam, Netherlands&lt;/li&gt; &lt;li&gt;New Jersey Azure User Group in Iselin, NJ&lt;/li&gt; &lt;li&gt;That Conference in Wisconsin Dells, WI&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/09/10/hdc-event-follow-up-ios-development-survival-guide-for-the-net-guy.aspx" target="_blank"&gt;Heartland DevCon (HDC)&lt;/a&gt; in Omaha, NE&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/09/prairie-devcon-event-follow-up-mobile-development-with-ios-and-windows-phone.aspx" target="_blank"&gt;Prairie DevCon&lt;/a&gt; in Regina, SK, Canada&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/18/visual-studio-live-event-recap-windows-phone-ios-amp-data-visualization.aspx" target="_blank"&gt;Visual Studio Live!&lt;/a&gt; in Orlando, FL&lt;/li&gt; &lt;li&gt;NYC Mobile .NET Meetup in Manhattan, NY&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I was also scheduled to speak at the Windows Phone Developer Conference in October in San Francisco, which sadly (but understandably) got cancelled/postponed, and I was also forced to cancel my sessions at DevConnections Fall in Las Vegas, but I also had the chance of appearing in a few online webcasts and podcasts, including:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/28/activenick-guest-stars-on-the-tablet-show-podcast-with-carl-franklin-amp-richard-campbell.aspx" target="_blank"&gt;The Tablet Show Podcast&lt;/a&gt; with Carl Franklin &amp;amp; Richard Campbell&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/04/24/bytes-by-msdn-jerry-nixon-amp-nick-landry-talk-mobile-apps-amp-games-at-gdc.aspx" target="_blank"&gt;Bytes by MSDN&lt;/a&gt; with Jerry Nixon&lt;/li&gt; &lt;li&gt;&lt;a href="http://ajisoftware.com/podcast/podcast/2012/09/28/nick-landry-of-infragistics-talks-mobile" target="_blank"&gt;AJI Report&lt;/a&gt; with Jeff Julian and John Alexander&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;2012 was an awesome year, and 2013 promises to be even better for Community events. I can confirm that I’m already scheduled to speak at &lt;a href="http://vslive.com/Events/Las-Vegas-2013/Home.aspx" target="_blank"&gt;VS Live! Las Vegas&lt;/a&gt; in March and &lt;a href="http://vslive.com/Events/Chicago-2013/Home.aspx" target="_blank"&gt;VS Live! Chicago&lt;/a&gt; in May, and also &lt;a href="http://www.codepalousa.com/" target="_blank"&gt;Code PaLOUsa 2013&lt;/a&gt; in April.&lt;/p&gt; &lt;p&gt;If you want me to speak at your event, code camp or user group in 2013, don’t hesitate to contact me directly at &lt;a href="mailto:activenick@infragistics.com"&gt;activenick@infragistics.com&lt;/a&gt; or via Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8737.jessica_2D00_alba_2D00_windows_2D00_phone_2D00_banner_5F00_6B0E6E18.png"&gt;&lt;img title="jessica-alba-windows-phone-banner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="jessica-alba-windows-phone-banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6180.jessica_2D00_alba_2D00_windows_2D00_phone_2D00_banner_5F00_thumb_5F00_376601BA.png" width="662" height="314" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Windows Phone, Nokia Devices &amp;amp; WP8&lt;/h1&gt; &lt;p&gt;It’s been an interesting year for Windows Phone to say the least. Nokia finally started releasing their long awaited Windows Phone devices, including the Lumia 800 and 900. The problem is these devices came late (March 2012) in the Windows Phone 7.5 cycle that started in Fall 2011, and by then everyone was already wondering about the upcoming Windows Phone 8. Microsoft continued to uphold their veil of secrecy over all things Windows Phone, although they suffered from a lot of leaks in 2012. It looked like Windows Phone was on an upswing in Spring 2012, but it all came to (relative) crashing halt when Microsoft dropped the bomb that none of the current Windows Phone 7.5 devices would be upgradeable to Windows Phone 8. Even those shiny Nokia Lumias we had just bought a couple months before.&lt;/p&gt; &lt;p&gt;What a downer.&lt;/p&gt; &lt;p&gt;Microsoft sometimes suffers from being too honest. Microsoft seeks to emulate Apple to generate buzz in the mobility world, but Microsoft will always be Microsoft, and the two companies work in different ways. Allow me to illustrate the contrast. If an app or the OS suffers from a fault, Microsoft will tell you via an error message and you can often track down a log entry to diagnose it. Apple will just make your app disappear… *poof!* Error messages are bad, so instead of acknowledging the error and help you address it, Apple just sweeps it under the rug, hoping you’ll forget about it as they sprinkle more of that “Apple Magic” dust in your eyes. I prefer the Microsoft way because things will eventually go wrong in a piece of software. The interactions are too complex and errors will occur. Pretending the error didn’t happen is downright arrogant.&lt;/p&gt; &lt;p&gt;Why am I bringing this up? Because this same mentality is what drove Microsoft to announce Windows Phone 7.8. Microsoft’s approach for current devices was to borrow a few great features from Windows Phone 8 (like the new Start screen, tile sizes, Bing lock screen, etc.) and tack them onto Windows Phone 7.5, giving birth to Windows Phone 7.8. Microsoft is too honest. Apple prefers the “&lt;em&gt;let’s fool our customers&lt;/em&gt;” approach. When Apple announced iOS 6, they also revealed that &lt;a href="http://www.iphonehacks.com/2012/06/ios-6-features-not-available-on-older-ios-devices.html" target="_blank"&gt;older devices would not get all the new iOS 6 features&lt;/a&gt;. Yet, Apple still calls this watered-down version of the operating system “iOS 6”. Why couldn’t Microsoft simply take a page from Apple’s dirty book? They could have announced that most current Windows Phone 7.5 devices would be upgradeable to Windows Phone 8, except that some new features wouldn’t be available on older devices.&lt;/p&gt; &lt;p&gt;The cold wet towel that is Windows Phone 7.8 basically sent Windows Phone sales to a grinding halt. Why buy a new Lumia now when it’ll be hitting a glass ceiling in the Fall? That was an unfortunate course of events and the slower adoption for Windows Phone in 2012 is what led many &lt;a href="http://www.idc.com/getdoc.jsp?containerId=prUS23818212#.UOODf5Ao7ur" target="_blank"&gt;analysts to severely scale back their expectations for the next four years&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Windows Phone 8 really has a solid shot at succeeding. This is the fabled “third version” where Microsoft typically gets things right, and while I’ve been a fan of the platform since the initial reboot in 2010, Windows Phone 8 finally reached top contender stage. Nokia brought us new devices, and HTC showed us they actually know how to design a sexy phone. Hopefully Samsung can bring some sexiness to their own devices. They have awesome specs and quality, but they need a phone borne out of the mind of creative designers, not engineers.&lt;/p&gt; &lt;p&gt;The combination of new OS features and new devices finally make Windows Phone much harder to dismiss as “irrelevant”. The good news came late in the year, but this was nonetheless a good year for Windows Phone.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7658.2388_5F00_SurfaceMissingApps_5F00_20D52CA2_5F00_0FBF8590.png"&gt;&lt;img title="2388_SurfaceMissingApps_20D52CA2" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="2388_SurfaceMissingApps_20D52CA2" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6175.2388_5F00_SurfaceMissingApps_5F00_20D52CA2_5F00_thumb_5F00_563C7598.png" width="658" height="285" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Surface Announcement &amp;amp; Launch&lt;/h1&gt; &lt;p&gt;The Surface announcement and launch was a real surprise. &lt;a href="http://gizmodo.com/5954709/every-single-microsoft-device-ever" target="_blank"&gt;Microsoft may have released a LOT of hardware in the past&lt;/a&gt;, but nothing comes close to the Surface in terms of involvement or investment (with the exception of Xbox). Microsoft used to be primarily a software company, but we can’t really say that anymore. Sinofsky may be gone, but the Surface remains. For the first time in its history, Microsoft shipped a new version of Windows, Windows Phone and Office and yet none of those are the most talked about product coming out of Redmond within that same calendar year.&lt;/p&gt; &lt;p&gt;Surface is.&lt;/p&gt; &lt;p&gt;I wrote extensively about the Surface and if you have not had a chance to peruse my series titled “From iPad to Surface”, I invite you to do so via the following links.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx"&gt;Day 5: Favorite Fridays &amp;gt;&amp;gt; Nextgen reader&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Day 6: We Need Groups!&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Day 7: Screen Quality Face-off&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;Day 8: Top 10 iPad Apps Missing in Windows Store&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx" target="_blank"&gt;Day 9: Favorite Fridays &amp;gt;&amp;gt; Windows Phone App&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" target="_blank"&gt;Landscape vs. Portrait&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx" target="_blank"&gt;Favorite Fridays &amp;gt;&amp;gt; Google App&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx" target="_blank"&gt;Head-to-Head Comparison: Surface vs. iPad&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Blog Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt; &lt;li&gt;Blog Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt; &lt;li&gt;Product Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The jury is still out on Surface and I plan on writing more about it in 2013. I just hope we get a brand new official Mail client because the current one really sucks.&lt;/p&gt; &lt;p&gt;Let’s now dive into my predictions for 2013…&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2376.2013_2D00_Predictions_5F00_43F3AED6.png"&gt;&lt;img title="2013 Predictions" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="2013 Predictions" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2870.2013_2D00_Predictions_5F00_thumb_5F00_43877BE1.png" width="662" height="237" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;ActiveNick’s Top 10 Predictions for 2013&lt;/h1&gt; &lt;p&gt;I’ve never done this publicly before. Like a lot of people, I’ve offered many technology predictions casually through conversations in the past, but those are often more wishful thinking than actual predictions. Given my really bad track record on some of these (e.g. Beta VCRs, NEC TurboGrafx 16, Commodore CDTV, Star Wars Galaxies, Windows Mobile, HD-DVD, etc.) I expect to do really poorly on many of my predictions. Still, let’s have some fun and reflect back on them in a year.&lt;/p&gt; &lt;h2&gt;1. Return of the Windows Start Button&lt;/h2&gt; &lt;p&gt;I’m probably wrong on this one given how Julie Larson Green was so deeply involved in the UI design of Windows 8 and Windows RT, but I think that now that Sinofsky is out, Microsoft will cave to enterprise pressures and bring back our beloved Start button. This will only be available in Windows 8 Pro or Enterprise, and it’ll come back as an optional feature through some form of service pack or Windows Update. I wouldn’t be surprised if it was only available via enterprise policies / settings.&lt;/p&gt; &lt;h2&gt;2. New Apple Devices&lt;/h2&gt; &lt;p&gt;The fact that we’ll get new Apple devices is not really a prediction, it’s more like stating the obvious. What will we get though? Or more importantly when it comes to Apple, what WON’T we get? Here is what I think we’ll see from Cupertino in 2013:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Another iPad Mini, this time with Retina Display and better specs &lt;li&gt;New MacBook Air with Retina Display &lt;li&gt;iPhone 6 will ship in 2013. I’m not sure what Apple will add, but the screen size &amp;amp; resolution will remain the same, whatever new features Tim Cook introduces will be lifted from Android or Windows Phone, and it still won’t support NFC. Whatever it is, Apple fanbois and fangurls will proclaim “&lt;em&gt;the Apple Magic is still alive&lt;/em&gt;” yet Apple’s global market share will remain stagnant.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Oh, and Apple Maps will still &lt;strike&gt;suck&lt;/strike&gt; be inferior to Google, Bing and Nokia Maps. In terms of wishful thinking, I really hope Siri gets an SDK.&lt;/p&gt; &lt;h2&gt;3. Windows Phone 9&lt;/h2&gt; &lt;p&gt;&lt;a href="http://www.idc.com/getdoc.jsp?containerId=prUS23818212#.UOODf5Ao7ur" target="_blank"&gt;IDC recently predicted&lt;/a&gt; that the worldwide Windows Phone market share will reach a very modest 11.4% in 2016. I think this is a very conservative estimate, especially given the big marketing campaign currently under way and the fact that every single Windows 8 computer and Windows RT device acts as an advertisement&amp;nbsp; for Windows Phone. The Metro UI and Live Tiles will become more and more familiar to consumers and this will positively affect Windows Phone sales.&lt;/p&gt; &lt;p&gt;Microsoft will probably introduce the Windows Phone 9 OS along with new partner devices, and I predict that all current and future Windows Phone 8 devices will be compatible with it. This will prevent any slowdown in WP8 device sales, something that negatively hurt the platform in 2012. &lt;strong&gt;&lt;u&gt;Disclaimer&lt;/u&gt;&lt;/strong&gt;: At this point in time, I know &lt;u&gt;absolutely nothing&lt;/u&gt; about any future version of Windows Phone. This is pure speculation on my part.&lt;/p&gt; &lt;p&gt;Based on IDC’s data, Windows Phone is at 2.6% market share today and I predict it’ll climb to 7% by the end of 2013 and officially claim the third spot ahead of RIM in the mobile ecosystem.&lt;/p&gt; &lt;h2&gt;4. Nokia Devices&lt;/h2&gt; &lt;p&gt;My new Nokia Lumia 920 is as perfect a phone as I’ve ever owned one. But it’s still not perfect. It only has 32GB of storage, no storage card slot, and the battery life could be better. Nokia is not all about devices, they have Nokia Maps and their “&lt;a href="http://conversations.nokia.com/2012/11/13/here-the-next-generation-of-location-services/" target="_blank"&gt;Here&lt;/a&gt;” location services that bring in a lot of dough after all, but if they want to stay competitive in the phone space, they’ll need more than the current three Windows Phone 8 devices (Lumia 620, 820, 920). We’ve seen rumored concepts for the Lumia 720, and we also know that Nokia wants to bring more of its PureView technology to Windows Phone.&lt;/p&gt; &lt;p&gt;I predict that Nokia will introduce a new wave of Nokia devices in 2013 *before* we see the Windows Phone 9 OS ship, and all these phones will be upgradeable to WP9.&lt;/p&gt; &lt;h2&gt;5. Star Trek&lt;/h2&gt; &lt;p&gt;The new “&lt;a href="http://www.rottentomatoes.com/m/star_trek_into_darkness/" target="_blank"&gt;Star Trek Into Darkness&lt;/a&gt;” movie will be awesome and will rank over 90% on &lt;a href="http://www.rottentomatoes.com/m/star_trek_11/" target="_blank"&gt;Rotten Tomatoes&lt;/a&gt;. I really miss having a good Star Trek TV show though, and sadly I don’t see 2013 changing this situation. Hopefully the new HD remasters of Star Trek: the Next Generation will make their way to Netflix.&lt;/p&gt; &lt;h2&gt;6. Microsoft Surface 2 &amp;amp; Surface Phone&lt;/h2&gt; &lt;p&gt;Microsoft sunk a lot of money in the development of the Surface and while the sales have been good, they have not been iPad-spectacular. Surface Pro also hasn’t been released yet. The question nonetheless remains: will Microsoft ship a “Surface 2” device, and if so, when?&lt;/p&gt; &lt;p&gt;There are already &lt;a href="http://www.techradar.com/news/mobile-computing/tablets/microsoft-is-already-working-on-surface-2-tablets-1091358" target="_blank"&gt;rumors that Microsoft is hiring for such a project&lt;/a&gt; and while the current Surface RT is great – though not perfect – there is still room for improvement. I was very doubtful about calling for a new Surface 2 – announcement or launch – in 2013, but now that I think about the potential features, it seems obvious Microsoft can keep raising the bar for other OEMs.&lt;/p&gt; &lt;p&gt;Potential Surface 2 improvements could include:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;High resolution screen, matching the ppi count of Apple’s Retina display on the Newest iPad&lt;/li&gt; &lt;li&gt;More SKUs with higher storage options, including tablets with 128GB and 256GB built in&lt;/li&gt; &lt;li&gt;Better battery life&lt;/li&gt; &lt;li&gt;Built-in NFC&lt;/li&gt; &lt;li&gt;Built-in GPS&lt;/li&gt; &lt;li&gt;Improved TouchCover keyboard&lt;/li&gt; &lt;li&gt;Optional SKUs with cell radios for built-in 4G LTE support&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;There have also been a lot of rumors about Microsoft manufacturing their own “Surface Phone”. I would really love to see such a device get announced, though it would really create tensions with Nokia and HTC. The bar has also been raised when it comes to Windows Phone and both these manufacturers have proven they can design truly competitive devices.&lt;/p&gt; &lt;p&gt;My call: No Microsoft-branded “Surface Phone” announced or launched in 2013.&lt;/p&gt; &lt;h2&gt;7. Xbox 720&lt;/h2&gt; &lt;p&gt;There will be a new Xbox in 2013. I really hope they find a better name for it, and I won’t speculate… ok, maybe I will. I’m throwing my own Xbox vNext names into the hat:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Xbox 3… or 8?&lt;/li&gt; &lt;li&gt;Xbox Pro&lt;/li&gt; &lt;li&gt;The New Xbox (just kidding, but this is what Apple would call it)&lt;/li&gt; &lt;li&gt;Skybox (Xbox in the Cloud, get it?)&lt;/li&gt; &lt;li&gt;Microsoft Gaming Console 2013 Total Pwnage Edition&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Anyways, I have absolutely no knowledge about Xbox vNext, but here is what I think we’ll see in this device:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;More powerful specs (obviously) like CPU, memory, etc. I call for 8-16 cores in the CPU&lt;/li&gt; &lt;li&gt;Built-in Blu-Ray player and all Xbox game discs will move to the Blu-Ray format&lt;/li&gt; &lt;li&gt;Full 3D support, complete with 3D glasses and augmented reality. We’ll probably have 2 GPUs to drive the dual image&lt;/li&gt; &lt;li&gt;Built-in storage will be SSD&lt;/li&gt; &lt;li&gt;More cloud integration, cloud saves, and the cloud will also be used to tie games to users, thus severely hurting the 2nd hand game market&lt;/li&gt; &lt;li&gt;Fully compatible with all Xbox 360 games&lt;/li&gt; &lt;li&gt;The controller will be the same except the D-Pad will be enhanced&lt;/li&gt; &lt;li&gt;Microsoft Points will go away and we’ll just buy stuff with normal currencies&lt;/li&gt; &lt;li&gt;A new version of the Kinect sensor will be packaged by default with all SKUs&lt;/li&gt; &lt;li&gt;Xbox vNext will share a store with Windows, and most Windows Store games will be usable on Xbox. Indie developers will be able to publish Xbox games with the same SDK they use to create Windows Store games today&lt;/li&gt; &lt;li&gt;XNA won’t be usable (officially) to build Xbox LIVE Indie Games anymore (I hate you Microsoft)&lt;/li&gt; &lt;li&gt;We’ll see more features added to the Xbox Smartglass apps to truly extend the console for gaming like the Wii U does&lt;/li&gt; &lt;li&gt;We’ll also get more media content, more TV channels built-in and the ability to use the Xbox as a DVR&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I expect Xbox vNext will be announced at E3 and ship in time for Holidays 2013.&lt;/p&gt;   &lt;h2&gt;8. World of Warcraft and Blizzard’s Project Titan&lt;/h2&gt; &lt;p&gt;World of Warcraft will extend it’s free to play offering beyond level 20. I suspect they’ll raise the level cap to 60 for free to play accounts and lift some of the restrictions (e.g. gold cap, whispers) to make it more viable and less of a trial.&lt;/p&gt; &lt;p&gt;We still won’t know what &lt;em&gt;Project Titan&lt;/em&gt; is by the end of 2013&lt;/p&gt; &lt;h2&gt;9. BlackBerry 10 Smartphones &amp;amp; PlayBook Tablets&lt;/h2&gt; &lt;p&gt;Very little is known about the new QNX / BBX / BlackBerry 10 devices and I won’t speculate much. After many delays, BlackBerry 10 should finally be revealed in February but I suspect devices won’t be available commercially until March or April 2013. At the end of the day, it won’t matter much. Microsoft rebooted Windows Phone in 2010 and many pundits called it “too little too late”. How can RIM reboot their platform in 2013 and expect to stop the free fall?&lt;/p&gt; &lt;p&gt;Their only salvation might be if they released their own OS with its own merits, and yet still support Android apps out of the box without any repackaging, hacking or side-loading. Now THAT would be an interesting feat of engineering.&lt;/p&gt; &lt;p&gt;Bottom line: BlackBerry devices will slip to 4th place in the mobile ecosystem market share, and whatever new BlackBerry PlayBook tablet is introduced will be as insignificant as the current one.&lt;/p&gt; &lt;h2&gt;10. Android, Google, Samsung and Amazon&lt;/h2&gt; &lt;p&gt;The Android platform holds a decent share of the tablet market but it’s definitely on smartphones that it dominates, with over 60% of market share. Android is a weird animal since so many versions have been forked or heavily customized by all those who seek to make money with it. What will happen to some of the major Android players in 2013?&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Samsung is the main company making money off Android. They will keep customizing it to their heart’s content, growing farther apart from the rest of the Android ecosystem, like Amazon has done.&lt;/li&gt; &lt;li&gt;Amazon made Android their own. They forked it and built their own OS on top of it. They have their own UI, their own services, their own marketplace, and it’s all about selling you their content. Expect to see Amazon release newer services for your Kindle Fire tablets to insure you rely less and less on Google. I expect to see an Amazon Email service released in 2013, as well as a cloud-storage solution for consumers, akin to Dropbox or Skydrive.&amp;nbsp; I also wouldn’t be surprised to see Amazon expand their search engine to go beyond content and include Internet searches as well, competing with Google and Bing.&lt;/li&gt; &lt;li&gt;Google is quickly losing control of Android and they’ll try to reign things in during 2013, but I don’t see them succeeding very well. They’ll probably just end up releasing more devices of their own with their own Android version. More phone &amp;amp; tablet OEMs will fork Android away from Google and follow Samsung and Amazon since no one is making any significant money with the baseline Android software. Android is winning but Google is losing.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;What do you think of my predictions? On target or completely off? Which ones do you agree or disagree with? Which would you add? If you have any questions or comments about this post, the products and technologies discussed or my predictions, you can post them in the comments below or contact me on Twitter at &lt;a href="http://twitter.com/activenick"&gt;@ActiveNick&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Happy New Year!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=386605" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx">WPF</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Product+Management/default.aspx">Product Management</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XNA/default.aspx">XNA</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DevConnections/default.aspx">DevConnections</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NetAdvantage/default.aspx">NetAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kinect/default.aspx">Kinect</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx">Data Visualization</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/User+Groups/default.aspx">User Groups</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MVP/default.aspx">MVP</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/World+of+Warcraft/default.aspx">World of Warcraft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Code+Camps/default.aspx">Code Camps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Star+Trek/default.aspx">Star Trek</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TechEd/default.aspx">TechEd</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx">Community</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infusion/default.aspx">Infusion</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google/default.aspx">Google</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nokia/default.aspx">Nokia</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx">Dropbox</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Richard+Campbell/default.aspx">Richard Campbell</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Carl+Franklin/default.aspx">Carl Franklin</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/The+Tablet+Show/default.aspx">The Tablet Show</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samsung/default.aspx">Samsung</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx">Conference</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx">CodepaLOUsa</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Deeper+in+.NET/default.aspx">Deeper in .NET</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx">Xbox 360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blu-Ray/default.aspx">Blu-Ray</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/RIM/default.aspx">RIM</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GDC/default.aspx">GDC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bytes+by+MSDN/default.aspx">Bytes by MSDN</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jerry+Nixon/default.aspx">Jerry Nixon</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TechBash/default.aspx">TechBash</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brent+Schooley/default.aspx">Brent Schooley</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Ambrose+Little/default.aspx">Ambrose Little</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx">jQuery Mobile</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MacBook/default.aspx">MacBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinRT/default.aspx">WinRT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle+Fire/default.aspx">Kindle Fire</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry/default.aspx">Blackberry</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinJS/default.aspx">WinJS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MobileAdvantage/default.aspx">MobileAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HDC/default.aspx">HDC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Prairie+DevCon/default.aspx">Prairie DevCon</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx">VSLive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iguanaUI/default.aspx">iguanaUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx">NucliOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx">igniteUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Research+in+Motion/default.aspx">Research in Motion</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx">Microsoft Office</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx">Amazon Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Cover/default.aspx">Touch Cover</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx">Blackberry PlayBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Retina+Display/default.aspx">Retina Display</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+820/default.aspx">Lumia 820</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx">From iPad to Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live360/default.aspx">Live360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/AJI+Report/default.aspx">AJI Report</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+920/default.aspx">Lumia 920</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NFC/default.aspx">NFC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Project+Titan/default.aspx">Project Titan</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Stir+Trek/default.aspx">Stir Trek</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/That+Conference/default.aspx">That Conference</category></item><item><title>Visual Studio Live Event Recap: Windows Phone, iOS &amp; Data Visualization</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/18/visual-studio-live-event-recap-windows-phone-ios-amp-data-visualization.aspx</link><pubDate>Tue, 18 Dec 2012 21:14:47 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:386167</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=386167</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/18/visual-studio-live-event-recap-windows-phone-ios-amp-data-visualization.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5734.VSLiveBanner_5F00_6339E84F.png"&gt;&lt;img title="VSLiveBanner" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="VSLiveBanner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7823.VSLiveBanner_5F00_thumb_5F00_3B936C25.png" width="662" height="289" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I had the pleasure of speaking at the &lt;a href="http://vslive.com/Events/Orlando-2012/Home.aspx" target="_blank"&gt;Visual Studio Live!&lt;/a&gt; conference last week, located in the Royal Pacific Resort at Universal Orlando and part of the &lt;a href="http://vslive.com/events/orlando-2012/information/what-is-live-360.aspx" target="_blank"&gt;Live! 360&lt;/a&gt; overarching conference. It was a fun week, I got a chance to meet many great attendees and also catch-up with old friends.&lt;/p&gt; &lt;p&gt;I was presenting on a wide range of topics, including mobile development and building native apps for the Windows Phone 8 and iOS platforms, and also a brand new session on designing data visualization dashboards. As promised during my talks, you can find below all the material I showed, including all the slides and demos for my 3 talks.&lt;/p&gt; &lt;h1&gt;What&amp;#39;s New in Windows Phone 8 for Developers&lt;/h1&gt; &lt;p&gt;In this session I discussed how Windows Phone fits in the overall mobile ecosystem along side Apple, Android, Blackberry and HTML5 apps. We looked at why you should care about Windows Phone, what makes these devices unique, where the store is at, and then I presented a demo on getting started with Windows Phone 8 development in Visual Studio 2012. We then dove into the brand new Windows Phone 8 features for both consumers and developers, the upgrade story for WP 7.5 devices, and explored some of those new features in greater detail, such as the new text-to-speech and voice recognition APIs.&lt;/p&gt; &lt;p&gt;&lt;a href="http://dl.dropbox.com/u/7025581/Blog/VST08_NLandry_WP8.zip" target="_blank"&gt;Download the slides and demos here&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Noteworthy Links from this talk:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows Phone 8 Jump Start Training: &lt;a href="http://bit.ly/wp8jump"&gt;http://bit.ly/wp8jump&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone 8 @ \\Build: &lt;a href="http://bit.ly/build12wp"&gt;http://bit.ly/build12wp&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://dev.windowsphone.com/" target="_blank"&gt;dev.windowsphone.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone Developer Blog: &lt;a href="http://windowsteamblog.com/windows_phone/b/wpdev" target="_blank"&gt;windowsteamblog.com/windows_phone/b/wpdev&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone Blog: &lt;a href="http://windowsteamblog.com/windows_phone/b/windowsphone" target="_blank"&gt;windowsteamblog.com/windows_phone/b/windowsphone&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Windows Phone Toolkit: &lt;a href="http://phone.codeplex.com"&gt;http://phone.codeplex.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Nokia Developer Wiki: &lt;a href="http://www.developer.nokia.com/Community/Wiki/Category:Windows_Phone"&gt;www.developer.nokia.com/Community/Wiki/Category:Windows_Phone&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Nokia DVLUP: &lt;a href="http://www.dvlup.com"&gt;www.dvlup.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Jerry Nixon’s Blog: &lt;a href="http://blog.jerrynixon.com" target="_blank"&gt;blog.jerrynixon.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Jeff Blankenburg’s Blog: &lt;a href="http://www.jeffblankenburg.com"&gt;www.jeffblankenburg.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;NetAdvantage for Windows Phone Controls: &lt;a href="http://www.infragistics.com/mobile" target="_blank"&gt;infragistics.com/mobile&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;iOS Development Survival Guide for the .NET Guy (or Gal)&lt;/h1&gt; &lt;p&gt;It’s obvious that .NET developers are interested in iOS development too. This was the third time I presented this talk, and once again I had a full house. This session is targeted at developers that know nothing about iOS development, Xcode or Objective C, and everything is presented from the perspective of people already knowledgeable about .NET, Visual Studio and C#. We looked at why you should care about building native iOS apps and I provided a quick intro to the Apple world. I presented everything you need to get started with iOS development (yes, you need a Mac) and we built our first iOS project. I made several comparisons with the Visual Studio world to explain iOS principles, we took a peek at the many iOS frameworks, the many options for &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;third-party iOS controls&lt;/a&gt;, and where to go from here. &lt;p&gt;&lt;a href="http://dl.dropbox.com/u/7025581/Blog/VSW12_NLandry_iOSDev.zip" target="_blank"&gt;Download the slides and demos here&lt;/a&gt; &lt;p&gt;Noteworthy Links from this talk: &lt;ul&gt; &lt;li&gt;Register at &lt;a href="https://developer.apple.com/" target="_blank"&gt;developer.apple.com&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Watch Official Getting Started Videos at &lt;a href="http://developer.apple.com/videos/ios" target="_blank"&gt;developer.apple.com/videos/ios&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Watch WWDC Videos at &lt;a href="http://developer.apple.com/videos/wwdc/2012/" target="_blank"&gt;developer.apple.com/videos/wwdc/2012&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Watch Pluralsight iOS Training at &lt;a href="http://www.pluralsight.com/training/Courses#ios" target="_blank"&gt;www.pluralsight.com/training/Courses#ios&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Follow my list of iOS dev bloggers at &lt;a href="http://twitter.com/ActiveNick/ios-dev-bloggers" target="_blank"&gt;twitter.com/ActiveNick/ios-dev-bloggers&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Download NucliOS, the native iOS controls from Infragistics at &lt;a href="http://www.infragistics.com/ios" target="_blank"&gt;www.infragistics.com/ios&lt;/a&gt;&lt;/li&gt; &lt;li&gt;Recommended Books:&lt;/li&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://amzn.to/PO0Bl2" target="_blank"&gt;iOS Programming: The Big Nerd Ranch Guide&lt;/a&gt;, Edition 3 (Conway, Hillegass)&lt;/li&gt; &lt;li&gt;&lt;a href="http://amzn.to/PO0Bl2" target="_blank"&gt;Objective-C Programming: The Big Nerd Ranch Guide&lt;/a&gt;, Edition 3 (Conway, Hillegass)&lt;/li&gt; &lt;li&gt;&lt;a href="http://iosfordotnetdevs.com" target="_blank"&gt;iOS Programming for .NET Developers&lt;/a&gt; (Josh Smith)&lt;/li&gt; &lt;li&gt;&lt;a href="http://amzn.to/RMtV76" target="_blank"&gt;Beginning iOS 5 Development: Exploring the iOS SDK&lt;/a&gt; (Mark, Nutting, LaMarche)&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt; &lt;h1&gt;Designing Data Visualization Dashboards&lt;/h1&gt; &lt;p&gt;This was a really exciting session, and also the one with the largest turnout. What originally started as an idea for a developer session eventually turned into a talk focused on data visualization design principles. I started with a discussion on just what is data visualization, why should we care, and what makes for effective visualizations. I presented examples of noteworthy visualizations including electoral maps and the periodic table of the elements, as well as several live dashboards. We looked at the various attributes of data visualization dashboards, the UI capabilities, the widgets and the functional capabilities. I then explored the various steps to design beautiful visualizations and the many paths you can take to build those visualizations into dashboards. Lastly, I dove into the importance of maps in data visualizations and showed a live sample demo of a Twitter map built in WPF. &lt;p&gt;&lt;a href="http://dl.dropbox.com/u/7025581/Blog/VST10_NLandry_DVDashboards.zip" target="_blank"&gt;Download the slides and demos here&lt;/a&gt; &lt;p&gt;Noteworthy Links from this talk: &lt;ul&gt; &lt;li&gt;&lt;a href="http://amzn.to/THQxrT" target="_blank"&gt;Beautiful Visualization: Looking at Data through the Eyes of Experts (Theory in Practice)&lt;/a&gt;, by Julie Steele &amp;amp; Noah Iliinsky&lt;/li&gt; &lt;li&gt;&lt;a href="http://amzn.to/Rf9SoI" target="_blank"&gt;The Visual Display of Quantitative Information&lt;/a&gt;, by Edward R. Tufte, 2nd edition&lt;/li&gt; &lt;li&gt;&lt;a href="http://amzn.to/XOCGpJ" target="_blank"&gt;Information Dashboard Design: The Effective Visual Communication of Data&lt;/a&gt;, by Stephen Few&lt;/li&gt; &lt;li&gt;&lt;a href="http://amzn.to/TNECZn" target="_blank"&gt;Designing Data Visualizations&lt;/a&gt;, by Julie Steele &amp;amp; Noah Iliinsky&lt;/li&gt; &lt;li&gt;ReportPlus dashboard building app for iPad: &lt;a href="http://bit.ly/igrplus"&gt;http://bit.ly/igrplus&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/PRODUCTS/Silverlight/application-samples" target="_blank"&gt;Sample Dashboards from Infragistics&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I will be speaking at the &lt;a href="http://vslive.com/Events/Las-Vegas-2013/Home.aspx" target="_blank"&gt;next Visual Studio Live! conference&lt;/a&gt; at the MGM Grand Hotel &amp;amp; Casino in Las Vegas, March 25-29 2013, I hope I will see you there.&lt;/p&gt; &lt;p&gt;If you have any questions about the topics discussed in these sessions, you can post them in the comments below or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=386167" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx">WPF</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx">Data Visualization</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx">Geospatial</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Location+Intelligence/default.aspx">Location Intelligence</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx">Community</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+SDK/default.aspx">Windows Phone SDK</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nokia/default.aspx">Nokia</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx">Conference</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx">Event</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx">Slides</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx">Mac</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jerry+Nixon/default.aspx">Jerry Nixon</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Motion+Framework/default.aspx">Motion Framework</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx">HTML5</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Reporting/default.aspx">Reporting</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Design/default.aspx">Design</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx">Xcode</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx">Objective C</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WWDC/default.aspx">WWDC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx">Microsoft .NET</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx">VSLive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx">Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx">GIS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx">Mapping</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx">NucliOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jeff+Blankenburg/default.aspx">Jeff Blankenburg</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx">Demos</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samples/default.aspx">Samples</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live360/default.aspx">Live360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DVLUP/default.aspx">DVLUP</category></item><item><title>From iPad to Surface – Head-to-Head Comparison: Surface vs. iPad</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx</link><pubDate>Thu, 29 Nov 2012 22:40:27 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:383663</guid><dc:creator>Nick Landry</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=383663</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3463.TabletFaceOff_5F00_53F8DEDB.png"&gt;&lt;img title="TabletFaceOff" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="TabletFaceOff" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8662.TabletFaceOff_5F00_thumb_5F00_13C2C561.png" width="658" height="269" /&gt;&lt;/a&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Day 5: Favorite Fridays &amp;gt;&amp;gt; Nextgen reader&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Day 6: We Need Groups!&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Day 7: Screen Quality Face-off&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;Day 8: Top 10 iPad Apps Missing in Windows Store&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx" target="_blank"&gt;Day 9: Favorite Fridays &amp;gt;&amp;gt; Windows Phone App&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" target="_blank"&gt;Landscape vs. Portrait&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx" target="_blank"&gt;Favorite Fridays &amp;gt;&amp;gt; Google App&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Surface vs. iPad: One Month Later&lt;/h1&gt; &lt;p&gt;I started this blog series exactly one month ago. I bought my Surface, full of hopes that it would become my favorite device and dream tablet. If you’ve been following this series, you know by now that was not the case. The Surface is an awesome device, but it certainly isn’t ideal. It’s got its pros and its cons. I found that out the hard way last week. I was vacationing in Spain during Thanksgiving week and carried both devices with me, and it turns out I was using my iPad 90% of the time. I probably would have used my Surface more if it had been a business trip, but in the end, I’d like to just use one tablet. Period.&lt;/p&gt; &lt;p&gt;It’s now time to score this contest. The table below shows various comparison aspects and I’ll be attempting to score this. Note that I’m only counting 1 point per comparison. It’s up to you to weigh in which aspects are more important and which are more trivial.&lt;/p&gt; &lt;p&gt;If you feel there are important comparisons I’m not making here, let me know in the comments below and I’ll add them.&lt;/p&gt; &lt;table cellspacing="0" cellpadding="2" width="658" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt; &lt;p align="left"&gt;&lt;strong&gt;Device Aspects&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;&lt;strong&gt;iPad 4th gen.&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;&lt;strong&gt;Surface RT&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Device Construction &amp;amp; Quality&lt;/em&gt;&lt;br /&gt;&lt;/strong&gt;Both devices sport superior design, construction materials and overall quality. Both easily win against virtually every Android tablet device out there. This is a really close one, but I have to give it to the Surface for integrating the Kick Stand without any compromise.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Dimensions &amp;amp; Weight&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;The iPad is a 4:3 device whereas the Surface is a 16:9 device. Both can be used well in landscape mode, but the &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" target="_blank"&gt;iPad definitely feels better in Portrait mode&lt;/a&gt;. The iPad is also slightly lighter (652g vs. 680g).&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Storage&lt;/em&gt;&lt;br /&gt;&lt;/strong&gt;Surface gives you double the storage space for the same price compared to the iPad. Surface also has a microSD slot and a USB port to plug in USB drives. No contest.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Performance&lt;/em&gt;&lt;br /&gt;&lt;/strong&gt;On paper, the NVIDIA Tegra 3 quad core 1.4 GHz in the Surface sounds better than the Apple A6X dual core 1.4GHz. In practice though, the iPad is more reactive and feels less sluggish&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Screen Quality&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;I wrote extensively about the respective screens&lt;/a&gt; and the bottom line is the 2048x1536 Retina display on the iPad is just plain superior to the Surface’s 1366x768 screen.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Cameras&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;Remember how disappointing the iPad 2 camera was? You’ll then understand why the Surface camera can’t win this one.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Battery Life&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;I don’t have hard numbers to share. The iPad has a 42.5 W-h battery vs. 31.5 W-h on the Surface, but it’s all about the consumption rate, especially given the higher resolution screen on the iPad. Based on my experiences, things still look better on the iPad, but the Surface is also quite good.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Wireless Options&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;Both have Bluetooth support. Both have Wi-Fi a/b/g/n, but the Surface’s MIMO Wi-Fi radio is iffy and often drops, or can’t give me an IP. There’s also no GPS or 3G/4G radio in the Surface, and that’s disappointing.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Ports &amp;amp; Extensibility&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;The only iPad port is proprietary, and even though many accessories support it, this was invalidated with the introduction of the Lightning connector. The Surface’s charge port is also proprietary, but is joined by standard USB, microHDMI and microSD ports/slots.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;App Store Selection&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;700,000+ iPad apps vs. 20,000+ Windows Store apps, and &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;most of the key apps are still missing on Surface&lt;/a&gt;. This is a HUGE win for iPad.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;em&gt;&lt;strong&gt;Shell &amp;amp; Navigation&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;The iPad’s shell has virtually not changed since iPhone v1. Some conveniences were added on the home button to switch to other background apps, but that’s it. This is an easy win for the Surface’s Live Tiles, Charms bar, edge gestures and dynamic lock screen information.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Operating System Configurability&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;The iPad offers a lot of conveniences in a greatly simplified and easy to use model, but the &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Surface does have greater configurability&lt;/a&gt;. It might scare off a few average users, but you also don’t need to use them.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Document Management &amp;amp; Sync&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;One of the biggest pains with the iPad is moving files in and out. Everything is silo’d in application storage and it’s just plain hard. Surface lets you manage files like a normal Windows machine, you can connect to network drives and add USB drives &amp;amp; storage cards. SkyDrive is also integrated in the OS. Strong Surface win here.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Email&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;The iPad mail client has received several improvements over the years and works relatively well now. The Windows Store Mail is just plain bad and is very sluggish on Windows RT devices. This is a huge strike for Surface.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: eReading&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;The iPad feels better since most read books in portrait mode and the 4:3 screen aspect ratio is closer to a standard book. The iPad Retina display also enhances the reading experience with smaller pixels.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Facebook&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;With 1B users, Facebook is a standard use case. Facebook is well integrated in the People hub in Windows RT and Windows 8, but this doesn’t come close to the full experience. It took a while to get an official Facebook app for iPad, but we have one now, and we don’t on Surface.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Gaming&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;The Surface has a lot of potential as a gaming device, especially given the integration with Xbox LIVE, the premier online gaming service. Sadly, the selection of games is still pitiful on Surface compared to the iPad’s massive catalog at this early stage.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Movies &amp;amp; TV&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;Both devices offer a premium movie watching experience. Both offer Netflix and HuluPlus. Both have their own video stores. The Surface has an edge with the 16:9 movie-friendly screen and the storage card to store media, but the iPad has a LOT more apps that stream content at this point.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Music&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;Just like movies, both devices are great music players. There are also more music apps on the iPad and a bigger catalog in iTunes, but the Xbox Music service clinches this win here. The deep synchronization between your Surface, Windows Phone, Xbox 360 and Windows 8 computers makes it all so seamless, much more so than in an all-Apple ecosystem.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use case: Presentations&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;Keynote is a nice presentation software with cute little effects, but the iPad version is actually a subset of the Mac version. Both also pale in comparison to the full-fledged PowerPoint 2013 on Surface, which is THE benchmark presentation tool in the business world. The standard microHDMI port also clinches this win.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Sharing&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;All iPad apps are on their own when it comes to sharing data and documents with other apps. Each developer needs to fully implement sharing support. The Share Charm on Windows 8/RT makes everything easier here and once you start using it, you won’t want to go back.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Spreadsheet&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;Full Microsoft Excel 2013 vs. watered down Apple Numbers. No contest. None. Next!&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Twitter&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;The selection of Twitter clients in the Windows Store is sadly quite disappointing. Looking at the three leading apps (MetroTwit, Tweetro, Rowi), they are slow, unreliable, suffer from usability/design issues. The iPad has great Twitter clients for all tastes.&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Web Browsing&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;Internet Explorer 10 on Surface is a very powerful browser. The problem is most websites still don’t fully support it as well as they do Firefox or Safari. The partial Adobe Flash support on Surface also doesn’t make up for it given how badly Flash runs un those white-listed sites. The edge goes to Safari on iPad here. There are also more browser options on iPad (though they’re all wrappers around Safari, even Google Chrome)&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;iPad&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&lt;strong&gt;&lt;em&gt;Use Case: Word Processing&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;Again, just like Surface easily won in the Presentation and Spreadsheet categories, the same goes for Microsoft Word 2013 easily beating Apple Pages. Word is the King.&lt;/td&gt; &lt;td valign="top" width="114"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;Surface&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt; &lt;p align="left"&gt;&lt;strong&gt;TOTAL SCORE&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;&lt;strong&gt;iPad 4th gen.&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;&lt;strong&gt;Surface RT&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="431"&gt;&amp;nbsp;&lt;/td&gt; &lt;td valign="top" width="114"&gt; &lt;p align="center"&gt;&lt;strong&gt;14&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;td valign="top" width="112"&gt; &lt;p align="center"&gt;&lt;strong&gt;11&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h1&gt;iPad vs. Surface – The Verdict&lt;/h1&gt; &lt;p&gt;Surface RT is a v1 product, and a very impressive one at that. In fact, if this was Surface v1 vs. iPad v1, the Surface RT would win a lot more points. Unfortunately, Surface needs to be competitive against the 4th generation iPad. The 14-to-11 score above shows how the Surface has a lot of great qualities, and once the Windows Store expands, Surface might even win a few extra points. The potential is definitely there. However, I’d like to carry just one tablet, and for now, I still need to carry two.&lt;/p&gt; &lt;p&gt;Don’t take my scoring at face value. Assign the proper weight to each score based on which usage scenarios matter more to you. Are there also some important comparisons missing in the table above?&lt;/p&gt; &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Which of the comparisons outlined above matter more to you? Based on the various scores, which tablets seem better suited for your needs?  &lt;p&gt;Let me know.  &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=383663" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx">Netflix</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Storage/default.aspx">Storage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iTunes/default.aspx">iTunes</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx">Xbox LIVE</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx">Xbox 360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Facebook/default.aspx">Facebook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx">HuluPlus</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx">Microsoft Office</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Excel/default.aspx">Microsoft Excel</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Word/default.aspx">Microsoft Word</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Retina+Display/default.aspx">Retina Display</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx">iPad vs Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx">From iPad to Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Screen+Orientation/default.aspx">Screen Orientation</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Chrome/default.aspx">Google Chrome</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+Music/default.aspx">Xbox Music</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Safari/default.aspx">Safari</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Adobe+Flash/default.aspx">Adobe Flash</category></item><item><title>From iPad to Surface – Favorite Fridays &gt;&gt; Google App</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx</link><pubDate>Fri, 16 Nov 2012 18:07:33 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:381993</guid><dc:creator>Nick Landry</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=381993</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7484.FavoriteFridays1024_5F00_16854DE3.jpg"&gt;&lt;img title="FavoriteFridays1024" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="FavoriteFridays1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3264.FavoriteFridays1024_5F00_thumb_5F00_245793DE.jpg" width="658" height="203" /&gt;&lt;/a&gt;&lt;/em&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Day 5: Favorite Fridays &amp;gt;&amp;gt; Nextgen reader&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Day 6: We Need Groups!&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Day 7: Screen Quality Face-off&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;Day 8: Top 10 iPad Apps Missing in Windows Store&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx" target="_blank"&gt;Day 9: Favorite Fridays &amp;gt;&amp;gt; Windows Phone App&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" target="_blank"&gt;Landscape vs. Portrait&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Is it Friday already?&lt;/h1&gt; &lt;p&gt;It seems it was just a couple posts ago that I covered the Windows Phone App for Surface in Favorite Fridays… and it was. Time flies and it’s been a busy week. I find myself wondering which Windows Store app to cover in this week’s Favorite Fridays. I’ll be honest with you: it’s slim pickings in the Windows Store and I’m at a loss. There may now be over 16,000 Windows Store apps worldwide (over 10,000 in the US), but &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;many big brands are still missing&lt;/a&gt; and very few apps truly stand out.&lt;/p&gt; &lt;p&gt;I’m looking at my current library of installed apps and many of them are basically the “Surface picks”. You can find the usual culprits like USA Today, New York Times, Engadget (still in preview), NBC News, ABC News, Wall Street Journal, eBay, Netflix, Hulu Plus, Kindle, ABC Player, and Flixter.&lt;/p&gt; &lt;p&gt;There are other apps I use but either I need to play with them some more, or I’m not totally happy with them to feature them here yet. The Zinio digital magazines app was recently updated and works much better now, but I’ll have to use it more to comment on it. News Bento is positioning itself to be a true Flipboard replacement but still has many issues I want to see resolved before I switch away from Nextgen Reader.&lt;/p&gt; &lt;p&gt;There are apps that look really cool from the outside, but soon fall apart when you start using them. Jon Stuart’s The Daily Show Headlines app suffers from many data issues, locks up often, isn’t showing the latest videos, most videos are dated January 1st 0001, doesn’t have full episodes and is just a pale shadow of the iOS version. The same goes for the Dilbert app. You can read the last few comic strips but there is not full archive access and the UI is so simple it’s just plain bad.&lt;/p&gt; &lt;p&gt;Finally, my Twitter woes continue. Tweetro and MetroTwit are still light years behind my beloved Twiterrific on iOS, and I pretty much gave up on Rowi too.&lt;/p&gt; &lt;p&gt;So what app should I cover today? &lt;/p&gt; &lt;p&gt;It’s an app I stumbled upon yesterday. It’s a super obvious household name, but it certainly not the first name that comes to mind when you use a Microsoft Surface…&lt;/p&gt; &lt;h1&gt;Google App&lt;/h1&gt; &lt;p&gt;That’s right. Google published a Windows Store app. You have to give props to Google and Microsoft. They understand the fragmented nature of the mobile ecosystem. Microsoft has already published several apps on iOS and Android, like Bing, Skype, OneNote, SkyDrive, Xbox Smartglass, Live Messenger, Lync and Halo Waypoint. They even published games like Kinectimals for iOS and Android, and there are rumors that Office is coming to these two rival platforms.&lt;/p&gt; &lt;p&gt;In turn, Google also plays nice with Microsoft with a Google app on Windows Phone. Even though their relationship soured with Apple, Google still has a number of iOS apps like Google+, Google Search, Chrome browser, Google Drive, Google Earth, Google Translate, Gmail and others. It’s also rumored that Google is working to bring back Google Maps to disgruntled Apple Maps users.&lt;/p&gt; &lt;p&gt;It seems Google is ready to recognize that Windows 8 and Windows RT are not going away anytime soon. They’re embracing the platform with what I hope will be a long line of Windows Store apps, starting with the Google app.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1663.GoogleApp_5F00_79D4ECA1.png"&gt;&lt;img title="GoogleApp" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="GoogleApp" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3730.GoogleApp_5F00_thumb_5F00_59B9DFE4.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Why Google on Surface Matters&lt;/h1&gt; &lt;p&gt;The Google app’s primary purpose is of course searching the Web. It supports your Google ID and remembers you after being logged in. The base experience is very similar to the one in the Google app for iOS. The Home screen displays the ubiquitous search bar, as well as icons to access your History, Apps and Voice Search. Unlike the iOS version, the Windows Store Google app sadly doesn’t support Google Goggles. This is especially disappointing since Microsoft doesn’t offer its rival Bing Vision service on Surface either.&lt;/p&gt; &lt;p&gt;There are two reasons why I picked the new Google app for Favorite Fridays:&lt;/p&gt; &lt;h2&gt;Google is the leading Search Engine&lt;/h2&gt; &lt;p&gt;My favorite search engine back in the 90’s was AltaVista. Newer engines were appearing like Yahoo, Ask Jeeves and MSN, but I stayed loyal to AltaVista… until Google came. I resisted that movement a bit but it soon became obvious that Google was crushing the competition with their superior results, blazing speed and lightweight UI. More than 10 years later, Google still commands over 60% of the search engine market share. I personally switched to Bing in late 2008 (it was live.com back then) and haven’t looked back. I personally prefer Bing overall, but only 15% of the population agrees with me. To each their own.&lt;/p&gt; &lt;p&gt;It’s very important to have solid Google support on Surface. Despite the built-in Bing, people will expect it and the European Commission will be happy.&lt;/p&gt; &lt;h2&gt;You can talk to Google&lt;/h2&gt; &lt;p&gt;This feature was the clincher for me: search via voice recognition. Just like the iOS version, it’s dead simple and it works, very well. Ever since Stanley Kubrick&amp;#39;s &lt;em&gt;2001: A Space Odyssey&lt;/em&gt;, I’ve been enamored with HAL 9000 (as have millions of other geeks been too) and I’ve been dreaming of the day we’d have conversations with computers. For some reason Apple’s Siri just isn’t doing it for me, but something as simple as the Google app Voice Search got me fired up.&lt;/p&gt; &lt;p&gt;Just launch Voice Search via the icon at the bottom right in the Google app.&lt;/p&gt; &lt;p&gt;When launching this feature, the app will ask you for permission to use your microphone, just accept and move on. I was still getting some error about microphone access, so I had to go back to the home screen and select Voice Search again. Everything worked well after that.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0676.Speak_5F00_4E90559A.png"&gt;&lt;img title="Speak" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Speak" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2642.Speak_5F00_thumb_5F00_678C25DF.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;A huge red microphone tells you to speak your search query. The app does not seem smart enough to drop the term “search” if you say “&lt;em&gt;Search bacon shortage&lt;/em&gt;”. It’ll actually include the word “search” in your query. To search for something, simply say what you would type in the search box without adding any extra commands. As soon as there is a short pause, the search will be executed without any need to say “&lt;em&gt;Enter!&lt;/em&gt;”, or “&lt;em&gt;Go!&lt;/em&gt;” or “&lt;em&gt;Make it so!&lt;/em&gt;”&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1256.SearchResults_5F00_2E7548DD.png"&gt;&lt;img title="SearchResults" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="SearchResults" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2727.SearchResults_5F00_thumb_5F00_606CE967.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;From this point on, you get the default Google experience, as you would in any web browser. Don’t expect anything special. The app won’t read results back to you. You’re expected to read the results on screen, not Google stuff while driving.&lt;/p&gt; &lt;p&gt;What else can this app do?&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2555.GoogleApps_5F00_6E3F2F62.png"&gt;&lt;img title="GoogleApps" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="GoogleApps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7345.GoogleApps_5F00_thumb_5F00_2036CFED.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Google Apps&lt;/h1&gt; &lt;p&gt;The Google app also features a collection of Google Applications. I was semi-excited to see what would show up when I tapped the “Applications” box in the middle of the home screen. I was greeted by a palette of application icons matching the popular offerings from Google: From Gmail and Maps to Google + and YouTube.&lt;/p&gt; &lt;p&gt;The excitement died. It turns out these are just quick shortcuts to various websites, offering nothing more than what’s available in a browser. These are not app screens or Metro redesigns, these are just HTML5 pages wrapped in a native Windows Store app. It’s a small convenience and nothing more.&lt;/p&gt; &lt;p&gt;This web page-driven experience is not unlike the iPad version of this same app. Google for iOS also offers a variety of shortcuts to embedded web pages like Google+ and Reader, but it also acts as a launcher for other Google apps available in the Apple iTunes Store for iOS, such as Google Drive, Chrome, Google Earth and a few others. Hopefully Google will release more apps in the Windows Store and integrate them with this app in the future.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0576.GoogleMaps_5F00_3932A032.png"&gt;&lt;img title="GoogleMaps" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="GoogleMaps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8400.GoogleMaps_5F00_thumb_5F00_3FE5A9B5.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Google Maps page is bound to be a popular choice, but don’t get your hopes up. The performance is actually quite disappointing. The culprit is actually Internet Explorer 10 on Surface RT. These Google web pages may be in a Google app, but this is still using a wrapped IE10 control, not Chrome. If you open Google Maps in the native IE10 app, you’ll note the same deplorable performance. You better stick to the built-in Bing Maps app in the foreseeable future.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3632.GoogleReader_5F00_38C66D3D.png"&gt;&lt;img title="GoogleReader" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="GoogleReader" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2146.GoogleReader_5F00_thumb_5F00_2D9CE2F3.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Google Reader app simply links to the Google Reader web page as well, but for some reason we’re redirected to the mobile view. If you want to read your Google Reader feeds, don’t even bother with this page here, just use &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Nextgen Reader&lt;/a&gt; or News Bento.&lt;/p&gt; &lt;p&gt;I was curious to see how the YouTube experience would be. There is no default YouTube player on Surface and I was hoping for this Google app to give me this experience. This is also just a YouTube web page.&lt;/p&gt; &lt;p&gt;I ran into some issues when I tried to access YouTube. First, the browser control itself complained that “&lt;em&gt;Part of this webpage is not supported and may not render properly&lt;/em&gt;”, offering to open the page in my default browser. This is not a good experience.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7026.YouTube_2D00_problems_2D002D002D00_Banner_5F00_748605F0.png"&gt;&lt;img title="YouTube problems - Banner" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="YouTube problems - Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3716.YouTube_2D00_problems_2D002D002D00_Banner_5F00_thumb_5F00_267DA67B.png" width="662" height="127" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Secondly, the YouTube page told me I needed to upgrade my Adobe Flash Player. I tried to tap the provided link, and after many failed attempts, the page finally loaded, only to tell me that the Flash Player is already built-in both versions of IE10 in Windows 8 and Windows RT, and there’s nothing else to download. Again, another confusing experience for average users out there.&lt;/p&gt; &lt;p&gt;I was eventually able to select videos and play them. Upon right-clicking the video I discovered it was actually using an HTML5 player. Why was YouTube complaining about Adobe Flash then?&lt;/p&gt; &lt;p&gt;This is why we need real Windows Store apps and not lazy web pages in a wrapper.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7532.JessicaAlbaYouTubeWP_5F00_6D66C978.png"&gt;&lt;img title="JessicaAlbaYouTubeWP" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="JessicaAlbaYouTubeWP" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5488.JessicaAlbaYouTubeWP_5F00_thumb_5F00_26117386.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Another drawback of the web page approach. I found it hard to hit the video controls with fingers. Those were designed for a mouse. It’s a good thing I do have a trackpad on the TouchCover, but this needs to be more touch-friendly.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3125.History_5F00_05F666C9.png"&gt;&lt;img title="History" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="History" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4606.History_5F00_thumb_5F00_5EBC1D93.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Swiping from the top or bottom edge of the screen (or right-clicking the screen with a mouse) reveals an application bar and alternate view. From this view you can view your search history (also accessible from the Home screen History button), go back to the Home screen, view a Tutorial or initiate a Voice Search from anywhere in the app. The Tutorial is actually helpful and I recommend going through it once for any new user of this app.&lt;/p&gt; &lt;h1&gt;Search Charm &amp;amp; Settings&lt;/h1&gt; &lt;p&gt;Google knows how to play nice with the Windows 8 design guidelines. The Google app actually supports the Windows 8 / Windows RT Search charm. Initiate any search within your Surface and the Google app shows up in the list Search-compatible apps. This list gets pretty long so I suggest pinning the Google app to the top via a tap &amp;amp; hold if you think you’ll search with Google a lot.&lt;/p&gt; &lt;p&gt;The App Settings for the Google app are simple enough but useful. They are accessible via the Settings charm and allow you to:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Turn Instant search on or off  &lt;li&gt;Enable/disable Voice Search  &lt;li&gt;Enable/disable Personalized Search  &lt;li&gt;Clear your search/browsing history on this device. Note this only affects the Google app, not your whole IE10 history  &lt;li&gt;Record history on the device or not&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Summary: Moar appz plz. kthxbai!&lt;/h1&gt; &lt;p&gt;The Google app is a decent start, but it’s not enough. Those app shortcuts will have to become real apps in their own right.&lt;/p&gt; &lt;p&gt;I also hope we eventually get the ability to launch the app via voice commands too. For this we’d need built-in voice search at the operating system level like we have in Windows Phone 8. It’s on Microsoft to deliver.&lt;/p&gt; &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Are you happy with Bing search on Surface or you ignored it to use Google.com in your browser on Day 1?&amp;nbsp; &lt;p&gt;Let me know.  &lt;p&gt;[&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx" target="_blank"&gt;Link to next article: Head-to-Head Comparison: Surface vs. iPad&lt;/a&gt;]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=381993" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing+Maps/default.aspx">Bing Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Twitter/default.aspx">Twitter</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google/default.aspx">Google</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Maps/default.aspx">Google Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/YouTube/default.aspx">YouTube</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Metro/default.aspx">Metro</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Skype/default.aspx">Skype</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx">HTML5</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+ID/default.aspx">Google ID</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx">Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx">Mapping</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx">Microsoft Office</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Cover/default.aspx">Touch Cover</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing/default.aspx">Bing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Play/default.aspx">Google Play</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Favorite+Fridays/default.aspx">Favorite Fridays</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Reader/default.aspx">Google Reader</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nextgen+Reader/default.aspx">Nextgen Reader</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx">iPad vs Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx">From iPad to Surface</category></item><item><title>From iPad to Surface – Day 9: Favorite Fridays &gt;&gt; Windows Phone App</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx</link><pubDate>Fri, 09 Nov 2012 22:55:46 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:381037</guid><dc:creator>Nick Landry</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=381037</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4276.FavoriteFridays1024_5F00_05481C87.jpg"&gt;&lt;img title="FavoriteFridays1024" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="FavoriteFridays1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0066.FavoriteFridays1024_5F00_thumb_5F00_7E28E00E.jpg" width="658" height="203" /&gt;&lt;/a&gt;&lt;/em&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Day 5: Favorite Fridays (Nextgen reader)&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Day 6: We Need Groups!&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Day 7: Screen Quality Face-off&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" target="_blank"&gt;Day 8: Top 10 iPad Apps Missing in Windows Store&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6305.xbox_2D00_music_5F00_4512030C.jpg"&gt;&lt;img title="xbox-music" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="xbox-music" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7823.xbox_2D00_music_5F00_thumb_5F00_0BFB260A.jpg" width="662" height="415" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;&lt;/h1&gt; &lt;h1&gt;The Microsoft Ecosystem&lt;/h1&gt; &lt;p&gt;For a software company, Microsoft sure makes a lot of hardware. Setting aside most of the devices Microsoft ever created, we can look at the Microsoft ecosystem today in 2012 and we find a trifecta of devices:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows PCs, laptops &amp;amp; tablets  &lt;ul&gt; &lt;li&gt;Windows 8  &lt;li&gt;Windows RT&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Windows Phone 8 devices  &lt;li&gt;Xbox 360 Gaming Console&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;This ecosystem is glued together by your Microsoft Account and SkyDrive. The Microsoft Account is the new name for the melting pot that is your Windows Live ID, Xbox LIVE Gamertag, and Hotmail account. SkyDrive can be compared to Dropbox in that it serves as cloud storage for your files, but it goes further. It also syncs settings, photos, music, files, notes and such across your devices and computers.&lt;/p&gt; &lt;p&gt;Apple has a similar ecosystem:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Computers running iTunes (Mac or Windows)  &lt;li&gt;iOS Devices (iPhone &amp;amp; iPad)  &lt;li&gt;Apple TV&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Apple also has the Apple ID and iCloud service to bind everything together. When it comes to computers, there is little benefit to actually using a Mac since you can pretty much get the same benefits from running iTunes on Windows. It can also be argued that the Apple TV certainly doesn’t have the clout of the Xbox 360. It’s a media consumption device for videos, music and photos on your TV, and not much else.&lt;/p&gt; &lt;p&gt;The main difference I want to explore is how you can sync data between devices. The following connections are allowed between devices:&lt;/p&gt; &lt;h2&gt;Apple Devices Sync&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Sync content between an iPhone and an iTunes computer  &lt;li&gt;Sync content between an iPad and an iTunes computer  &lt;li&gt;Sync content between an Apple TV and an iTunes computer&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The iTunes computer is the central link. All these devices can interact and sync with the cloud, but not with each other. For example, you can’t connect an iPhone to an iPad and move files &amp;amp; media around.&lt;/p&gt; &lt;h2&gt;Microsoft Devices Sync&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;Sync content between a Windows Phone and a Windows 8 computer  &lt;li&gt;Transfer content between a Windows RT tablet (like Surface) and a Windows 8 computer (via network or USB key)  &lt;li&gt;Sync content between an Xbox 360 and a Windows 8 computer  &lt;li&gt;Sync content between a Windows Phone and a Windows RT tablet &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Don’t panic, I use “Windows 8” here but Windows 7 is still supported to sync data with Windows Phone 7.x via the &lt;a href="http://www.windowsphone.com/en-US/how-to/wp7/zune-software" target="_blank"&gt;Zune client&lt;/a&gt;. To sync Windows Phone 8 with Windows 7, &lt;a href="http://www.windowsphone.com/en-us/how-to/wp8/windows-phone-app-for-desktop" target="_blank"&gt;use the the beta app&lt;/a&gt;. There is also a &lt;a href="http://www.windowsphone.com/en-us/how-to/wp8/windows-phone-app-for-mac" target="_blank"&gt;Windows Phone app for Mac&lt;/a&gt; if you don’t use Windows.&lt;/p&gt; &lt;p&gt;Did you notice that 4th bullet in the Microsoft list above? Indeed, you can’t connect an iPhone to an iPad, but you CAN connect a Windows Phone to a Surface. You do it with the &lt;a href="http://apps.microsoft.com/webpdp/app/0e0fbaf6-fd99-4046-b494-9ce469ae3009" target="_blank"&gt;Windows Phone app from the Windows Store&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0042.Windows_2D00_Phone_2D00_App_2D00_Store_5F00_52E44907.png"&gt;&lt;img title="Windows Phone App Store" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Windows Phone App Store" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4744.Windows_2D00_Phone_2D00_App_2D00_Store_5F00_thumb_5F00_32C93C4A.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Windows Phone App on Surface&lt;/h1&gt; &lt;p&gt;The &lt;a href="http://apps.microsoft.com/webpdp/app/0e0fbaf6-fd99-4046-b494-9ce469ae3009" target="_blank"&gt;Windows Phone app&lt;/a&gt; allows users to sync their Windows Phone 8 devices with any Windows 8 or Windows RT computer, including the Surface. Yes, you heard me right, I said Windows Phone 8. Don’t try to connect your Lumia 900 or Samsung Focus running Windows Phone 7.5 , it won’t work. This is why the app rated so low in the Windows Store. Not supporting the current generation of Windows Phones is a lame omission and I really hope this gets fixed in the Windows Phone 7.8 update.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2021.Windows_2D00_Phone_2D00_App_2D00_Connect_5F00_44A5D017.png"&gt;&lt;img title="Windows Phone App Connect" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Windows Phone App Connect" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5153.Windows_2D00_Phone_2D00_App_2D00_Connect_5F00_thumb_5F00_3D86939F.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;When you launch the app, you see a list of Windows Phone apps available in the Windows Phone Store. You’re instructed to connect your phone via USB. Upon connecting for the first time, you get prompted to name your device. Don’t worry, this name is not permanent and you can change it in the app settings.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7220.Windows_2D00_Phone_2D00_App_2D00_Name_2D00_Device_5F00_046FB69D.png"&gt;&lt;img title="Windows Phone App Name Device" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Windows Phone App Name Device" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6724.Windows_2D00_Phone_2D00_App_2D00_Name_2D00_Device_5F00_thumb_5F00_4B58D99A.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You can tell the app to automatically import all your photos from your phone to your Surface upon connecting. If you connect your phone and the app is not running, a popup shows up in the upper-right. Tapping it presents you with options, including launching the Windows Phone app (the recommended option).&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6646.Windows_2D00_Phone_2D00_Actions_2D00_cropped_5F00_592B1F95.png"&gt;&lt;img title="Windows Phone Actions (cropped)" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;float:none;padding-top:0px;padding-left:0px;margin-left:auto;display:block;padding-right:0px;border-top-width:0px;margin-right:auto;" border="0" alt="Windows Phone Actions (cropped)" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7317.Windows_2D00_Phone_2D00_Actions_2D00_cropped_5F00_thumb_5F00_391012D8.png" width="484" height="346" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Once connected, the app imports all your Windows Phone photos if you opted to do so. The app shows your device name, device type, phone number (I erased mine from the screenshot) and battery level of the device. You can indeed charge your phone with your Surface via USB. You can also see at the bottom of the screen how much space is used and remains on your Windows Phone.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4667.Windows_2D00_Phone_2D00_App_2D00_Main_2D00_Screen_5F00_18F5061B.png"&gt;&lt;img title="Windows Phone App Main Screen" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Windows Phone App Main Screen" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1524.Windows_2D00_Phone_2D00_App_2D00_Main_2D00_Screen_5F00_thumb_5F00_2AD199E8.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The app scrolls horizontally and presents several sections. It doesn’t rotate and can’t be used in portrait mode.&lt;/p&gt; &lt;h2&gt;On your phone&lt;/h2&gt; &lt;p&gt;This section presents a preview of the photos, videos and music on your phone. Photos can be browsed by album, music by albums, and videos by type (e.g. all vs. personal). Three tiles are available to add photos, videos and music. Each option allows you to browse for individual items or entire folders.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1537.Windows_2D00_Phone_2D00_App_2D00_Main_2D00_Screen_2D00_Right_5F00_38A3DFE3.png"&gt;&lt;img title="Windows Phone App Main Screen Right" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Windows Phone App Main Screen Right" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0042.Windows_2D00_Phone_2D00_App_2D00_Main_2D00_Screen_2D00_Right_5F00_thumb_5F00_3184A36B.png" width="662" height="349" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;In the Store&lt;/h2&gt; &lt;p&gt;These are just browser links to the apps and tapping them opens the app link in the browser. It only shows you 12 apps. To see more, you have to tap the link which takes you to the Windows Phone Store online. Disappointing.&lt;/p&gt; &lt;h2&gt;On the Web&lt;/h2&gt; &lt;p&gt;The last section on the far right contains more links to the web. These shortcuts take you to Microsoft pages to &lt;a href="http://www.windowsphone.com/en-us/my/find" target="_blank"&gt;find a lost phone&lt;/a&gt;, see your Microsoft Account or visit the main &lt;a href="http://www.windowsphone.com" target="_blank"&gt;windowsphone.com&lt;/a&gt; page.&lt;/p&gt; &lt;h1&gt;Room for Improvement&lt;/h1&gt; &lt;p&gt;It’s a good starting point, but the app is not perfect. It’d be nice if the Windows Phone app could do more, such as:  &lt;ul&gt; &lt;li&gt;Sync with Windows Phone 7.x devices  &lt;li&gt;Control where stuff gets sync’ed on my Windows 8 or Windows RT computer  &lt;li&gt;Allow me to add music to my phone by albums without having to manage files or folders  &lt;li&gt;Actually shop for apps and queue them for remote download on my phone without using a browser  &lt;li&gt;Find, ring or erase my phone remotely without using a browser&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The Zune client on Windows 7 was a great way to manage Windows Phone content, and I would really like to see this Windows Phone app be modeled more around the Zune approach. I’m certainly glad we have this app, but Microsoft seriously needs to keep working on it as this is a very basic version 1.&lt;/p&gt; &lt;h1&gt;Day 9 Summary&lt;/h1&gt; &lt;p&gt;A common debate these days is whether or not the Surface can replace a laptop. I still believe that you’ll need a laptop for more involved productivity work, but my Surface certainly takes me further in laptop-less territory than my iPad can. Being able to sync (and charge) my phone with my tablet certainly becomes a part of that equation, and a step in the right direction.  &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? How many devices in the Windows RT, Windows Phone &amp;amp; Xbox 360 trifecta do you own? Let me know.  &lt;p&gt;See you tomorrow! [&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" target="_blank"&gt;Link to the next post: Landscape vs. Portrait&lt;/a&gt;]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=381037" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx">Dropbox</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Zune/default.aspx">Zune</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iTunes/default.aspx">iTunes</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx">Xbox LIVE</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx">Mac</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx">Xbox 360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live+ID/default.aspx">Live ID</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live+Tiles/default.aspx">Live Tiles</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Account/default.aspx">Microsoft Account</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Favorite+Fridays/default.aspx">Favorite Fridays</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx">iPad vs Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+820/default.aspx">Lumia 820</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx">From iPad to Surface</category></item><item><title>From iPad to Surface – Day 8: Top 10 iPad Apps Missing in Windows Store</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx</link><pubDate>Wed, 07 Nov 2012 22:21:22 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380649</guid><dc:creator>Nick Landry</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=380649</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2388.SurfaceMissingApps_5F00_20D52CA2.png"&gt;&lt;img title="SurfaceMissingApps" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="SurfaceMissingApps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6521.SurfaceMissingApps_5F00_thumb_5F00_19B5F02A.png" width="658" height="285" /&gt;&lt;/a&gt;&lt;/em&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Day 5: Favorite Fridays (Nextgen reader)&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Day 6: We Need Groups!&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Day 7: Screen Quality Face-off&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;12,000 Apps vs. 275,000 Apps&lt;/h1&gt; &lt;p&gt;31 months after its introduction, the Apple App Store has &lt;a href="http://news.cnet.com/8301-13579_3-57537667-37/apple-by-the-numbers-35b-apps-downloaded-100m-ipads-sold/" target="_blank"&gt;275,000 apps for the iPad&lt;/a&gt;. If you include all the iPhone apps that still run on the iPad, that number jumps to a whopping 700,000 apps.&lt;/p&gt; &lt;p&gt;How can the Surface compete with this, given it just came out 12 days ago and only has 12,000 apps? For starters, 12,000 is more apps than anyone would ever use. I currently have about 75-80 apps on my Surface and even after 30 months of iPad ownership, I have 350 apps on it.&lt;/p&gt; &lt;p&gt;The app store numbers game is often quoted, but remember that it’s not about the number of apps, but rather making sure you have the &lt;em&gt;right&lt;/em&gt; apps. Windows Phone has 10 times as many apps as the Windows Store, but as &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/25/top-10-iphone-apps-missing-on-windows-phone.aspx" target="_blank"&gt;I wrote about earlier this year&lt;/a&gt;, there are still some &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/02/25/top-10-iphone-apps-missing-on-windows-phone.aspx" target="_blank"&gt;key iPhone apps missing on Windows Phone&lt;/a&gt;. I figured it would be a good idea to do something similar here and quickly review the top 10 iPad apps missing in the Windows Store for Surface and other Windows 8/Windows RT users.&lt;/p&gt; &lt;h1&gt;1-2. Facebook and LinkedIn&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3301.IMG_5F00_0124_5F00_0E8C65E0.png"&gt;&lt;img title="IMG_0124" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0124" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4848.IMG_5F00_0124_5F00_thumb_5F00_58A770C5.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3377.IMG_5F00_0125_5F00_05502A9F.png"&gt;&lt;img title="IMG_0125" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0125" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0638.IMG_5F00_0125_5F00_thumb_5F00_3D226EC2.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;When Windows Phone shipped, Microsoft knew they needed a &lt;strong&gt;Facebook&lt;/strong&gt; app, so they actually paid an outside firm to build an official Facebook app on their dime (with Facebook’s blessing, of course). Why is Surface then shipping without a Facebook app? Granted, the iPad shipped without a Facebook app and it took until October 2011 (18 months after launch) before we got one.&lt;/p&gt; &lt;p&gt;The same goes for &lt;strong&gt;LinkedIn&lt;/strong&gt;. It took even longer before we got a LinkedIn app (2 years). Given how the LinkedIn iPad app &lt;a href="http://venturebeat.com/2012/05/02/linkedin-ipad-app-engineering/#s:1-linkedin-ipad" target="_blank"&gt;is actually a mobile web app wrapped in a native shell&lt;/a&gt;, you’d think they could easily port it to the Windows Store.&lt;/p&gt; &lt;p&gt;The People hub/app on Windows RT does provide a very good level of integration to various social networks, including Windows Live/Microsoft Account, Twitter, Facebook and LinkedIn. That’s greatly useful and it does provide cool cross-network features normally not available in silo’ed apps, but there are also Facebook-specific features we want in a dedicated app, such as the Timeline, Groups, Fan Pages, Likes, and more. The same goes for LinkedIn Messages, Groups, News Updates and more.&lt;/p&gt; &lt;h1&gt;3-4. IMDb and Audible&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6521.IMG_5F00_0126_5F00_11DDD7BB.png"&gt;&lt;img title="IMG_0126" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0126" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5025.IMG_5F00_0126_5F00_thumb_5F00_6384520D.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7587.IMG_5F00_0128_5F00_42FD125B.png"&gt;&lt;img title="IMG_0128" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0128" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6082.IMG_5F00_0128_5F00_thumb_5F00_54D9A628.png" width="173" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Amazon is a content company. They don’t care if you buy &amp;amp; consume their content on an iPad, Nexus 7, Kindle Fire HD or Surface (though no love for the BlackBerry Playbook). As such, they made sure they had a Kindle Reader app available in the Windows Store on Day 1… and stopped there. Amazon actually owns a few of the most popular apps on iPad, including the Internet Movie Database (IMDb) and Audible services. &lt;strong&gt;IMDb&lt;/strong&gt; is the perfect companion to anyone that’s ever watched a TV show or movie and asked “Where have I seen her before?” or “Was Johnny Depp in The Matrix?”&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Audible&lt;/strong&gt; is the premier service for Audio Books. There technically isn’t an Audible iPad app, you’re instead stuck using the iPhone version on an iPad. That doesn’t matter since the nature of audio books is that you interact with the app less than 1% of the time when you listen to them. There is an Audible app for Windows Phone, but since Windows Phone apps can’t run on Windows RT (what a missed opportunity, topic for another day), we therefore need a dedicated Audible app in the Windows Store.&lt;/p&gt; &lt;p&gt;I really want these apps on my Surface. While we’re talking about Amazon, I would also like to see them bring more of their iPad apps to the Surface, including the Amazon shopping app, Amazon Instant Video and Amazon Windowshop.&lt;/p&gt; &lt;h1&gt;5-6. Flipboard and Instapaper&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5432.IMG_5F00_0129_5F00_1BC2C926.png"&gt;&lt;img title="IMG_0129" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0129" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2388.IMG_5F00_0129_5F00_thumb_5F00_1B569631.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3858.IMG_5F00_0130_5F00_102D0BE7.png"&gt;&lt;img title="IMG_0130" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0130" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7181.IMG_5F00_0130_5F00_thumb_5F00_090DCF6F.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I’m repeating myself here, I know. I love &lt;strong&gt;Flipboard&lt;/strong&gt; as it’s the ultimate best news reader app on any platform, and my favorite app of all time. I won’t dig too much on Flipboard here, you can simply &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;read last week’s Favorite Fridays post&lt;/a&gt; as I was hunting the Windows Store for a replacement.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Instapaper&lt;/strong&gt; is one of the greatest services ever and credit goes to Scott Hanselman as he convinced me to start using it. Throughout the course of any week, I stumble upon tons of great articles via Twitter, Facebook, LinkedIn, email and most often via my expansive Google Reader feed. There are too many to read and I often want to remember them so I can read them later. Instapaper saves me from keeping 74 web browser tabs open. I instead “save” links for reading later via a single browser shortcut, and Instapaper saves them in my (free) account. Better yet, Instapaper strips out all the menus, ads and fluff from the web page, keeping only the core formatted text and graphics of the article, making it easy to read in the Instapaper app on a phone or tablet.&lt;/p&gt; &lt;p&gt;Instapaper even packages my 10 most recent articles into a Kindle eBook every Friday and emails it to my Kindle PaperWhite device. I often read saved Instapaper articles on my iPad though, especially when I fly somewhere. I need this app on my Surface.&lt;/p&gt; &lt;h1&gt;7-8. Dropbox &amp;amp; Yelp&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0333.IMG_5F00_0131_5F00_4FF6F26C.png"&gt;&lt;img title="IMG_0131" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0131" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7587.IMG_5F00_0131_5F00_thumb_5F00_28BCA937.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3884.IMG_5F00_0132_5F00_486B82FF.png"&gt;&lt;img title="IMG_0132" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0132" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6012.IMG_5F00_0132_5F00_thumb_5F00_79F6F094.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Windows 8 and Windows RT are beautifully integrated with SkyDrive. This makes it easy to manage my photos, music and documents between the cloud and multiple computers. Not everyone uses SkyDrive though, and even if they do, many have been using &lt;strong&gt;Dropbox&lt;/strong&gt; for years and this is where they store their documents &amp;amp; files in the cloud. If the Surface is to be a true player in the mobile ecosystem, it’s important that we get a Dropbox app in the Windows Store.&lt;/p&gt; &lt;p&gt;On a different note, we need to remember that tablets are mobile devices too, and people use them on the road. Sooner or later, you’ll be looking for a place to eat or buy stuff. &lt;strong&gt;Yelp&lt;/strong&gt; is the premier website, and now app, for people looking for a good restaurant. It’s not rocket science, we need a Yelp app on Surface.&lt;/p&gt; &lt;h1&gt;9. e*Trade &amp;amp; Other Finance Apps&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2311.IMG_5F00_0133_5F00_6ECD664A.png"&gt;&lt;img title="IMG_0133" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0133" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7181.IMG_5F00_0133_5F00_thumb_5F00_39C0D71A.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2804.IMG_5F00_0136_5F00_00A9FA18.png"&gt;&lt;img title="IMG_0136" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0136" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3465.IMG_5F00_0136_5F00_thumb_5F00_6E613355.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Tablets are great to keep an eye on stocks, financial news, indices and your personal portfolio. You can do it on a smartphone but the larger screen on tablets is really better suited for financial data visualization, especially if you want to place trades too. I’m no day trader, but I personally use the &lt;strong&gt;e*Trade&lt;/strong&gt; app on the iPad and I would love to get a Windows Store app as well, not just for Surface, but also for use on all my Windows 8 computers.&lt;/p&gt; &lt;p&gt;Maybe you prefer a different finance app to track stocks &amp;amp; read financial news. Other key finance apps missing include CNBC Real-Time, Bloomberg, Fox Business and MarketDash by Yahoo Finance.&lt;/p&gt; &lt;h1&gt;10. Cable &amp;amp; Network Streaming Apps&lt;/h1&gt; &lt;p align="center"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2705.IMG_5F00_0135_5F00_4E462698.png"&gt;&lt;img title="IMG_0135" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0135" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0652.IMG_5F00_0135_5F00_thumb_5F00_2DBEE6E6.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3858.IMG_5F00_0134_5F00_5FB68770.png"&gt;&lt;img title="IMG_0134" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="IMG_0134" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1715.IMG_5F00_0134_5F00_thumb_5F00_7F656138.png" width="304" height="229" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;By now, most cable &amp;amp; satellite companies have their own apps on the iPad, including Comcast Xfinity, Time Warner Cable and others. Some can be used as a TV schedule guide, others even allow you to search &amp;amp; queue up on-demand movies to your cable box or program your DVR. As more and more people are watching TV on the road and on the go, we need these apps on Surface. Once you start using them, it’s hard to give them up.&lt;/p&gt; &lt;p&gt;Streaming video to your tablet is also a critical scenario on any successful tablet (sorry PlayBook). We already have the two key video streaming apps on Surface: Netflix &amp;amp; HuluPlus. That’s great start, but I want to see more, including HBO GO, Amazon Instant Video, a CNN app that let’s me stream live TV, and others.&lt;/p&gt; &lt;h3&gt;Day 8 Summary&lt;/h3&gt; &lt;p&gt;There are of course many more apps missing on Surface today. Your list may be different than mine. I could add the Safari Books Online app which lets me read 1000’s of technical books on my iPad, or two of the best productivity apps for the iPad: &lt;a href="https://itunes.apple.com/us/app/shareplus-sharepoint-mobile/id364895421" target="_blank"&gt;SharePlus&lt;/a&gt; and &lt;a href="https://itunes.apple.com/us/app/reportplus-mobile-business/id556853421" target="_blank"&gt;ReportPlus&lt;/a&gt;. When it comes the the latter two, I may actually be able to do something about it. Stay tuned.  &lt;p&gt;I will be updating this post over the coming months as some (and hopefully all) of these apps get released in the Windows Store, so make sure to bookmark this page and come back from time to time.  &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Is your list very different than mine? Let me know.  &lt;p&gt;See you tomorrow! [&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx" target="_blank"&gt;Link to Day 9: Favorite Fridays &amp;gt;&amp;gt; Windows Phone App&lt;/a&gt;] &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380649" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/LinkedIn/default.aspx">LinkedIn</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx">Data Visualization</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/e_2A00_Trade/default.aspx">e*Trade</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HBO/default.aspx">HBO</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Audible/default.aspx">Audible</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx">Netflix</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx">Dropbox</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Flipboard/default.aspx">Flipboard</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx">Cloud</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Facebook/default.aspx">Facebook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle+Fire/default.aspx">Kindle Fire</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx">HuluPlus</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx">Amazon Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CNN/default.aspx">CNN</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/instapaper/default.aspx">instapaper</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/IMDB/default.aspx">IMDB</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle/default.aspx">Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx">Blackberry PlayBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Safari+Books/default.aspx">Safari Books</category></item><item><title>From iPad to Surface – Day 6: We Need Groups!</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx</link><pubDate>Sun, 04 Nov 2012 01:14:47 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:380012</guid><dc:creator>Nick Landry</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=380012</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7418.Groups1024_5F00_1E2715B6.jpg"&gt;&lt;img title="Groups1024" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Groups1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2211.Groups1024_5F00_thumb_5F00_56D1BFC3.jpg" width="658" height="186" /&gt;&lt;/a&gt;&lt;/em&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx" target="_blank"&gt;Day 5: Favorite Fridays (Nextgen reader)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Too Many Apps&lt;/h1&gt; &lt;p&gt;I have 350 apps on my iPad 3rd generation 64GB. Three. Hundred. Fifty.&lt;/p&gt; &lt;p&gt;Thank goodness (or in this instance – Steve Jobs) for the introduction of folders in iOS 4.0, a feature that lets you group apps together under a common category of your own choosing. These folders make my home screen much more manageable on the iPad, with quick groups like News, Canadian News, Books, Social, Productivity, Finance and Entertainment.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4375.iPad_2D00_Home_5F00_2B8D28BC.png"&gt;&lt;img title="iPad Home" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="iPad Home" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8585.iPad_2D00_Home_5F00_thumb_5F00_4F65DA49.png" width="662" height="498" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Sure, the iPad has a nifty search feature allowing you to quickly find your apps (the Surface does too), but I like to “browse” when I’m not exactly sure what I’m looking for. For example, if I’m in the mood to play a game on my iPad, I’ll pick a game based on the type of gameplay I’m looking for, such as role-playing, strategy, puzzles, action, music, card games, etc.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5751.iPad_2D00_Games_5F00_671D11AF.png"&gt;&lt;img title="iPad Games" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="iPad Games" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2727.iPad_2D00_Games_5F00_thumb_5F00_56556701.png" width="662" height="498" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Windows 8 and Windows RT don’t have any folders. If you install a lot of apps on your Surface, thinkg will quickly get out of hand. I have the same problem on my Windows Phone, but it’s easier to configure the Start screen on my phone, and accept that not all apps belong on the Start screen. I can simply use the App List, the long list selector that lets me jump to a specific app letter, or the search feature.&lt;/p&gt; &lt;p&gt;On Surface, I don’t use the full app list. I like to put all my apps on the Start screen. At first glance, my Start screen looks nice. It’s full of live tiles, giving me lots of updates with a quick glance.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0574.Surface_2D00_Start_2D00_Tiles_5F00_02FE20DB.png"&gt;&lt;img title="Surface Start Tiles" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Surface Start Tiles" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3704.Surface_2D00_Start_2D00_Tiles_5F00_thumb_5F00_502E1A66.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The problem is when I start scrolling right, and I see panels and panels of apps. I’ve only had my Surface for 6 days and I already have 72 apps and games on it. If I “zoom out” on my Start screen with a pinch gesture, this is what my full Start screen looks like (see screenshot below). You can create logical “dividers” or groups and name them (swipe down on each group).&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1016.Surface_2D00_All_2D00_Tiles_5F00_048CF949.png"&gt;&lt;img title="Surface All Tiles" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Surface All Tiles" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2500.Surface_2D00_All_2D00_Tiles_5F00_thumb_5F00_2AEEDC94.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Can you imagine this picture once I have over 300 apps like I do on my iPad? How will I ever deal with this? Things will get out of hand fast. I can use the search charm, and I will, but the beauty of the new Windows Start screen is in the live tiles. More and more apps will support them. Developers will find more creative ways to design innovative live tiles you’ll just want on your Start screen. Unpinning 90% of your apps from your Start screen kinda defeats the purpose of the Surface.&lt;/p&gt; &lt;p&gt;The problem persists if I decide to use the “All apps” button which is shown when you swipe from the bottom edge and up. You end up with a huge grid of apps and your group/divider names are gone (see screenshot below). You can get a quick selector to jump to a specific letter with another pinch gesture here, but I wish it acted like a filter since it’s still not easy to figure out where you are after picking a letter.&lt;/p&gt; &lt;p&gt;Microsoft Office 2013 has its own folder, but we are somehow not able to create these folders ourselves. Worse, if you are running a Windows 8 Pro computer or tablet, all those desktop apps will dump their dozens of icons in their own folders, turning it into a mess you’ll NEVER want to look at.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5850.Surface_2D00_All_2D00_Apps_5F00_48367804.png"&gt;&lt;img title="Surface All Apps" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Surface All Apps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3617.Surface_2D00_All_2D00_Apps_5F00_thumb_5F00_52F3CF59.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Start screen is where it’s at, but we’re gonna need a way to group our apps. The current grouping feature only labels a group, but what we really need are real folders you can drill into. It took four versions for iOS to recognize this problem. I sincerely hope I won’t have to wait for Surface 4 or Windows 11 before we get folders.&lt;/p&gt; &lt;h1&gt;Day 6 Summary&lt;/h1&gt; &lt;p&gt;The lack of app groups on Windows 8 and Windows RT sounds trivial, but it’s one of those “every day quality of life issues” that affects you every single time you use your Surface, tablet, laptop or desktop. With already over 10,000 apps in the Windows Store, it’s not unrealistic to see users with dozens of apps already, barely a week after launch. Microsoft needs to address this problem very soon. They cannot afford to wait for the next major release of Windows.  &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Do you want groups or folders in the Start screen? How do you think Microsoft should address the lack of app groups? Let me know.  &lt;p&gt;See you tomorrow! [&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/05/from-ipad-to-surface-day-7-screen-quality-face-off.aspx" target="_blank"&gt;Link to Day 7: Screen Quality Face-off&lt;/a&gt;] &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=380012" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Icons/default.aspx">Icons</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category></item><item><title>From iPad to Surface – Day 5: Favorite Fridays</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx</link><pubDate>Fri, 02 Nov 2012 21:17:37 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:379980</guid><dc:creator>Nick Landry</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=379980</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/02/from-ipad-to-surface-day-5-favorite-fridays.aspx#comments</comments><description>&lt;p&gt;&lt;em&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3348.FavoriteFridays1024_5F00_1B3F9237.jpg"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="FavoriteFridays1024" border="0" alt="FavoriteFridays1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4010.FavoriteFridays1024_5F00_thumb_5F00_6F8EC83A.jpg" width="658" height="203" /&gt;&lt;/a&gt;&lt;/em&gt;  &lt;p&gt;&lt;em&gt;I’ve been an avid iPad user for 30 months and counting. I still love and use my Pad a lot, but I also bought a new Surface RT. Will my Surface ever completely replace my iPad? I don’t know yet, but I’d love to find out. This blog series is aimed at comparing the two devices in all sorts of situations, from work to home, and analyzing the pros and cons of each. You can read other entries in the series using the links below.&lt;/em&gt;  &lt;ul&gt; &lt;li&gt;From iPad to Surface – &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx" target="_blank"&gt;Day 1: Acquisition &amp;amp; Setup&lt;/a&gt;  &lt;li&gt;From iPad to Surface – &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Day 2: Sandy Killed my Power&lt;/a&gt;  &lt;li&gt;From iPad to Surface – &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/31/from-ipad-to-surface-day-3-under-the-hood.aspx" target="_blank"&gt;Day 3: Under the Hood&lt;/a&gt;  &lt;li&gt;From iPad to Surface – &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/01/from-ipad-to-surface-day-4-shopping-for-apps.aspx" target="_blank"&gt;Day 4: Shopping for Apps&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;You Want to Buy a Surface, but What is Windows RT?&lt;/a&gt;  &lt;li&gt;Bonus Post: &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;Developing Apps for Microsoft Surface, Windows 8, Windows RT and Windows Phone 8&lt;/a&gt;  &lt;li&gt;Bonus Page: &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;Infragistics NetAdvantage for Windows UI – Developer Controls for Windows 8 &amp;amp; Windows RT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;What are Favorite Fridays?&lt;/h1&gt; &lt;p&gt;What makes or break any smartphone or tablet is the selection of available apps. This is where the iPad truly shines, and this is also why I have absolutely no use for my Blackberry Playbook. You know you’re in trouble when there are no recognizable brands in your top 50 free apps. Surface doesn’t have that problem. There are lots of known apps &amp;amp; brands in the Windows Store. Some are good, some are bad, some are works in progress, and everyone has their favorites.&lt;/p&gt; &lt;p&gt;I decided it be cool to look at my favorite apps on the Surface and share my experiences with them every Friday.&lt;/p&gt; &lt;h1&gt;Today’s Inspiration: Flipboard&lt;/h1&gt; &lt;p&gt;If you’re a regular reader of my blog, or if you’ve read the first few installments of this series, you know by now that my favorite mobile app of all time, across all devices known to man, is &lt;a href="https://itunes.apple.com/us/app/flipboard-your-social-news/id358801284" target="_blank"&gt;Flipboard&lt;/a&gt;. Thank you to &lt;a href="http://www.infragistics.com/community/blogs/jason_beres/default.aspx" target="_blank"&gt;Jason Beres&lt;/a&gt; for introducing me to Flipboard when I started working at &lt;a href="https://twitter.com/infragistics" target="_blank"&gt;Infragistics&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Flipboard is the best News Reader client and fully supports Google Reader, Facebook, Twitter, LinkedIn, Instapaper and also easily shares with other apps. It creates a beautiful magazine layout of all my feeds, uses natural gestures to navigate the stories, and it’s a pure pleasure to use. When you’re a news junkie like I am, both for personal and professional reasons, you need an easier way to quickly stay on top of thousands of news stories every week.&lt;/p&gt; &lt;p&gt;This is Flipboard on the iPad:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5327.Flipboard_5F00_4F73BB7D.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="Flipboard" border="0" alt="Flipboard" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8055.Flipboard_5F00_thumb_5F00_7A4C1F8F.png" width="662" height="498" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Flipboard was an iOS exclusive for a long time. It works on iPhone but is best used on an iPad. Flipboard started appearing on some Android phones through some exclusive agreements, but it’s still not a widely available Android app on the Google Play Store.&lt;/p&gt; &lt;p&gt;I looked for a Flipboard equivalent on Windows Phone for over 6 months. I’m also looking for a Flipboard equivalent in the Windows Store. I tried Zentomi, Feed Reader, FeedPoint, and Modern Reader. I don’t like any of them. In the end, my answer to a Flipboard replacement is the same on Surface as it was on Windows Phone: Nextgen Reader.&lt;/p&gt; &lt;h1&gt;Today’s Friday Favorite: Nextgen Reader&lt;/h1&gt; &lt;p&gt;Nextgen Reader is, in my opinion, the best Google Reader client on Windows RT, and also on Windows Phone (to date). I’m talking about the Windows Store version here, as I’ve experienced it on my Surface. Unlike Flipboard, Nextgen Reader does not include “official” news sources, nor does it allow you to turn your Facebook, Twitter or LinkedIn feed into a magazine-style layout. Nextgen Reader is fed 100% by your Google Reader account.&lt;/p&gt; &lt;p&gt;Nextgen Reader is $3.99 on the Windows Store, and there is also an unlimited ad-free trial. Sure, there are free alternatives, but they are not even worth the download time. Just skip them and try NGreader. To be honest, I have no idea how “limited” is the trial because it seems full-featured and has no ads, but I bought it anyways just to support the devs.&lt;/p&gt; &lt;p&gt;Nextgen Reader, or NGreader for short, provides a classic “desktop” style RSS reader view with 3-column layout as seen below:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8547.NGReader_2D00_Classic_2D00_View_5F00_211A35D0.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader Classic View" border="0" alt="NGReader Classic View" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1780.NGReader_2D00_Classic_2D00_View_5F00_thumb_5F00_40C90F98.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;NGreader also provides a “Microsoft Design” (i.e. Metro-style) layout, called Modern View. You switch to the Modern View by tapping the app logo (not super obvious). I like that it allows you to sift though all your RSS posts chronologically. I don’t like how other RSS clients force you to look at all the posts in one feed at a time. This reading style allows me to gloss over Windows Phone, World of Warcraft, Microsoft, Business, MMO, Star Trek, Apple, Xbox, Politics, XNA, and Canadian news, all intermixed together, just like in Flipboard.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3348.NGReader_2D00_Metro_2D00_View_5F00_6077E960.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader Metro View" border="0" alt="NGReader Metro View" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0537.NGReader_2D00_Metro_2D00_View_5F00_thumb_5F00_672AF2E3.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The navigation is simple. I can simply use gestures to go through various posts. If I want to dig inside a specific folder in my Google Reader setup, I can do so. I can jump to a specific feed as well. It’s very flexible and natural.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8055.NGReader_2D00_IG_2D00_Feed_5F00_3FF0A9AE.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader IG Feed" border="0" alt="NGReader IG Feed" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5315.NGReader_2D00_IG_2D00_Feed_5F00_thumb_5F00_7FBA9033.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I can tap on any article when I want to read more. Even in this view I can swipe left to move on to the next article. I love that. NGreader uses Readability by default to simplify the article view and strip out menus, ads and such. Instapaper is also supported to “mobilize” articles. You can even manage the default “open article” method by feed. If a feed is known for offering disappointingly short RSS summaries (*cough* CNET *cough*), you can tell NGreader to show you the “mobilized” version of the article instead.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0118.NGReader_2D00_Post_2D00_View_5F00_2688A674.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader Post View" border="0" alt="NGReader Post View" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1780.NGReader_2D00_Post_2D00_View_5F00_thumb_5F00_66528CF9.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;If you swipe from the bottom, you also get additional options like forcing a sync, marking everything as read, filtering a feed, pinning a feed to start, copying the article link to the clipboard and mobilizing the view.&lt;/p&gt; &lt;h1&gt;Sharing Content&lt;/h1&gt; &lt;p&gt;Sharing content is an important part of news reading. I often tweet from Flipboard as I find interesting articles I want to share, or I email links to my Buffer account so they get tweeted later. Sharing content in NGreader is done via the Share charm, which means that you can only share with other apps that support sharing, such as:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;People&lt;/strong&gt;: To share via Facebook or Twitter. The problem is it only shares the link and fails to add the title of the article to the message. This is bad.  &lt;li&gt;You can share via other apps already installed. For example, I can share on Twitter via MetroTwit since I already installed it, and this method actually includes the title of the article too. This is good. Rowi and Tweetro also support the Share Charm.  &lt;li&gt;&lt;strong&gt;Mail&lt;/strong&gt;: To share via email, which includes the title and the link, and even an image if any was included in the article.  &lt;li&gt;&lt;strong&gt;OneNote&lt;/strong&gt;: This one showed up in my Share list, but it doesn’t seem to work. I’m getting some error about sharing to the current section because it wasn’t synced.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;It’ll be interesting to see more apps show up in the Share charm here. Instapaper is the big omission for me. There is no Instapaper app on Windows Phone, but NGreader has built-in support for Instapaper in its Windows Phone version. NGreader on Windows Store sorely needs this feature since there is no Instapaper app in the Windows Store either.&lt;/p&gt; &lt;h1&gt;Configuration Options&lt;/h1&gt; &lt;p&gt;NGreader also supports various configuration options via the Settings charm, such as when to mark articles as read, disabling the “mark all read” feature.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1602.NGReader_2D00_Options_5F00_3145FDC9.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader Options" border="0" alt="NGReader Options" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7558.NGReader_2D00_Options_5F00_thumb_5F00_6D05967C.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Settings charm also exposes Sync options, such as whether or not to sync upon start, changing the sort order, and controlling how many articles to sync &amp;amp; keep in the whole reading list, in starred items, per feed and within a folder. You can also control the number of items to download per feed.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1205.NGReader_2D00_Sync_5F00_4CEA89BF.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NGReader Sync" border="0" alt="NGReader Sync" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0020.NGReader_2D00_Sync_5F00_thumb_5F00_45CB4D47.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Other Cool Features&lt;/h1&gt; &lt;p&gt;I didn’t get a chance to talk about all the cool features in Nextgen Reader. Here are a few more:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Offline Support: NGreader caches articles and images that were already downloaded so you can read later when offline, like on a plane, or &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;during a hurricane&lt;/a&gt;.  &lt;li&gt;Completely safe Oauth2 Authentication to your Google Reader account.  &lt;li&gt;Mark all items as read with a single click.  &lt;li&gt;Pin multiple tiles to the Start screen.  &lt;li&gt;Full keyboard support in Classic View with lots of built-in keyboard shortcuts.  &lt;li&gt;Incremental sync engine.  &lt;li&gt;Limit number of items to download per feed.&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Things to Improve&lt;/h1&gt; &lt;p&gt;Nextgen Reader is awesome, but it’s not perfect. Here are some improvements I’d like to see added in future updates:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;I wished sharing worked like the Windows Phone version where I can simply tweet from the app. Going through the People Sharing feature is a nice level of integration but requires too many taps.  &lt;li&gt;There is no support for Live Tiles yet, but the developers said it was coming.  &lt;li&gt;More upcoming features that are currently missing: snapped view and portrait orientation.  &lt;li&gt;In Modern View, the Back arrow in the top left corner allows you to go back to the Classic view. I often find myself tapping that by mistake to go back in my navigation.  &lt;li&gt;The scrolling performance suffers in the list of feeds in both Desktop and Modern Views. Performance also needs some improvements to reduce stutters when navigating during a sync.  &lt;li&gt;I need to be able to send a link to a built-in Instapaper feature.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I also wish NGreader offered some of the features I get in Flipboard:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Magazine-layout view.  &lt;li&gt;Support for other news sources like Twitter, Facebook and LinkedIn.  &lt;li&gt;Partner with official news sources and publications to feature their content in the app.&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Day 5 Summary&lt;/h1&gt; &lt;p&gt;I’m not done exploring NGreader. To be honest, I only discovered and bought it today, but it’s already my favorite Surface app. Being able to quickly read news is the #1 use I have for a tablet. It remains to be seen if Nextgen Reader will truly replace my Flipboard on iPad, but so far things are looking good. This app should take me 90% there in terms of news reading.&lt;/p&gt; &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. iPad, or any other tablet, feel free to ask them in the comments section below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;. &lt;/p&gt; &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, Infragistics has the right tools for you with the new &lt;a href="http://www.infragistics.com/products/Windows-UI" target="_blank"&gt;NetAdvantage for Windows UI&lt;/a&gt;. You should also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.  &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Do you have a favorite Windows Store app so far? Let me know.  &lt;p&gt;See you tomorrow! [&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/11/03/from-ipad-to-surface-day-6-we-need-groups.aspx" target="_blank"&gt;Link to Day 6: We Need Groups!&lt;/a&gt;]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=379980" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/LinkedIn/default.aspx">LinkedIn</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Twitter/default.aspx">Twitter</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Flipboard/default.aspx">Flipboard</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/instapaper/default.aspx">instapaper</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx">Blackberry PlayBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Play/default.aspx">Google Play</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Favorite+Fridays/default.aspx">Favorite Fridays</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Reader/default.aspx">Google Reader</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nextgen+Reader/default.aspx">Nextgen Reader</category></item><item><title>From iPad to Surface – Day 1: Acquisition &amp; Setup</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx</link><pubDate>Mon, 29 Oct 2012 20:12:10 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:379235</guid><dc:creator>Nick Landry</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=379235</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/29/from-ipad-to-surface-day-1-acquisition-amp-setup.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7380.WP_5F00_20121028_5F00_002_5F00_6A4068CC.jpg"&gt;&lt;img title="WP_20121028_002" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="WP_20121028_002" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8688.WP_5F00_20121028_5F00_002_5F00_thumb_5F00_74FDC021.jpg" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I’ve been an avid iPad user since May 2010. I upgraded to an iPad 3, err… sorry, the “New iPad” in June 2012, which is apparently now already obsolete thanks to the introduction of the 4th generation iPad barely 6 months later. Thanks Tim Cook, really sucky move! In any case, I love my iPad. The device never leaves my side. I carry it everywhere around the house, I use it for work, emails, web surfing, apps &amp;amp; games. I carry it on vacation, on road trips, on the plane, when I read in bed, everywhere. I’m basically an iPad power user.&lt;/p&gt; &lt;p&gt;I have a lot of tablets. Aside from the iPad, I have an Asus Transformer TF101 running Android ICS, a Blackberry Playbook (the saddest tablet ever), I also often used a Samsung Series 7 Windows 8 tablet from work (aka the \\BUILD tablet), and I even have an old Motion Computing LE1600 Tablet PC and one of the failed Microsoft UMPC’s. My iPad is my favorite, by far!&lt;/p&gt; &lt;p&gt;Yesterday I bought a Surface. I figured it might be interesting to chronicle my experiences as an avid iPad user transitioning to a Surface. I probably won’t give up on my iPad anytime soon, but I’ll try to explore the possibility, and what the benefits and struggles are.&lt;/p&gt; &lt;h1&gt;Day 0: Buying the Surface&lt;/h1&gt; &lt;p&gt;Today is technically Day 1 since I bought it yesterday. My wife and I headed to the Microsoft Store in Freehold, NJ. This was actually my first time in a Microsoft Store. My first thought upon walking in was “&lt;em&gt;It’s about time!&lt;/em&gt;” Apple’s Stores have been hugely successful and it’s not hard to see where Microsoft got the inspiration. My wife’s first words were actually “&lt;em&gt;It’s just like an Apple Store!&lt;/em&gt;” I just hope Microsoft opens stores a lot faster and in more countries. My older sister tried to buy a Surface in Montreal and apparently they are nowhere to be found still.&lt;/p&gt; &lt;p&gt;I opted for the 64GB Surface RT. This is the largest storage option, and you can still add a storage card for another 64GB, which rocks! The Surface Pro running Windows 8 Pro is not available yet, it should come out in 3 months. I’m not sure why since Windows 8 is done, but I suspect Microsoft wanted to introduce a cheaper model first to appear more competitive.&lt;/p&gt; &lt;p&gt;If you are still not too sure about just &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;what is Windows RT&lt;/a&gt;, make sure to read my &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx" target="_blank"&gt;blog post on this very topic here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;What sucked is that the only 64GB option comes bundled with a black Touch Cover. You cannot just buy the 64GB Surface alone. The Surface is basically $499 for a 32GB, $599 for a 32GB with Touch Cover, and $699 for a 64GB with Touch Cover. Microsoft teases you with these flashy Touch Covers but if you want to use one with a 64GB Surface, you basically have to buy two keyboards. I wanted the blue Touch Cover since it matches the Infragistics logo, but I’m not gonna dish out $120 for a second keyboard. That was a weird move on Microsoft’s part. They’ll probably change that in the future but once again early adopters get the shaft.&lt;/p&gt; &lt;p&gt;Oh, and thanks for the Surface sweetie! This was actually a belated birthday gift from my wife. I told her back in September before my birthday “&lt;em&gt;Don’t buy me anything sweetie, there’s something else I want and it’s coming out at the end of October…&lt;/em&gt;”&lt;/p&gt; &lt;h1&gt;Configuration &amp;amp; Apps Installation&lt;/h1&gt; &lt;p&gt;The Surface configuration is pretty seamless. The guys at the Microsoft Store insisted on doing it on-site and I agreed, if only to make sure I didn’t get a bogus device. Since I already have a Windows 8 computer tied to my Microsoft Account, all those setting carried over, including my lock screen image, desktop image, email settings and other accounts, keyboard settings (I use a French-Canadian mapping) and others. It’s pretty cool.&lt;/p&gt; &lt;p&gt;The next step was installing some apps. The Windows Store allowed me to quickly filter through all my apps I’ve purchased to date but that were not installed on this Surface. The Surface comes preinstalled with a nice set of apps:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Office 2013 for Windows RT, which gets updated when you initialize the Surface  &lt;li&gt;Mail, Calendar, People, Messaging  &lt;li&gt;Photos, Music, Video  &lt;li&gt;Bing, Bing Maps, Bing News, Bing Travel, Bing Finance  &lt;li&gt;Internet Explorer 10  &lt;li&gt;Camera  &lt;li&gt;Games  &lt;li&gt;Windows Store&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Here are some of the key apps I went with so far:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;General Productivity&lt;/strong&gt;: OneNote MX, Skype, Lync  &lt;li&gt;&lt;strong&gt;News &amp;amp; Weather&lt;/strong&gt;: WeatherBug, USA Today, NBC News, The New York Times, The Globe &amp;amp; Mail  &lt;li&gt;&lt;strong&gt;Entertainment &amp;amp; Leisure&lt;/strong&gt;: Netflix, Kindle, Hulu Plus, Zinio, ABC Player, ComiXology, Flixter, Dilbert  &lt;li&gt;&lt;strong&gt;Social&lt;/strong&gt;: MetroTwit, Tweetro, Rowi (still can’t find a perfect client for my needs)  &lt;li&gt;&lt;strong&gt;Others&lt;/strong&gt;: Remote Desktop, Windows Phone Connectivity App, Bank of America, eBay, Fresh Paint, Wikipedia&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I also got a lot of games, but I’ll save that discussion for another day. For some reason it looks like the Engadget app was pulled, I’m not sure why. I really liked AccuWeather on my Windows 8 laptop but it’s clear they had not tested it on Windows RT since the performance degraded dramatically. In fact, that was something I noticed on many apps. I guess now that Surfaces are out, many of those app developers will get to test their own apps for performance and usability, and then introduce much needed changes.&lt;/p&gt; &lt;p&gt;At first glance, there are some key apps that are NOT available on Surface yet, and there are some I’ll miss most. Hopefully they come soon, or in some cases, an equivalent could do the job. My top missing apps for now are:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Flipboard (I cannot live without it)  &lt;li&gt;Instapaper  &lt;li&gt;Audible  &lt;li&gt;Amazon (shopping)  &lt;li&gt;IMDB  &lt;li&gt;Safari Books  &lt;li&gt;Engadget  &lt;li&gt;CNN (I want the Live TV feature, this is what I use most in it)  &lt;li&gt;Facebook &amp;amp; LinkedIn (surprising, isn’t it? some functionality is exposed via the people hub but it’s not enough)  &lt;li&gt;Yammer  &lt;li&gt;&lt;a href="https://itunes.apple.com/us/app/shareplus-sharepoint-mobile/id364895421" target="_blank"&gt;SharePlus&lt;/a&gt; &amp;amp; &lt;a href="https://itunes.apple.com/us/app/reportplus-mobile-business/id556853421" target="_blank"&gt;ReportPlus&lt;/a&gt; (but I work for the right company to get this remedied)  &lt;li&gt;Dropbox (I use SkyDrive more, but I honestly make use of both)  &lt;li&gt;e*Trade, Bloomberg &amp;amp; CNBC RT  &lt;li&gt;HBO GO, Xfinity (from Comcast)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I’m not done hunting for apps, that’s actually a fun metagame. There are also a lot of games I want to see on Windows RT since I own over 100 iPad games and play quite a few regularly. Now that the Unity 3D engine is bringing support for Windows 8 and Windows Phone 8, we’ll see many more iOS &amp;amp; Android games getting ported to the Microsoft world. The Windows Store shipped with over 7,000 apps, which is impressive considering it’s more than any Day 1 tablet store compared to iPad and Android. But we’re not competing against Day 1, the Surface is competing against iPad + 31 months. There’s a lot of catching up to do.&lt;/p&gt; &lt;h1&gt;Before and After&lt;/h1&gt; &lt;p&gt;My Surface initial configuration is now done. As an iPad user, my “first glance” tablet experience went from this:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0246.iPadHomePage_5F00_7BB0C9A4.png"&gt;&lt;img title="iPadHomePage" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="iPadHomePage" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3482.iPadHomePage_5F00_thumb_5F00_590C8B29.png" width="662" height="498" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;to this:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0246.Screenshot201_5F00_7776CC12.png"&gt;&lt;img title="Screenshot%20(1)" style="border-left-width:0px;border-right-width:0px;background-image:none;border-bottom-width:0px;padding-top:0px;padding-left:0px;display:inline;padding-right:0px;border-top-width:0px;" border="0" alt="Screenshot%20(1)" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1401.Screenshot201_5F00_thumb_5F00_7D516FAB.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You can immediately notice the blatant difference. “iPad vs. Surface” essentially boils down to “Chrome vs. Content”. The iPad OS is all about providing a grid of launcher icons in a beautifully pleasing experience, complete with a fully customizable desktop background of your choice (love my Windows-esque background?), glass reflections, shadows and more. The problem is those launchers don’t tell you much. I don’t use the default weather app on the iPad because apparently it thinks it’s always “73 and sunny”.&lt;/p&gt; &lt;p&gt;That 377 number on my mail icon is the most useless number ever. It’s the number of unread emails I have in my linked inbox. If I check my iPad 30 minutes apart, I have no idea if the last count was 369, or 372, or 376. It’s useless, unless you’re one of the 7 people worldwide who can actually stick to the “Inbox Zero” technique for more than 2 days. The same goes for the other apps, all they give me is a count, and if you use folders, this count gets aggregated, making it even more useless.&lt;/p&gt; &lt;p&gt;The Windows 8 Live Tiles (inspired from Windows Phone 7+) immediately give life to my Surface. Upon providing my Microsoft Account credentials, my photos automatically got sync’d with SkyDrive, my people hub got populated with my friends, co-workers and contacts, including favorites, the mail app automatically picked-up my personal, Infragistics (Exchange) and Google mail settings, and more.&lt;/p&gt; &lt;p&gt;I was saddened to realize you cannot set the Start screen background to what you want on Windows 8 or Windows RT. You can chose from about 20 or so patterns and chose from a palette of color schemes, but you cannot use your own photos. I hope this changes in the future.&lt;/p&gt; &lt;h1&gt;Taking a Screenshot&lt;/h1&gt; &lt;p&gt;I discovered a cool trick on the Surface since I needed to post a screenshot for this post: how to take a screenshot on Surface. Simply press &amp;amp; hold the Windows button at the bottom of the Surface on the device itself (not the keyboard cover), and then just press the DOWN VOLUME button on the left side of the Surface.&lt;/p&gt; &lt;p&gt;The screenshot will be captured and saved in your Pictures Library under a Screenshots folder, which you can access with the built-in Photos app.&lt;/p&gt; &lt;h1&gt;Onward to Day 2…&lt;/h1&gt; &lt;p&gt;I actually have many more observations about my Day 1 but I’ll save some of them for tomorrow to keep this post under control. In the coming days, I’ll be talking about the Desktop on Windows RT (yes, there is one), my Twitter client woes, the level of SkyDrive integration, using the Surface as a productivity laptop, the device hardware itself, and more. I’ll also dissect the best and worst of some of the popular apps on Windows RT.&lt;/p&gt; &lt;p&gt;If you have any questions about Surface, including suggestions for future topics to explore in this series, questions about my experiences with the Surface vs. the iPad, or any other tablet I mentioned, feel free to ask them below, or contact me on Twitter at &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, &lt;a href="http://www.infragistics.com/products/windows-UI" target="_blank"&gt;Infragistics has the tools for you&lt;/a&gt;. You can also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.&lt;/p&gt; &lt;p&gt;Did you buy a Surface or other Windows RT tablet? Are you waiting for the Windows 8 Pro tablets? What are some of the key apps you want to see on Surface? Or are you just happy with the tablet you use today? Let me know what you use out there.&lt;/p&gt; &lt;p&gt;See you tomorrow! (provided Sandy doesn’t knock out my power in New Jersey) [&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/30/from-ipad-to-surface-day-2-sandy-killed-my-power.aspx" target="_blank"&gt;Link to Day 2: Sandy Killed my Power&lt;/a&gt;]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=379235" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/LinkedIn/default.aspx">LinkedIn</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing+Maps/default.aspx">Bing Maps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Twitter/default.aspx">Twitter</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/e_2A00_Trade/default.aspx">e*Trade</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HBO/default.aspx">HBO</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Audible/default.aspx">Audible</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx">Netflix</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Zinio/default.aspx">Zinio</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx">Dropbox</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx">Xbox LIVE</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Metro/default.aspx">Metro</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Skype/default.aspx">Skype</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Facebook/default.aspx">Facebook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Angry+Birds/default.aspx">Angry Birds</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Calendar/default.aspx">Calendar</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Store/default.aspx">Microsoft Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx">HuluPlus</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx">Microsoft Office</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/eBay/default.aspx">eBay</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Excel/default.aspx">Microsoft Excel</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx">Amazon Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Word/default.aspx">Microsoft Word</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CNN/default.aspx">CNN</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/instapaper/default.aspx">instapaper</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet+PC/default.aspx">Tablet PC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/IMDB/default.aspx">IMDB</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lync/default.aspx">Lync</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/UMPC/default.aspx">UMPC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Cover/default.aspx">Touch Cover</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle/default.aspx">Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Account/default.aspx">Microsoft Account</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx">Blackberry PlayBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Safari+Books/default.aspx">Safari Books</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Asus/default.aspx">Asus</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing/default.aspx">Bing</category></item><item><title>You Want to Buy a Surface, but What is Windows RT?</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx</link><pubDate>Fri, 26 Oct 2012 21:50:04 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:379032</guid><dc:creator>Nick Landry</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=379032</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/26/you-want-to-buy-a-surface-but-what-is-windows-rt.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7041.BusinessWomanUsingSurface_5F00_6FD3285C.jpg"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="BusinessWomanUsingSurface" border="0" alt="BusinessWomanUsingSurface" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7455.BusinessWomanUsingSurface_5F00_thumb_5F00_5E9F4AB9.jpg" width="658" height="513" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;There is a new version of Windows available today: &lt;a href="http://windows.microsoft.com/en-US/windows-8" target="_blank"&gt;Windows 8&lt;/a&gt;. Every time you hear about Windows 8, you hear about how vastly different it is from Windows 7 and its predecessors. Then you head to a &lt;a href="http://www.microsoftstore.com" target="_blank"&gt;Microsoft Store&lt;/a&gt;, or stumble into one of those &lt;a href="http://www.zdnet.com/heres-what-a-microsoft-holiday-pop-up-store-will-look-like-7000005628/" target="_blank"&gt;pop-up Microsoft Stores&lt;/a&gt; at your local mall, and you see the Microsoft Surface tablet… also wildly different from your Windows laptop or iPad. Or maybe you saw the Surface on TV. Sooner or later, you’ll hear or read about the operating system on the Surface: Windows RT.&lt;/p&gt; &lt;p&gt;&lt;em&gt;What the heck is Windows RT?&lt;/em&gt;&lt;/p&gt; &lt;p&gt;If you’ve been following all the Microsoft news, Surface news, Windows 8 news and such, this blog post is not for you. If you still don’t know how Windows RT is different than Windows 8, you can read the &lt;a href="http://windows.microsoft.com/en-US/windows/windows-rt-faq" target="_blank"&gt;boring corporate FAQ from Microsoft&lt;/a&gt;, or you can keep reading.&lt;/p&gt; &lt;h1&gt;Windows RT is a Flavor of Windows 8&lt;/h1&gt; &lt;p&gt;Windows 8 follows in the footsteps of Windows 7 and the versions that preceded it. It has the traditional desktop look &amp;amp; feel, it should run every single one of the apps you have on Windows 7, it runs on desktops, laptops, notebooks, netbooks, ultrabooks, hybrids, and tablets. You will primarily use a keyboard and mouse to use it, but it also works very well with touch screens. It has some cool new features, it’s crazy fast, boots in seconds instead of minutes, syncs your files &amp;amp; settings in &lt;a href="http://windows.microsoft.com/en-US/windows-8/skydrive"&gt;SkyDrive&lt;/a&gt; automatically, and much more. Since it requires far fewer system resources than Windows 7, virtually every Windows 7 or Vista computer can run Windows 8, and even some Windows XP systems will be upgradeable. If you have Windows 7 today, an upgrade to Windows 8 is actually well worth it, &lt;a href="http://windows.microsoft.com/en-US/windows/buy?ocid=GA8_O_WOL_SM_Meet_FPP_Null" target="_blank"&gt;especially since it’s so cheap&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Windows 8 comes in different flavors:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Windows 8  &lt;li&gt;Windows 8 Pro  &lt;li&gt;Windows 8 Enterprise  &lt;li&gt;Windows RT&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Windows 8 is the default edition most home users will get. Windows 8 Pro is the typical edition you’ll find on work &amp;amp; business PCs and laptops. The Pro edition provides more features corporations care about, like data protection, extra security, remote desktop, joining domains and such. The Enterprise edition is virtually the same as Pro, but it comes with a few enterprise-specific extras, and is only available via volume licensing (i.e. you can’t buy it at &lt;a href="http://www.bestbuy.com/site/Computing-Promotions/Windows-8/pcmcat283900050002.c?id=pcmcat283900050002&amp;amp;searchresults=1&amp;amp;searchterm=windows+8" target="_blank"&gt;Best Buy&lt;/a&gt; or on &lt;a href="http://www.amazon.com/gp/product/B008H3SW4I/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B008H3SW4I&amp;amp;linkCode=as2&amp;amp;tag=activennet-20" target="_blank"&gt;Amazon&lt;/a&gt;). You can see a side-by-side comparison of the Windows editions in this &lt;a href="http://windows.microsoft.com/en-US/windows/compare" target="_blank"&gt;Microsoft product page&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Before I dive into what Windows RT really is, it’s important that I clarify some key differences between Windows 8 and Windows 7.&lt;/p&gt; &lt;h1&gt;Windows 8: Where is the Start Button???&lt;/h1&gt; &lt;p&gt;Yes, you might have heard (or noticed) by now: the Start button, the one we’ve had in the lower-left corner of our Windows screens since Windows 95, is now gone. Removed. Fired. Axed. The Start menu has been replaced by the Start screen:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4130.StartMenuToStartScreen_5F00_25886DB7.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="StartMenuToStartScreen" border="0" alt="StartMenuToStartScreen" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3644.StartMenuToStartScreen_5F00_thumb_5F00_7A43D6AF.png" width="658" height="228" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The Start Menu was basically only a launcher, a way to start your apps. You’d see a list of application shortcuts, grouped by folders, giving you access to your recent documents, the Control Panel, pinned applications, and you’d be able to search for stuff, from documents to programs and the Web.&lt;/p&gt; &lt;p&gt;The new Start Screen in Windows 8 also acts as a launcher. Every tile on the screen is actually a shortcut to an app, but it does so much more. These tiles are Live Tiles. They are part of the Metro Design Language by Microsoft (yes, I know, I called it Metro, until they have a really good name, I’ll keep calling it Metro), and were introduced in the Windows Phone 7 Start screen in 2010.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2161.LiveTiles_5F00_2C3B773A.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="LiveTiles" border="0" alt="LiveTiles" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7851.LiveTiles_5F00_thumb_5F00_19F2B078.png" width="662" height="86" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Live Tiles can receive application updates and notifications, showing you the data you care about without even launching the app, such as the first sentence and sender of recent emails, how many text messages you received, breaking news from USA Today, weather conditions in your home area, etc. You can rearrange the Start screen and tile layout however you want, and the screen scrolls horizontally. The Start Screen works just as well on a PC or laptop with a rigid screen as it does on a touch screen or tablet, but the horizontal scrolling definitely works better on touch screens. You can use a scrollbar at the bottom to scroll with the mouse, or move your mouse cursor to screen edges to scroll, but multi-monitor users like me (I use three at home and at work) will curse at this omission.&lt;/p&gt; &lt;p&gt;If the Start Button is gone, how do you show the Start Screen? Using one of the following options:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Press the Windows key on your keyboard (or the Command key if you use Windows on a Mac)  &lt;li&gt;On touch screens and tablets, swipe your finger from the top edge of the screen and flick all the way down.  &lt;li&gt;Move the mouse cursor to the bottom left of your screen. A thumbnail of the Start Screen will appear (also a pain if you use multiple monitors and you try to hit the corner on any screen other than the leftmost one).&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1588.WindowsStartCorner_5F00_4BEA5102.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:block;float:none;border-top-width:0px;border-bottom-width:0px;margin-left:auto;border-left-width:0px;margin-right:auto;padding-top:0px;" title="WindowsStartCorner" border="0" alt="WindowsStartCorner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4721.WindowsStartCorner_5F00_thumb_5F00_59BC96FD.png" width="335" height="204" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;When the Start Screen is shown, to go back to the desktop you can simply hit ESCAPE on your keyboard, or tap/click on the Desktop tile.&lt;/p&gt; &lt;h1&gt;Windows 8 = Desktop + Start + Windows Store Apps&lt;/h1&gt; &lt;p&gt;Windows 8 has a standard Windows desktop and will run all your Windows 7 apps. When talking about standard Windows applications in the traditional Windows 7 sense of the word, or applications designed for the Windows 8 desktop, let’s simply call them “Desktop Apps”. For the geeks out there, these are apps compiled to run on an x86 or x64 CPU architecture. So is there another type of app? Yes, these are Windows Store apps (aka Metro apps).&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2677.WindowsStoreApps_5F00_39A18A40.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="WindowsStoreApps" border="0" alt="WindowsStoreApps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3731.WindowsStoreApps_5F00_thumb_5F00_1D90CB55.png" width="658" height="121" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Microsoft introduced the Windows Store in response to the Apple App Store on iOS and Mac, and the Google Play Store. Windows Phone has had its own store called the Windows Phone Store (formerly known as the Windows Phone Marketplace) since 2010, but its Windows big brother did not, until now.&lt;/p&gt; &lt;p&gt;I won’t dive into the &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;technical details of what Windows Store apps are&lt;/a&gt;, this is not meant to be a developer post. In a nutshell, Windows Store apps are designed to run in a special isolated environment, and the only way common folks can get them, is via the Windows Store. Desktop apps can be installed by downloading an installer from the web, via a USB stick or a DVD-ROM. Windows Store apps cannot, you have to buy them from the Windows Store (hence the name). All Windows Store apps are hosted by Microsoft, and developers must submit them through a certification process before they can be made available in the Windows Store, just like the iPhone and iPad with iOS apps.&lt;/p&gt; &lt;p&gt;Windows Store apps run full screen, just like the Start Screen. You can’t overlay a bunch of windows next to each other. Only desktop apps can do that. Windows Store apps can be “snapped” to the left or right, leaving the rest of the screen for another Windows Store app, allowing you to multitask, like surfing the web and reading your Twitter feed, or working on a spreadsheet in Excel while watching a Netflix movie.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4130.FullvsSnapped_5F00_6B2CF7D5.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="FullvsSnapped" border="0" alt="FullvsSnapped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5710.FullvsSnapped_5F00_thumb_5F00_2AF6DE5B.png" width="658" height="200" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;What About Surface &amp;amp; Windows RT?&lt;/h1&gt; &lt;p&gt;Back to Windows RT &amp;amp; the Surface. Microsoft Surface is a device that comes in two flavors: The Surface Pro runs Windows 8 Pro, the Surface RT runs Windows RT. I gave you this preamble about Windows 8 because I called Windows RT a flavor of Windows 8, but it really isn’t. Windows RT is a separate Windows product that shares some compatibility with Windows 8.&lt;/p&gt; &lt;p&gt;In essence:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Windows RT = Windows 8 - Windows Desktop&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Windows RT is a Windows version that is made to run on a different hardware architecture (i.e. ARM) that is optimized for lower power devices, like tablets. Windows RT is basically a version of Windows optimized for the Microsoft Surface, and all the other rival tablet devices running on similar chips. What does this mean for you? It means the traditional Windows Desktop has been removed from Windows RT. Technically, the desktop is still there for some first-party Microsoft apps (like Office), but other application developers will not be able to run their apps on the desktop, so you might as well forget it’s there.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Windows RT only runs apps that come from the Windows Store&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Only apps that have been certified by Microsoft and made available on the Windows Store can run on Windows RT. The Windows Store is shipping with &lt;a href="http://mashable.com/2012/10/25/windows-store-opens/" target="_blank"&gt;the most apps of any device store at launch&lt;/a&gt;, and you can already find the everyday stuff you’d want: Netflix, Office, Skype, Amazon Kindle, Hulu Plus, Evernote, YouTube, eBay, Flixter, and thousands more.&lt;/p&gt; &lt;p&gt;The good news is that since each Windows Store application runs in a completely isolated space, it’s virtually impossible to write a virus, worm, malware or spyware for a Windows RT device. Yes, you heard me: &lt;strong&gt;on a Windows RT device, you no longer have to fear viruses and malware&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;The other cool benefit? If you buy apps in the Windows Store, you can use those apps both on your Windows 8 PC or laptop, and your Windows RT tablet, like the Surface.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8446.SampleMetroApps_5F00_23D7A1E3.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SampleMetroApps" border="0" alt="SampleMetroApps" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0027.SampleMetroApps_5F00_thumb_5F00_1CB8656B.png" width="658" height="121" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Windows RT &lt;u&gt;cannot run&lt;/u&gt; all those apps you already have on Windows 7, Vista or XP.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;You cannot install apps from a CD, DVD, USB stick or web download using Windows RT. Your traditional apps like Photoshop, QuickBooks, Office 2010, Roxio Creator, AutoCAD, Microsoft Publisher, TurboTax, etc. will NOT run on Windows RT devices. The same goes for your current PC games like World of Warcraft, Skyrim, Borderlands, Torchlight, Call of Duty, Civilization, etc. They will NOT work either on Windows RT devices, whether you bought them in a store or on Steam. The Steam client won’t work on Windows RT either.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8030.NoDesktopAppsonRT_5F00_2A8AAB66.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="NoDesktopAppsonRT" border="0" alt="NoDesktopAppsonRT" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5381.NoDesktopAppsonRT_5F00_thumb_5F00_5158C1A6.png" width="658" height="126" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;What you will see, of course, is software vendors and game studios create specific versions of their software products and games for the Windows Store. There’s been a similar trend in the Apple App Store as we have seen more and more popular brands ship iOS versions. Microsoft Office *is* available on Windows RT, in fact it comes preinstalled on it, but you need to use the special Windows RT version. There are already 1000’s of apps in the Windows Store and that number will grow FAST since the target market includes ALL Windows RT devices (including Surface RT) and ALL Windows 8 PCs, laptops, notebooks, netbooks, ultrabooks and hybrids. The Windows family commands about 90% of the desktop market, and a significant portion of those users will migrate to Windows 8 as they buy new computers, or upgrade their current machines to Windows 8 over the next few years.&lt;/p&gt; &lt;p&gt;Note that some tablets run Windows 8 Pro – not Windows RT – and those tablets (like the Surface Pro), will be able to run all these classic desktop apps.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Windows RT can surf the Web and run all Web Applications&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Windows RT comes with a special version of &lt;a href="http://windows.microsoft.com/en-US/windows-8/internet-explorer" target="_blank"&gt;Internet Explorer 10&lt;/a&gt;, which means you can surf the web and access anything, even use web-based applications built with Adobe Flash. However Windows RT cannot run Rich-Internet Applications based on Silverlight (ironic, isn’t it?), so there is a chance that some rare content might not be available to you. Fret not, the whole world is standardizing on HTML5, which is supported in Windows RT and Internet Explorer 10.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8037.IE103Screens_5F00_7826D7E6.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="IE103Screens" border="0" alt="IE103Screens" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2260.IE103Screens_5F00_thumb_5F00_5C1618FB.png" width="658" height="121" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Windows RT is efficient and always on&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Just like iOS devices (e.g. iPhone, iPad) and Android devices, you can turn on your Windows RT tablet and use it instantly without any booting or waiting for “Sleep mode” to resume. Windows RT also consumes less power, so your tablet will run for 7-8 hours or more, unlike your laptop which probably fetches 3-6 hours.&lt;/p&gt; &lt;p&gt;Surface RT can be used to replace a computer. Combined with the built-in Office, you’ll be able to do a LOT. Some power users will prefer to use the full Surface Pro, and others (like me) will keep relying on a beefy laptop for their advanced work, even though they’ll also use a Windows RT tablet.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7041.SurfaceGirlPanicCalm1024_5F00_50EC8EB1.jpg"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="SurfaceGirlPanicCalm1024" border="0" alt="SurfaceGirlPanicCalm1024" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5807.SurfaceGirlPanicCalm1024_5F00_thumb_5F00_17D5B1AF.jpg" width="658" height="351" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Summary: Don’t Panic&lt;/h1&gt; &lt;p&gt;Windows 8 is an evolution. Windows RT is a revolution.&lt;/p&gt; &lt;p&gt;Things will be different. Change is hard. Remember the Office Ribbon debacle from a few years ago? Now we all agree it’s a much better way of working in Word or Excel. The same goes for Windows 8. People will complain at the lack of a Start button for a while. You’ll hear how there aren’t enough apps for a while. It doesn’t matter. Like any change to our habits in life, it takes about 2 weeks to get used to things (that’s how long it took me to cut sugar in my coffee 13 years ago). You’ll get used to the Start screen, and soon enough, you won’t be able to live without it. You’ll want to carry a Windows RT Surface around, and you might even want to pick-up an Xbox 360 and a Windows Phone to seamlessly connect your friends, your info, your documents, your apps, your games and your life.&lt;/p&gt; &lt;p&gt;If you have questions about Windows RT, Windows 8, Surface and other Windows devices, including Windows Phone, feel free to post them below in the comments section. You can also contact me on Twitter at &lt;a href="http://twitter.com/ActiveNick" target="_blank"&gt;@ActiveNick&lt;/a&gt; or by email at &lt;u&gt;activenick@infragistics.com&lt;/u&gt;.&lt;/p&gt; &lt;p&gt;If you’re a developer interested in &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx" target="_blank"&gt;building apps for Surface, Windows 8 and Windows RT&lt;/a&gt;, &lt;a href="http://www.infragistics.com/products/windows-UI" target="_blank"&gt;Infragistics has the tools for you&lt;/a&gt;. You can also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.&lt;/p&gt; &lt;p&gt;Will you upgrade to Windows 8? Are you planning on buying a Windows RT device? If so, which one?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=379032" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx">Microsoft Surface</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx">Touch Computing</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/World+of+Warcraft/default.aspx">World of Warcraft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx">Netflix</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx">SkyDrive</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/YouTube/default.aspx">YouTube</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx">Xbox LIVE</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx">Windows RT</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Metro/default.aspx">Metro</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx">Xbox 360</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Skype/default.aspx">Skype</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ARM/default.aspx">ARM</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx">Tablet</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netbook/default.aspx">Netbook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Ultrabook/default.aspx">Ultrabook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx">igniteUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Evernote/default.aspx">Evernote</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Store/default.aspx">Microsoft Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx">HuluPlus</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx">Microsoft Office</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Flixter/default.aspx">Flixter</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/eBay/default.aspx">eBay</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Excel/default.aspx">Microsoft Excel</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Skyrim/default.aspx">Skyrim</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx">Windows Store Apps</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live+Tiles/default.aspx">Live Tiles</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx">Windows Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx">Amazon Kindle</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Word/default.aspx">Microsoft Word</category></item><item><title>Windows Phone 8 is Coming – Build Your Apps with NetAdvantage for Windows Phone 12.2</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/24/windows-phone-8-is-coming-build-your-apps-with-netadvantage-for-windows-phone-12-2.aspx</link><pubDate>Wed, 24 Oct 2012 18:30:20 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:378611</guid><dc:creator>Nick Landry</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=378611</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/24/windows-phone-8-is-coming-build-your-apps-with-netadvantage-for-windows-phone-12-2.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6735.IGGirlLumiaWPApp01_5F00_1DBEDF9A.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="IGGirlLumiaWPApp01" border="0" alt="IGGirlLumiaWPApp01" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1067.IGGirlLumiaWPApp01_5F00_thumb_5F00_597E784D.jpg" width="658" height="381" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Windows Phone 8 is just around the corner. There are now &lt;a href="http://www.windowsphoneapplist.com/en/stats/" target="_blank"&gt;over 110,000 apps&lt;/a&gt; in the Windows Phone Store. Combined with the release of Windows 8, the new Microsoft Surface, and sexy new hardware devices from &lt;a href="http://www.nokia.com/global/products/lumia/" target="_blank"&gt;Nokia&lt;/a&gt;, &lt;a href="http://www.htc.com/www/smartphones/htc-wp-8x/" target="_blank"&gt;HTC&lt;/a&gt; and &lt;a href="http://www.windowsphone.com/en-us/cmpn/samsung" target="_blank"&gt;Samsung&lt;/a&gt;, it looks like the Windows Phone momentum is about to go into overdrive and &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/04/20/the-need-for-a-third-mobile-ecosystem-the-need-for-windows-phone.aspx"&gt;its position gets cemented as the third mobile ecosystem&lt;/a&gt;. Infragistics has been supporting application developers for over 20 years, and I’m here to tell you this support is continuing for the 28K+ approved Windows Phone Store developers, and the other 100K+ developers exploring Windows Phone.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/windows-phone/" target="_blank"&gt;NetAdvantage for Windows Phone&lt;/a&gt; is excellent for building compelling mobile consumer apps as well as reliable corporate apps &amp;amp; mobile BI dashboard solutions. It is the only product on the market with a core set of rich &lt;u&gt;enterprise-class&lt;/u&gt; Line of Business and Data Visualization controls to serve your &lt;a href="http://www.infragistics.com/products/windows-phone/" target="_blank"&gt;Windows Phone development&lt;/a&gt; needs. &lt;p&gt;In our &lt;a href="http://www.infragistics.com/products/windows-phone/whatsnew" target="_blank"&gt;new 12.2 release of NetAdvantage for Windows Phone&lt;/a&gt;, we introduce commercial-grade versions of six popular UI widgets, including: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Auto-Complete Box&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Context Menu&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Date Picker&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Time Picker&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;List Picker&lt;/strong&gt;&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Toggle Switch&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;We are also introducing CTP versions of really cool controls we just couldn’t wait to release, including the highly requested Windows Phone &lt;strong&gt;Calendar control&lt;/strong&gt;, as well as our versatile &lt;strong&gt;Tile Manager&lt;/strong&gt;. Combined with the current offering of more than 20 controls, and &lt;a href="http://bit.ly/IGWPApp" target="_blank"&gt;a brand new Samples Browser app&lt;/a&gt;, the new collection in NetAdvantage for Windows Phone release 12.2 provides a unique toolbox of rich &amp;amp; flexible controls for mobile developers who aim for the top spots in the Windows Phone Store.&lt;/p&gt; &lt;h1&gt;&lt;a name="_Toc335386733"&gt;&lt;font color="#000000"&gt;Product Features&lt;/font&gt;&lt;/a&gt;&lt;/h1&gt; &lt;h2&gt;&lt;a name="_Toc335386734"&gt;&lt;font color="#000000"&gt;AutoCompleteBox (new control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/autocompletebox/" target="_blank"&gt;AutoCompleteBox&lt;/a&gt; is a control that combines a text box and a drop list, providing item suggestions to the user as they type text in the control. It allows developers to benefit from a powerful UI optimization technique to limit the amount of free text entry by the user. Developers can customize the display of items in the list, use data-binding to populate the list, control how the list items are filtered, and more. Key features include: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Custom Layout&lt;/strong&gt;. Specify your own data objects layout in the drop list.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Data binding&lt;/strong&gt;. Bind the drop list to any collection of objects.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Filtering&lt;/strong&gt;. Control how the drop list is filtered based on the input text using the FilterMode property, providing options for case sensitivity and which part of the data items are filtered against (beginning, or any part of the text).&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Custom filters&lt;/strong&gt;. There are two approaches to custom filters:&lt;/li&gt; &lt;ul&gt; &lt;li&gt;Filter based on the string representation of the data objects (by setting the TextFilter property).&lt;/li&gt; &lt;li&gt;Filter based on the whole data item (or any of its properties).&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;strong&gt;Drop list display control&lt;/strong&gt;. Control the amount of time in milliseconds or the minimum number of characters that should be entered before the filtered list is populated and displayed to the user.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2642.AutoCompleteBoxItemTemplate_5F00_Dark_5F00_1_5F00_505560D3.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="AutoCompleteBoxItemTemplate_Dark_1" border="0" alt="AutoCompleteBoxItemTemplate_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7532.AutoCompleteBoxItemTemplate_5F00_Dark_5F00_1_5F00_thumb_5F00_024D015E.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6036.AutoCompleteBoxSelectedItem_5F00_Dark_5F00_1_5F00_4936245B.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="AutoCompleteBoxSelectedItem_Dark_1" border="0" alt="AutoCompleteBoxSelectedItem_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7455.AutoCompleteBoxSelectedItem_5F00_Dark_5F00_1_5F00_thumb_5F00_3E0C9A11.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2555.AutoCompleteBoxStyling_5F00_Dark_5F00_2_5F00_4216E7E3.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="AutoCompleteBoxStyling_Dark_2" border="0" alt="AutoCompleteBoxStyling_Dark_2" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7345.AutoCompleteBoxStyling_5F00_Dark_5F00_2_5F00_thumb_5F00_36ED5D99.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386735"&gt;&lt;font color="#000000"&gt;ContextMenu (new control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/context-menu/" target="_blank"&gt;ContextMenu&lt;/a&gt; is a dynamic control that can be displayed on demand based on a user interaction. Common scenarios for the context menu typically involve a Tap &amp;amp; Hold gesture by the user on any given screen element to pop the menu open, although it can be associated to other common events as well, such as a button click. The ContextMenu is a very useful tool to recreate a first-party Windows Phone experience where advanced options need to be presented to the user without cluttering the screen with additional application bar buttons, menu items or controls. Key features include: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;State &amp;amp; Behavior&lt;/strong&gt;. Control and test the visible state of the pop-up context menu in code, and affect the zoom and fade behavior of the background when the context menu is visible.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Data Binding&lt;/strong&gt;. Populate the context menu with data from any collection using data binding.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Scroll Menu Items&lt;/strong&gt;. Scroll menu items within the context menu pop-up window when there are too many items to display at once.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Styling&lt;/strong&gt;. Style the context menu and items according to the look &amp;amp; feel of your application.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3125.ContextMenuBasic_5F00_Dark_5F00_1_5F00_4FE92DDE.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ContextMenuBasic_Dark_1" border="0" alt="ContextMenuBasic_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8816.ContextMenuBasic_5F00_Dark_5F00_1_5F00_thumb_5F00_01E0CE69.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2148.ContextMenuInsideXamList_5F00_Dark_5F00_2_5F00_48C9F166.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ContextMenuInsideXamList_Dark_2" border="0" alt="ContextMenuInsideXamList_Dark_2" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7838.ContextMenuInsideXamList_5F00_Dark_5F00_2_5F00_thumb_5F00_3DA0671C.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3618.ContextMenuStyling_5F00_Dark_5F00_1_5F00_569C3761.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ContextMenuStyling_Dark_1" border="0" alt="ContextMenuStyling_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5775.ContextMenuStyling_5F00_Dark_5F00_1_5F00_thumb_5F00_1D855A5F.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386736"&gt;&lt;font color="#000000"&gt;DatePicker&amp;nbsp; &amp;amp; TimePicker (new controls)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/date-picker/" target="_blank"&gt;DatePicker&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/windows-phone/features/time-picker/" target="_blank"&gt;TimePicker&lt;/a&gt; controls are two of three selector controls included in this release that allow developers to recreate a popular first-party Windows Phone data input experience. DatePicker and TimePicker are TextBox input controls that can be tapped by the user to display a separate window used for date / time selection. The DatePicker selection window contains three infinite scrolling lists, letting the user easily select a day, month and year without any typing required. The TimePicker selection window also features infinite scrolling lists, letting the user easily select the hour and minutes. You can use the 24 hour time format, otherwise an extra selection is made available for AM/PM. Key features include: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Culture Format&lt;/strong&gt;. Easily provide date and time selections to your users in your apps without requiring any typing, and do so in any calendar culture and time formats supported by Windows Phone.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Customization&lt;/strong&gt;. Customize the full-screen date and time picker pages by building your own.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1538.DatePickerBasic_5F00_Dark_5F00_1_5F00_04854BEC.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="DatePickerBasic_Dark_1" border="0" alt="DatePickerBasic_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7077.DatePickerBasic_5F00_Dark_5F00_1_5F00_thumb_5F00_4B6E6EE9.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2210.DatePickerBasicSelectMonth_5F00_Dark_5F00_2_5F00_646A3F2E.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="DatePickerBasicSelectMonth_Dark_2" border="0" alt="DatePickerBasicSelectMonth_Dark_2" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3276.DatePickerBasicSelectMonth_5F00_Dark_5F00_2_5F00_thumb_5F00_5940B4E4.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8156.TimePickerBasic_5F00_SelectMinutes_5F00_Light_5F00_1_5F00_723C8529.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="TimePickerBasic_SelectMinutes_Light_1" border="0" alt="TimePickerBasic_SelectMinutes_Light_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4846.TimePickerBasic_5F00_SelectMinutes_5F00_Light_5F00_1_5F00_thumb_5F00_243425B4.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386738"&gt;&lt;font color="#000000"&gt;ListPicker (new control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/list-picker/" target="_blank"&gt;ListPicker&lt;/a&gt; control is third of three selector controls that allow developers to recreate a popular first-party Windows Phone data input experience. ListPicker is a TextBox input control that can be tapped by the user to display a separate window used for the selection of an item in a custom collection. ListPicker is basically the Windows Phone equivalent of the ComboBox control. Key features include: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;List Selection Mode&lt;/strong&gt;. Use in-place list selection or a full screen selection page in your apps.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Multiple Selections&lt;/strong&gt;. Choose between single or multiple item selection.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Data Binding&lt;/strong&gt;. Populate the list picker’s selection of items from any collection of objects.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Data Templates&lt;/strong&gt;. Customize the XAML template to be used for the items in the selection list.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0636.ListPickerBasicMultiplePickersFirstExpanded_5F00_Dark_5F00_1_5F00_000ECB25.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ListPickerBasicMultiplePickersFirstExpanded_Dark_1" border="0" alt="ListPickerBasicMultiplePickersFirstExpanded_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5417.ListPickerBasicMultiplePickersFirstExpanded_5F00_Dark_5F00_1_5F00_thumb_5F00_32066BAF.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8154.ListPickerBasicMultiplePickersSecondFullScreenSelection_5F00_Light_5F00_1_5F00_4B023BF4.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ListPickerBasicMultiplePickersSecondFullScreenSelection_Light_1" border="0" alt="ListPickerBasicMultiplePickersSecondFullScreenSelection_Light_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4834.ListPickerBasicMultiplePickersSecondFullScreenSelection_5F00_Light_5F00_1_5F00_thumb_5F00_71D05234.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0624.ListPickerSelectionCustomTemplate_5F00_Expanded_5F00_Dark_5F00_1_5F00_38B97532.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ListPickerSelectionCustomTemplate_Expanded_Dark_1" border="0" alt="ListPickerSelectionCustomTemplate_Expanded_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0243.ListPickerSelectionCustomTemplate_5F00_Expanded_5F00_Dark_5F00_1_5F00_thumb_5F00_7FA2982F.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386739"&gt;&lt;font color="#000000"&gt;ToggleSwitch (new control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/toggle-switch/" target="_blank"&gt;ToggleSwitch&lt;/a&gt; is a simple control that enables users to turn an application option on or off. It is the Windows Phone equivalent of the checkbox and has two check states: On and Off. Key features include: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Data Templates&lt;/strong&gt;. Customize the XAML template to be used for the content and the header of the Toggle Switch in each state.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Customization&lt;/strong&gt;. Select the foreground color of your choice for the “On” state, or use the default accent color from the user’s chosen theme.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Dynamic State&lt;/strong&gt;. Dynamically change the Content of the Toggle Switch depending on the current state.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5023.ToggleSwitch_5F00_CustomSwitchForeground_5F00_Dark_5F00_1_5F00_03ACE602.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ToggleSwitch_CustomSwitchForeground_Dark_1" border="0" alt="ToggleSwitch_CustomSwitchForeground_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3362.ToggleSwitch_5F00_CustomSwitchForeground_5F00_Dark_5F00_1_5F00_thumb_5F00_4A9608FF.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2100.ToggleSwitche_5F00_Multiple_5F00_Dark_5F00_1_5F00_117F2BFD.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ToggleSwitche_Multiple_Dark_1" border="0" alt="ToggleSwitche_Multiple_Dark_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7870.ToggleSwitche_5F00_Multiple_5F00_Dark_5F00_1_5F00_thumb_5F00_58684EFA.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2112.ToggleSwitche_5F00_Multiple_5F00_Light_5F00_1_5F00_0A5FEF85.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ToggleSwitche_Multiple_Light_1" border="0" alt="ToggleSwitche_Multiple_Light_1" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8551.ToggleSwitche_5F00_Multiple_5F00_Light_5F00_1_5F00_thumb_5F00_51491282.png" width="202" height="335" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386740"&gt;&lt;font color="#000000"&gt;Calendar (new CTP control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/calendar/" target="_blank"&gt;Calendar&lt;/a&gt; control for Windows Phone provides functionality similar to that of the month view in the built-in Windows Phone Calendar application. It is designed to display Days, Months and Years. The control enables the following key features: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Navigate&lt;/strong&gt;. by tapping the arrows in the header area or using drag gestures to navigate to the next/previous month; or by tapping over the header title which displays a month/year looping selectors allowing the user to choose a different month and/or year.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Select&lt;/strong&gt;. by tapping over a day cell. This functionality is available when the SelectionMode=”SingleDate” is set (by default). You can disallow selecting of cells by SelectionMode=”None”.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Customization&lt;/strong&gt;. Customize specific date cells, such as adding weather icons, moon phases images, event types, etc. with the CalendaDayButtonTemplateSelector.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Display Agenda Content&lt;/strong&gt;. by AgendaSource property of the control which accepts IAgenda data with StartDate, EndDate and Content of the agenda.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Restrict the Display Date&lt;/strong&gt;. by DisplayDateStart and DisplayDateEnd properties.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Deny Selecting of Specific Dates&lt;/strong&gt;. by adding them to the BlackoutDates collection of the Calendar.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3683.CalendarScreenshot_5F00_5_5F00_18323580.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="CalendarScreenshot_5" border="0" alt="CalendarScreenshot_5" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2287.CalendarScreenshot_5F00_5_5F00_thumb_5F00_5F1B587D.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0143.CalendarScreenshot_5F00_6_5F00_1112F908.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="CalendarScreenshot_6" border="0" alt="CalendarScreenshot_6" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5824.CalendarScreenshot_5F00_6_5F00_thumb_5F00_1EE53F03.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1122.CalendarScreenshot_5F00_7_5F00_22EF8CD5.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="CalendarScreenshot_7" border="0" alt="CalendarScreenshot_7" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4760.CalendarScreenshot_5F00_7_5F00_thumb_5F00_77AAF5CD.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;&lt;a name="_Toc335386741"&gt;&lt;font color="#000000"&gt;Tile Manager (new CTP control)&lt;/font&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;The Tile Manager displays content on the phone display using rectangular tiles, which are arranged sequentially creating multiple rows of tiles. The mobile user can maximize a tile, which automatically minimizes the remaining tiles. However, the minimized tiles will remain in view along an edge of the control, so your end users can quickly maximize and shift their attention to new content. &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/windows-phone/features/tile-manager/" target="_blank"&gt;xamTileManager&lt;/a&gt; includes the following features: &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Animations&lt;/strong&gt;. The xamTileManager has built-in animations that play during state transitions. You can supply your own animations to customize this experience. &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Data Binding&lt;/strong&gt;. You can set the xamTileManager’s ItemsSource property to automatically create Tile objects based on your data model.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Drag-and-Drop&lt;/strong&gt;. Your end users can drag tiles and rearrange them at run time using touch gestures.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Explicit Tile Layout&lt;/strong&gt;. You can arrange tiles into explicit columns and rows using concepts already found in the Grid panel (Column, Row, ColumnSpan and RowSpan). &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Saving and Loading Layouts&lt;/strong&gt;. After your end users modify the layout at run time, you can save the changes and restore them between application sessions. &lt;/li&gt; &lt;li&gt;&lt;strong&gt;State-Based Item Templates&lt;/strong&gt;. You can define item templates based on the state of the tiles. The xamTileManager will automatically apply the proper item template as your end users change the state of a tile. &lt;/li&gt; &lt;li&gt;&lt;strong&gt;State-Based Size Constraints&lt;/strong&gt;. You can restrict the size of tiles based on their state. &lt;/li&gt; &lt;li&gt;&lt;strong&gt;Tile Resizing&lt;/strong&gt;. Your end users can resize tiles using resizing indicators.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1220.TileManagerScreenshot_5F00_8_5F00_29A29658.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="TileManagerScreenshot_8" border="0" alt="TileManagerScreenshot_8" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2781.TileManagerScreenshot_5F00_8_5F00_thumb_5F00_1759CF96.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0647.TileManagerScreenshot_5F00_13_5F00_49517020.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="TileManagerScreenshot_13" border="0" alt="TileManagerScreenshot_13" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8475.TileManagerScreenshot_5F00_13_5F00_thumb_5F00_5723B61B.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4265.TileManagerScreenshot_5F00_14_5F00_1E0CD919.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="TileManagerScreenshot_14" border="0" alt="TileManagerScreenshot_14" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3660.TileManagerScreenshot_5F00_14_5F00_thumb_5F00_221726EB.png" width="204" height="337" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Frequently Asked Questions (FAQ)&lt;/h1&gt; &lt;p&gt;&lt;strong&gt;Can I try your controls? Is there an app in the Windows Phone Store?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Of course! Just visit &lt;a title="http://bit.ly/IGWPApp" href="http://bit.ly/IGWPApp"&gt;http://bit.ly/IGWPApp&lt;/a&gt; to download our free NetAdvantage Samples Browser from the Windows Phone Store. We completely redesigned it from the ground up for easier navigation, with more samples than before and the ability to see the XAML and C# code behind.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Is NetAdvantage for Windows Phone compatible with Visual Studio 2012?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yes, you can use NetAdvantage for Windows Phone release 12.2 in Visual Studio 2012. Visual Studio 2010 is of course still supported too.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Does Infragistics provide controls for Windows Phone 8?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yes. The good news is our controls are compatible with both &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/06/19/developing-apps-for-microsoft-surface-windows-8-windows-rt-and-windows-phone.aspx"&gt;Windows Phone 8 projects&lt;/a&gt; and Windows Phone 7.5 projects. This way you can build apps for the new devices but you don’t have to abandon all the current Windows Phone 7.5 (and soon 7.8) users out there.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;How much is NetAdvantage for Windows Phone?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;$195.00 USD for the Standard Edition, per developer seat. You can get our Community Edition (&lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=79" target="_blank"&gt;forums support only&lt;/a&gt;) for $95, or add Premium Support for a total of $695.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Can I get a free evaluation of your controls before I buy them?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yes you can, simply head over to the &lt;a href="http://www.infragistics.com/products/windows-phone/downloads" target="_blank"&gt;NetAdvantage for Windows Phone downloads page (linked here)&lt;/a&gt;, create a free Infragistics account and download a free evaluation version. The installer also includes the full source code to our new Samples Browser.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Do you have native controls for other mobile platforms, like iOS or Android?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yes we do! Make sure to try &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt;, &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/16/nuclios-the-most-powerful-native-controls-for-ios-developers.aspx" target="_blank"&gt;the world’s most powerful native controls for iOS developers&lt;/a&gt;, and &lt;a href="http://www.infragistics.com/products/android/" target="_blank"&gt;IguanaUI&lt;/a&gt;, our free &lt;a href="http://www.infragistics.com/products/android/" target="_blank"&gt;Android Controls&lt;/a&gt; Community Pack. You can also purchase all of our &lt;a href="http://www.infragistics.com/products/mobileadvantage/" target="_blank"&gt;mobile controls&lt;/a&gt; together via &lt;a href="http://www.infragistics.com/products/mobileadvantage/" target="_blank"&gt;MobileAdvantage&lt;/a&gt; for $695 ($495 for the Community Edition).&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/mobileadvantage/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Banner-Iguana-Ignite-NucliOS" border="0" alt="Banner-Iguana-Ignite-NucliOS" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7318.Banner_2D00_Iguana_2D00_Ignite_2D00_NucliOS_5F00_75CBBA6D.png" width="662" height="193" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Native apps are dead! I want to build cross-platform apps in HTML5!&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;I must respectfully disagree with you. Native apps have their place when you want to create a unique user experience that follows each platform’s guidelines, when you want the best performance, when you want to take advantage of deep platform specific features, or when you want to create a truly competitive app, be it paid or free. However you are right that many scenarios can also be implemented using cross-platform HTML5 apps wrapped with &lt;a href="http://phonegap.com/" target="_blank"&gt;PhoneGap&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;We have an answer for that too: &lt;a href="http://www.infragistics.com/products/jquery/" target="_blank"&gt;Ignite UI&lt;/a&gt;: &lt;a href="http://www.infragistics.com/community/blogs/jason_beres/archive/2012/10/12/ignite-ui-the-world-s-most-advanced-javascript-amp-html5-ui-framework.aspx"&gt;the World’s Most Advanced JavaScript &amp;amp; HTML5 UI Framework&lt;/a&gt;, which is based on / 100% compliant with jQuery UI and jQuery Mobile. You can use it to create advanced web applications, mobile web sites, and also cross-platform mobile apps by wrapping your Ignite UI app with PhoneGap.&lt;/p&gt; &lt;h1&gt;Build Mobile&lt;/h1&gt; &lt;p&gt;So there you have it. &lt;a href="http://www.infragistics.com/products/windows-phone/whatsnew" target="_blank"&gt;Eight new controls&lt;/a&gt; for Windows Phone 8 (8 for 8, get it?), a whole new &lt;a href="http://bit.ly/IGWPApp" target="_blank"&gt;Samples Browser&lt;/a&gt;, a new bundle for multiple mobile platforms, and the best support you can ask for. When you do build some cool apps with Infragistics controls, no matter what platform you target, make sure to let us know. &lt;a href="http://www.infragistics.com/products/windows-phone/downloads" target="_blank"&gt;Go download it now&lt;/a&gt; and get started today!&lt;/p&gt; &lt;p&gt;If you have any questions or suggestions on which mobile controls you’d like us to focus on next, you can post a reply below, visit the &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=79" target="_blank"&gt;NetAdvantage for Windows Phone forums here&lt;/a&gt;, contact me on Twitter via &lt;a href="http://twitter.com/activenick" target="_blank"&gt;@ActiveNick&lt;/a&gt;, or by email at &lt;u&gt;activenick@infragistics.com&lt;/u&gt;. Also make sure to follow &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt; on Twitter.&lt;/p&gt; &lt;p&gt;What mobile apps are you building?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=378611" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NetAdvantage/default.aspx">NetAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx">Data Visualization</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx">Enterprise Mobility</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mango/default.aspx">Mango</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Free+Tools/default.aspx">Free Tools</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+SDK/default.aspx">Windows Phone SDK</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nokia/default.aspx">Nokia</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+800/default.aspx">Lumia 800</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samsung/default.aspx">Samsung</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apollo/default.aspx">Apollo</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx">HTML5</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx">jQuery Mobile</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Javascript/default.aspx">Javascript</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx">Windows 8</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MobileAdvantage/default.aspx">MobileAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx">XAML</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iguanaUI/default.aspx">iguanaUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx">NucliOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx">Windows Phone Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx">igniteUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ListPicker/default.aspx">ListPicker</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/AutoCompleteBox/default.aspx">AutoCompleteBox</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Calendar/default.aspx">Calendar</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DatePicker/default.aspx">DatePicker</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TimePicker/default.aspx">TimePicker</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTC/default.aspx">HTC</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TileManager/default.aspx">TileManager</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ContextMenu/default.aspx">ContextMenu</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ToggleSwitch/default.aspx">ToggleSwitch</category></item><item><title>NUCLiOS: The Most Powerful Native Controls for iOS Developers</title><link>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/16/nuclios-the-most-powerful-native-controls-for-ios-developers.aspx</link><pubDate>Tue, 16 Oct 2012 19:16:21 GMT</pubDate><guid isPermaLink="false">7a8b7c76-b7ad-48e0-9694-5b04ca132ed0:377304</guid><dc:creator>Nick Landry</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.infragistics.com/community/blogs/nick-landry/rsscomments.aspx?PostID=377304</wfw:commentRss><comments>http://www.infragistics.com/community/blogs/nick-landry/archive/2012/10/16/nuclios-the-most-powerful-native-controls-for-ios-developers.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="NUCLiOS Banner" border="0" alt="NUCLiOS Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4848.NUCLiOS_2D00_Banner_5F00_1D56FC2E.jpg" width="662" height="245" /&gt;&lt;/a&gt;  &lt;p&gt;iOS sure has come a long way… &lt;p&gt;iOS was initially introduced as a platform for consumer devices via the iPhone in 2007. The rise of the Apple App Store in 2008 quickly made the iPhone the top consumer smartphone choice for enthusiasts and knowledge workers alike. The iPad then revolutionized the tablet world in 2010 by bringing iOS to a more business friendly device, going beyond its initial positioning as a media consumption device. As more and more businesses are adopting &lt;em&gt;Bring Your Own Device&lt;/em&gt; (BYOD) programs, iPhones and iPads are starting to dominate within the enterprise. With this shift comes a need for corporate applications designed &amp;amp; built for iPhones and especially iPads.  &lt;p&gt;For two decades, enterprise developers have turned to &lt;a href="http://www.infragistics.com/" target="_blank"&gt;Infragistics controls&lt;/a&gt; for help in building the best in state of the art user interfaces for the Windows platforms and the Web. Until today, Apple developers have had to resort to various open source offerings to augment the Xcode UI toolbox as this space suffered from an absence of premier component vendors. For the first time in its history, &lt;a href="http://www.infragistics.com"&gt;Infragistics&lt;/a&gt; &lt;strong&gt;now offers a suite of &lt;/strong&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;&lt;strong&gt;native iOS controls&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; named &lt;/strong&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;&lt;strong&gt;NUCLiOS&lt;/strong&gt;&lt;/a&gt;, continuing our tradition of excellence and bringing over 20 years of UI controls design experience to Apple iOS developers.  &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; provides the core controls developers need to build high performance, highly visual iPad &amp;amp; iPhone applications. This initial release &lt;a href="http://www.infragistics.com/products/ios/features" target="_blank"&gt;includes the two most requested types of controls&lt;/a&gt; regardless of developer platform:  &lt;ul&gt; &lt;li&gt;an advanced &lt;strong&gt;iOS Data Grid&lt;/strong&gt;  &lt;li&gt;a set of powerful &amp;amp; versatile &lt;strong&gt;iOS Charts&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="NUCLiOS_Banner_728x90b" border="0" alt="NUCLiOS_Banner_728x90b" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3884.NUCLiOS_5F00_Banner_5F00_728x90b_5F00_0F18833E.jpg" width="662" height="86" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Our &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;iOS controls&lt;/a&gt; are built with performance and style in mind. They’re ideal for all Apple developers, whether you build mobile apps for the general consumer market or for the enterprise. You can use &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS controls&lt;/a&gt; in native iOS projects built with Objective C and Xcode. &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; makes it easier, faster, and more affordable to create high performance, visually stunning native applications for iPad and iPhone devices. If you’re already an iOS developer, &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; offers a simple yet powerful API that will be familiar to you.&lt;/p&gt; &lt;p&gt;If you have your own in-house &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;iOS development&lt;/a&gt; team, reduce the financial risk of prototyping and developing applications for iPads and iPhones. Our data class helpers make it easier for your developers to connect to your enterprise data. &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; makes it easy and cost-effective to create high performance enterprise-ready mobile application for the iOS platform.&lt;/p&gt; &lt;p&gt;Make the most of BYOD while saving money and reducing risk by developing and deploying high performance visually stunning applications for the world’s most ubiquitous tablet – the iPad. &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; supports powerful styling, allowing your development teams to create the look &amp;amp; feel within the guidelines of your company brand.&lt;/p&gt; &lt;h1&gt;Key Features&lt;/h1&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; provides the most complete and productive Chart &amp;amp; Grid solution for iPad and iPhone developers. We are confident that you will love working with our controls and reap the benefits of our powerful control architecture:&lt;/font&gt;  &lt;ul&gt; &lt;li&gt;&lt;a name="_Toc336340303"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;Native Objective C Chart control for iOS&lt;/strong&gt;, supporting over 20 different chart types or series, markers, trend lines &amp;amp; financial indicators, ready to be combined for advanced composite charting&lt;/font&gt;&lt;/a&gt;  &lt;li&gt;&lt;a name="_Toc336340304"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;Native Objective C Data Grid for iOS&lt;/strong&gt; which can be used either for advanced data binding scenarios, or as a flexible user interface layouts tool. The grid featured styling and templating capabilities for maximum customization, data binding, and the ability to group, filter, sort, and more&lt;/font&gt;&lt;/a&gt;  &lt;li&gt;&lt;a name="_Toc336340305"&gt;&lt;font color="#000000"&gt;Simple yet powerful API that is familiar to all iOS developers&lt;/font&gt;&lt;/a&gt;  &lt;li&gt;&lt;a name="_Toc336340306"&gt;&lt;font color="#000000"&gt;Controls optimized for maximum performance on the Apple mobile chips&lt;/font&gt;&lt;/a&gt;  &lt;li&gt;&lt;a name="_Toc336340307"&gt;&lt;font color="#000000"&gt;Support for massively high volumes of data, as much as the Apple devices will allow&lt;/font&gt;&lt;/a&gt;  &lt;li&gt;&lt;a name="_Toc336340308"&gt;&lt;font color="#000000"&gt;Stunning visualization with themes support for the most professional-looking user interfaces&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&amp;nbsp; &lt;p&gt;&lt;font color="#000000"&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; goes beyond these key features. When it comes to control development on iOS tablets and smartphones, performance and battery life are critical success factors. We’ve done a lot of work in both of those areas to make sure that your users will get a premium experience when interacting with applications built with these new iOS controls.&lt;/font&gt;  &lt;h1&gt;NUCLiOS GridView&lt;/h1&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; Grid is more than your typical tabular grid: it’s a powerful control that can be used either as a data-focused grid for both consumer and business applications, or as a versatile layout tool that allows you to create compelling user experiences on the iPhone, but especially on the iPad. With this control, you get the ability to style &amp;amp; template the grid to look like almost anything.  &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; Grid can also be used as a single column list when other important elements need to be shown on the iPad, similarly to the native iOS Mail client, or when the screen real estate is precious, such as is the case in iPhone applications.  &lt;p&gt;The key Grid features in &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; are:  &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/features/grid-data-binding-and-data-source-helper/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="gridDataBindingDataSourceHelper-Cropped" border="0" alt="gridDataBindingDataSourceHelper-Cropped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4454.gridDataBindingDataSourceHelper_2D00_Cropped_5F00_2EC75D06.jpg" width="650" height="230" /&gt;&lt;/a&gt;  &lt;p&gt;&lt;strong&gt;Grid Data Binding &amp;amp; Data Source Helper&lt;/strong&gt; – To get data into the grid, we’ve implemented a helper that will make it easier to bind arrays to the grid. Developers provide an interface that implements a protocol that the view knows about, and the protocol methods provide the information that the IG grid needs to display data.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/features/grid-navigation/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="gridNavigation-cropped" border="0" alt="gridNavigation-cropped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2311.gridNavigation_2D00_cropped_5F00_0EAC5049.jpg" width="567" height="149" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Grid Navigation &lt;/strong&gt;– The Grid supports multiple interactions to navigate through the data: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Selection&lt;/strong&gt;: Select individual rows or cells with tap gestures  &lt;li&gt;&lt;strong&gt;Scrolling Shortcut&lt;/strong&gt;: Developers can benefit from API methods to programmatically scroll to a specific cell or row in an animated way.  &lt;li&gt;&lt;strong&gt;Shortcut Bar&lt;/strong&gt;: Use the built-in shortcut bar similar to the one showcased in first party iOS applications to quickly jump to a section or category in your grid data (e.g. alphabetically jump to the letter you want). &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Grid Interactions &lt;/strong&gt;– The Grid is highly interactive and is designed with a touch-first approach:  &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Pull-down to Refresh&lt;/strong&gt;: Also known as “Pull to Reload”, this built-in feature allows users to refresh the data in the grid by pulling the latest data snapshot, whether it comes from a local database or a remote REST service.  &lt;li&gt;&lt;strong&gt;Custom Cell Gestures&lt;/strong&gt;: The grid provides the developer with the ability to specify a custom gesture on any cell. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.infragistics.com/products/ios/features/grid-context-menu/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="ContextMenu" border="0" alt="ContextMenu" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6505.ContextMenu_5F00_6E91438B.jpg" width="658" height="200" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Grid Context Menu&lt;/strong&gt; – Press and hold on a cell to display a custom context menu: &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Grid Data Manipulation&lt;/strong&gt; – The Grid also allows users to interact with its data in various ways: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Row Re-ordering&lt;/strong&gt;: Drag individual rows to charge the layout of the grid data, fluidly reordering the other rows as they are animated to their new position.  &lt;li&gt;&lt;strong&gt;Cell Re-ordering&lt;/strong&gt;: Drag individual cells across the grid and watch as the other cells are reordered through smooth positioning animations.  &lt;li&gt;&lt;strong&gt;Row Insertion &amp;amp; Deletion&lt;/strong&gt;: Select a row and insert a new one in its place, animating the others as they get shifted down. Alternatively, you can select rows for deletion by highlighting them, or swipe across a row to display a delete button as is seen in other first party iOS apps.  &lt;li&gt;&lt;strong&gt;Cell Insertion &amp;amp; Deletion&lt;/strong&gt;: Select a cell and insert a new one in its place, animating the others as they get right &amp;amp; down. Alternatively, you can select cells for deletion by highlighting them individually. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Grid Data Filtering&lt;/strong&gt; – Enable filtering on any grid column by using the filteringKey property of the IGGridViewDataSourceHelper.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.infragistics.com/products/ios/features/grid-data-layout/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="gridDataLayout-cropped" border="0" alt="gridDataLayout-cropped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2804.gridDataLayout_2D00_cropped_5F00_155F59CC.jpg" width="409" height="230" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Grid Data Layout&lt;/strong&gt; – The Grid supports flexible layout options to present your data exactly the way you want it:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Grouping and Section Column&lt;/strong&gt;: Display an additional fixed column that contains section data.  &lt;li&gt;Sorting: Sort your grid data by one or more columns.  &lt;li&gt;&lt;strong&gt;Load More&lt;/strong&gt;: You don’t need to load all your data at once. The grid can automatically fetch the next page or set of data, providing enhanced perceived performance and the ability to virtually present an unlimited number of data rows. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.infragistics.com/products/ios/features/grid-formatting-and-styling/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="gridFormattingStyling-cropped" border="0" alt="gridFormattingStyling-cropped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5531.gridFormattingStyling_2D00_cropped_5F00_6052CA9B.jpg" width="650" height="157" /&gt;&lt;/a&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Grid Formatting &amp;amp; Styling&lt;/strong&gt; – From photo albums and slide shows to movie collections and sales reports, the NUCLiOS grid can be styled to look like almost anything:  &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Styling&lt;/strong&gt;: Benefit from complete styling flexibility, allowing you to emulate first party iOS apps, match your own brand, or any custom look &amp;amp; feel desired.  &lt;li&gt;&lt;strong&gt;Star ( * ) Sizing on Columns&lt;/strong&gt;: Allow the grid to automatically resize columns based on the available width leftover on screen. &lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;NUCLiOS ChartView&lt;/h1&gt; &lt;p&gt;Render iOS charts with hundreds of thousands of data points that are capable of millisecond updates, sparing nothing to achieve blazing speed. Enable heavy-duty iPad data visualization and analysis on large volumes of data with high performance using the more than 20 chart types included. Support for the Motion Framework™ within the Data Chart control allows you to build highly engaging visualizations and provide smooth playback of changes in data over time, giving life to your data through fluid animations. &lt;p&gt;The key Chart features in &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; are:  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6102.chartDataBinding_2D00_cropped_5F00_0720E0DC.jpg"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="chartDataBinding-cropped" border="0" alt="chartDataBinding-cropped" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3377.chartDataBinding_2D00_cropped_5F00_thumb_5F00_14F326D7.jpg" width="588" height="353" /&gt;&lt;/a&gt; &lt;p&gt;&lt;strong&gt;Chart Data Binding&lt;/strong&gt; – Leverage the Infragistics Data Source Helper to wire-up your charts to various data sources and benefit from simplified data binding. The data source helpers are similar in concept to what is described above for the grid control. They populate the Data Chart control based on the values supplied in the array which is fed to the data helper. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Chart Navigation &lt;/strong&gt;– Use natural multi-touch gestures for panning &amp;amp; zooming to to drill-down to specific data points, or zoom out to see the big picture of your data. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Chart Display &lt;/strong&gt;– Customize your charts through several configuration options affecting the axes and legends, including: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Multiple Axes  &lt;li&gt;Legends / Multiple Legends  &lt;li&gt;Custom Axis Scale &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Chart Markers &lt;/strong&gt;– Choose from 10 different types of markers to easily show your data points on the various chart types, including squares, triangles, circles, hexagons and more. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Chart Multiple Series &lt;/strong&gt;– The iOS data chart control is designed for modularity of chart series. Multiple chart series are supported to create composite charts for better data comparisons on the same surface. &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/features/chart-category-series/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="chartSeries" border="0" alt="chartSeries" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1234.chartSeries_5F00_74D81A19.jpg" width="658" height="195" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Chart Category Series &lt;/strong&gt;– From line and bar series to spline area and waterfall series, the iOS data chart supports all your “bread &amp;amp; butter” charting needs for every day scenarios. &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Area Series  &lt;li&gt;Bar Series  &lt;li&gt;Column Series  &lt;li&gt;Line Series  &lt;li&gt;Point Series  &lt;li&gt;Spline Area Series  &lt;li&gt;Spline Series  &lt;li&gt;Step Area Series  &lt;li&gt;Step Line Series  &lt;li&gt;Range Area Series  &lt;li&gt;Range Column Series  &lt;li&gt;Waterfall Series &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Scientific Charts&lt;/strong&gt; – From wind patterns to performance metrics, Polar &amp;amp; Radial series can expose new insights in many scientific data sets.  &lt;ul&gt; &lt;li&gt;Polar Area Series  &lt;li&gt;Polar Line Series  &lt;li&gt;Polar Scatter Series  &lt;li&gt;Radial Column Series  &lt;li&gt;Radial Line Series  &lt;li&gt;Radial Pie Series &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Chart Financial Series &amp;amp; Financial Indicators &lt;/strong&gt;– Financial charting scenarios with support for both Candlestick and OHLC bar charts, and many built-in financial indicators are supported.  &lt;ul&gt; &lt;li&gt;Financial Price Series in Candlestick Mode  &lt;li&gt;Financial Price Series in OHLC Mode  &lt;li&gt;Financial Indicators: Average Directional Index Indicator, Absolute Volume Oscillator, Accumulation Distribution Indicator, Average True Range Indicator, Typical Price Indicator &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Chart Scatter Series&lt;/strong&gt;: Also known as Scatter Plots or scattergraphs, you can benefit from this type of mathematical diagram in your iOS apps using Cartesian coordinates to display values for two variables for a set of data. You can also enable trend lines to facilitate data analysis, and choose from the following types:  &lt;ul&gt; &lt;li&gt;Bubble Series  &lt;li&gt;Scatter Series &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.infragistics.com/products/ios/features/chart-trend-lines/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="chartTrendLines" border="0" alt="chartTrendLines" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0247.chartTrendLines_5F00_3FCB8AE9.jpg" width="654" height="207" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Chart Trend Lines &lt;/strong&gt;– Support for multiple types of trend lines for each series on your chart. Trend lines are also compatible with the Motion Framework to provide smooth animated transitions when the data set changes. The supported trend lines include:  &lt;ul&gt; &lt;li&gt;Cubic Fit  &lt;li&gt;Cumulative Average  &lt;li&gt;Exponential Average  &lt;li&gt;Exponential Fit  &lt;li&gt;Linear Fit  &lt;li&gt;Logarithmic Fit  &lt;li&gt;Modified Average  &lt;li&gt;Power Law Fit  &lt;li&gt;Quadratic Fit  &lt;li&gt;Quartic Fit  &lt;li&gt;Quintic Fit  &lt;li&gt;Simple Average  &lt;li&gt;Weighted Average &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Chart Theming&lt;/strong&gt; – Use chart themes to give a chart a consistent and color coordinated look and feel. Simply set the IGChartView theme property to one of the predefined themes  &lt;h1&gt;Pricing, Availability &amp;amp; Getting Started&lt;/h1&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; is available now, starting at $295.00 USD for the Community Edition, which includes &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=92"&gt;forum-based support&lt;/a&gt;. If you want the option to contact our team of support experts by phone or email, you can choose the Standard Support edition for $495.00 USD. Just like all other NetAdvantage controls by Infragistics, our &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS controls&lt;/a&gt; are royalty-free. You simply need to pay for each developer seat and you can write as many apps as you want.&lt;/p&gt; &lt;p&gt;If you write mobile applications on multiple platforms, you’re encouraged to go for &lt;a href="http://www.infragistics.com/products/mobileadvantage/"&gt;MobileAdvantage&lt;/a&gt;, which gets you access to Infragistics’ &lt;a href="http://www.infragistics.com/products/mobileadvantage/"&gt;multi-platform mobile developer tools&lt;/a&gt;, allowing native app development on &lt;a href="http://www.infragistics.com/products/ios/"&gt;iOS&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/windows-phone/"&gt;Windows Phone&lt;/a&gt;, and &lt;a href="http://www.infragistics.com/products/jquery/"&gt;mobile web development&lt;/a&gt; with &lt;a href="http://www.infragistics.com/products/jquery/"&gt;HTML5, jQuery &amp;amp; jQuery Mobile&lt;/a&gt; using the new &lt;a href="http://www.infragistics.com/products/jquery/"&gt;IgniteUI&lt;/a&gt;. If you’re an &lt;a href="http://www.infragistics.com/products/android/"&gt;Android developer&lt;/a&gt;, we also just introduced our new &lt;a href="http://www.infragistics.com/products/android/"&gt;IguanaUI&lt;/a&gt; Community Pack of &lt;a href="http://www.infragistics.com/products/android/"&gt;native Android controls&lt;/a&gt;, absolutely free! Check them out today.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/mobileadvantage/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Banner-Iguana-Ignite-NucliOS" border="0" alt="Banner-Iguana-Ignite-NucliOS" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2388.Banner_2D00_Iguana_2D00_Ignite_2D00_NucliOS_5F00_6699A129.png" width="662" height="193" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The following chart summarizes your purchase options to &lt;a href="http://store.infragistics.com/Default.aspx?Category=NUCLiOS"&gt;buy NUCLIOS&lt;/a&gt;:&lt;/p&gt; &lt;table style="border-bottom:medium none;border-left:medium none;border-collapse:collapse;border-top:medium none;border-right:medium none;mso-border-alt:solid #4f81bd 1.0pt;mso-border-themecolor:accent1;mso-yfti-tbllook:1184;mso-padding-alt:0in 5.4pt 0in 5.4pt;" class="LightList-Accent11" border="1" cellspacing="0" cellpadding="0" width="575"&gt; &lt;tbody&gt; &lt;tr style="mso-yfti-irow:-1;mso-yfti-firstrow:yes;"&gt; &lt;td style="border-bottom:medium none;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;background:#8db3e2;border-top:#4f81bd 1pt solid;border-right:medium none;padding-top:0in;mso-border-top-themecolor:accent1;mso-border-left-themecolor:accent1;mso-background-themecolor:text2;mso-background-themetint:102;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:5;" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="mso-themecolor:background1;"&gt;&lt;font color="#ffffff"&gt;Product&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;background:#8db3e2;border-top:#4f81bd 1pt solid;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-top-themecolor:accent1;mso-background-themecolor:text2;mso-background-themetint:102;mso-border-right-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:1;" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="mso-themecolor:background1;"&gt;&lt;font color="#ffffff"&gt;Pricing/Availability Notes&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow:0;"&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:medium none;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:68;" class="MsoNormal"&gt;&lt;b&gt;NUCLiOS – with Priority Support&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:64;" class="MsoNormal"&gt;$995&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow:1;"&gt; &lt;td style="border-bottom:medium none;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:medium none;border-right:medium none;padding-top:0in;mso-border-left-themecolor:accent1;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:4;" class="MsoNormal"&gt;&lt;b&gt;NUCLiOS – with Standard Support&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:medium none;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-right-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;" class="MsoNormal"&gt;$495&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow:2;"&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:medium none;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:68;" class="MsoNormal"&gt;&lt;b&gt;NUCLiOS – Community Edition&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:64;" class="MsoNormal"&gt;$295&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow:3;"&gt; &lt;td style="border-bottom:medium none;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:medium none;border-right:medium none;padding-top:0in;mso-border-left-themecolor:accent1;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:4;" class="MsoNormal"&gt;&lt;b&gt;Infragistics MobileAdvantage Bundle&lt;/b&gt;&lt;/p&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;" class="MsoNormal"&gt;Includes NUCLiOS iOS controls, igniteUI HTML5+jQuery, NetAdvantage for Windows Phone&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:medium none;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:medium none;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-right-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;" class="MsoNormal"&gt;With Priority Support: $1195&lt;/p&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;" class="MsoNormal"&gt;With Standard Support: $695&lt;/p&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;" class="MsoNormal"&gt;Community Edition: $495&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr style="mso-yfti-irow:4;mso-yfti-lastrow:yes;"&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:#4f81bd 1pt solid;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:medium none;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="364"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:68;" class="MsoNormal"&gt;&lt;b&gt;Infragistics NetAdvantage Ultimate Bundle&lt;/b&gt;&lt;/p&gt;&lt;/td&gt; &lt;td style="border-bottom:#4f81bd 1pt solid;border-left:medium none;padding-bottom:0in;padding-left:5.4pt;padding-right:5.4pt;border-top:#4f81bd 1pt solid;border-right:#4f81bd 1pt solid;padding-top:0in;mso-border-themecolor:accent1;" valign="top" width="209"&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:64;" class="MsoNormal"&gt;With Priority Support: $2395&lt;/p&gt; &lt;p style="line-height:normal;margin:0in 0in 0pt;mso-yfti-cnfc:64;" class="MsoNormal"&gt;With Standard Support: $1895&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;p&gt;What if you want to try the controls from an end-user point of view before you experiment with them?&lt;/p&gt; &lt;p&gt;&lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="NUCLiOS in App Store-Blurred" border="0" alt="NUCLiOS in App Store-Blurred" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0245.NUCLiOS_2D00_in_2D00_App_2D00_Store_2D00_Blurred_5F00_266387AF.jpg" width="662" height="245" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Of course, you can try all these controls for free before you commit to any purchase. We are confident you will love working with NUCLiOS and all our mobile controls. You can &lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;download a free evaluation of NUCLiOS here&lt;/a&gt;, or the entire &lt;a href="http://www.infragistics.com/products/mobileadvantage/downloads/"&gt;MobileAdvantage suite here&lt;/a&gt;. Additionally, you can try the &lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;NUCLiOS Samples Browser by downloading it from the Apple App Store here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="mzl_kaxxzxoc_320x480-75" border="0" alt="mzl_kaxxzxoc_320x480-75" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3414.mzl_5F00_kaxxzxoc_5F00_320x480_2D00_75_5F00_0EB36242.jpg" width="154" height="271" /&gt;&lt;/a&gt;&lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="mzl_vvmcynaq_320x480-75" border="0" alt="mzl_vvmcynaq_320x480-75" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7217.mzl_5F00_vvmcynaq_5F00_320x480_2D00_75_5F00_398BC654.jpg" width="154" height="271" /&gt;&lt;/a&gt;&lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="mzl_gajybiuj_320x480-75" border="0" alt="mzl_gajybiuj_320x480-75" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3007.mzl_5F00_gajybiuj_5F00_320x480_2D00_75_5F00_2E623C0A.jpg" width="154" height="271" /&gt;&lt;/a&gt;&lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="mzl_dohtzpjk_320x480-75" border="0" alt="mzl_dohtzpjk_320x480-75" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7230.mzl_5F00_dohtzpjk_5F00_320x480_2D00_75_5F00_6059DC94.jpg" width="154" height="271" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;NUCLiOS Requirements&lt;/h1&gt; &lt;p&gt;Native iOS development requires Objective C and Xcode (version 4.3 or higher) as mandated by Apple. We’ve been asked if we could provide controls to do iOS development on Windows, but this is simply not allowed by Apple both on technical and legal levels. All native iOS development must be done on a Mac computer. Our iOS controls are used within Xcode just as you would any other Cocoa controls for iOS development. Apple makes the rules, not us.&lt;/p&gt; &lt;p&gt;If you prefer to use C# instead of Objective C, Infragistics does provide NUCLIOS bindings for MonoTouch (see below).&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="NUCLiOS-Xcode-Dev" border="0" alt="NUCLiOS-Xcode-Dev" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3060.NUCLiOS_2D00_Xcode_2D00_Dev_5F00_33C99AB5.jpg" width="662" height="270" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;NUCLiOS and MonoTouch&lt;/h1&gt; &lt;p&gt;f you’re a &lt;a href="http://www.infragistics.com/products/dotnet/"&gt;.NET developer&lt;/a&gt; and want to build native iOS apps using C#, our friends at &lt;a href="http://xamarin.com/"&gt;Xamarin&lt;/a&gt; offer a product called &lt;a href="http://xamarin.com/monotouch"&gt;MonoTouch&lt;/a&gt; which allows you to write mobile apps, including iOS, entirely in C#. Infragistics is currently working on NUCLiOS bindings for MonoTouch, allowing you to use our controls in MonoTouch iOS projects. The bindings are currently in beta and they’re already included in the &lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;NUCLiOS installer&lt;/a&gt;. Make sure to try them out and give us your feedback in the &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=92"&gt;NUCLiOS forums&lt;/a&gt;.&lt;/p&gt; &lt;h1&gt;Beyond Charts &amp;amp; Grids&lt;/h1&gt; &lt;p&gt;This is only the beginning of the iOS journey at Infragistics. We&amp;#39;ll be sure to release our NUCLiOS roadmap soon enough. We are proud to introduce our first release of &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NUCLiOS&lt;/a&gt; and we can promise you there will be many more controls in 2013 and beyond. If there are specific controls you&amp;#39;d like us to prioritize, be sure to let us know on the &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=92"&gt;NUCLiOS forums&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ultimate/"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="bart-simpson-IG-chalkboard" border="0" alt="bart-simpson-IG-chalkboard" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8267.bart_2D00_simpson_2D00_IG_2D00_chalkboard_5F00_65C13B3F.jpg" width="661" height="357" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Contact Us&lt;/h1&gt; &lt;p&gt;It’s time to get started! &lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;Download the NUCLiOS trial&lt;/a&gt; on your Mac, fire up Xcode and take your iOS apps to the next level. When you end up publishing cool new apps based on NUCLiOS, make sure to let us know, we would love to showcase your work. We also value your feedback. Make sure to post your comments, feedback and questions on the &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=92"&gt;NUCLiOS forums&lt;/a&gt;. You can also follow &lt;a href="http://twitter.com/infragistics"&gt;@infragistics&lt;/a&gt; on Twitter. As the product manager for NUCLiOS, you can reach me at activenick@infragistics .com or on Twitter via &lt;a href="http://twitter.com/activenick"&gt;@ActiveNick&lt;/a&gt;.&lt;/p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="NUCLiOS_Banner_728x90_a" border="0" alt="NUCLiOS_Banner_728x90_a" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3377.NUCLiOS_5F00_Banner_5F00_728x90_5F00_a_5F00_7393813A.jpg" width="662" height="86" /&gt;&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=377304" width="1" height="1"&gt;</description><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NetAdvantage/default.aspx">NetAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx">Data Visualization</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx">Android</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx">Mobile Development</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx">Infragistics</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx">iPhone</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx">iPad</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx">Apple App Store</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx">Apple</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx">Mobile Ecosystem</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx">Mac</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx">iOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Motion+Framework/default.aspx">Motion Framework</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx">HTML5</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Chart/default.aspx">Chart</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Grid/default.aspx">Grid</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ListView/default.aspx">ListView</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx">jQuery Mobile</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx">Xcode</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx">Objective C</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MacBook/default.aspx">MacBook</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MobileAdvantage/default.aspx">MobileAdvantage</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iguanaUI/default.aspx">iguanaUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx">NucliOS</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx">igniteUI</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin/default.aspx">Xamarin</category><category domain="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MonoTouch/default.aspx">MonoTouch</category></item></channel></rss>