<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.infragistics.com/community/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">ActiveNick&amp;#39;s Big Bald Blog</title><subtitle type="html">Nick Landry: Professional Geek, Microsoft MVP, Product Manager at @infragistics for Mobile Development Tools and Data Visualization</subtitle><id>http://www.infragistics.com/community/blogs/nick-landry/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.infragistics.com/community/blogs/nick-landry/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.infragistics.com/community/blogs/nick-landry/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.36.8414">Community Server</generator><updated>2012-11-07T17:21:22Z</updated><entry><title>Xamarin EVOLVE Follow-up: Building Mobile Cross-Platform Geospatial Apps</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/04/19/xamarin-evolve-follow-up-building-mobile-cross-platform-geospatial-apps.aspx" /><id>/community/blogs/nick-landry/archive/2013/04/19/xamarin-evolve-follow-up-building-mobile-cross-platform-geospatial-apps.aspx</id><published>2013-04-19T16:16:59Z</published><updated>2013-04-19T16:16:59Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Bing Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing+Maps/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Geospatial" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Community" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Free Tools" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Free+Tools/default.aspx" /><category term="Windows Phone SDK" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+SDK/default.aspx" /><category term="Apple App Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx" /><category term="Google Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Maps/default.aspx" /><category term="Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx" /><category term="Event" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx" /><category term="Slides" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx" /><category term="CodepaLOUsa" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Brent Schooley" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brent+Schooley/default.aspx" /><category term="OpenStreetMap" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/OpenStreetMap/default.aspx" /><category term="Json.net" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Json.net/default.aspx" /><category term="Xcode" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx" /><category term="GIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx" /><category term="Mapping" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="Xamarin" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin/default.aspx" /><category term="MonoTouch" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MonoTouch/default.aspx" /><category term="Demos" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx" /><category term="Samples" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samples/default.aspx" /><category term="Esri" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Esri/default.aspx" /><category term="ArcGIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ArcGIS/default.aspx" /><category term="Xamarin.iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin.iOS/default.aspx" /><category term="Xamarin Studio" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin+Studio/default.aspx" /><category term="Xamarin.Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin.Android/default.aspx" /><category term="Geocoding" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geocoding/default.aspx" /><category term="Xamarin EVOLVE" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin+EVOLVE/default.aspx" /><category term="Nominatim" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nominatim/default.aspx" /><category term="Google Play Services" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Play+Services/default.aspx" /><category term="MapQuest" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MapQuest/default.aspx" /></entry><entry><title>VSLive! Las Vegas Event Recap – A Quintet of Mobile iOS &amp; Windows Phone Dev Talks</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/04/02/vslive-las-vegas-event-recap-a-quintet-of-mobile-ios-amp-windows-phone-dev-talks.aspx" /><id>/community/blogs/nick-landry/archive/2013/04/02/vslive-las-vegas-event-recap-a-quintet-of-mobile-ios-amp-windows-phone-dev-talks.aspx</id><published>2013-04-02T18:04:59Z</published><updated>2013-04-02T18:04:59Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Community" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="DevTeach" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DevTeach/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Azure" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Azure/default.aspx" /><category term="Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx" /><category term="Event" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx" /><category term="CodepaLOUsa" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx" /><category term="Notifications" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Notifications/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="Prairie DevCon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Prairie+DevCon/default.aspx" /><category term="VSLive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="Modern Apps Live!" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Modern+Apps+Live_2100_/default.aspx" /><category term="Push Notifications" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Push+Notifications/default.aspx" /><category term="Windows Azure Mobile Services" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Azure+Mobile+Services/default.aspx" /><category term="Modern Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Modern+Apps/default.aspx" /><category term="Speech" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Speech/default.aspx" /><category term="Windows Azure" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Azure/default.aspx" /><category term="Text-to-Speech" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Text-to-Speech/default.aspx" /><category term="Voice Recognition" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Voice+Recognition/default.aspx" /><category term="Background Agents" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Background+Agents/default.aspx" /><category term="Speech Synthesis" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Speech+Synthesis/default.aspx" /><category term="Multitasking" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Multitasking/default.aspx" /></entry><entry><title>iOS Developers Rejoice: More Native UI Controls and More Features in NucliOS 13.1</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/03/25/ios-developers-rejoice-more-native-ui-controls-and-more-features-in-nuclios-13-1.aspx" /><id>/community/blogs/nick-landry/archive/2013/03/25/ios-developers-rejoice-more-native-ui-controls-and-more-features-in-nuclios-13-1.aspx</id><published>2013-03-25T13:00:00Z</published><updated>2013-03-25T13:00:00Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5584.NucliOS131Banner_5F00_66373367.png"&gt;&lt;img title="NucliOS131Banner" 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="NucliOS131Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3857.NucliOS131Banner_5F00_thumb_5F00_03C90E67.png" width="662" height="358" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Are you an iOS developer? Maybe you’re starting to learn how to build apps for the iPhone or iPad and you want some help? Maybe you’ve already published some apps and you want to take your current and future projects to the next level with a killer UI and advanced visualizations? Tired of undocumented, unsupported, feature-poor, buggy Open Source Cocoa controls?&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/"&gt;NucliOS&lt;/a&gt; is your answer.&lt;/p&gt; &lt;p&gt;Whether you build your iOS apps in Objective C with Xcode or AppCode, or using C# with &lt;a href="http://xamarin.com/"&gt;Xamarin&lt;/a&gt;.iOS (aka MonoTouch), &lt;a href="http://www.infragistics.com/products/ios/"&gt;NucliOS&lt;/a&gt; has the native iOS controls every Apple developer needs. Coming this April in just a few short weeks, &lt;a href="http://www.infragistics.com/products/ios/"&gt;NucliOS&lt;/a&gt; 13.1 will bring you more controls, more features, more productivity.&lt;/p&gt; &lt;h1&gt;Why Does Infragistics Care About iOS Development?&lt;/h1&gt; &lt;p&gt;iOS was initially introduced as a platform for consumer devices. As more and more businesses are adopting &lt;em&gt;Bring Your Own Device&lt;/em&gt; 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;I get to see this shift in technical interest first hand at conferences. Last Fall I &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"&gt;started doing a new conference&lt;/a&gt; talk titled “iOS Development Survival Guide for the .NET Guy (or Gal)” at &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"&gt;HDC in Omaha&lt;/a&gt;. The talk was an immediate hit. .NET developers are hungry for iOS knowledge. It got scheduled again for &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"&gt;Prairie DevCon in Regina&lt;/a&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"&gt;VSLive in Orlando&lt;/a&gt;, &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2013/02/11/dallas-day-of-net-event-recap-ios-development-amp-data-visualization.aspx"&gt;Dallas Day of .NET&lt;/a&gt;, and I’m doing it again this week at VSLive in Vegas, and in May at Prairie DevCon in Winnipeg and VSLive in Chicago. You can even catch the &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"&gt;webinar version&lt;/a&gt; I recently recorded &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"&gt;here&lt;/a&gt;.  &lt;p&gt;The Microsoft .NET ecosystem is rich in partners, component vendors and ISVs. The Apple world? Not so much. It’s a world dominated by Open Source developers. A world where the enterprise can’t get the premium components, full documentation, quick start samples and top-notch developer support they expect and need. This is where Infragistics comes into play.  &lt;p&gt;For over two decades, enterprise developers have turned to Infragistics controls for help in building the best in state of the art user interfaces for the Windows platforms and the Web. For the first time in its history, Infragistics &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;introduced in 2012&lt;/a&gt; a suite of &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;native iOS controls&lt;/a&gt; named &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS&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;Our controls are designed and engineered with versatility, extensibility, scalability and forward-compatibility in mind. They are fully supported, fully documented, and ship with dozens of samples to get developers up to speed quickly.  &lt;p&gt;The initial release of &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS&lt;/a&gt; was just a first step for Infragistics in a long journey within the Apple world. Infragistics is committed to the iOS platform, and Apple developers can expect new features and controls from us in 2013 and beyond. As iPhones and iPads keep evolving, users expect richer experiences. The iTunes App Store has more than 750,000 apps and the competition is fierce. Developers need to push the envelope. &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS&lt;/a&gt; helps developers create more advanced applications in less time, increasing their productivity and lowering their costs and time to market.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8231.NUCLiOS_2D00_Xcode_2D00_Dev_5F00_74B22F8C.jpg"&gt;&lt;img title="NUCLiOS-Xcode-Dev" 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="NUCLiOS-Xcode-Dev" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7658.NUCLiOS_2D00_Xcode_2D00_Dev_5F00_thumb_5F00_424E5C0D.jpg" width="662" height="270" /&gt;&lt;/a&gt;  &lt;h1&gt;What’s New for iOS Developers in NucliOS 13.1?&lt;/h1&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/"&gt;NucliOS&lt;/a&gt; provides the core controls developers need to build high performance, highly interactive iPad &amp;amp; iPhone applications with stunning visuals. The &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"&gt;initial NucliOS 2012 release&lt;/a&gt; included the two most requested types of controls regardless of developer platform:  &lt;ul&gt; &lt;li&gt;an advanced &lt;strong&gt;Data &amp;amp; Layout Grid&lt;/strong&gt;  &lt;li&gt;a set of powerful &amp;amp; versatile &lt;strong&gt;Data 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;In this new 13.1 release, Infragistics is introducing even &lt;strong&gt;more new features&lt;/strong&gt; in these already powerful controls.  &lt;p&gt;Our iOS Grid now supports:  &lt;ul&gt; &lt;li&gt;Fixed Columns  &lt;li&gt;Column Resizing &amp;amp; Reordering  &lt;li&gt;Inserting &amp;amp; Deleting Columns  &lt;li&gt;Infinite Scrolling  &lt;li&gt;Filtering Attributes  &lt;li&gt;New Slide Row Options  &lt;li&gt;Better Theming&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Our iOS Data Charts control now supports 17 additional chart types, for a total of 39 chart types and more features, striving for full parity with its &lt;a href="http://www.infragistics.com/products/wpf/data-chart/" target="_blank"&gt;XAML cousin&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Release 13.1 of NucliOS also sees the introduction of &lt;strong&gt;brand new controls&lt;/strong&gt;, including:  &lt;ul&gt; &lt;li&gt;a new Pie Chart control you can easily bind to your data  &lt;li&gt;a powerful and fully configurable light weight high performance Radial Gauge control  &lt;li&gt;the new Rich-Text Label, allowing you to easily display fully formatted text in your apps&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;We’re also extending the reach of &lt;a href="http://www.infragistics.com/products/ios/"&gt;NucliOS&lt;/a&gt; on the international scene, with a new localized version for the Japanese market. Japanese iOS developers now benefit from fully translated &amp;amp; localized NucliOS product, samples, help and documentation.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0714.NucliOSPieCharts_5F00_6D26C01F.png"&gt;&lt;img title="NucliOSPieCharts" 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="NucliOSPieCharts" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7658.NucliOSPieCharts_5F00_thumb_5F00_4828FFA6.png" width="662" height="223" /&gt;&lt;/a&gt;  &lt;h1&gt;New iOS Control – Pie Chart&lt;/h1&gt; &lt;p&gt;Pie Charts are a staple of virtually every report and data visualization dashboard. Thanks to the new Pie Chart control for iOS, you can now easily add simple or exploded pie charts in your iPad and iPhone applications. Connect the Pie Chart to your data with the Data Class Helper, set a customizable threshold for inclusion in the &amp;quot;Other&amp;quot; category, and configure text labels and images that can be displayed within or outside the pie in a manner that avoids overlapping. Users can tap or drill down to view underlying data, explode out a section of the pie, and get information via tooltips using touch gestures.  &lt;h2&gt;Key Pie Chart Features&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Pie Chart Data Binding &amp;amp; Data Source Helper &lt;/strong&gt;– To get data into the Pie Chart, we’ve implemented a Helper class that will make it easier to bind data, similarly to the Data Chart &amp;amp; Grid Data Source Helper classes. Developers provide an interface that implements a protocol that the view knows about, and the protocol methods provide the information that the IG Pie Chart needs to display data.  &lt;li&gt;&lt;strong&gt;Slice Selection &amp;amp; Slice Explosion &lt;/strong&gt;– Selected slices use &lt;em&gt;selectedBrush&lt;/em&gt; and &lt;em&gt;selectedOutline&lt;/em&gt; properties to color the pie slice with distinct colors. Exploded slices are disconnected and drawn at a distance from the origin. This distance is controlled via the &lt;em&gt;explodedRadius&lt;/em&gt; property. Slices can be selected or exploded either programmatically or using touch gestures.  &lt;li&gt;&lt;strong&gt;Touch Gestures &lt;/strong&gt;– The NucliOS Pie Chart is optimized for touch interactions on iOS devices like the iPhone and the iPad. The Pie Chart supports tap, long press (aka “tap &amp;amp; hold”) and rotate gestures.  &lt;li&gt;&lt;strong&gt;“Others” Category &lt;/strong&gt;– The underlying data for any Pie Chart can often contains small value items, too numerous to display in a significant manner via separate pie slices. For such occasions, the “Others” category allows for automatic aggregation of several data values into a single slice. Use the &lt;em&gt;othersCategoryThreshold&lt;/em&gt; to separate which values get their own slice, and which values will get rolled under “Others”.  &lt;li&gt;&lt;strong&gt;Styling &amp;amp; Themes &lt;/strong&gt;– The look &amp;amp; feel of the NucliOS Pie Chart is completely customizable, allowing you to style it to your app design and your brand. Simple properties are exposed to easily style the outlines and brush fill colors of the pie slices, allowing you to use solid colors as well as gradients. Alternatively you can use chart themes to give your pie charts and other charts a consistent and color-coordinated look and feel. Simply set the theme property to one of the predefined themes or create 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/8156.NucliOS_2D00_Gauges_5F00_79B46D3B.png"&gt;&lt;img title="NucliOS Gauges" 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="NucliOS Gauges" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2783.NucliOS_2D00_Gauges_5F00_thumb_5F00_26C95A0A.png" width="662" height="127" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;New iOS Control – Radial Gauge&lt;/h1&gt; &lt;p&gt;Make your data visualizations and dashboards more engaging with radial gauges for iOS that show your key performance indicators (KPI) with rich style and interactivity. Create highly configurable, round or semi-round dials and gauges for your information dashboard with the look and feel of a clock, industrial control panel, automotive dashboard or aircraft cockpit. The NucliOS Radial Gauge is powerful yet simple to use. Just drop it in your view and you’re ready to go with the default look &amp;amp; feel. Simply tweak the configuration options to meet whatever custom look you desire in your application.  &lt;p&gt;The iOS Radial Gauge is compatible with the Ignite UI (i.e. HTML5 &amp;amp; jQuery) and XAML (i.e. WPF &amp;amp; Silverlight) versions of the same Radial Gauge, both visually and in features, that Infragistics is introducing on multiple platforms, helping you create a consistent look &amp;amp; feel across platforms.  &lt;h2&gt;Key iOS Radial Gauge Features&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Fully Configurable Radial Scale&lt;/strong&gt; – The Radial Gauge control lets you control the Start and End positions of the scale, major and minor tick marks, labels, color ranges and sweep direction. You can create full 360 degree scales, or half circular gauges with 180 degree scales, 90 degrees, 45 degrees or any custom value you want.  &lt;li&gt;&lt;strong&gt;Fully Configurable Needle&lt;/strong&gt; – The Radial Gauge control lets you control various attributes of the needle, including the needle color, length, point, base, and cap. These easy configuration options allow you to create &lt;strong&gt;over 50 needle types&lt;/strong&gt; without the need for any external graphics. The following needle shapes are built-in:  &lt;ul&gt; &lt;li&gt;None  &lt;li&gt;Rectangle  &lt;li&gt;Triangle  &lt;li&gt;Needle  &lt;li&gt;Trapezoid  &lt;li&gt;Rectangle With Bulb  &lt;li&gt;Triangle With Bulb  &lt;li&gt;Needle With Bulb  &lt;li&gt;Trapezoid With Bulb&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/8715.NucliOSGaugeNeedles_5F00_3706FBF9.png"&gt;&lt;img title="NucliOSGaugeNeedles" 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="NucliOSGaugeNeedles" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6232.NucliOSGaugeNeedles_5F00_thumb_5F00_6A62BF55.png" width="662" height="297" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Fully Configurable Backing&lt;/strong&gt; – The Radial Gauge backing can be configured to display any custom image. You can also control the transparency level of the backing, colors, shape around the gauge edges (fitted or circular), oversweep and corner radius.  &lt;li&gt;&lt;strong&gt;Motion Framework Animations Support&lt;/strong&gt; – The Radial Gauge control supports animated transitions between configuration states. The control gradually animates as it redraws changes to the needle, needle position, scale range, color range and more. You can control the speed of the animations by setting the desired Transition Duration.&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/2364.NucliOSLabelFormatting_5F00_16DA1546.png"&gt;&lt;img title="NucliOSLabelFormatting" 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="NucliOSLabelFormatting" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7651.NucliOSLabelFormatting_5F00_thumb_5F00_3688EF0E.png" width="662" height="78" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;New iOS Control – Rich-Text Label&lt;/h1&gt; &lt;p&gt;The &lt;strong&gt;IGLabel&lt;/strong&gt; is a Rich Text label that works similarly to the generic &lt;em&gt;UILabel&lt;/em&gt; and applies styles to text in a similar fashion that is done when using attributed strings. It is based on Core Text to boost performance and functionality over the generic &lt;em&gt;UILabel&lt;/em&gt;.  &lt;h2&gt;Key Rich-Text Label Features&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Rich Text Attributes&lt;/strong&gt; – Attributes allow you to adjust text characteristics within the &lt;em&gt;IGLabel&lt;/em&gt;, including the font type, bold, italic, and underline characters, text color, kern spacing, text stroke color and width, interaction of text through tap, and more.  &lt;li&gt;&lt;strong&gt;Paragraph and Text Styling&lt;/strong&gt; - Paragraph and text styling options allow the developer to customize the paragraph formatting and layout of the label’s content. This includes word wrapping, clipping, truncating with automatic insertion of ellipsis glyphs, alignment to the left, center, right or justified, margins, paragraph spacing, indentation and more.  &lt;li&gt;&lt;strong&gt;Overflow Indicator&lt;/strong&gt; - The overflow indicator is used to display a custom view in a preset location for when the text overflows the label’s bounds. The most common scenario is to add an overflow indicator at the bottom right of the label when the text is too large to be displayed in the allotted space in the view.  &lt;li&gt;&lt;strong&gt;Text Variables&lt;/strong&gt; – Text variables are used to allow for dynamic text using custom variables to automatically fill in the necessary values when a label is updated.  &lt;li&gt;&lt;strong&gt;RegEx&lt;/strong&gt; – Use Regular Expressions to identify and style text within the &lt;em&gt;IGLabel&lt;/em&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/3515.NucliOSLabelRegEx_5F00_7C3F5322.png"&gt;&lt;img title="NucliOSLabelRegEx" 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="NucliOSLabelRegEx" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5265.NucliOSLabelRegEx_5F00_thumb_5F00_62D74FE8.png" width="662" height="182" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;New Features – GridView&lt;/h1&gt; &lt;p&gt;The NucliOS 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 developers to create compelling user experiences on the iPhone, but especially on the iPad. With this control, developers get the ability to style &amp;amp; template the grid to look like almost anything.  &lt;p&gt;The NucliOS 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;Release 13.1 of NucliOS builds on this strong foundation and adds even more features to our native iOS Grid, making it the most ubiquitous UI control for all iPad and iPhone applications.  &lt;h2&gt;New GridView Features&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Slide Row Options&lt;/strong&gt; – The NucliOS grid now supports new built-in behaviors to respond to a horizontal sliding gesture (i.e. swipe left / right). Simply set the &lt;em&gt;swipeRowAction&lt;/em&gt; property to one of the following options:  &lt;ul&gt; &lt;li&gt;Swipe left or right and a Delete button is displayed (already available in release 2012)  &lt;li&gt;Swipe left or right and a row will slide to the right  &lt;li&gt;Swipe left or right and a row will slide to the left  &lt;li&gt;Swipe left and the row will slide to the left, swipe right and the row will slide to the right  &lt;li&gt;No action&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/7416.NucliOSGridSlideRow_5F00_698A596B.png"&gt;&lt;img title="NucliOSGridSlideRow" 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="NucliOSGridSlideRow" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2438.NucliOSGridSlideRow_5F00_thumb_5F00_703D62EE.png" width="662" height="190" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Column Reordering &lt;/strong&gt;– Column reordering allows users to rearrange the position of visible columns within their data source helper, by using simple drag and drop techniques. It is also possible to trigger a column move programmatically, without any manual dragging gesture.  &lt;li&gt;&lt;strong&gt;Inserting / Deleting Columns &lt;/strong&gt;– Inserting and deleting columns is very similar to inserting and deleting rows and cells. Methods are now provided for inserting and deleting normal columns using a data source helper.  &lt;li&gt;&lt;strong&gt;Fixed Columns &lt;/strong&gt;– The NucliOS Grid control recognizes two distinct column types, normal and fixed. A normal column is any column that is not pinned in place, while the fixed column feature allow for one or more columns to be frozen / pinned to stay in view on either the left or right side of the grid, while allowing horizontal scrolling of the other columns. New methods are available to specify how many columns to freeze on the left or right of the grid.  &lt;li&gt;&lt;strong&gt;Column Resizing &lt;/strong&gt;– The grid now supports resizing a column by setting the &lt;em&gt;columnResizing&lt;/em&gt; property, thus allowing column resizing directly in the UI. You can also toggle column resizing on and off.  &lt;li&gt;&lt;strong&gt;Infinite Scrolling &lt;/strong&gt;– Infinite scrolling allows the grid to scroll the contents of the grid continuously, without the need to scroll back to the top or left most cell. Infinite scrolling is a popular UI paradigm that allows for a more fluid navigation. You can choose to enable infinite scrolling horizontally, vertically, both or none at all. &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/8306.NucliOSGridInfiniteScrolling_5F00_1B15C701.png"&gt;&lt;img title="NucliOSGridInfiniteScrolling" 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="NucliOSGridInfiniteScrolling" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5658.NucliOSGridInfiniteScrolling_5F00_thumb_5F00_18F8C838.png" width="662" height="273" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Filtering Attributes &lt;/strong&gt;– Filter attributes allow you to apply a customized visual appearance to text matching a filtered text string. This makes it easy for users to find specific keywords or phrases using highlights within a grid that contains a lot of text data, just like you would with a colored marker on paper. You can control the color of the text highlight to insure that the filtered text stands out regardless of your app or brand colors.  &lt;li&gt;&lt;strong&gt;Grid Theming &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. As an iOS developer, you benefit from complete styling flexibility within the grid, allowing you to emulate first party iOS apps, match your own brand, or design any custom look &amp;amp; feel desired. Theming is now even easier. New to this release, you can create your styles in one place and toggle between multiple styles very easily. You can create your own themes, which consist of multiple properties that control various styling attributes such as font, background color, text color and more. &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/3286.NucliOSGridTheming_5F00_6CDBCB46.png"&gt;&lt;img title="NucliOSGridTheming" 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="NucliOSGridTheming" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6646.NucliOSGridTheming_5F00_thumb_5F00_0C1E721A.png" width="662" height="264" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h1&gt;New Features – ChartView&lt;/h1&gt; &lt;p&gt;The initial release of NucliOS introduced a powerful iOS control that lets you render charts with hundreds of thousands of data points that are capable of millisecond updates, sparing nothing to achieve blazing speed. Support for the Motion Framework™ within the Data Chart control allows developers to build highly engaging visualizations and provide smooth playback of changes in data over time, giving life to your data through fluid animations.  &lt;h2&gt;New Chart Series&lt;/h2&gt; &lt;p&gt;Release 13.1 of NucliOS introduces 17 new chart types in the ChartView control, enabling you to easily implement heavy-duty data visualization and analysis on large volumes of data with high performance in iPad and iPhone applications.  &lt;p&gt;The NucliOS ChartView control now supports a total of 39 chart types, including the following new chart series introduced in release 13.1:  &lt;ul&gt; &lt;li&gt;&lt;b&gt;Stacked Chart Category Series&lt;/b&gt; – ChartView now supports a whole range of stacked series for every day scenarios.  &lt;ul&gt; &lt;li&gt;Stacked Area Series  &lt;li&gt;Stacked Bar Series  &lt;li&gt;Stacked Column Series  &lt;li&gt;Stacked Line Series  &lt;li&gt;Stacked Spline Area Series  &lt;li&gt;Stacked Spline Series  &lt;li&gt;Stacked 100 Area Series  &lt;li&gt;Stacked 100 Bar Series  &lt;li&gt;Stacked 100 Column Series  &lt;li&gt;Stacked 100 Line Series  &lt;li&gt;Stacked 100 Spline Area Series  &lt;li&gt;Stacked 100 Spline Series&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/8802.NucliOSChartStacked_5F00_0FBC8CF7.png"&gt;&lt;img title="NucliOSChartStacked" 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="NucliOSChartStacked" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1452.NucliOSChartStacked_5F00_thumb_5F00_2EFF33CA.png" width="662" height="199" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;Scientific Charts&lt;/b&gt; – From wind patterns to performance metrics, Polar &amp;amp; Radial series can expose new insights in many scientific data sets. The new scientific charts supported include:  &lt;ul&gt; &lt;li&gt;Polar Spline Area Series  &lt;li&gt;Polar Spline Series  &lt;li&gt;Radial Area Series&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/1055.NucliOSChartRadialPolar_5F00_0A6DA646.png"&gt;&lt;img title="NucliOSChartRadialPolar" 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="NucliOSChartRadialPolar" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4505.NucliOSChartRadialPolar_5F00_thumb_5F00_2DBA9AEB.png" width="658" height="373" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;Chart Financial Series &amp;amp; Financial Indicators&lt;/b&gt; – Financial charting scenarios were already supported for both Candlestick and OHLC bar charts. Release 13.1 now introduces 29 new financial indicators, including:  &lt;ul&gt; &lt;li&gt;Bollinger Band Overlay  &lt;li&gt;Bollinger Band Width Indicator  &lt;li&gt;Chaikin Oscillator Indicator  &lt;li&gt;Chaikin Volatility Indicator  &lt;li&gt;Commodity Channel Index Indicator  &lt;li&gt;Detrended Price Oscillator Indicator  &lt;li&gt;Ease Of Movement Indicator  &lt;li&gt;Fast Stochastic Oscillator Indicator  &lt;li&gt;Force Index Indicator  &lt;li&gt;Full Stochastic Oscillator Indicator  &lt;li&gt;Market Facilitation Index Indicator  &lt;li&gt;Mass Index Indicator  &lt;li&gt;Median Price Indicator  &lt;li&gt;Money Flow Index Indicator  &lt;li&gt;Moving Average Convergence Divergence Indicator  &lt;li&gt;Negative Volume Index Indicator  &lt;li&gt;On Balance Volume Indicator  &lt;li&gt;Percentage Price Oscillator Indicator  &lt;li&gt;Percentage Volume Oscillator Indicator  &lt;li&gt;Positive Volume Index Indicator  &lt;li&gt;Price Channel Overlay  &lt;li&gt;Rate of Change and Momentum Indicator  &lt;li&gt;Relative Strength Index Indicator  &lt;li&gt;Slow Stochastic Oscillator Indicator  &lt;li&gt;Standard Deviation Indicator  &lt;li&gt;StochRSI Indicator  &lt;li&gt;TRIX Indicator  &lt;li&gt;Ultimate Oscillator Indicator  &lt;li&gt;Weighted Close Indicator  &lt;li&gt;Williams Percent Range Indicator&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/4263.NucliOSChartFinancialIndicators_5F00_2D4E67F6.png"&gt;&lt;img title="NucliOSChartFinancialIndicators" 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="NucliOSChartFinancialIndicators" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3108.NucliOSChartFinancialIndicators_5F00_thumb_5F00_73CB57FE.png" width="658" height="145" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;Chart Scatter Series&lt;/b&gt;: Also known as Scatter Plots or scattergraph, 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. The new scatter types supported include:  &lt;ul&gt; &lt;li&gt;Scatter Line Series  &lt;li&gt;Scatter Spline Series &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/3286.NucliOSChartScatterLineSpline_5F00_286BB43A.png"&gt;&lt;img title="NucliOSChartScatterLineSpline" 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="NucliOSChartScatterLineSpline" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0385.NucliOSChartScatterLineSpline_5F00_thumb_5F00_61165E47.png" width="662" height="149" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The iOS data chart control is designed for modularity using chart series. Multiple chart series are supported to create composite charts for better data comparisons on the same surface. &lt;/p&gt; &lt;h2&gt;New Chart Features&lt;/h2&gt; &lt;p&gt;&lt;b&gt;Value Overlay &lt;/b&gt;– A Value Overlay uses the value property to bind a numeric value to display as a line superimposed over other types of series in order to highlight important values such as a data set’s mean, median, mode etc…. The Value Overlay uses either the horizontal or the vertical axis, as a reference, when bound to an &lt;em&gt;IGNumericXAxis&lt;/em&gt; and &lt;em&gt;IGNumericYAxis&lt;/em&gt; respectively, as a line segment emanating from the center of the chart when bound to an &lt;em&gt;IGNumericAngleAxis&lt;/em&gt;, or a circle when bound to &lt;em&gt;IGNumericRadiusAxis&lt;/em&gt;.  &lt;p&gt;&lt;b&gt;Support for Gradients &lt;/b&gt;– Enhance the look of all your charts thanks to added support for gradients. Gradients are exposed by a new brush type called &lt;em&gt;IGGradientBrush&lt;/em&gt;, and we’re also introducing new themes specifically showcasing the use of gradients. Take a look at the various screenshots in this post to see the gradient support across many of our charts types.  &lt;h1&gt;Xamarin Support for iOS Development in C#&lt;/h1&gt; &lt;p&gt;Objective C is the default language for iOS development. It’s been used to developer hundreds of thousands of applications for the iPhone and iPad. However, not all developers are ready to learn Objective C. We all have to juggle multiple technologies, languages and frameworks in our toolset. It’s perfectly normal to look for opportunities to reuse existing skills when jumping into a new environment.  &lt;p&gt;iOS developers can use &lt;a href="http://www.infragistics.com/products/ios"&gt;NucliOS controls&lt;/a&gt; in native iOS projects built with Objective C and Xcode, and we equally provide bindings to use all our controls within C# projects built with &lt;a href="http://xamarin.com/"&gt;Xamarin&lt;/a&gt;.iOS (formerly known as MonoTouch), a product from Infragistics partner &lt;a href="http://xamarin.com/"&gt;Xamarin&lt;/a&gt;. Xamarin’s products let developers write their apps entirely in C# and share your code on iOS, Android, Windows and Mac, using either Microsoft Visual Studio or Xamarin’s own IDE – &lt;a href="http://xamarin.com/studio"&gt;Xamarin Studio&lt;/a&gt;.  &lt;p&gt;Release 13.1 of &lt;a href="http://www.infragistics.com/products/ios"&gt;NucliOS&lt;/a&gt; includes final Xamarin.iOS bindings for all five iOS controls, complete with API documentation, allowing you to build native iOS applications using C#.  &lt;h1&gt;Learning iOS Development and NucliOS&lt;/h1&gt; &lt;p&gt;if you’re new to iOS development and/or NucliOS, here are a few quick references to help you get started:&lt;/p&gt; &lt;table cellspacing="0" cellpadding="2" width="633" border="0"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3823.iOSfordotNetWebinarVideoCover_5F00_07EE9E61.png"&gt;&lt;img title="iOSfordotNetWebinarVideoCover" 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="iOSfordotNetWebinarVideoCover" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3426.iOSfordotNetWebinarVideoCover_5F00_thumb_5F00_60482236.png" width="244" height="149" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="431"&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;br /&gt;Webinar by &lt;a href="http://twitter.com/activenick" target="_blank"&gt;Nick Landry&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3823.NucliOSWebinar2012Banner_5F00_0B208649.png"&gt;&lt;img title="NucliOSWebinar2012Banner" 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="NucliOSWebinar2012Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3007.NucliOSWebinar2012Banner_5F00_thumb_5F00_77FF599C.png" width="244" height="79" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="431"&gt;&lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx" target="_blank"&gt;&lt;strong&gt;Going Native: How to Develop Native iOS Applications with NucliOS 2012&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Webinar by &lt;a href="http://twitter.com/activenick" target="_blank"&gt;Nick Landry&lt;/a&gt; and &lt;a href="http://twitter.com/bschooley" target="_blank"&gt;Brent Schooley&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0876.0317_5F00_xamblue_5F00_thumb_5F00_7E5F5DE3_5F00_37C94022.png"&gt;&lt;img title="0317_xamblue_thumb_7E5F5DE3" 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="0317_xamblue_thumb_7E5F5DE3" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5670.0317_5F00_xamblue_5F00_thumb_5F00_7E5F5DE3_5F00_thumb_5F00_25807960.png" width="244" height="123" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="431"&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;&lt;strong&gt;Creating iOS Applications using C# with Xamarin.iOS&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Webinar by &lt;a href="http://twitter.com/bschooley" target="_blank"&gt;Brent Schooley&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7624.refresh_2D00_outlet_5F00_5058DD72.png"&gt;&lt;img title="refresh-outlet" 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="refresh-outlet" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4503.refresh_2D00_outlet_5F00_thumb_5F00_48CD6E05.png" width="244" height="214" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="431"&gt;&lt;a href="http://www.infragistics.com/community/blogs/brent_schooley/archive/2012/11/06/getting-started-using-nuclios-with-monotouch-part-1-igchartview.aspx" target="_blank"&gt;&lt;strong&gt;Getting Started using NUCLiOS with MonoTouch Part 1: IGChartView&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Technical Blog Post by &lt;a href="http://twitter.com/bschooley" target="_blank"&gt;Brent Schooley&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" width="200"&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4186.0172_5F00_IMG_5F00_0248_5F00_3684A743.png"&gt;&lt;img title="0172_IMG_0248" 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="0172_IMG_0248" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4812.0172_5F00_IMG_5F00_0248_5F00_thumb_5F00_4C8B12D5.png" width="244" height="184" /&gt;&lt;/a&gt;&lt;/td&gt; &lt;td valign="top" width="431"&gt;&lt;a href="http://www.infragistics.com/community/blogs/stevez/default.aspx" target="_blank"&gt;&lt;strong&gt;Code by SteveZ&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;Technical Blog series by &lt;a href="https://twitter.com/codebystevez" target="_blank"&gt;Steve Zaharuk&lt;/a&gt;, NucliOS Lead Product Architect, covering topics like:&lt;br /&gt;- Moving from C# to Objective-C&lt;br /&gt;- Creating a Bookshelf for your iOS App&lt;br /&gt;- Creating a Netflix Style iOS Grid&lt;br /&gt;- Using TFS on a Mac&lt;br /&gt;- Creating Nightly Builds of Your iOS Projects from TFS&lt;br /&gt;- Creating Your own iOS Framework&lt;br /&gt;- and much more!&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;h1&gt;Let Us Know About Your Apps&lt;/h1&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios"&gt;NucliOS 13.1&lt;/a&gt; is an exciting release. Our grid control got better with even more data manipulation and layout features. We already had the most powerful &amp;amp; versatile charts on iOS, and we made them better, with more chart types, more features, covering more scenarios, regardless of your industry or app consumer target. Not stopping there, we introduced new controls with the Pie Chart, Radial Gauges and Rich-Text Label.  &lt;p&gt;So when can you get this awesome release? Soon! NucliOS 13.1 is scheduled to be release in mind-April in just a few weeks. If you can’t wait to get your hands on our new iOS controls detailed above, drop me an email me at &lt;a href="mailto:activenick@infragistics.com"&gt;activenick@infragistics.com&lt;/a&gt;, tell me what control and/or feature you really want to work with now and I just may give you early access.  &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios"&gt;NucliOS&lt;/a&gt; is truly THE PREMIER suite of native iOS controls for professional app developers, enterprise developers, indie developers, enthusiasts and weekend warriors. We already started work on our next release coming out later this year. Expect more features in existing controls, more chart types, entirely new controls, more samples, more of everything. 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;Get started today! &lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;Download the NUCLiOS trial&lt;/a&gt; on your Mac, fire up Xcode and take your iOS apps to the next level.&amp;nbsp; When you end up publishing cool new apps based on &lt;a href="http://www.infragistics.com/products/ios"&gt;NucliOS&lt;/a&gt;, make sure to let us know, we would love to showcase your work on our website.  &lt;p&gt;Take our controls for a spin on your iPhone or iPad and 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;. This free browser app currently showcases our grid and charts initially released in October 2012. We’ll be publishing an updated version at release time in mid-April so you can play with all the new controls and features.  &lt;p&gt;We 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" target="_blank"&gt;NUCLiOS forums&lt;/a&gt;. You can also follow &lt;a href="http://twitter.com/infragistics" target="_blank"&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" target="_blank"&gt;@ActiveNick&lt;/a&gt;.  &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads"&gt;&lt;img title="NUCLiOS_Banner_728x90_a" 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="NUCLiOS_Banner_728x90_a" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0726.NUCLiOS_5F00_Banner_5F00_728x90_5F00_a_5F00_4CEB67C8.jpg" width="662" height="86" /&gt;&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=397655" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Open Source" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Open+Source/default.aspx" /><category term="Apple App Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Motion Framework" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Motion+Framework/default.aspx" /><category term="Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Chart/default.aspx" /><category term="Grid" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Grid/default.aspx" /><category term="Visual Studio" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Visual+Studio/default.aspx" /><category term="Xcode" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="Scatter Area Plot" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Scatter+Area+Plot/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="Xamarin" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin/default.aspx" /><category term="MonoTouch" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MonoTouch/default.aspx" /><category term="Pie Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Pie+Chart/default.aspx" /><category term="Radial Gauge" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Radial+Gauge/default.aspx" /><category term="Data Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Chart/default.aspx" /><category term="Rich-Text Label" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Rich-Text+Label/default.aspx" /><category term="Xamarin.iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin.iOS/default.aspx" /><category term="Xamarin Studio" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin+Studio/default.aspx" /></entry><entry><title>What’s New in NetAdvantage for WPF &amp; Silverlight 13.1</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/03/25/what-s-new-in-netadvantage-for-wpf-amp-silverlight-13-1.aspx" /><id>/community/blogs/nick-landry/archive/2013/03/25/what-s-new-in-netadvantage-for-wpf-amp-silverlight-13-1.aspx</id><published>2013-03-25T13:00:00Z</published><updated>2013-03-25T13:00:00Z</updated><content type="html">&lt;p&gt;It was barely more than a year ago that &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;I joined Infragistics as Senior Product Manager&lt;/a&gt;, and here I am, already writing about a third exciting release since I started working here. Signed, sealed &amp;amp; delivered. Well, almost delivered. The release is done and our official launch is in mid-April. I’m here today to tell you more about all the XAML goodness in this release. Our Engineering, Quality Engineering and product Guidance teams have been hard at work for the past 6 months, and this release doesn’t disappoint.&lt;/p&gt; &lt;p&gt;This post applies to all users of our &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;NetAdvantage for WPF&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;NetAdvantage for Silverlight&lt;/a&gt; products. Both products benefit from the changes and new features described since our Infragistics Shared XAML strategy allows us to target both &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;WPF&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;Silverlight&lt;/a&gt; with the same XAML controls.&lt;/p&gt; &lt;p&gt;If you’re an enterprise developer building applications with &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;WPF&lt;/a&gt; and/or &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;Silverlight&lt;/a&gt; and haven’t had a chance to try our controls yet, read on to see all the new reasons for adopting our controls, and download a free &amp;amp; fully-supported evaluation version: &lt;a href="http://www.infragistics.com/products/wpf/downloads" target="_blank"&gt;WPF&lt;/a&gt; | &lt;a href="http://www.infragistics.com/products/silverlight/downloads" target="_blank"&gt;Silverlight&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you haven’t had a chance to review everything we added in our 12.2 XAML controls, you can catch-up and read the &lt;a href="http://www.infragistics.com/community/blogs/blagunas/archive/2012/09/15/what-s-new-in-netadvantage-for-wpf-amp-silverlight-12-2-part-1-xaml-line-of-business-controls.aspx" target="_blank"&gt;12.2 Line of Business controls post&lt;/a&gt; by my colleague &lt;a href="http://www.infragistics.com/community/blogs/blagunas/default.aspx" target="_blank"&gt;Brian Lagunas&lt;/a&gt; and &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/09/17/what-s-new-in-netadvantage-for-wpf-amp-silverlight-12-2-part-2-xaml-data-visualization-controls.aspx" target="_blank"&gt;my post on 12.2 Data Visualization controls&lt;/a&gt;.&lt;/p&gt; &lt;h1&gt;13.1 XAML In a Nutshell&lt;/h1&gt; &lt;p&gt;So what’s new in terms of XAML controls for &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;WPF&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;Silverlight&lt;/a&gt; in this release? Here’s the skinny:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Doughnut Chart&lt;/strong&gt;: New control!  &lt;li&gt;&lt;strong&gt;Geographic Map&lt;/strong&gt;: New features including support for Esri geographic imagery and server-side data tiles, support for multiple map imagery layers, and more  &lt;li&gt;&lt;strong&gt;Data Chart&lt;/strong&gt;: New advanced features and series, allowing developers to show even more data points in a single chart, and interact with those points more easily using the mouse and touch gestures  &lt;li&gt;&lt;strong&gt;Pie Chart&lt;/strong&gt;: New feature to add a hole in the middle  &lt;li&gt;&lt;strong&gt;Treemap Chart&lt;/strong&gt;: New built-in tooltip support  &lt;li&gt;&lt;strong&gt;Syntax Editor&lt;/strong&gt;: New features added, including SQL parsing, visible whitespace, current line highlight, ruler margin and more  &lt;li&gt;&lt;strong&gt;WPF Ribbon&lt;/strong&gt;: Backstage feature added  &lt;li&gt;&lt;strong&gt;Gantt Chart&lt;/strong&gt;: New feature to save projects to XML  &lt;li&gt;&lt;strong&gt;Menu/Context Menu&lt;/strong&gt;: Support for MVVM  &lt;li&gt;&lt;strong&gt;Radial Gauge&lt;/strong&gt;: Preview version of a newer, easier to use Radial Gauge control&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;I’m sure you’re curious to know more about the details? Keep on reading…  &lt;h1&gt;Hello GIS Developers!&lt;/h1&gt; &lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Geographic_information_system" target="_blank"&gt;Geographic Information Systems&lt;/a&gt; (aka Geospatial Information Systems, or GIS) are software systems designed to capture, store, manipulate, analyze, manage, and present all types of &lt;a href="http://en.wikipedia.org/wiki/Geographic_data"&gt;geographical data&lt;/a&gt;. Hardware peripherals and devices are often used, but the core of GIS lies in software. In the simplest terms, GIS is the merging of &lt;a href="http://en.wikipedia.org/wiki/Cartography" target="_blank"&gt;cartography&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Statistical_analysis" target="_blank"&gt;statistical analysis&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Database" target="_blank"&gt;database&lt;/a&gt; technology.&lt;/p&gt; &lt;p&gt;GIS developers specialize in the design and development of GIS software. Just like enterprise developers, GIS developers rely on external libraries, cloud services and custom controls to augment their productivity and reach new heights in their applications. One such key component of every GIS developer is a full-featured map control.&lt;/p&gt; &lt;p&gt;With the &lt;a href="http://www.infragistics.com/products/wpf/geographic-map" target="_blank"&gt;xamGeographicMap&lt;/a&gt; control for WPF and Silverlight developers, our goal is to continue to deliver a rich thematic mapping solution to our customers. Redesigned from the ground up based on our Data Chart foundation, the &lt;a href="http://www.infragistics.com/products/wpf/geographic-map" target="_blank"&gt;xamGeographicMap&lt;/a&gt; shipped a year ago in release 12.1, providing powerful geospatial development capabilities, allowing you to display multiple geographic data series on top of mapping imagery. In release 13.1, we’re taking the mapping game to the next level, allowing you to mix &amp;amp; match tile imagery, server-side data tiles and client-side data layers.&lt;/p&gt; &lt;h2&gt;Infragistics Teams-Up with Esri&lt;/h2&gt; &lt;p&gt;Thanks to a new partnership between Infragistics and &lt;a href="http://www.esri.com/" target="_blank"&gt;Esri&lt;/a&gt;, developers can now benefit from new advanced features in the &lt;a href="http://www.infragistics.com/products/wpf/geographic-map" target="_blank"&gt;Geographic Map&lt;/a&gt; control normally reserved for dedicated geospatial developers, such as new geographic imagery sources, server-side data tiles, and more. The result is a uniquely powerful geographic map control capable of displaying both client-side and server-side data on various sources of imagery, enabling very advanced geospatial scenarios.&lt;/p&gt; &lt;p&gt;Esri is the leading worldwide supplier of GIS software and geodatabase management applications that function as an integral component in nearly every type of organization.&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/3554.IG_2D00_AutoSalesDashboard_5F00_1ADF6E50.png"&gt;&lt;img title="IG-AutoSalesDashboard" 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="IG-AutoSalesDashboard" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7367.IG_2D00_AutoSalesDashboard_5F00_thumb_5F00_01776B16.png" width="662" height="317" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;New xamGeographicMap Features&lt;/h2&gt; &lt;p&gt;The rundown of new features in the &lt;a href="http://www.infragistics.com/products/wpf/geographic-map" target="_blank"&gt;xamGeographicMap&lt;/a&gt; includes:&lt;/p&gt; &lt;p&gt;&lt;b&gt;New Geographic Map Series&lt;/b&gt;  &lt;ul&gt; &lt;li&gt;Geographic Proportional Symbol Series  &lt;li&gt;Geographic Tile Series  &lt;li&gt;High Density Geographic Scatter Series (updated CTP)&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;b&gt;New Geographic Map Features&lt;/b&gt; &lt;/p&gt; &lt;ul&gt; &lt;li&gt;Support for multiple layers of tile imagery in addition to the baseline tiles via the new Geographic Tile Series  &lt;li&gt;New built-in support for all Esri ArcGIS 256x256 Mercator geographic imagery tiles  &lt;li&gt;Simplified API to support various geographic imagery providers, including:  &lt;ul&gt; &lt;li&gt;OpenStreetMap  &lt;li&gt;Bing Maps  &lt;li&gt;Esri ArcGIS  &lt;li&gt;Cloudmade maps &lt;/li&gt;&lt;/ul&gt; &lt;li&gt;Brand-new Geographic Map Browser sample&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/4544.GeoMap_2D00_Proportional_2D00_Symbol_2D00_2_5F00_4141519B.png"&gt;&lt;img title="GeoMap Proportional Symbol 2" 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="GeoMap Proportional Symbol 2" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5618.GeoMap_2D00_Proportional_2D00_Symbol_2D00_2_5F00_thumb_5F00_009F052C.png" width="662" height="366" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Geographic Proportional Symbol Series&lt;/h2&gt; &lt;p&gt;Similar to the Scatter Area Map Series, the Proportional Symbol Series allows you to show thousands of data points on a map where symbols of different sizes and colors are used to represent geospatial data associated with different areas or locations within the map. This feature was introduced as a preview last year and we are now pleased to release officially as part of the product in 13.1.&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/8666.GeographicTileSeries_5F00_52457F7E.png"&gt;&lt;img title="GeographicTileSeries" 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="GeographicTileSeries" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2313.GeographicTileSeries_5F00_thumb_5F00_5FAB9284.png" width="662" height="426" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Geographic Tile Series and Multiple Tile Layers&lt;/h2&gt; &lt;p&gt;Similar to the baseline imagery of the control, the Geographic Tile Series allows developers to overlay multiple layers of geographic imagery, create cutouts to see underlying imagery or use transparency to see through one layer of imagery and exposing the layer underneath. This new feature allows GIS developers to load multiple tile data layers from Esri ArcGIS sources within the Geographic Map control. You can also control the opacity of one layer to see through to the underlying imagery from another layer.&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/5611.GeoMap_2D00_HD_2D00_Scatter_2D00_02_5F00_588C560C.png"&gt;&lt;img title="GeoMap HD Scatter 02" 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="GeoMap HD Scatter 02" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1423.GeoMap_2D00_HD_2D00_Scatter_2D00_02_5F00_thumb_5F00_0D2CB248.png" width="662" height="363" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;High Density Geographic Scatter Series (updated CTP)&lt;/h2&gt; &lt;p&gt;A High Density Geographic Scatter Series in the Geographic Map control can be used to show millions of data points without sacrificing performance. The map plot area with more densely populated data points are represented by condensed color pixels and loosely distributed data points are represented by pixels of another color. Options are available to control the palette of colors used and to change the min/max heat properties of the series in order to adjust how heat colors are mapped.&lt;/p&gt; &lt;p&gt;The HD Geographic Scatter series was made available as a CTP feature in release 12.2, and we are now providing you with an updated CTP in release 13.1, which includes multiple stability and performance improvements. As a preview feature, be sure to try it and take it out for a spin. Give us your feedback so we can address it before we release it later this year.&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/3554.GeoMapEsriSoilSurvey02_5F00_4CF698CD.png"&gt;&lt;img title="GeoMapEsriSoilSurvey02" 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="GeoMapEsriSoilSurvey02" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6201.GeoMapEsriSoilSurvey02_5F00_thumb_5F00_25BC4F98.png" width="662" height="333" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Support for Esri ArcGIS Imagery&lt;/h2&gt; &lt;p&gt;Developers can now use Esri tile sets within the Geographic Map control. Imagery sets based on Mercator projections and tiles of 256x256 pixels in size are supported and are compatible with the tile sets from the other supported providers, such as OpenStreetMap, Bing Maps and Cloudmade. Other tile sizes and projections are not yet supported.&lt;/p&gt; &lt;p&gt;The screenshot above illustrates an example of an Esri overlay containing the Soil Survey Geographic (SSURGO) layered on top of Bing Maps road imagery. Another geographic proportional symbol series layer displays select major cities based on population size. This demonstrates the power of the xamGeographicMap control by combining commercial imagery from Bing Maps, server-side data tiles from Esri ArcGIS and client-side data bound to the application code.&lt;/p&gt; &lt;h2&gt;Simplified Geographic Imagery Providers API&lt;/h2&gt; &lt;p&gt;The Geographic Map control supports a simplified API to use the various geographic imagery providers. Instead of writing extensive code to load the proper geographic imagery, developers need only set a few properties to display tiles from OpenStreetMap, Bing Maps, Esri ArcGIS, and Cloudmade maps either as the baseline imagery or as part of a Geographic Tile Series.&lt;/p&gt; &lt;h2&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1004.GeoMap_2D00_Browser_5F00_4C8A65D8.png"&gt;&lt;img title="GeoMap Browser" 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="GeoMap Browser" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0246.GeoMap_2D00_Browser_5F00_thumb_5F00_0C544C5E.png" width="662" height="317" /&gt;&lt;/a&gt;&lt;/h2&gt; &lt;h2&gt;New Geographic Map Browser&lt;/h2&gt; &lt;p&gt;In addition to the Silverlight Samples Browser and WPF Samples Browser, Infragistics is introducing a new standalone Geographic Map Browser sample project that lets you experiment with the capabilities of the XAML Geographic Map at runtime. The standalone Geographic Map Browser ships with full source code for you to explore, and includes the following features:  &lt;ul&gt; &lt;li&gt;Over 55 geographic tile imagery options for the baseline map and additional Geographic Tile Series layers, from various providers like OpenStreetMap, Bing Maps, Esri ArcGIS, Cloudmade and MapQuest  &lt;li&gt;Additional Geographic Tile Series that can be overlaid on top of baseline map imagery or as composite of multiple tiles from different imagery sources  &lt;li&gt;Navigation pane with pan &amp;amp; zoom controls  &lt;li&gt;Location coordinates pane with latitude and longitude of the mouse cursor  &lt;li&gt;Overview + Detail (OPD, aka “Mini Map”) panel to see your current zoom level, pan the map, change the zoom slider as well as toggle between Drag/Pan or Drag/Zoom modes  &lt;li&gt;Support for built-in geographic series with configurable spatial data, including:  &lt;ul&gt; &lt;li&gt;Country Shape Files (using the Geographic Shape series)  &lt;li&gt;Sample Cities and Population Levels (using Geographic Proportional Symbol series)  &lt;li&gt;Earthquakes (using Geographic Proportional Symbol series)  &lt;li&gt;U.S. Airline Traffic (featuring the Infragistics Motion Framework)  &lt;li&gt;Precipitation measurements from U.S. weather stations (using the Geographic Scatter Area series)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;The following screenshots illustrate some of the great features of the Geographic Map Browser and the xamGeographicMap control itself.&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/3252.GeoMapBrowserSampler_5F00_5487F10C.png"&gt;&lt;img title="GeoMapBrowserSampler" 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="GeoMapBrowserSampler" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2287.GeoMapBrowserSampler_5F00_thumb_5F00_45ECA94D.png" width="658" height="433" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;The Best Data Charts Get Better&lt;/h1&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/wpf/data-chart/" target="_blank"&gt;Data Chart&lt;/a&gt; is Infragistics’ star control in our suite of Data Visualization controls. The NetAdvantage &lt;a href="http://www.infragistics.com/products/wpf/data-chart/" target="_blank"&gt;xamDataChart&lt;/a&gt; is already the most powerful XAML charts &amp;amp; graphs control for your custom WPF or Silverlight applications. With over 50 supported chart types, over a dozen built-in trend lines, dozens of financial indicators, and the ability to customize the interactions and style the charts to any look &amp;amp; feel, this already a very mature control in use in thousands of applications today.&lt;/p&gt; &lt;p&gt;Release 13.1 sees the introduction of new features in the Data Chart to improve the experience as to how users interact with their data in their chart – using the mouse or touch gestures. We also continue to strive for the best performance possible, making the fastest XAML chart on the market even faster.  &lt;p&gt;Beyond the new &lt;a href="http://www.infragistics.com/products/wpf/data-chart/" target="_blank"&gt;xamDataChart&lt;/a&gt; control features, we’re also introducing a brand new Doughnut Chart control, and new features in the &lt;a href="http://www.infragistics.com/products/wpf/pie-chart/" target="_blank"&gt;Pie Chart&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/wpf/treemap" target="_blank"&gt;Treemap&lt;/a&gt; controls.  &lt;h2&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4135.IG_2D00_DoubleDoughtnutChart131_5F00_045CA9FC.png"&gt;&lt;img title="IG-DoubleDoughtnutChart131" 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="IG-DoubleDoughtnutChart131" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2072.IG_2D00_DoubleDoughtnutChart131_5F00_thumb_5F00_4F501ACB.png" width="658" height="252" /&gt;&lt;/a&gt;&lt;/h2&gt; &lt;h2&gt;New Doughnut Chart Control&lt;/h2&gt; &lt;p&gt;The Doughnut Chart – just like the Pie Chart – is primarily used to show statistics expressed in percentages. Both consist of a circular area divided into sections, where each section has an arc length proportional to its underlying data value. Both are used for representing categorical data, are most effective when there are only a few categories, and when each category makes up a relatively large percentage of the data as a whole.  &lt;p&gt;The primary difference between the Pie Chart and the Doughnut Chart is that the latter has a “hollow” or “empty” center, and will typically display multiple series. A given data series is represented by a ring that is drawn around the “hole” and the data in any given ring totals 100%. These rings are displayed in a concentric pattern where each ring representing a data series, either independent from one another or linked via a hierarchy. The sections that make up each ring may differ in size or each section within a ring may be the same size.  &lt;p&gt;&lt;strong&gt;Key Features of the Doughnut Chart&lt;/strong&gt;  &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Multiple Ring Series &amp;amp; Data-Binding &lt;/strong&gt;– The Doughnut Chart supports one or more rings surrounding a hollow or empty center. The center may either be a “blank circle” or may contain a label. Each ring can either represent a separate data series that you data-bind to a collection via the &lt;em&gt;ItemSource&lt;/em&gt; property, or can be a ring within a parent-child hierarchy. Support for hierarchical data rings is a CTP feature in this release.  &lt;li&gt;&lt;strong&gt;Configurable Inner Radius&lt;/strong&gt; – The inner radius of the Doughnut Chart center is configurable, allowing the developer to select the center as an object and extend the boundary or set the inner radius via a property setting.  &lt;li&gt;&lt;strong&gt;Slice / Section Labeling&lt;/strong&gt; – The Doughnut Chart allows developers to control how each slice or section is labeled. Options are available to automatically select how the labels are displayed inside or outside of the chart, or using the &lt;em&gt;BestFit &lt;/em&gt;method.  &lt;li&gt;&lt;strong&gt;Legend Support&lt;/strong&gt; – The Doughnut Chart supports the automatic display of a legend which identifies each series displayed as a data ring, as well as each slice / section within a data ring. The legend can be configured and docked to any of the chart’s corners or borders.  &lt;li&gt;&lt;strong&gt;Slice Selection &amp;amp; Slice Explosion&lt;/strong&gt; – Allow users to select slices and change the color of selected slices. Exploded slices are disconnected and drawn at a distance from the origin. This distance is controlled via a configurable property. Slices can be selected or exploded either programmatically or using touch &amp;amp; mouse gestures.  &lt;li&gt;&lt;strong&gt;“Others” Category&lt;/strong&gt; – The underlying data for any Doughnut Chart can often contains small value items, too numerous to display in a significant manner via separate slices. For such occasions, the “Others” category allows for automatic aggregation of several data values into a single slice. Developers can set the &lt;em&gt;OthersCategoryThreshold&lt;/em&gt; property to separate which values get their own slice, and which values will get rolled under “Others”.  &lt;li&gt;&lt;strong&gt;Styling &amp;amp; Themes&lt;/strong&gt; – The look &amp;amp; feel of the Doughnut Chart is completely customizable, allowing you to style it to your app design and your brand. Simple properties are exposed to easily style the outlines and brush fill colors of the pie slices, allowing you to use solid colors as well as gradients. Alternatively you can use chart themes to give your pie charts and other charts a consistent and color-coordinated look and feel. Simply set the theme property to one of the predefined themes or create 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/8838.PieChartInnerExtent_5F00_44269081.png"&gt;&lt;img title="PieChartInnerExtent" 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="PieChartInnerExtent" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2480.PieChartInnerExtent_5F00_thumb_5F00_0F1A0151.png" width="658" height="197" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;New Pie Chart Features&lt;/h2&gt; &lt;p&gt;What’s the difference between a &lt;a href="http://www.infragistics.com/products/wpf/pie-chart/" target="_blank"&gt;Pie Chart&lt;/a&gt; and a Doughnut Chart that only has one series of data? The hole. Period. Some customers have been requesting the ability to insert a hole in the pie chart. You asked, we delivered. You can now turn a Pie Chart into what visually looks like a single-series Doughnut Chart by setting the new &lt;em&gt;InnerExtent &lt;/em&gt;property to a positive value. Or you can turn a single-series Doughnut Chart into a Pie Chart by setting the &lt;em&gt;InnerExtent &lt;/em&gt;property to zero.&lt;/p&gt; &lt;p&gt;It’s mostly a cosmetic feature, but if you’ve been using Pie Charts all along in your applications and you’ve been missing the hole in them, you can now dig one in without replacing any controls.&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/6523.DataChartHoverTooltipsGridlines01_5F00_03F07707.png"&gt;&lt;img title="DataChartHoverTooltipsGridlines01" 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="DataChartHoverTooltipsGridlines01" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8741.DataChartHoverTooltipsGridlines01_5F00_thumb_5F00_63D56A49.png" width="658" height="282" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;New Data Chart Interaction Features&lt;/h2&gt; &lt;p&gt;The Data Chart control supports new interactions you can activate when users hover over chart data series using the mouse or touch gestures. These hover interactions can display crosshairs or bar/column highlights that can snap to actual data points. You can also attach tooltips to these hover interactions and lock them on crosshairs or to axes. An image may be worth a thousand words, but you have to see this feature in action to truly appreciate it.&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/4544.DataChartHDScatter_5F00_15CD0AD4.png"&gt;&lt;img title="DataChartHDScatter" 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="DataChartHDScatter" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5125.DataChartHDScatter_5F00_thumb_5F00_5596F159.png" width="658" height="271" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;New High Density Scatter Series&lt;/h2&gt; &lt;p&gt;A high density scatter series in the Data Chart control can be used to bind and show scatter data ranging from thousands to millions of data points without sacrificing performance. Developers can change the series resolution in order to adjust the performance level of rendering when dealing with massive amounts of data points in the chart. This control was made available as a CTP feature in release 12.1, and now ships as a final RTM feature in release 13.1.  &lt;h2&gt;Data Chart Performance Optimization&lt;/h2&gt; &lt;p&gt;At Infragistics, we always strives to achieve better performance in our controls. The Data Chart is a real work horse capable of displaying millions of data points in real-time with refresh rates measured in a few milliseconds. When we do identify bottle necks or fringe scenarios where performance can be improved, we introduce new techniques to optimize performance. Release 13.1 of the Data Chart does feature improved performance compared to prior releases thanks to some of those optimization techniques.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1423.TreemapTooltip_5F00_4E77B4E1.png"&gt;&lt;img title="TreemapTooltip" 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="TreemapTooltip" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3542.TreemapTooltip_5F00_thumb_5F00_2E5CA824.png" width="658" height="280" /&gt;&lt;/a&gt;  &lt;h2&gt;New Simplified Treemap Tooltips&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/wpf/treemap" target="_blank"&gt;Treemap&lt;/a&gt; control is a key component for advanced data visualization dashboards. It lets you show users the relative weighting of data points at more than one level, supporting strip, squarified and slice and dice algorithms. The sheer amount of data you can display in a Treemap can sometimes make it harder to read, and this is where tooltips come into play. Adding tooltips to our Treemap control was always supported but required a certain amount of custom application code. The new Treemap control in release 13.1 introduces the new &lt;em&gt;TooltipStyle&lt;/em&gt;, &lt;em&gt;TooltipContentTemplate &lt;/em&gt;and &lt;em&gt;TooltipMemberPath &lt;/em&gt;properties to let developers display and customize tooltips with no effort at all.&lt;/p&gt; &lt;h1&gt;New Syntax Editor Features&lt;/h1&gt; &lt;p&gt;We first introduced the &lt;a href="http://www.infragistics.com/products/wpf/syntax-editor" target="_blank"&gt;xamSyntaxEditor&lt;/a&gt; in v12.2, and since then it has been getting even more love. The XamSyntaxEditor is a highly customizable text editing control that provides syntax highlighting and editing behaviors much like the Visual Studio code editor. The XamSyntaxEditor is provided in both WPF and Silverlight versions with an API that is common across both platforms, enabling you to incorporate code editing capabilities into your cross platform applications. In this latest release, the xamSyntaxEditor received even more features to give your users more options for authoring their code documents.  &lt;h2&gt;Transact-SQL Language support&lt;/h2&gt; &lt;p&gt;The &lt;a href="http://www.infragistics.com/products/wpf/syntax-editor" target="_blank"&gt;xamSyntaxEditor&lt;/a&gt; has provided language support for C#, VB, and PlainText since its release. The xamSyntaxEditor now supports a subset of the T-SQL language to give visual cues, such as colorization, to the user on how the text is being interpreted so that comments, keywords, and language specific entities can be easily differentiated. With support for over 26 different statements, the xamSyntaxEditor can handle the most commonly used SQL statements.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1614.xamSyntaxEditorSQL_5F00_68613808.png"&gt;&lt;img title="xamSyntaxEditorSQL" 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="xamSyntaxEditorSQL" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/1602.xamSyntaxEditorSQL_5F00_thumb_5F00_56187146.png" width="662" height="355" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Visible whitespace&lt;/h2&gt; &lt;p&gt;Some users may wish to show hidden formatting symbols so that they can clearly see spaces, tabs, and other white space characters. With this latest release of the xamSyntaxEditor, you can now enable the visible whitespace property to have the editor visualize spaces, tabs, and word wrap indicators.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/6153.xamSyntaxEditorWhitespace_5F00_23B49DC7.png"&gt;&lt;img title="xamSyntaxEditorWhitespace" 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="xamSyntaxEditorWhitespace" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4331.xamSyntaxEditorWhitespace_5F00_thumb_5F00_35913194.png" width="662" height="193" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h2&gt;Current Line highlight&lt;/h2&gt; &lt;p&gt;When editing and navigating a large document with a lot of text, it can sometime be difficult to keep track of the line you are editing. To help alleviate this issue, we introduced a new feature which allows you to provide a highlight for the current line that contains the caret. You can customize the highlight by modifying the visibility, background brush, and border brush.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7077.xamSyntaxEditorLineHighlight_5F00_4E20CEE4.png"&gt;&lt;img title="xamSyntaxEditorLineHighlight" 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="xamSyntaxEditorLineHighlight" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0121.xamSyntaxEditorLineHighlight_5F00_thumb_5F00_22DC37DD.png" width="662" height="179" /&gt;&lt;/a&gt;  &lt;h2&gt;Ruler Margin&lt;/h2&gt; &lt;p&gt;Losing the current line you are editing is longer a problem when editing large documents with lots of text, but what about keeping track of the character position. It is still possible to lose track of the current character position of the caret. Now, by setting a single property, you can enable the new ruler margin to display a character position ruler at the top edge of each view, and highlight the current caret position. You can easily customize the color of the caret indicator to match the theme of your application.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5315.xamSyntaxEditorRulermargin_5F00_73AA4C45.png"&gt;&lt;img title="xamSyntaxEditorRulermargin" 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="xamSyntaxEditorRulermargin" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2275.xamSyntaxEditorRulermargin_5F00_thumb_5F00_6C8B0FCD.png" width="488" height="115" /&gt;&lt;/a&gt;  &lt;h1&gt;WPF Ribbon gets the Backstage&lt;/h1&gt; &lt;p&gt;Our WPF &lt;a href="http://www.infragistics.com/products/wpf/ribbon" target="_blank"&gt;XamRibbon&lt;/a&gt; control received a highly request feature in 13.1 that the Silverlight brother has had for a while now. The XamRibbon now ships with the ever popular Microsoft Office Application Menu 2010, aka “Backstage”. If you have ever used any Microsoft Office product, then you already know what the backstage menu is. If not, let me explain it to you. The xamRibbon contains buttons, menu items, and other tools that allow you to perform actions on a view. While the backstage menu lets you have menu items and tools to do something to a view. The backstage can be used to display controls, and invoke actions on a view like save and print. The backstage can also provide a list of recent documents, access to application options, and actions to exit an application.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4426.xamRibbonbackstage_5F00_4550C698.png"&gt;&lt;img title="xamRibbonbackstage" 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="xamRibbonbackstage" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5305.xamRibbonbackstage_5F00_thumb_5F00_60F5528E.png" width="629" height="426" /&gt;&lt;/a&gt;  &lt;h1&gt;XamMenu/XamContextMenu MVVM support&lt;/h1&gt; &lt;p&gt;Do you use the MVVM (Model-View-ViewModel) design pattern to develop your applications? Have you been waiting patiently while we added ICommand support to our xamMenu and xamContextMenu? Well, your wait is over! We have improved our xamMenu and xamContextMenu to support the ICommand interface. This allows a developer to data bind a command that is defined in a ViewModel to the Command property that has been added to the xamMenu and xamContentMenu items. As you would expect, we also provide a CommandParameter property for you to pass parameters to your command implementation.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3264.SL_5F00_xamGantt_5F00_Commands_5F00_6BB2A9E3.png"&gt;&lt;img title="SL_xamGantt_Commands" 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="SL_xamGantt_Commands" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8547.SL_5F00_xamGantt_5F00_Commands_5F00_thumb_5F00_5969E321.png" width="658" height="461" /&gt;&lt;/a&gt;  &lt;h1&gt;XamGantt save project to XML&lt;/h1&gt; &lt;p&gt;One of the coolest features of our &lt;a href="http://www.infragistics.com/products/wpf/gantt" target="_blank"&gt;xamGantt&lt;/a&gt; control is the ability to load a Microsoft Project XML file directly into the xamGantt control. Now this feature becomes even more powerful with the added ability to save the xamGantt project data (i.e. the calendars, resources and tasks) to an xml file that follows the MS Project 2010 xml file format. This does not assume round tripping a Microsoft Project XML file. For example; if you used the LoadFromProjectXml method to load a Microsoft Project XML file into the xamGantt, made changes to the project, and then saved the project data using the new SaveAsProjectXml method, the original file would be overwritten and some information could potentially be lost/changed based on the things we support (e.g. we don&amp;#39;t support task types, per task/resource calendars, wbs outline codes, empty rows, timephase data, etc.). If you are creating your data and saving your data from within the xamGantt control exclusively, then you have no worries about potentially losing data during the translation process.  &lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0624.NewRadialGaugeCTP_5F00_12148D2F.png"&gt;&lt;img title="NewRadialGaugeCTP" 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="NewRadialGaugeCTP" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8032.NewRadialGaugeCTP_5F00_thumb_5F00_1F7AA035.png" width="658" height="208" /&gt;&lt;/a&gt;  &lt;h1&gt;Preview of the New Radial Gauge Control&lt;/h1&gt; &lt;p&gt;Infragistics is introducing a new Radial Gauge control available on multiple platforms, including WPF, Silverlight, HTML5 &amp;amp; jQuery (packaged with &lt;a href="http://www.infragistics.com/products/jquery/" target="_blank"&gt;Ignite UI&lt;/a&gt; controls) and iOS (packaged with &lt;a href="http://www.infragistics.com/products/ios/" target="_blank"&gt;NucliOS&lt;/a&gt; controls). The xamRadialGauge is a preview of the XAML version of this new control available to WPF and Silverlight developers, and is compatible with the Ignite UI and NucliOS versions of the Radial Gauge, both visually and in features. This new Radial Gauge is powerful yet simple to use. Just drop it on your page and you’re ready to go with the default look &amp;amp; feel. Simply tweak the configuration options to your liking to meet whatever custom look you desire in your application.  &lt;h2&gt;&lt;b&gt;Key Features&lt;/b&gt;&lt;/h2&gt; &lt;ul&gt; &lt;li&gt;&lt;b&gt;Fully Configurable Radial Scale – &lt;/b&gt;The Radial Gauge control lets you control the Start and End positions of the scale, major and minor tick marks, labels, color ranges and sweep direction. You can create full 360 degree scales, or half circular gauges with 180 degree scales, 90 degrees, 45 degrees or any custom value you want.  &lt;li&gt;&lt;b&gt;Fully Configurable Needle – &lt;/b&gt;The Radial Gauge control lets you control various attributes of the needle, including the needle color, length, point, base, and cap. The following needle shapes are built-in:  &lt;ul&gt; &lt;li&gt;None  &lt;li&gt;Rectangle  &lt;li&gt;Triangle  &lt;li&gt;Needle  &lt;li&gt;Trapezoid  &lt;li&gt;Rectangle With Bulb  &lt;li&gt;Triangle With Bulb  &lt;li&gt;Needle With Bulb  &lt;li&gt;Trapezoid With Bulb&lt;/li&gt;&lt;/ul&gt; &lt;li&gt;&lt;b&gt;Fully Configurable Backing – &lt;/b&gt;The Radial Gauge backing can be configured to display any custom image. You can also control the transparency level of the backing, colors, shape around the gauge edges (fitted or circular), oversweep and corner radius.  &lt;li&gt;&lt;b&gt;Motion Framework Animations Support – &lt;/b&gt;The Radial Gauge control supports animated transitions between configuration states. The control gradually animates as it redraws changes to the needle, needle position, scale range, color range and more. You can control the speed of the animations by setting the desired Transition Duration.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;h3&gt;Compatibility Notes&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;The new xamRadialGauge is currently introduced as a preview control (CTP) and will eventually replace the existing xamRadialGauge that was already available in release 12.2 and prior releases.  &lt;li&gt;The current xamRadialGauge is still available in release 13.1. This current xamRadialGauge will eventually be deprecated in an upcoming release and replaced with this new one.  &lt;li&gt;The new xamRadialGauge CTP API is NOT compatible with the current xamRadialGauge API.&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Release 13.1 Looks Awesome! When Can I Get it?&lt;/h1&gt; &lt;p&gt;There’s more coming since I can’t cover every single new feature, there’s too many of them. As you an see by now, release 13.1 of &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;NetAdvantage for WPF&lt;/a&gt; and &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;NetAdvantage for Silverlight&lt;/a&gt; is filled to the brim with new controls and new features. Whether you’re a corporate developer building intranet applications for your workforce, an ISV developer writing software for consumers worldwide, or an independent developer looking to create the next big thing, we have the controls to make you more productive and take your applications to the next level.  &lt;p&gt;If you are not using our &lt;a href="http://www.infragistics.com/products/wpf/" target="_blank"&gt;WPF controls&lt;/a&gt; yet, remember that a &lt;a href="http://www.infragistics.com/products/wpf/downloads" target="_blank"&gt;free evaluation download is only a click away&lt;/a&gt; (&lt;a href="http://www.infragistics.com/products/silverlight/downloads" target="_blank"&gt;click here&lt;/a&gt; for the &lt;a href="http://www.infragistics.com/products/silverlight/" target="_blank"&gt;Silverlight&lt;/a&gt; download).  &lt;p&gt;If you can’t wait to get your hands on the XAML 13.1 controls outlined here, drop me an email me at &lt;a href="mailto:activenick@infragistics.com"&gt;activenick@infragistics.com&lt;/a&gt; or my fellow XAML LOB Product Manager Brian Lagunas at &lt;a href="mailto:blagunas@infragistics.com"&gt;blagunas@infragistics.com&lt;/a&gt;, tell us what control and/or feature you really want to work with now and we just may give you early access.  &lt;p&gt;If you have ideas about new features we should bring to our controls, important issues we need to fix or even brand new controls you’d like us to introduce, please let us know. Follow and engage with us on Twitter via &lt;a href="http://twitter.com/infragistics" target="_blank"&gt;@infragistics&lt;/a&gt;. You can also follow and contact me directly on Twitter at &lt;a href="http://twitter.com/ActiveNick"&gt;@ActiveNick&lt;/a&gt;, and Brian Lagunas at &lt;a href="http://twitter.com/brianlagunas" target="_blank"&gt;@brianlagunas&lt;/a&gt;. Also make sure to connect with our various teams via our &lt;a href="http://www.infragistics.com/community/forums/" target="_blank"&gt;Community Forms&lt;/a&gt; where you can interact with Infragistics engineers and also other customers.  &lt;p&gt;Lastly, when you do build something cool with our controls, please make sure to let us know, we always love to hear from you.  &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=397646" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="WPF" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx" /><category term="Product Management" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Product+Management/default.aspx" /><category term="NetAdvantage" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NetAdvantage/default.aspx" /><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Geospatial" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx" /><category term="Microsoft" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Silverlight" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Silverlight/default.aspx" /><category term="MVVM" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MVVM/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Motion Framework" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Motion+Framework/default.aspx" /><category term="HTML5" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx" /><category term="Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Chart/default.aspx" /><category term="Treemap" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Treemap/default.aspx" /><category term="Javascript" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Javascript/default.aspx" /><category term="WinRT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinRT/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="WinJS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinJS/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="xamDataChart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamDataChart/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx" /><category term="xamGeographicMap" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamGeographicMap/default.aspx" /><category term="GIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx" /><category term="Mapping" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx" /><category term="ContextMenu" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ContextMenu/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Windows Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx" /><category term="Esri" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Esri/default.aspx" /><category term="Gantt Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Gantt+Chart/default.aspx" /><category term="xamRibbon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamRibbon/default.aspx" /><category term="xamSyntaxEditor" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamSyntaxEditor/default.aspx" /><category term="Syntax Editor" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Syntax+Editor/default.aspx" /><category term="xamTreemap" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamTreemap/default.aspx" /><category term="Pie Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Pie+Chart/default.aspx" /><category term="Ignite UI" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Ignite+UI/default.aspx" /><category term="xamDoughnutChart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamDoughnutChart/default.aspx" /><category term="Radial Gauge" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Radial+Gauge/default.aspx" /><category term="Brian Lagunas" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brian+Lagunas/default.aspx" /><category term="xamPieChart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamPieChart/default.aspx" /><category term="ArcGIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ArcGIS/default.aspx" /><category term="Windows Runtime" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Runtime/default.aspx" /><category term="Data Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Chart/default.aspx" /><category term="Menu" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Menu/default.aspx" /><category term="ArcGIS Online" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/ArcGIS+Online/default.aspx" /><category term="Ribbon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Ribbon/default.aspx" /><category term="xamGantt" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/xamGantt/default.aspx" /><category term="Doughnut Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Doughnut+Chart/default.aspx" /></entry><entry><title>What’s New in Windows Phone 8 for Developers</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/03/07/what-s-new-in-windows-phone-8-for-developers.aspx" /><id>/community/blogs/nick-landry/archive/2013/03/07/what-s-new-in-windows-phone-8-for-developers.aspx</id><published>2013-03-07T17:13:02Z</published><updated>2013-03-07T17:13:02Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Webinars" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Webinars/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="HTML5" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx" /><category term="jQuery Mobile" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="Windows Phone Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Demos" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx" /></entry><entry><title>iOS Development Survival Guide for the .NET Guy (or Gal)</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/02/28/ios-development-survival-guide-for-the-net-guy-or-gal.aspx" /><id>/community/blogs/nick-landry/archive/2013/02/28/ios-development-survival-guide-for-the-net-guy-or-gal.aspx</id><published>2013-02-28T22:43:53Z</published><updated>2013-02-28T22:43:53Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&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_299542ED.jpg" width="662" height="196" /&gt;&lt;/a&gt; &lt;p&gt;One of my most popular conference talks is now&amp;nbsp; available as an on-demand webinar! &lt;h2&gt;Who is this webinar for?&lt;/h2&gt; &lt;p&gt;More and more .NET developers seem to be considering iOS development. This session 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;h2&gt;What is covered in the webinar?&lt;/h2&gt; &lt;p&gt;We look at why you should care about building native iOS apps and I provide a quick intro to the Apple world. I present everything you need to get started with iOS development (yes, you need a Mac) and we build our first simple iOS project for the iPhone. I make several comparisons with the Visual Studio world to explain iOS principles, we take a peek at the many iOS frameworks, the many options for &lt;a href="http://www.infragistics.com/products/ios/"&gt;third-party iOS controls&lt;/a&gt;, and where to go from here. &lt;p&gt;If you’ve always wanted to take a look at iOS development, this is the webinar to get you started. &lt;h1&gt;Watch the Webinar Video&lt;/h1&gt; &lt;p&gt;The webinar video is available on YouTube. You can start it with the video &lt;a href="http://www.youtube.com/watch?v=qd_Cqx966Jw" target="_blank"&gt;image link&lt;/a&gt; below:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=qd_Cqx966Jw" target="_blank"&gt;&lt;img title="iOSfordotNetWebinarVideoCover" 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="iOSfordotNetWebinarVideoCover" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0647.iOSfordotNetWebinarVideoCover_5F00_22760675.png" width="662" height="402" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Download the Materials&lt;/h1&gt; &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/iOSdevWebinarSlides" target="_blank"&gt;Download the webinar slides here&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://bit.ly/iOSdevWebinarDemo" target="_blank"&gt;Download the webinar iPhone demo application SpanishQuiz here&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h1&gt;Noteworthy Links&lt;/h1&gt; &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"&gt;twitter.com/ActiveNick/ios-dev-bloggers&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/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx" target="_blank"&gt;&lt;img title="NucliOSWebinar2012Banner" 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="NucliOSWebinar2012Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0537.NucliOSWebinar2012Banner_5F00_49441CB5.png" width="662" height="210" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;h1&gt;Learn More About NucliOS&lt;/h1&gt; &lt;p&gt;I mentioned NucliOS only briefly in this webinar. To learn more about our native iOS controls, make sure to watch our &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx" target="_blank"&gt;NucliOS launch webinar&lt;/a&gt; from a couple months ago &lt;a href="http://www.infragistics.com/community/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To try the NucliOS Samples Browser app on your iPhone or iPad, &lt;a href="http://bit.ly/igiossb" target="_blank"&gt;download it from the iTunes App Store here&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;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2604.NUCLiOS_5F00_Banner_5F00_728x90b_5F00_14378D85.jpg"&gt;&lt;img title="NUCLiOS_Banner_728x90b" 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_728x90b" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3660.NUCLiOS_5F00_Banner_5F00_728x90b_5F00_thumb_5F00_5B20B082.jpg" width="662" height="86" /&gt;&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=394711" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Webinars" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Webinars/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Brent Schooley" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brent+Schooley/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="Demos" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx" /><category term="Samples" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samples/default.aspx" /></entry><entry><title>Dallas Day of .NET Event Recap: iOS Development &amp; Data Visualization</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/02/11/dallas-day-of-net-event-recap-ios-development-amp-data-visualization.aspx" /><id>/community/blogs/nick-landry/archive/2013/02/11/dallas-day-of-net-event-recap-ios-development-amp-data-visualization.aspx</id><published>2013-02-11T22:50:37Z</published><updated>2013-02-11T22:50:37Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3005.DDDN13Banner_5F00_124D57B9.png"&gt;&lt;img title="DDDN13Banner" 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="DDDN13Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7028.DDDN13Banner_5F00_thumb_5F00_5CD49593.png" width="662" height="328" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I just came back from Dallas where I spent a few days at the Dallas Day of .NET. I’d like to thank the attendees who attended my two talks on iOS Development and Designing Data Visualizations. It’s always great to hang out with the developer community in various cities and I also want to thank all the attendees who stopped by the Infragistics booth.&lt;/p&gt; &lt;p&gt;As promised during my talks, you will find below all the session material, including slides &amp;amp; demos. If you want to attend some of my talks in the coming months, I’m already scheduled for the following conferences &amp;amp; events:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;March 3rd – Stamford, CT: &lt;a href="http://fairfieldwestchester.net/" target="_blank"&gt;Fairfield Westchester .Net User Group&lt;/a&gt; at the UConn Campus  &lt;li&gt;March 25-29 – Las Vegas, NV: &lt;a href="http://vslive.com/Events/Las-Vegas-2013/Home.aspx" target="_blank"&gt;Visual Studio Live!&lt;/a&gt; at the MGM Grand Hotel &amp;amp; Casino  &lt;li&gt;April 25-27 – Louisville, KY: &lt;a href="http://www.codepalousa.com/" target="_blank"&gt;Code PaLOUsa&lt;/a&gt; at the Louisville Marriott Downtown  &lt;li&gt;May 6-7 – Winnipeg, MB: &lt;a href="http://www.prairiedevcon.com/" target="_blank"&gt;Prairie Dev Con&lt;/a&gt; at the Viscount Gort Ramada Hotel  &lt;li&gt;May 13-16 – Chicago, IL: &lt;a href="http://vslive.com/Events/Chicago-2013/Home.aspx" target="_blank"&gt;Visual Studio Live!&lt;/a&gt; at the Hilton Chicago&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;/p&gt; &lt;h1&gt;iOS Development Survival Guide for the .NET Guy (or Gal)&lt;/h1&gt; &lt;p&gt;This session is quickly becoming one of my most popular talks. More and more .NET developers seem to be considering iOS development. 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/"&gt;third-party iOS controls&lt;/a&gt;, and where to go from here.  &lt;p&gt;&lt;a href="http://bit.ly/DDDN13iOS" 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;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;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;h1&gt;Designing Data Visualization Dashboards&lt;/h1&gt; &lt;p&gt;This talk from the “Executive Track” was 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://bit.ly/DDDN13DV" 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;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;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;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;ReportPlus dashboard building app for iPad: &lt;a href="http://bit.ly/igrplus" target="_blank"&gt;http://bit.ly/igrplus&lt;/a&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;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.infragistics.com/community/aggbug.aspx?PostID=392044" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="WPF" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx" /><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Geospatial" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx" /><category term="Location Intelligence" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Location+Intelligence/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Community" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="Twitter" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Twitter/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx" /><category term="Event" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx" /><category term="Slides" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Visual Studio" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Visual+Studio/default.aspx" /><category term="Design" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Design/default.aspx" /><category term="Xcode" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx" /><category term="GIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx" /><category term="Mapping" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="Demos" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx" /><category term="Dallas Day of .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dallas+Day+of+.NET/default.aspx" /><category term="Dashboard" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dashboard/default.aspx" /></entry><entry><title>ActiveNick’s 2012 Year in Review and Predictions for 2013</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2013/01/02/activenick-s-2012-year-in-review-and-predictions-for-2013.aspx" /><id>/community/blogs/nick-landry/archive/2013/01/02/activenick-s-2012-year-in-review-and-predictions-for-2013.aspx</id><published>2013-01-02T14:00:00Z</published><updated>2013-01-02T14:00:00Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="WPF" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx" /><category term="Product Management" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Product+Management/default.aspx" /><category term="XNA" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XNA/default.aspx" /><category term="DevConnections" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DevConnections/default.aspx" /><category term="NetAdvantage" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NetAdvantage/default.aspx" /><category term="Kinect" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kinect/default.aspx" /><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="User Groups" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/User+Groups/default.aspx" /><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="MVP" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MVP/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="World of Warcraft" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/World+of+Warcraft/default.aspx" /><category term="Code Camps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Code+Camps/default.aspx" /><category term="Star Trek" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Star+Trek/default.aspx" /><category term="TechEd" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TechEd/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Microsoft" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Community" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="Infusion" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infusion/default.aspx" /><category term="Silverlight" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Silverlight/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Google" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google/default.aspx" /><category term="Nokia" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nokia/default.aspx" /><category term="Dropbox" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx" /><category term="SkyDrive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx" /><category term="Richard Campbell" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Richard+Campbell/default.aspx" /><category term="Carl Franklin" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Carl+Franklin/default.aspx" /><category term="The Tablet Show" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/The+Tablet+Show/default.aspx" /><category term="Samsung" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samsung/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx" /><category term="CodepaLOUsa" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CodepaLOUsa/default.aspx" /><category term="Deeper in .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Deeper+in+.NET/default.aspx" /><category term="Cloud" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Xbox 360" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx" /><category term="Blu-Ray" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blu-Ray/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="RIM" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/RIM/default.aspx" /><category term="GDC" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GDC/default.aspx" /><category term="Bytes by MSDN" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bytes+by+MSDN/default.aspx" /><category term="Jerry Nixon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jerry+Nixon/default.aspx" /><category term="TechBash" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/TechBash/default.aspx" /><category term="Brent Schooley" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Brent+Schooley/default.aspx" /><category term="Ambrose Little" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Ambrose+Little/default.aspx" /><category term="jQuery Mobile" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/jQuery+Mobile/default.aspx" /><category term="MacBook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MacBook/default.aspx" /><category term="WinRT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinRT/default.aspx" /><category term="Kindle Fire" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle+Fire/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Blackberry" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry/default.aspx" /><category term="WinJS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WinJS/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="MobileAdvantage" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MobileAdvantage/default.aspx" /><category term="HDC" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HDC/default.aspx" /><category term="Prairie DevCon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Prairie+DevCon/default.aspx" /><category term="VSLive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="iguanaUI" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iguanaUI/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="igniteUI" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx" /><category term="Research in Motion" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Research+in+Motion/default.aspx" /><category term="Microsoft Office" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx" /><category term="Windows Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx" /><category term="Amazon Kindle" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx" /><category term="Touch Cover" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Cover/default.aspx" /><category term="Blackberry PlayBook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx" /><category term="Retina Display" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Retina+Display/default.aspx" /><category term="Lumia 820" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+820/default.aspx" /><category term="From iPad to Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx" /><category term="Live360" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live360/default.aspx" /><category term="AJI Report" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/AJI+Report/default.aspx" /><category term="Lumia 920" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+920/default.aspx" /><category term="NFC" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NFC/default.aspx" /><category term="Project Titan" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Project+Titan/default.aspx" /><category term="Stir Trek" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Stir+Trek/default.aspx" /><category term="That Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/That+Conference/default.aspx" /></entry><entry><title>Visual Studio Live Event Recap: Windows Phone, iOS &amp; Data Visualization</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/12/18/visual-studio-live-event-recap-windows-phone-ios-amp-data-visualization.aspx" /><id>/community/blogs/nick-landry/archive/2012/12/18/visual-studio-live-event-recap-windows-phone-ios-amp-data-visualization.aspx</id><published>2012-12-18T21:14:47Z</published><updated>2012-12-18T21:14:47Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="WPF" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WPF/default.aspx" /><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Geospatial" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Geospatial/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Location Intelligence" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Location+Intelligence/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="Community" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Community/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="Silverlight" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Silverlight/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Windows Phone SDK" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+SDK/default.aspx" /><category term="Nokia" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nokia/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Conference" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Conference/default.aspx" /><category term="Event" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Event/default.aspx" /><category term="Slides" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Jerry Nixon" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jerry+Nixon/default.aspx" /><category term="Motion Framework" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Motion+Framework/default.aspx" /><category term="HTML5" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx" /><category term="Reporting" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Reporting/default.aspx" /><category term="Visual Studio" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Visual+Studio/default.aspx" /><category term="Design" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Design/default.aspx" /><category term="Xcode" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="WWDC" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/WWDC/default.aspx" /><category term="Microsoft .NET" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+.NET/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="VSLive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/VSLive/default.aspx" /><category term="XAML" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/XAML/default.aspx" /><category term="Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx" /><category term="GIS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/GIS/default.aspx" /><category term="Mapping" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="Windows Phone Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx" /><category term="Jeff Blankenburg" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Jeff+Blankenburg/default.aspx" /><category term="Demos" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Demos/default.aspx" /><category term="Samples" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Samples/default.aspx" /><category term="Live360" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live360/default.aspx" /><category term="DVLUP" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/DVLUP/default.aspx" /></entry><entry><title>Going Native: How to Develop Native iOS Applications with NucliOS – Webinar</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx" /><id>/community/blogs/nick-landry/archive/2012/12/03/going-native-how-to-develop-native-ios-applications-with-nuclios-webinar.aspx</id><published>2012-12-03T22:29:57Z</published><updated>2012-12-03T22:29:57Z</updated><content type="html">&lt;p&gt;&lt;a href="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/8741.NucliOSWebinar2012Banner_5F00_6D63A14F.png"&gt;&lt;img title="NucliOSWebinar2012Banner" 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="NucliOSWebinar2012Banner" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/0312.NucliOSWebinar2012Banner_5F00_thumb_5F00_0D127B18.png" width="662" height="210" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;A few weeks ago &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;I wrote about the launch of NucliOS&lt;/a&gt;, the new Infragistics suite of native controls for iOS developers. &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. NucliOS is part of the Infragistics &lt;a href="http://www.infragistics.com/products/mobileadvantage/" target="_blank"&gt;MobileAdvantage&lt;/a&gt; suite of mobile developer tools, which also includes &lt;a href="http://www.infragistics.com/products/windows-phone/" target="_blank"&gt;NetAdvantage for Windows Phone&lt;/a&gt;, &lt;a href="http://www.infragistics.com/products/jquery/" target="_blank"&gt;Ignite UI&lt;/a&gt; web &amp;amp; mobile controls for HTML5 &amp;amp; jQuery, and &lt;a href="http://www.infragistics.com/products/android/" target="_blank"&gt;Iguana UI&lt;/a&gt; native controls for Android developers.&lt;/p&gt; &lt;p&gt;Last Thursday, my colleague Brent Schooley and I had the pleasure to host a webinar on iOS development titled “&lt;strong&gt;Going Native: How to Develop Native iOS Applications with NucliOS&lt;/strong&gt;”. In this 1-hour webinar, we walk you through the features of the NucliOS Grid and Charts for iOS, including demos using Xcode and Objective C, as well as MonoTouch and C#. &lt;a href="http://ios.xamarin.com/" target="_blank"&gt;MonoTouch&lt;/a&gt; is a product by Xamarin that allows you to build native iOS apps using C#.&lt;/p&gt; &lt;p&gt;Use the following links to watch the webinar and access the webinar materials.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://bit.ly/nuclios12webinarvid" target="_blank"&gt;Webinar Video (click here to download or play)&lt;/a&gt;  &lt;li&gt;&lt;a href="http://bit.ly/nuclios12webinarpdf" target="_blank"&gt;Webinar Slides (click here to download or open)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;All the demos are taken from our &lt;a href="https://itunes.apple.com/us/app/nuclios/id564816866?ls=1&amp;amp;mt=8" target="_blank"&gt;NucliOS Samples Browser&lt;/a&gt;. You can find the source code for the Samples Browser in the NucliOS installer, &lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;available here&lt;/a&gt;. Be sure to also read &lt;a href="http://bit.ly/Ve3NKi" target="_blank"&gt;Brent’s post on NucliOS and MonoTouch&lt;/a&gt; and &lt;a href="http://www.infragistics.com/community/blogs/stevez/default.aspx" target="_blank"&gt;Steve Zaharuk’s series on iOS development&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To download an evaluation version of NucliOS, click on the banner below:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.infragistics.com/products/ios/downloads" target="_blank"&gt;&lt;img title="NUCLiOS_Banner_728x90b" 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="NUCLiOS_Banner_728x90b" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/2477.NUCLiOS_5F00_Banner_5F00_728x90b_5F00_1AE4C113.jpg" width="662" height="86" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;To try the NucliOS Samples Browser app on your iPhone or iPad, &lt;a href="http://bit.ly/igiossb" target="_blank"&gt;download it from the iTunes App Store here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you have any questions about NucliOS or what is discussed in the 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;. Brent can be reached on twitter at &lt;a href="http://twitter.com/bschooley" target="_blank"&gt;@bschooley&lt;/a&gt;. I also want to thank key members of the NucliOS team who answered questions during the webinar: Steve Zaharuk (&lt;a href="http://twitter.com/codebystevez" target="_blank"&gt;@codebystevez&lt;/a&gt;) and Torrey Betts (&lt;a href="http://twitter.com/torreybetts" target="_blank"&gt;@torreybetts&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;You can also post questions in the &lt;a href="http://www.infragistics.com/community/forums/default.aspx?GroupID=92" target="_blank"&gt;NucliOS forums here&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=384057" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Webinars" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Webinars/default.aspx" /><category term="Mobile Development" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Development/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="iTunes" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iTunes/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Slides" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Slides/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Chart" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Chart/default.aspx" /><category term="Grid" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Grid/default.aspx" /><category term="Xcode" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xcode/default.aspx" /><category term="Objective C" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Objective+C/default.aspx" /><category term="MacBook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MacBook/default.aspx" /><category term="C#" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/C_2300_/default.aspx" /><category term="MobileAdvantage" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MobileAdvantage/default.aspx" /><category term="iguanaUI" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iguanaUI/default.aspx" /><category term="NucliOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/NucliOS/default.aspx" /><category term="igniteUI" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/igniteUI/default.aspx" /><category term="Xamarin" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xamarin/default.aspx" /><category term="MonoTouch" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/MonoTouch/default.aspx" /></entry><entry><title>From iPad to Surface – Head-to-Head Comparison: Surface vs. iPad</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx" /><id>/community/blogs/nick-landry/archive/2012/11/29/from-ipad-to-surface-head-to-head-comparison-surface-vs-ipad.aspx</id><published>2012-11-29T22:40:27Z</published><updated>2012-11-29T22:40:27Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Microsoft" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Apple App Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx" /><category term="Netflix" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx" /><category term="SkyDrive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx" /><category term="Storage" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Storage/default.aspx" /><category term="iTunes" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iTunes/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Xbox LIVE" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Xbox 360" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Facebook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Facebook/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="HuluPlus" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx" /><category term="Microsoft Office" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx" /><category term="Microsoft Excel" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Excel/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Windows Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx" /><category term="Microsoft Word" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Word/default.aspx" /><category term="Internet Explorer" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Internet+Explorer/default.aspx" /><category term="Retina Display" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Retina+Display/default.aspx" /><category term="iPad vs Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx" /><category term="From iPad to Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx" /><category term="Screen Orientation" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Screen+Orientation/default.aspx" /><category term="Google Chrome" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Chrome/default.aspx" /><category term="Xbox Music" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+Music/default.aspx" /><category term="Safari" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Safari/default.aspx" /><category term="Adobe Flash" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Adobe+Flash/default.aspx" /></entry><entry><title>From iPad to Surface – Favorite Fridays &gt;&gt; Google App</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx" /><id>/community/blogs/nick-landry/archive/2012/11/16/from-ipad-to-surface-favorite-fridays-gt-gt-google-app.aspx</id><published>2012-11-16T18:07:33Z</published><updated>2012-11-16T18:07:33Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Bing Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing+Maps/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Twitter" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Twitter/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Google" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google/default.aspx" /><category term="Apple App Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx" /><category term="Google Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Maps/default.aspx" /><category term="SkyDrive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx" /><category term="YouTube" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/YouTube/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Metro" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Metro/default.aspx" /><category term="Skype" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Skype/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="HTML5" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HTML5/default.aspx" /><category term="Google ID" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+ID/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="Maps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Maps/default.aspx" /><category term="Mapping" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mapping/default.aspx" /><category term="Windows Phone Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx" /><category term="Microsoft Office" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Office/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Windows Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx" /><category term="Internet Explorer" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Internet+Explorer/default.aspx" /><category term="Touch Cover" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Cover/default.aspx" /><category term="Bing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Bing/default.aspx" /><category term="Google Play" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Play/default.aspx" /><category term="Favorite Fridays" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Favorite+Fridays/default.aspx" /><category term="Google Reader" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Google+Reader/default.aspx" /><category term="Nextgen Reader" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Nextgen+Reader/default.aspx" /><category term="iPad vs Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx" /><category term="From iPad to Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx" /></entry><entry><title>From iPad to Surface: Landscape vs. Portrait</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx" /><id>/community/blogs/nick-landry/archive/2012/11/13/from-ipad-to-surface-landscape-vs-portrait.aspx</id><published>2012-11-13T22:18:43Z</published><updated>2012-11-13T22:18:43Z</updated><content type="html">&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/2260.PortraitvsLandscape_5F00_5BCF0F6E.png"&gt;&lt;img title="PortraitvsLandscape" 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="PortraitvsLandscape" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/3568.PortraitvsLandscape_5F00_thumb_5F00_224BFF77.png" width="662" height="374" /&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;/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;Default Orientation&lt;/h1&gt; &lt;p&gt;There is a fundamental difference between the iPad and the Surface. Look at these two device shots and tell me if you can see what this difference is:&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/2063.SurfacevsiPad_5F00_100338B5.png"&gt;&lt;img title="SurfacevsiPad" 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="SurfacevsiPad" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/4130.SurfacevsiPad_5F00_thumb_5F00_56EC5BB2.png" width="658" height="282" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Notice the location of the Home / Start buttons? That’s right. Apple designed the iPad primarily to be used in Portrait mode, whereas Microsoft designed the Surface as a Landscape device. Sure, both devices support both orientations, but the placement of that Home / Start button speaks volumes.&lt;/p&gt; &lt;p&gt;The iPad features a 4:3 screen ratio. It seems old school given it’s the old pre-HD TV format, but it’s also the same aspect ratio as a standard sheet of paper or a book, things we’re all very familiar with. This aspect ratio choice was actually quite smart because it feels natural to us in both Landscape (TV) and Portrait (book) mode.&lt;/p&gt; &lt;p&gt;The Surface screen has a 16:9 ratio. It’s ideal for watching movies, and the Start screen shines with its Live Tiles and horizontal scrolling in Landscape mode. Switch to Portrait mode and the Start screen will immediately feel “odd”, the screen just feels too narrow &amp;amp; tall. Landscape is clearly the default orientation on Surface. In fact, many popular apps don’t even support Portrait mode (yet), including USA Today, NBC News, ABC News, Engadget, and many others. Even the first-party Xbox Gaming Hub doesn’t work in Portrait mode.&lt;/p&gt; &lt;p&gt;Which orientation is best? None really (at first). Here are common typical scenarios for each mode:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Portrait&lt;/strong&gt;: Reading, Web Surfing, reading/writing email, reviewing documents, etc.  &lt;li&gt;&lt;strong&gt;Landscape&lt;/strong&gt;: Watching TV/movies, browsing folders &amp;amp; emails, master/detail navigation, etc.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Email is a toss-up. Reading / writing individual emails feels better in Portrait mode, but Landscape can show you multiple folders or the email list. In fact, any notion of master list / detail view works better in Landscape mode.&lt;/p&gt; &lt;p&gt;So why do we care about which might be best? My personal answer is simple: Typing.&lt;/p&gt; &lt;h1&gt;Typing in Landscape vs. Portrait Mode&lt;/h1&gt; &lt;p&gt;The Surface is designed around landscape mode because it runs &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;Windows RT&lt;/a&gt;, Windows 8’s sibling. Since desktop and laptop computers running Windows 8 all use landscape screens, it made sense to design a landscape-friendly ecosystem. This is also why virtually every marketing photo of the Surface shows the TypeCover attached to it. The Surface is a tablet, but it definitely shines as a replacement for a netbook, Ultrabook or a cheap laptop.&lt;/p&gt; &lt;p&gt;Sooner or later, you’ll want to do some real typing on your tablet. Whether it’s for email, document editing, or tweeting, tablets are productivity devices that feature many apps that require typing. The three primary positions for typing on a tablet are:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Tablet propped-up at an angle with an attached keyboard&lt;/strong&gt;, typing as you would on a laptop, whether the tablet is on a desk or on your lap. The keyboard covers &amp;amp; kickstand on the Surface make this scenario really easy. You can do this on the iPad too with the help of third-party keyboards like the &lt;a href="http://www.amazon.com/gp/product/B007PRHNHO/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B007PRHNHO&amp;amp;linkCode=as2&amp;amp;tag=activennet-20" target="_blank"&gt;Logitech Ultrathin Keyboard Cover&lt;/a&gt;. In this scenario, the tablet is almost always in landscape mode.  &lt;li&gt;&lt;strong&gt;Tablet lying flat on a table or lap where the user types with an on-screen keyboard&lt;/strong&gt;. The Surface supports this well, and the iPad makes it even easier with the smart cover you can fold into a triangle to prop-up the iPad at a slight angle. Landscape mode also works well here since the keyboard will be bigger and easier to use. Portrait mode is still usable if you prefer.  &lt;li&gt;&lt;strong&gt;Tablet in your hands&lt;/strong&gt;, usually when standing, sitting on a couch, or lying in bed. While you can technically hold the tablet with one hand and single-finger your way through your text with the other, tablet-typing is best done with hands holding both sides and typing with your thumbs.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;This third scenario is the one that bugs me on Surface. Here’s why. Look at the iPad when typing in Portrait:&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/8372.PortraitTypingOverlay_5F00_5AF6A984.png"&gt;&lt;img title="PortraitTypingOverlay" 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="PortraitTypingOverlay" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5710.PortraitTypingOverlay_5F00_thumb_5F00_21DFCC82.png" width="333" height="443" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The blue overlays represent the average keyboard coverage with your thumbs when holding an iPad with both hands. This shows how easy it is to type when holding the tablet up. Now, when typing on a Surface, this is the default 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/0842.FullKeyboard_5F00_3ADB9CC7.png"&gt;&lt;img title="FullKeyboard" 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="FullKeyboard" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/5633.FullKeyboard_5F00_thumb_5F00_2FB2127D.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;In landscape mode, the full keyboard is way too big for two-thumb typing. My thumbs can barely reach the letters e-d-c on the left and p-l-comma on the right. That leaves a huge space in the middle completely unreachable without moving one hand.&lt;/p&gt; &lt;p&gt;There is an alternative using the split keyboard:&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/2570.SplitKeyboard_5F00_769B357A.png"&gt;&lt;img title="SplitKeyboard" 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="SplitKeyboard" src="http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/nick-landry.metablogapi/7360.SplitKeyboard_5F00_thumb_5F00_568028BD.png" width="662" height="374" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;However I just cannot get used to this mode. I’ve tried, time and time again, and I just can’t feel comfortable with this split keyboard. Is it just me? Have you tried it? Do you like it?&lt;/p&gt; &lt;h1&gt;What’s wrong with Portrait mode then?&lt;/h1&gt; &lt;p&gt;“&lt;em&gt;Nick, stop complaining and use your Surface in portrait mode then.&lt;/em&gt;”&lt;/p&gt; &lt;p&gt;I wish I could. The problem first of all is that awkward feeling you get when holding the Surface vertically. It’s just too tall. Maybe lawyers will love it since they love legal-size paper, but it just feels weird to me. I had the same feeling when I started using an Asus Transformer Android tablet and I tried to type in portrait mode on it too. It just doesn’t feel right.&lt;/p&gt; &lt;p&gt;The other problem is how most Windows Store apps are primarily designed to be used in landscape mode, since that’s the “default experience” on Surface and in Windows 8. While many apps don’t even support portrait mode, others do support it but don’t support it well. I’ve observed that some apps made an effort to redesign the functionality when in portrait mode, but in doing so, they are providing fewer features or a lesser experience. Tweetro is one such example.&lt;/p&gt; &lt;p&gt;On an iPad, I can read &amp;amp; type emails in portrait mode really fast, and with a simple left-to-right thumb gesture, I can reveal the email list from the edge to select another email. On Surface, I am forced to tap a small arrow at the very top-left to go back to the email list. There are dozens of little details like this here and there that cheapen the Surface experience when used in portrait mode.&lt;/p&gt; &lt;p&gt;I want those annoyances to go away. I want better portrait apps on Surface.&lt;/p&gt; &lt;h1&gt;Summary: Calling all developers&lt;/h1&gt; &lt;p&gt;The lack of proper portrait mode typing on the Surface is a show-stopper for me. This is why I find myself reaching for my iPad when I go through emails in the morning or at night in bed, and also when I’m comfortably tweeting from my couch or when working out on my elliptical in my basement.&lt;/p&gt; &lt;p&gt;Some people will be just fine with the landscape-first experience on Surface, but I think it’s fair to say that some others will be put off like I am. There is still hope for the Surface to be a portrait-friendly tablet, but it’ll require extra attention from all &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;Surface developers&lt;/a&gt; to offer a premium experience in both orientation. If you’re a developer and you prefer landscape mode, don’t just design the app for yourself, think of all the other users that will try your app. The more inclusive you are, the more popular your app will be. This includes Microsoft too, starting with much needed changes in the highly disappointing Mail app.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Bottom line&lt;/strong&gt;: Resolution-awareness is not a checklist feature, it’s an entirely different user experience. Design your app with this in mind.&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? When using a tablet, do you find yourself more often in landscape mode or portrait mode?  &lt;p&gt;Let me know.  &lt;p&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;Link to the next article in the series: Favorite Fridays &amp;gt;&amp;gt; Google App&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=381449" width="1" height="1"&gt;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Android" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Android/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="iPad vs Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx" /><category term="From iPad to Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx" /><category term="Screen Orientation" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Screen+Orientation/default.aspx" /></entry><entry><title>From iPad to Surface – Day 9: Favorite Fridays &gt;&gt; Windows Phone App</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx" /><id>/community/blogs/nick-landry/archive/2012/11/09/from-ipad-to-surface-day-9-favorite-fridays-gt-gt-windows-phone-app.aspx</id><published>2012-11-09T22:55:46Z</published><updated>2012-11-09T22:55:46Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="Windows 7" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+7/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Microsoft" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="Dropbox" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx" /><category term="SkyDrive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx" /><category term="Zune" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Zune/default.aspx" /><category term="iTunes" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iTunes/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Xbox LIVE" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+LIVE/default.aspx" /><category term="Cloud" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx" /><category term="Windows RT" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+RT/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="Mac" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mac/default.aspx" /><category term="Xbox 360" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Xbox+360/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Live ID" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live+ID/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="Windows Phone Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Live Tiles" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Live+Tiles/default.aspx" /><category term="Windows Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store/default.aspx" /><category term="Microsoft Account" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Account/default.aspx" /><category term="Favorite Fridays" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Favorite+Fridays/default.aspx" /><category term="iPad vs Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad+vs+Surface/default.aspx" /><category term="Lumia 820" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Lumia+820/default.aspx" /><category term="From iPad to Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/From+iPad+to+Surface/default.aspx" /></entry><entry><title>From iPad to Surface – Day 8: Top 10 iPad Apps Missing in Windows Store</title><link rel="alternate" type="text/html" href="/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx" /><id>/community/blogs/nick-landry/archive/2012/11/07/from-ipad-to-surface-day-8-top-10-ipad-apps-missing-in-windows-store.aspx</id><published>2012-11-07T22:21:22Z</published><updated>2012-11-07T22:21:22Z</updated><content type="html">&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;</content><author><name>ActiveNick</name><uri>http://www.infragistics.com/profile/MTAyNTUz</uri></author><category term="LinkedIn" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/LinkedIn/default.aspx" /><category term="Data Visualization" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Data+Visualization/default.aspx" /><category term="Microsoft Surface" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Microsoft+Surface/default.aspx" /><category term="Touch Computing" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Touch+Computing/default.aspx" /><category term="Windows Phone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone/default.aspx" /><category term="Enterprise Mobility" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Enterprise+Mobility/default.aspx" /><category term="Infragistics" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Infragistics/default.aspx" /><category term="iPhone" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPhone/default.aspx" /><category term="iPad" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iPad/default.aspx" /><category term="e*Trade" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/e_2A00_Trade/default.aspx" /><category term="Apple App Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple+App+Store/default.aspx" /><category term="HBO" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HBO/default.aspx" /><category term="Audible" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Audible/default.aspx" /><category term="Netflix" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Netflix/default.aspx" /><category term="Dropbox" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Dropbox/default.aspx" /><category term="SkyDrive" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/SkyDrive/default.aspx" /><category term="Flipboard" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Flipboard/default.aspx" /><category term="Apple" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Apple/default.aspx" /><category term="Cloud" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Cloud/default.aspx" /><category term="Mobile Ecosystem" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Mobile+Ecosystem/default.aspx" /><category term="iOS" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/iOS/default.aspx" /><category term="Facebook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Facebook/default.aspx" /><category term="Kindle Fire" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle+Fire/default.aspx" /><category term="Tablet" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Tablet/default.aspx" /><category term="Windows 8" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+8/default.aspx" /><category term="Windows Phone Store" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Phone+Store/default.aspx" /><category term="HuluPlus" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/HuluPlus/default.aspx" /><category term="Windows Store Apps" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Windows+Store+Apps/default.aspx" /><category term="Amazon Kindle" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Amazon+Kindle/default.aspx" /><category term="CNN" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/CNN/default.aspx" /><category term="instapaper" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/instapaper/default.aspx" /><category term="IMDB" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/IMDB/default.aspx" /><category term="Kindle" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Kindle/default.aspx" /><category term="Blackberry PlayBook" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Blackberry+PlayBook/default.aspx" /><category term="Safari Books" scheme="http://www.infragistics.com/community/blogs/nick-landry/archive/tags/Safari+Books/default.aspx" /></entry></feed>