<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Transcending the Traditional Web</title><link>http://blogs.msdn.com/seesharp/default.aspx</link><description>A blog about building compelling, web-enabled software solutions.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>It’s a big day for RIA!</title><link>http://blogs.msdn.com/seesharp/archive/2009/07/10/it-s-a-big-day-for-ria.aspx</link><pubDate>Fri, 10 Jul 2009 21:15:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828945</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9828945.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9828945</wfw:commentRss><description>&lt;p&gt;Today is a landmark launch day for anyone building Rich Internet Applications (also known as RIAs), particularly those that build compelling web-enabled experiences on the Microsoft platform.&lt;/p&gt;  &lt;p&gt;We launched 2 new product versions today and it’s something all of us at Microsoft are very excited about:&amp;#160; Silverlight 3 and Expression Studio 3. &lt;/p&gt;  &lt;p&gt;Silverlight 3 represents a big change in how you can build RIAs in .NET.&amp;#160; In a nutshell, below are some of the enhancements and new features you can use with Silverlight:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Out-of-Browser Experience:&amp;#160; Build RIA applications that don’t require a browser to run.&amp;#160; This is a big deal as it means that you can use Silverlight to create connected desktop experiences that run on any Silverlight 3-supported platform. &lt;/li&gt;    &lt;li&gt;GPU Acceleration:&amp;#160; One of the hurdles many Silverlight developers and designers needed to overcome in prior versions of the platform was dealing with (or rather “faking” or “hacking”) 3D support within Silverlight.&amp;#160; This was due to the fact you couldn’t take advantage of the GPU hardware on the PC to deliver the 3D experiences you wanted to build.&amp;#160; With Silverlight 3, now you can leverage the PC’s GPU. &lt;/li&gt;    &lt;li&gt;Smooth Streaming Video:&amp;#160; Everyone is familiar with the experience of choppy video online.&amp;#160; Smooth HD Streaming has been incorporated into Silverlight 3 to help alleviate that problem.&amp;#160; In essence, Smooth Streaming allows the streaming server and the Silverlight plugin to determine your bandwidth and adjust the quality of the stream to best fit your bandwidth restrictions.&amp;#160; There is a good demo of this &lt;a href="http://www.iis.net/media/experiencesmoothstreaming" target="_blank"&gt;here&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;Development and Design Support:&amp;#160; The Silverlight 3 SDK provides over 100 new UI controls that Designers and Developers can use out of the box in their Silverlight apps.&amp;#160; It also provides a newly introduced navigation framework that helps with deep-linking and back/forward browser control.&amp;#160; It also provides much richer network support. &lt;/li&gt;    &lt;li&gt;Developer Tools:&amp;#160; With the launch of Silverlight 3, we also provide the tools for building Silverlight 3 applications in Visual Studio.&amp;#160; It’s also your choice where to get these tools.&amp;#160; You can get them using the &lt;a href="http://www.microsoft.com/web" target="_blank"&gt;Web Platform Installer&lt;/a&gt; or through the traditional channel at the &lt;a href="http://silverlight.net/GetStarted/" target="_blank"&gt;Silverlight Dev Site&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You may have noticed I talked about developer tool support but I didn’t spend any time on Designer tools.&amp;#160; That’s because I want to focus a bit on the design tools in the section below.&amp;#160; Expression Studio 3 has been launched (although Expression Blend, the interactive design tool has been launched in RC form for now).&amp;#160; There is several cool things we have added into the Expression suite of tools for Version 3 (including full support for Silverlight 3).&amp;#160; I want to highlight the new features of two of the tools here, namely Expression Blend and Expression Web:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Expression Blend 3 RC      &lt;ul&gt;       &lt;li&gt;SketchFlow:&amp;#160; This is a huge productivity gainer for developers.&amp;#160; Remember the days of sketching a screen design and app workflow on a napkin to show to the client?&amp;#160; Now you can do the same thing with Expression Blend without having to do manual sketches, wireframes and then build the actual app.&amp;#160; You can do this as one step now. &lt;/li&gt;        &lt;li&gt;Intellisense support:&amp;#160; If you like to get into the code while using Expression Blend, you now have Intellisense support within the tool (including intellisense for C#, VB and XAML). &lt;/li&gt;        &lt;li&gt;TFS Integration:&amp;#160; “Does Expression Blend support for code repositories (including check-in and check-out)?”&amp;#160; I have been asked this question many times and the answer was always a let down.&amp;#160; My answer was basically “save the work you did in Blend, go back to Visual Studio and check in the code assets from there”.&amp;#160; Well, no more – I’m happy to say that Blend now supports the ability to check your project assets into Team Foundation Server, Microsoft’s code repository tool. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Expression Web 3      &lt;ul&gt;       &lt;li&gt;SuperPreview:&amp;#160; If you design websites, you are probably acutely aware of the pain that is testing your web application for rendering in multiple browsers.&amp;#160; Your process for this testing likely included multiple machines, constant flipping back and forth between browser windows and you still ended up missing incompatibilities.&amp;#160; SuperPreview fixes a lot of this pain by providing you with a way to look at how your website will render in multiple browsers, &lt;em&gt;side-by-side&lt;/em&gt; with tools that help you identify inconsistencies. &lt;/li&gt;        &lt;li&gt;New User Interface:&amp;#160; Expression Web is no longer “the tool in Expression that doesn’t look like the other tools”.&amp;#160; In keeping with design consistency, Expression Web now sports the slick, dark grey IDE UI that the rest of the tools do. &lt;/li&gt;        &lt;li&gt;Auto-Hide Panels:&amp;#160; Screen real estate is valuable as a website designer.&amp;#160; You usually need to use most of the space on the screen to see how the website looks, viewing the actual code and the like.&amp;#160; Tool panels often get in the way.&amp;#160; With Expression Web 3, you have the ability to hide these panels as you see fit, which is very helpful when all you want to do is look at the code! &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This is just a very quick summary of some of the things we have delivered in Silverlight 3 and Expression 3.&amp;#160; For more detailed info on these items, I encourage you to take a look at the following resources:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Silverlight 3      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://www.seethelight.com/" target="_blank"&gt;The Silverlight 3 Launch Site&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx" target="_blank"&gt;Scott Guthrie’s Blog&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="https://timheuer.com/blog/archive/2009/07/10/silverlight-3-released-what-is-new-and-changed.aspx" target="_blank"&gt;Tim Heuer’s Blog&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Expression 3      &lt;ul&gt;       &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx" target="_blank"&gt;Scott Guthrie’s Blog&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="http://www.designisphilosophy.com/microsoft-expression/this-is-microsoft-expression-web-3-20090710/" target="_blank"&gt;Morten Rand-Hendriksen’s Blog&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;&lt;a href="http://electricbeach.org/?p=214" target="_blank"&gt;Christian Schormann’s Blog&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;-Paul&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ba153ef5-17b6-43e2-ae54-ab07fcbd7934" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight+3" rel="tag"&gt;Silverlight 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression+Blend+3" rel="tag"&gt;Expression Blend 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression+Web+3" rel="tag"&gt;Expression Web 3&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9828945" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/RIA/default.aspx">RIA</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/WPI/default.aspx">WPI</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>The Art of SEO and IIS</title><link>http://blogs.msdn.com/seesharp/archive/2009/06/03/the-art-of-seo-and-iis.aspx</link><pubDate>Wed, 03 Jun 2009 21:58:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9692171</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9692171.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9692171</wfw:commentRss><description>&lt;p&gt;If you develop/design public websites for your customers, you likely already know first-hand how important a good Search Engine Optimization (SEO) strategy is to its success.&amp;#160; Generating traffic to a website is hard and is downright impossible to do well without making it easy for internet search engines like Bing, Google or Yahoo! to find the content on your site and index it properly for search queries.&lt;/p&gt;  &lt;p&gt;Anybody that has been following most of the events I have been presenting of late knows that I think the &lt;a href="http://microsoft.com/web" target="_blank"&gt;Microsoft Web Platform Installer&lt;/a&gt; (WPI) is kind of a big thing.&amp;#160; If you’ve seen or played with the WPI, you know how useful it can be for laying the groundwork for you to build your web solution on top of.&amp;#160; If you haven’t seen it yet, it may interest you to watch my webcast on the WPI on-demand &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-CA&amp;amp;EventID=1032413172&amp;amp;CountryCode=CA" target="_blank"&gt;here&lt;/a&gt;. You may be wondering how the WPI and SEO are linked.&amp;#160; Well, today, Microsoft announced a new feature added to the WPI called the &lt;a href="http://www.iis.net/extensions/SEOToolkit" target="_blank"&gt;IIS Search Engine Optimization Toolkit&lt;/a&gt;.&amp;#160; You can download the SEO toolkit on its own from the link, but most web developers/designers building a site hosted on IIS will use the WPI to install it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/TheArtofSEOandIIS_D1C2/SEO-Toolkit-SMALL%5B1%5D.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="SEO-Toolkit-SMALL[1]" border="0" alt="SEO-Toolkit-SMALL[1]" align="right" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/TheArtofSEOandIIS_D1C2/SEO-Toolkit-SMALL%5B1%5D_thumb.png" width="244" height="153" /&gt;&lt;/a&gt; The initial announcement of this new feature of IIS &lt;a href="http://weblogs.asp.net/scottgu/archive/2009/06/03/iis-search-engine-optimization-toolkit.aspx" target="_blank"&gt;came from the blog&lt;/a&gt; of Microsoft’s corporate VP for the .NET Developer Platform and serious technical wizard, &lt;a href="http://twitter.com/realscottgu" target="_blank"&gt;Scott Guthrie&lt;/a&gt;.&amp;#160; He gives a very detailed tour of the IIS SEO Toolkit in that post so if you want to know the nitty gritty details, I would invite you to take a look at the post.&amp;#160; &lt;/p&gt;  &lt;p&gt;In a nutshell, the IIS7 SEO Toolkit can:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Improve the volume and quality of traffic to your website from search engines &lt;/li&gt;    &lt;li&gt;Control how search engines access and display your web content &lt;/li&gt;    &lt;li&gt;Tell search engines about locations on your site available for indexing &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The IIS7 SEO Toolkit contains:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Site Analysis tools to help you identify and fix SEO-related issues on your site &lt;/li&gt;    &lt;li&gt;User friendly tools to manage robot and spider exclusions &lt;/li&gt;    &lt;li&gt;A user interface for sitemaps and managing sitemap indices &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Below are important links for the IIS7 SEO Toolkit:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href=" http://www.iis.net/extensions/SEOToolkit" target="_blank"&gt;IIS7 SEO Toolkit Product Page&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/web/downloads/platform.aspx" target="_blank"&gt;Web Platform Installer&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://forums.iis.net/1162.aspx" target="_blank"&gt;SEO Toolkit Forums&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://learn.iis.net/page.aspx/640/using-site-analysis-to-crawl-a-web-site/" target="_blank"&gt;Tutorial:&amp;#160; Using Site Analysis to Crawl a Website&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://learn.iis.net/page.aspx/641/using-site-analysis-reports/" target="_blank"&gt;Tutorial:&amp;#160; Using Site Analysis Reports&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/06/03/iis-search-engine-optimization-toolkit.aspx" target="_blank"&gt;Scott Guthrie’s Blog Post on the IIS7 SEO Toolkit&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://misfitgeek.com/blog/aspnet/announcing-the-iis-seo-toolkit-beta/" target="_blank"&gt;Joe Stagner’s Blog Post on the IIS7 SEO Toolkit&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So if you’re building public websites where traffic is an important consideration, you may want to check this tool out.&lt;/p&gt;  &lt;p&gt;-Paul&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:449e59bf-8224-4ce3-b2d6-087fd308b355" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/IIS7" rel="tag"&gt;IIS7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SEO" rel="tag"&gt;SEO&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Development" rel="tag"&gt;Web Development&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Design" rel="tag"&gt;Web Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WPI" rel="tag"&gt;WPI&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9692171" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/WPI/default.aspx">WPI</category></item><item><title>Event:  Make Web, Not War Episode 2009</title><link>http://blogs.msdn.com/seesharp/archive/2009/06/01/event-make-web-not-war-episode-2009.aspx</link><pubDate>Mon, 01 Jun 2009 14:35:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9677017</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9677017.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9677017</wfw:commentRss><description>&lt;p&gt;As a solution provider, the web presents an ever increasing opportunity to grow your business.&amp;#160; As more and more customers (and &lt;em&gt;potential &lt;/em&gt;customers!) look to the web as a way to broaden their message, increase their own revenue and lower their cost of doing business in general, you have the opportunity to make a real impact to those businesses with the skills you have in building web solutions.&lt;/p&gt;  &lt;p&gt;It is for this reason that Microsoft Canada has created the &lt;em&gt;&lt;a href="http://webnotwar.ca/" target="_blank"&gt;Make Web, Not War Episode 2009&lt;/a&gt;&lt;/em&gt; in-person event.&amp;#160; We know that Microsoft technologies are only part of a larger ecosystem of web platform technologies out there.&amp;#160; What many people may not realize is that Microsoft is playing an ever increasing role in reaching out to web solution providers that aren’t traditionally building web software on Windows.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;a href="http://webnotwar.ca/" target="_blank"&gt;Make Web, Not War Episode 2009&lt;/a&gt;&lt;/em&gt; is a 2-city tour reaching out to web solution enthusiasts, whether you build your solutions on Windows or not.&amp;#160; The Vancouver stop is on Tuesday, June 2nd and the Toronto stop is on Wednesday, June 10.&amp;#160; For details on the specific agenda items for each of these cities, please visit the website but in a nutshell, we have a number of speakers from both enterprise and open source communities speaking about how Windows is a great platform to build web solutions on.&amp;#160; It will certainly not be the &lt;em&gt;only&lt;/em&gt; platform you will likely build web solutions on, but you may very well find that expanding your skillsets to include providing Windows-based web solutions may well be worth your while.&lt;/p&gt;  &lt;p&gt;Value Proposition:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Hear&lt;/b&gt; from other Web Partners who build on Open Source &amp;amp; Microsoft technologies&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Network&lt;/b&gt; with fellow members of the Web Community&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Learn&lt;/b&gt; about the latest Microsoft technologies &amp;amp; how they work with Open Source&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Get&lt;/b&gt; technical training to build your Web Development portfolio&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Win &lt;/b&gt;prizes &amp;amp; get your Web Warrior DVD of all the latest Microsoft Web Resources &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Some of the topics we’ll be covering between Vancouver and Toronto:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Building great WordPress sites with Expression Web (Vancouver)&lt;/li&gt;    &lt;li&gt;How DigiTweet (an open source WPF-based Twitter client) was built (Toronto)&lt;/li&gt;    &lt;li&gt;The business opportunity on the web (Vancouver and Toronto)&lt;/li&gt;    &lt;li&gt;How Windows Hosting can help you build web solutions and your web business (Vancouver and Toronto&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There is still limited seating available for both Vancouver and Toronto, so if you’re interested please register online at &lt;em&gt;&lt;a href="http://webnotwar.ca/" target="_blank"&gt;Make Web, Not War Episode 2009&lt;/a&gt;&lt;/em&gt;!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9677017" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Training/default.aspx">Training</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category></item><item><title>Line of Business Silverlight Apps that Rock</title><link>http://blogs.msdn.com/seesharp/archive/2009/04/07/line-of-business-silverlight-apps-that-rock.aspx</link><pubDate>Tue, 07 Apr 2009 16:50:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9535959</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9535959.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9535959</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://silverlight.net/"&gt;Silverlight&lt;/a&gt;, Microsoft’s plug-in for delivering cross-platform Rich Internet Applications (RIA) and experiences has been out for a while now.&amp;#160; The first, JavaScript-only version was released at &lt;a href="http://videos.visitmix.com/MIX07/"&gt;Microsoft’s MIX07 conference&lt;/a&gt; in May of 2007.&amp;#160; Subsequently, &lt;a href="http://silverlight.net/GetStarted/"&gt;Silverlight 2&lt;/a&gt; (the first .NET-enabled version) was released as a go-live technology shortly following the &lt;a href="http://www.nbcolympics.com"&gt;2008 Beijing Olympics&lt;/a&gt; where the beta version of Silverlight 2 had a stellar performance providing a truly immersive experience for viewing the Olympics online.&amp;#160; &lt;a href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;Silverlight 3&lt;/a&gt;, the newly announced next version of the plug-in was introduced in beta version at &lt;a href="http://live.visitmix.com/"&gt;MIX09&lt;/a&gt; back in March of this year has provided increased buzz and is looking like a very promising, forward-looking platform for RIA experiences.&lt;/p&gt;  &lt;p&gt;Given the amount of time the platform has now been available, we’re starting to see some incredible creativity and very focused, user-centric applications being built for Silverlight.&amp;#160; I’m very excited about many of these applications and &lt;em&gt;solutions&lt;/em&gt; for both business and consumer scenarios and I want to share some of these great experiences with you.&amp;#160; This first post will be about business-oriented Silverlight applications and a subsequent post will highlight some consumer-oriented applications.&lt;/p&gt;  &lt;p&gt;It used to be that most rich experiences on the web were focused on public-facing or consumer-based applications.&amp;#160; It makes sense; we often see user-centric innovation outside the firewall before we see it inside due to the cost of re-vamping existing line of business applications as well as focusing investment on activities that directly impact customers positively.&amp;#160; While that is certainly still true, we are seeing business from all sorts of industries adopting user-centric software platforms for internal applications as well as customer-facing business applications.&amp;#160; Below are examples of how you could implement some business-oriented experiences in Silverlight:&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="522"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="248"&gt;&lt;em&gt;&lt;u&gt;The Patient Journey Demonstrator&amp;#160; &lt;br /&gt;              &lt;br /&gt;&lt;a href="http://www.mscui.net/PatientJourneyDemonstrator/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="PatientJourneyDemonstratorThumbnail[1]" border="0" alt="PatientJourneyDemonstratorThumbnail[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/SilverlightAppsthatRock_F02F/PatientJourneyDemonstratorThumbnail%5B1%5D_3.jpg" width="244" height="146" /&gt;&lt;/a&gt; &lt;/u&gt;&lt;/em&gt;&lt;/td&gt;        &lt;td valign="top" width="266"&gt;&lt;em&gt;&lt;font size="1"&gt;Industry Vertical:&amp;#160; Healthcare              &lt;br /&gt;Focus:&amp;#160; Internal LOB Application&lt;/font&gt;             &lt;br /&gt;&lt;/em&gt;          &lt;br /&gt;The &lt;a href="http://www.mscui.net/PatientJourneyDemonstrator/"&gt;Patient Journey Demonstrator&lt;/a&gt; is a Silverlight 2 application built by the &lt;a href="http://www.mscui.net/"&gt;Microsoft Common User Interface team&lt;/a&gt; to demonstrate how Silverlight can positively enable patient management in healthcare scenarios.&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="248"&gt;&lt;em&gt;&lt;font size="1"&gt;Industry Vertical:&amp;#160; Financial Services              &lt;br /&gt;Focus:&amp;#160; Customer-Facing Application&lt;/font&gt;             &lt;br /&gt;            &lt;br /&gt;&lt;/em&gt;The &lt;a href="http://www.cookingwithxaml.com/meals/financials/default.html"&gt;Woodgrove Financial&lt;/a&gt; demo application (built by &lt;a href="http://infusion.com/"&gt;Infusion&lt;/a&gt;)was built to provide inspiration as to how you might be able to deliver a rich experience to customers using an online banking system.&amp;#160; While it is likely that an online banking site would not be built entirely in Silverlight, it is very interesting to see how a bank might implement important pieces of functionality with Silverlight to create a customer-focused experience.&lt;/td&gt;        &lt;td valign="top" width="266"&gt;&lt;em&gt;&lt;u&gt;Woodgrove Financial             &lt;br /&gt;              &lt;br /&gt;&lt;a href="http://www.cookingwithxaml.com/meals/financials/default.html"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="WoodgroveBankingThumbnail[1]" border="0" alt="WoodgroveBankingThumbnail[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/SilverlightAppsthatRock_F02F/WoodgroveBankingThumbnail%5B1%5D_3.jpg" width="244" height="151" /&gt;&lt;/a&gt; &lt;/u&gt;&lt;/em&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="248"&gt;&lt;em&gt;&lt;u&gt;Stock Trader Reference Application             &lt;br /&gt;              &lt;br /&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd458919.aspx"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="StockTraderThumbnail[1]" border="0" alt="StockTraderThumbnail[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/SilverlightAppsthatRock_F02F/StockTraderThumbnail%5B1%5D_3.jpg" width="244" height="157" /&gt;&lt;/a&gt; &lt;/u&gt;&lt;/em&gt;&lt;/td&gt;        &lt;td valign="top" width="266"&gt;&lt;em&gt;&lt;font size="1"&gt;Industry Vertical:&amp;#160; Financial Services              &lt;br /&gt;Focus:&amp;#160; Customer &amp;amp; Internal LOB Application&lt;/font&gt;             &lt;br /&gt;            &lt;br /&gt;&lt;/em&gt;The &lt;a href="http://msdn.microsoft.com/en-us/library/dd458919.aspx"&gt;Stock Trader Reference Application&lt;/a&gt; is included in the Microsoft Patterns &amp;amp; Practices team’s &lt;a href="http://msdn.microsoft.com/en-us/library/dd458809.aspx?"&gt;Composite Application Guidance for WPF and Silverlight&lt;/a&gt;.&amp;#160; This application is meant to be a demonstration of the types of applications you can build using a composite architecture (i.e.:&amp;#160; modularizing your UI into components to make it more manageable, maintainable and reusable).&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="248"&gt;&lt;font size="1"&gt;Industry Vertical:&amp;#160; Manufacturing            &lt;br /&gt;Focus:&amp;#160; Internal LOB Application&lt;/font&gt;           &lt;br /&gt;          &lt;br /&gt;The &lt;a href="http://demo.componentone.com/Silverlight/Factories/"&gt;Factories Map&lt;/a&gt; application demo built by &lt;a href="http://www.componentone.com"&gt;ComponentOne&lt;/a&gt; is a mashup using &lt;a href="http://maps.live.com/?mkt=en-ca"&gt;Virtual Earth&lt;/a&gt;, Silverlight (via the &lt;a href="http://blogs.msdn.com/virtualearth/archive/2009/03/25/virtual-earth-silverlight-map-control-sample-code.aspx"&gt;Virtual Earth Silverlight Map Control&lt;/a&gt;) and internal data to provide a visualization of where a company’s assets are located worldwide as well as provide efficiency and productivity data for its factories.&amp;#160; The power of this demo is in the ability for solution providers to provide effective data visualization solutions at the fingertips of employees.&lt;/td&gt;        &lt;td valign="top" width="266"&gt;&lt;em&gt;&lt;u&gt;Factories Map              &lt;br /&gt;              &lt;br /&gt;&lt;a href="http://demo.componentone.com/Silverlight/Factories/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="FactoriesMapThumbnail[1]" border="0" alt="FactoriesMapThumbnail[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/SilverlightAppsthatRock_F02F/FactoriesMapThumbnail%5B1%5D_3.jpg" width="244" height="149" /&gt;&lt;/a&gt; &lt;/u&gt;&lt;/em&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="248"&gt;&lt;em&gt;&lt;u&gt;Stock Portfolio              &lt;br /&gt;              &lt;br /&gt;&lt;a href="http://demo.componentone.com/Silverlight/StockPortFolio/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="StockPortfolioThumbnail[1]" border="0" alt="StockPortfolioThumbnail[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/SilverlightAppsthatRock_F02F/StockPortfolioThumbnail%5B1%5D_3.jpg" width="244" height="148" /&gt;&lt;/a&gt; &lt;/u&gt;&lt;/em&gt;&lt;/td&gt;        &lt;td valign="top" width="266"&gt;&lt;font size="1"&gt;Industry Vertical:&amp;#160; Financial Services            &lt;br /&gt;Focus:&amp;#160; Customer &amp;amp; Internal LOB Application&lt;/font&gt;           &lt;br /&gt;          &lt;br /&gt;Another demo application delivered by &lt;a href="http://www.componentone.com"&gt;ComponentOne&lt;/a&gt; is the &lt;a href="http://demo.componentone.com/Silverlight/StockPortFolio/"&gt;Stock Portfolio&lt;/a&gt; application.&amp;#160; The scenario to this application is similar to that of the Stock Trader Reference Application above, but the implementation is different and shows how you can deliver an effective user interface for stock traders through data visualization and UI customization through various different and disparate data feeds.&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;These are just a few of the LOB-focused applications we are seeing built in Silverlight.&amp;#160; If you have an LOB application built in Silverlight that you would like to share, please let me know by commenting!&lt;/p&gt;  &lt;p&gt;Paul&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:44351677-bf52-4506-88d9-3f0c85ecce08" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight+LOB" rel="tag"&gt;Silverlight LOB&lt;/a&gt;,&lt;a href="http://technorati.com/tags/RIA" rel="tag"&gt;RIA&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9535959" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/RIA/default.aspx">RIA</category></item><item><title>Guest Post: MIX09 Inspirations: Back to the Drawing Board</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/23/guest-post-mix09-inspirations-back-to-the-drawing-board.aspx</link><pubDate>Mon, 23 Mar 2009 15:17:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9501067</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9501067.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9501067</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;From now through the end of the MIX09 conference in Las Vegas, Rob Burke will be providing his insights from the conference on a daily basis.&lt;/em&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="494"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="134"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09InspirationsBacktotheDrawi_73AD/RobBurkeBioPicSmallCAZH1CS5_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RobBurkeBioPicSmallCAZH1CS5" border="0" alt="RobBurkeBioPicSmallCAZH1CS5" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09InspirationsBacktotheDrawi_73AD/RobBurkeBioPicSmallCAZH1CS5_thumb.jpg" width="117" height="157" /&gt;&lt;/a&gt; &lt;/td&gt;        &lt;td valign="top" width="352"&gt;         &lt;p&gt;&lt;em&gt;Robert Burke is a Toronto-based IT Consultant who’s attending his fourth MIX event this year.&amp;#160; By day he’s knee-deep in Microsoft User Experience technologies, including Silverlight and the Windows Presentation Foundation, but his background includes stuff like artificial intelligence, interactive installations, graphics and biometrics.&amp;#160; He attended the first two MIXes as a member of Microsoft’s Developer and Platform Group, and the second two as Principal Consultant of Carrington Technologies.&amp;#160; His website is at &lt;/em&gt;&lt;a href="http://robburke.net"&gt;&lt;em&gt;http://robburke.net&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and his shiny new Twitter account is &lt;a href="http://twitter.com/rob_burke"&gt;@rob_burke&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;em&gt;The original post by Rob can be found &lt;a href="http://robburke.net/2009/03/21/mix09-inspirations-back-to-the-drawing-board/"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;In the hope they may also inspire you, here are four other sources of inspiration I found at MIX09,&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://www.flickr.com/photos/robertburke/3374252666/"&gt;&lt;img title="Bill Buxton at MIX09 Third Place" alt="Bill Buxton at MIX09 Third Place" src="http://farm4.static.flickr.com/3545/3374252666_d1fa708840_m.jpg" width="240" height="159" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;1. Bill Buxton at MIX09 Third Place&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;1. &lt;a href="http://www.billbuxton.com/"&gt;Bill Buxton&lt;/a&gt;’s visit to “The Third Place.” &lt;/strong&gt;He cites Henry Dreyfuss’s “&lt;a href="http://www.amazon.com/Designing-People-Henry-Dreyfuss/dp/1581153120"&gt;Designing for People&lt;/a&gt;” as the next must-read book after &lt;a href="http://www.amazon.com/Sketching-User-Experiences-Interactive-Technologies/dp/0123740371"&gt;his&lt;/a&gt; (preferably 1st Ed.). Render in the &lt;em&gt;correct &lt;/em&gt;fidelity. Don’t rely on a “muse.” Consider minimally five alternatives. Persona and “&lt;em&gt;Place&lt;/em&gt;-ona.” “Design is Choice.”&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://www.ted.com/index.php/talks/johnny_lee_demos_wii_remote_hacks.html"&gt;&lt;img title="Johnny Lee at TED" alt="Johnny Lee at TED" src="http://robburke.net/images/JohnnyLee.jpg" width="240" height="158" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;2. Johnny Lee and HCI wonders&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2. &lt;a href="http://johnnylee.net/"&gt;Johnny Lee&lt;/a&gt;’s HCI talk. &lt;/strong&gt;@shanselman &lt;a href="http://www.hanselman.com/blog/Mix09FirstHalfRollupAndSessionVideos.aspx"&gt;a fanboi&lt;/a&gt; too. Know Johnny? Watch his MIX talk. Don’t know him yet? Check his &lt;a href="http://www.ted.com/index.php/talks/johnny_lee_demos_wii_remote_hacks.html"&gt;TED talk&lt;/a&gt; first, which was worthy of a standing ovation. Johnny on the future of HCI: Dive off today’s local maxima. Want more HCI? Follow &lt;a href="http://www.acm.org/uist/uist2009/"&gt;UIST&lt;/a&gt;, &lt;a href="http://www.siggraph.org/"&gt;SigGraph&lt;/a&gt;, &lt;a href="http://sigchi.org/"&gt;SigCHI&lt;/a&gt;, &lt;a href="http://www.ubicomp.org/ubicomp2009/"&gt;UBICOMP&lt;/a&gt;.&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://sessions.visitmix.com/MIX09/C15F"&gt;&lt;img title="Joe Fletcher MIX09 Surface Session - already online!" alt="Joe Fletcher MIX09 Surface Session - already online!" src="http://robburke.net/images/Surface.jpg" width="240" height="134" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;3. Joe Fletcher Surface Session - online!&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;3. Joseph Fletcher &lt;/strong&gt;delivered a mightily polished Touch Computing presentation yesterday, and the session video &lt;a href="http://sessions.visitmix.com/MIX09/C15F"&gt;is already online&lt;/a&gt;! Surface UX is “Hyper-real,” and Surface is Social, Seamless, Spatial.&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://sessions.visitmix.com/MIX09/T11F"&gt;&lt;img title="MmmmmUrl" alt="MmmmmUrl" src="http://farm4.static.flickr.com/3448/3373493251_61b1e9463c_m.jpg" width="240" height="152" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;4. MmmmmUrl&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;4. &lt;a href="http://www.douglaspurdy.com/"&gt;Purdy&lt;/a&gt; &amp;amp; &lt;a href="http://www.sellsbrothers.com/"&gt;Sells&lt;/a&gt;&lt;/strong&gt; delivered an energetic talk on their RESTful DSL &lt;em&gt;MUrl&lt;/em&gt;. &lt;a href="http://robburke.net/2009/01/12/the-unfolding-of-language/"&gt;Interested in languages&lt;/a&gt;, human and machine? “Oslo” and “M” are sexy. Probably &lt;a href="http://msdn.microsoft.com/en-us/oslo/default.aspx"&gt;this&lt;/a&gt; a good place to start. Their MIX09 Session is &lt;a href="http://sessions.visitmix.com/MIX09/T11F"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;h5&gt;&lt;strong&gt;Back to the Drawing Board - Literally&lt;/strong&gt;&lt;/h5&gt;  &lt;p align="center"&gt;&lt;strong&gt;&lt;strong&gt;&lt;a href="http://live.visitmix.com/"&gt;&lt;img title="Bill Buxton during the second MIX09 keynote" alt="Bill Buxton during the second MIX09 keynote" src="http://robburke.net/images/Mix09Buxton.jpg" width="400" height="326" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;Bill Buxton during the second MIX09 keynote&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;To sum it up, there are four things I carried away from MIX09:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Bill Buxton urges us to focus on people, and &lt;strong&gt;craft our technology with informed design&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Johnny Lee says we’ll need to &lt;strong&gt;get off our local maxima &lt;/strong&gt;and be uncomfortable before we can progress. &lt;/li&gt;    &lt;li&gt;Joseph Fletcher and his team want to &lt;strong&gt;invent a totally new paradigm&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Purdy and Sells were among speakers and teams too numerous to mention who introduced &lt;strong&gt;potentially game-changing technologies&lt;/strong&gt; with which we can innovate. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This reaction in our community is consistent with the global sense of a need for &lt;strong&gt;something new&lt;/strong&gt;.&amp;#160; Put simply, the status quo isn’t good enough any more.&lt;/p&gt;  &lt;p&gt;This message was embodied by &lt;a href="http://robburke.net/2009/03/20/mix09-day-2-return-on-experience/"&gt;Deborah Adler&lt;/a&gt;.&amp;#160; There’s a reason why Microsoft so boldly chose to focus &lt;strong&gt;half a keynote &lt;/strong&gt;on Ms. Adler’s contribution — it’s time for us to stop thinking like techies, and start thinking about the people using our creations, and the contexts in which they’ll be using them.&lt;/p&gt;  &lt;p&gt;To get there, we were all encouraged to use unconventional tools, and reminded that big ideas can come from going back to basics: &lt;strong&gt;a sheet of paper and a decent pen&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;I’m sure I’ll see more techies at the local cafe, rubbing elbows with thinkers who have always used these basic methods to achieve greatness.&lt;/p&gt;  &lt;h5&gt;&lt;strong&gt;Until Next Year…      &lt;br /&gt;&lt;/strong&gt;&lt;/h5&gt;  &lt;p&gt;As I type, &lt;a href="http://sessions.visitmix.com/MIX09/"&gt;the sessions are coming online&lt;/a&gt; at the VisitMIX site. Through a fog of tweets and jetlag this morning in Toronto, I was struck hard that MIX has made me want to return to doing the &lt;a href="http://robburke.net/projects/symphony/"&gt;stuff that brought me here in the first place&lt;/a&gt;, whatever that means for me in 2009.&lt;/p&gt;  &lt;p&gt;I want to extend my thanks to the organizers of MIX for so much inspiration, and to the Microsoft Canada team for letting me share MIX09 with you.&lt;/p&gt;  &lt;p&gt;MIX09 boldly declared that “The Next Web” is a place where design matters.&amp;#160; We were taught to seek returns on user experiences, and think first about how our creations influence lives.&amp;#160; This is a future I want to help invent.&lt;/p&gt;  &lt;p&gt;Looking forward to continuing the discussion. You can always find me at &lt;a href="http://robburke.net"&gt;robburke.net&lt;/a&gt;.&lt;/p&gt;  &lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2d910675-d5a8-4e8b-afe3-fa06da785f1b" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MIX" rel="tag"&gt;MIX&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Inspiration" rel="tag"&gt;Inspiration&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Design" rel="tag"&gt;Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Development" rel="tag"&gt;Web Development&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9501067" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/MIX/default.aspx">MIX</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Guest+Blogger/default.aspx">Guest Blogger</category></item><item><title>Guest Post: MIX09 Day 2: “Return on Experience”</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/20/guest-post-mix09-day-2-return-on-experience.aspx</link><pubDate>Fri, 20 Mar 2009 15:53:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9492371</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9492371.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9492371</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;From now through the end of the MIX09 conference in Las Vegas, Rob Burke will be providing his insights from the conference on a daily basis.&lt;/em&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="499"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="134"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09Day2ReturnonExperience_7B6C/RobBurkeBioPicSmallCATKR3TE_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RobBurkeBioPicSmallCATKR3TE" border="0" alt="RobBurkeBioPicSmallCATKR3TE" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09Day2ReturnonExperience_7B6C/RobBurkeBioPicSmallCATKR3TE_thumb.jpg" width="117" height="157" /&gt;&lt;/a&gt; &lt;/td&gt;        &lt;td valign="top" width="357"&gt;         &lt;p&gt;&lt;em&gt;Robert Burke is a Toronto-based IT Consultant who’s attending his fourth MIX event this year.&amp;#160; By day he’s knee-deep in Microsoft User Experience technologies, including Silverlight and the Windows Presentation Foundation, but his background includes stuff like artificial intelligence, interactive installations, graphics and biometrics.&amp;#160; He attended the first two MIXes as a member of Microsoft’s Developer and Platform Group, and the second two as Principal Consultant of Carrington Technologies.&amp;#160; His website is at &lt;/em&gt;&lt;a href="http://robburke.net"&gt;&lt;em&gt;http://robburke.net&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and his shiny new Twitter account is &lt;a href="http://twitter.com/rob_burke"&gt;@rob_burke&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;em&gt;The original post by Rob can be found &lt;a href="http://robburke.net/2009/03/20/mix09-day-2-return-on-experience/"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/robertburke/3369261638/"&gt;&lt;img title="Deborah Alder at MIX09 Keynote" alt="Deborah Alder at MIX09 Keynote" src="http://farm4.static.flickr.com/3458/3369261638_b9f8ce1da9_m.jpg" width="240" height="160" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;Deborah Alder at MIX09 Keynote&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Bill Buxton, the Spirit of MIX09 (who, incidentally, now has a typeface named after him), was very welcome back for this morning’s keynote to introduce &lt;strong&gt;&lt;a href="http://pressroom.target.com/pr/news/health-wellness/clearrx/bio.aspx"&gt;Deborah Adler&lt;/a&gt;&lt;/strong&gt;, whose work as principal designer for Target’s ClearRx medicine bottles provided the focus for our discussion about design and its impact on user experience.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;ClearRx Case Study&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Deborah’s research identified and addressed many serious problems with traditional medicine bottles. Her prototype was refined by Target into the ClearRx products, and the resulting “return on experience” includes brand awareness for Target — and, much more importantly, the potential to change behavior and save human lives.&lt;/p&gt;  &lt;p&gt;Her advice to us was twofold - to &lt;strong&gt;have a love affair with our customers&lt;/strong&gt;, and to &lt;strong&gt;bring our design skills to bear both humanly and &lt;em&gt;humanely&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;  &lt;p&gt;There is more information about Deborah’s work &lt;a href="http://sites.target.com/site/en/health/page.jsp?contentId=PRD03-003977&amp;amp;ref=sr_shorturl_clearrx"&gt;at the Target:Health site&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;[Update: &lt;/strong&gt;I just saw Robby Ingebretsen's post and &lt;a href="http://blog.nerdplusart.com/archives/best-mix-keynote-yet"&gt;agree with him&lt;/a&gt; - these two keynotes &lt;/em&gt;&lt;em&gt;together &lt;/em&gt;&lt;em&gt;(and particularly, Deborah and Bill's contributions) made for the best and most inspiring MIX keynotes yet.&lt;strong&gt;]&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sites.target.com/site/en/health/page.jsp?contentId=PRD03-003977&amp;amp;ref=sr_shorturl_clearrx"&gt;&lt;img title="Clear Rx" alt="Clear Rx" src="http://robburke.net/wp-content/uploads/2009/03/clearrx-2.jpg" width="486" height="222" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;Clear Rx (link goes to Target ClearRx site)&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;IE8: &lt;/strong&gt;In other keynote news, Dean Hachamovitch announced that &lt;a href="http://blogs.msdn.com/ie/archive/2009/03/19/internet-explorer-8-final-available-now.aspx"&gt;Internet Explorer 8 was released today&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;For more info:&lt;/strong&gt; You can now &lt;strong&gt;watch streaming video of the keynotes &lt;/strong&gt;(for both days) &lt;a href="http://live.visitmix.com/Default.aspx"&gt;here&lt;/a&gt;, and Tim Sneath’s thorough Play-by-Play is &lt;a href="http://blogs.msdn.com/tims/archive/2009/03/19/mix09-day-2-keynote-pt-1-dean-hachamovitch-on-internet-explorer-8.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/tims/archive/2009/03/19/mix09-day-2-keynote-pt-2-deborah-adler-on-changing-behavior-by-design.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Cloud?      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;So I &lt;a href="http://robburke.net/2009/03/19/mix09-day-1-the-software-in-softwareplusservices/"&gt;expected&lt;/a&gt; today’s keynote was going to be about the Cloud. I was &lt;strong&gt;totally wrong&lt;/strong&gt;.&amp;#160; But it’s all good.&lt;/p&gt;  &lt;p&gt;My Mind Map, with Day 2 on the bottom, now makes more sense: the “Return on Experience” discussion provides the roots for everything we’ve discussed at MIX09 this week.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/robertburke/3369175197/sizes/l/"&gt;&lt;img title="MIX09 Keynote Mind Map - Days 1 and 2" alt="MIX09 Keynote Mind Map - Days 1 and 2" src="http://farm4.static.flickr.com/3585/3369175197_522e312a87_b.jpg" width="645" height="1024" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Keynote Mind Map - Days 1 and 2 - with Return on Experience at the root&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;p.s. More Misc MIX notes on the rest of Day 2 in a future post — I am shattered tonight. &lt;a href="http://robburke.net/www.ted.com/index.php/talks/johnny_lee_demos_wii_remote_hacks.html"&gt;Johnny Lee’s HCI talk&lt;/a&gt; was particularly memorable (&lt;a href="http://robburke.net/www.ted.com/index.php/talks/johnny_lee_demos_wii_remote_hacks.html"&gt;link&lt;/a&gt; goes to his &lt;strong&gt;killer TED talk&lt;/strong&gt;).&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e1ccb5ab-5e2d-46fe-aa45-2c3a07eaa2bb" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MIX09" rel="tag"&gt;MIX09&lt;/a&gt;,&lt;a href="http://technorati.com/tags/IE8" rel="tag"&gt;IE8&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Design" rel="tag"&gt;Design&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9492371" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Stories/default.aspx">Stories</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/MIX/default.aspx">MIX</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Guest+Blogger/default.aspx">Guest Blogger</category></item><item><title>Guest Post: MIX09 Day 1: The “Software” in “Software + Services”</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/19/guest-post-mix09-day-1-the-software-in-software-services.aspx</link><pubDate>Thu, 19 Mar 2009 18:11:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9490163</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9490163.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9490163</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;From now through the end of the MIX09 conference in Las Vegas, Rob Burke will be providing his insights from the conference on a daily basis.&lt;/em&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="519"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="134"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09Day1TheSoftwareinSoftwareS_9A3C/RobBurkeBioPicSmall%5B1%5D_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RobBurkeBioPicSmall[1]" border="0" alt="RobBurkeBioPicSmall[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/GuestPostMIX09Day1TheSoftwareinSoftwareS_9A3C/RobBurkeBioPicSmall%5B1%5D_thumb.jpg" width="117" height="157" /&gt;&lt;/a&gt; &lt;/td&gt;        &lt;td valign="top" width="377"&gt;         &lt;p&gt;&lt;em&gt;Robert Burke is a Toronto-based IT Consultant who’s attending his fourth MIX event this year.&amp;#160; By day he’s knee-deep in Microsoft User Experience technologies, including Silverlight and the Windows Presentation Foundation, but his background includes stuff like artificial intelligence, interactive installations, graphics and biometrics.&amp;#160; He attended the first two MIXes as a member of Microsoft’s Developer and Platform Group, and the second two as Principal Consultant of Carrington Technologies.&amp;#160; His website is at &lt;/em&gt;&lt;a href="http://robburke.net"&gt;&lt;em&gt;http://robburke.net&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and his shiny new Twitter account is &lt;a href="http://twitter.com/rob_burke"&gt;@rob_burke&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;em&gt;The original post by Rob can be found &lt;a href="http://robburke.net/2009/03/19/mix09-day-1-the-software-in-softwareplusservices/"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Today’s MIX09 Day 1 Keynote and Sessions put the ‘Software’ into Microsoft’s ‘Software plus Services’ vision.&lt;/p&gt;  &lt;p&gt;It was the “feet on [presentation layer] ground” bit, made memorable by the energetic call to action delivered by Bill Buxton to get things started. His job was to deliver the “what”, and the Blend team is helping provide the “how.”&lt;/p&gt; &lt;a href="http://www.flickr.com/photos/robertburke/3366135869/in/set-72157615509959756/"&gt;&lt;img title="MIX09 Keynote: Bill Buxton" alt="MIX09 Keynote: Bill Buxton" src="http://farm4.static.flickr.com/3608/3366135869_954bc06eed_m.jpg" width="240" height="159" /&gt;&lt;/a&gt;   &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Keynote: Bill Buxton&lt;/strong&gt;&lt;/font&gt;   &lt;p&gt;&lt;strong&gt;Hotlinked Play-By-Play      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Tim Sneath has a thorough and thoughtfully hotlinked play-by-play of the keynote in two parts - &lt;a href="http://blogs.msdn.com/tims/archive/2009/03/18/mix09-day-1-keynote-pt-1-bill-buxton-on-experience-design.aspx"&gt;here&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/tims/archive/2009/03/18/mix09-day-1-keynote-pt-2-scott-guthrie-on-advancing-user-experiences.aspx"&gt;here&lt;/a&gt;.&amp;#160; And fellow Canadian Jean-Luc David took over 500 keynote photos which I am sure he will filter before he &lt;a href="http://www.flickr.com/photos/jldavid/sets/72157614973399624/"&gt;uploads them here on Flickr&lt;/a&gt;, because apparently the man does not need sleep!&lt;/p&gt;  &lt;p&gt;In the spirit of Bill’s &lt;em&gt;Sketching User Experiences,&lt;/em&gt; I drew a mindmap, even though I have all the artistic ability of a slug (see below).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Blend 3&lt;/strong&gt; and &lt;strong&gt;SketchFlow&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The most important words on my entire mind map the morning were &lt;strong&gt;“THEY HAVE CHANNELLED BUXTON”.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://electricbeach.org/?p=145"&gt;SketchFlow in Blend 3&lt;/a&gt; looks superb. SketchFlow and its player will, unquestionably, change the way I flesh out user experiences to clients and get their feedback.&amp;#160; It will be very interesting to see how this tool actually gets used in practice, and evolves as designers and developers embrace it.&amp;#160; It’s not SketchFlow’s intent to replace all other forms of sketching, but rather to augment them with something innovative and useful.&amp;#160; I hope it will also improve developer/designer communication, by providing a tool and talking point that both can use.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;strong&gt;&lt;a href="http://www.flickr.com/photos/robertburke/sets/72157615509959756/"&gt;&lt;img title="MIX09 Keynote: ScottGu sporting red" alt="MIX09 Keynote: ScottGu sporting red" src="http://farm4.static.flickr.com/3599/3366138871_71b69408e5_m.jpg" width="240" height="159" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/strong&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Keynote: ScottGu sporting red&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Silverlight 3      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Although nothing surprised me &lt;em&gt;per se &lt;/em&gt;during the Silverlight 3 announcements, that was a good thing. There are significant improvement in v3, and answers to some (but not all) hopes.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The very promising: &lt;/strong&gt;Updates like offline capabilities, server data push (caching on client), VisualStateManager invalid states and validation, Merged ResourceDictionaries, etc., that will address important shortcomings and challenges for people building Silverlight line-of-business apps.&amp;#160; Things like SaveFileDialog.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The important: &lt;/strong&gt;Better text (desperately needed), library caching (for reducing download time - how many of my SL2 apps bundle whittled-down bits of the SL Toolkit?), sample data.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The cool: &lt;/strong&gt;GPU support (opt-in @ plug-in and control levels). Multitouch support. Perspective 3D, which will be much more approachable than the 3D support in WPF, and address most of the scenarios where 3D adds UX value.&amp;#160; Pixel Shader effects - which aren’t hardware accelerated, but look good. Pixel and Bitmap APIs which open up new scenarios.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The awesome postscript.: &lt;/strong&gt;Siverlight 3.0 runtime is actually 30k &lt;em&gt;smaller &lt;/em&gt;than Silverlight 2! Madness!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The things I hoped for but didn’t find in v3:&lt;/strong&gt; Commanding, Printing (unless you count Nikhil’s “make an ASP.NET page and print that” solution), FlowDocument.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The change in messaging that I didn’t expect: &lt;/strong&gt;I attended BradA and NikhilK’s Silverlight presentations in the afternoon for more information about building business apps in Silverlight 3, and feel like I need a little more time for all of it to settle in.&amp;#160; The core message seems to have shifted a bit: from “you can run Silverlight on any web server”&amp;quot; to “you &lt;em&gt;can &lt;/em&gt;run Silverlight anywhere, but it’s better together with ASP.NET, and you can use ASP.NET to obtain some things you’re looking for in Silverlight, like SEO and Printing.”&amp;#160; I’m also a little foggy on how some of the this ‘prescriptive framework’ all fits into where my mind was going with Prism and MVVM for Silverlight, as proposed by the Patterns and Practices group.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;IIS Media Services:&lt;/strong&gt; As someone who’s more Dev than IT Pro, I’m not best qualified to comment on this… but adaptive, on-demand and live streaming sounds and looks pretty amazing.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The New Microsoft-ism&lt;/strong&gt;: It’s the verb&lt;strong&gt; “to party,”&lt;/strong&gt; which I heard in contexts such as these:&lt;/p&gt;  &lt;p&gt;“now we can &lt;strong&gt;&lt;em&gt;party over &lt;/em&gt;&lt;/strong&gt;this data we got back”, and&lt;/p&gt;  &lt;p&gt;“you can go ahead and &lt;strong&gt;&lt;em&gt;party on &lt;/em&gt;&lt;/strong&gt;this query now” or in summary&lt;/p&gt;  &lt;p&gt;“I’m super-jazzed that we can go ahead and &lt;strong&gt;&lt;em&gt;party over &lt;/em&gt;&lt;/strong&gt;this data we’ve got back from the DataSource.”&lt;/p&gt;  &lt;p&gt;I expect tomorrow we will party over the cloud.&amp;#160; (The cloud and Azure, although mentioned, were not today’s focus by any stretch).&lt;/p&gt;  &lt;p&gt;And that’s why this MIX09 Keynote half-sketch is really &lt;strong&gt;upside down, &lt;/strong&gt;isn’t it? I should have left the &lt;em&gt;top side &lt;/em&gt;of the page to deal with the part that’s “in the clouds!”&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/robertburke/3367329085/"&gt;&lt;img title="MIX09 Day 1 Keynote Mindmap" alt="MIX09 Day 1 Keynote Mindmap" src="http://farm4.static.flickr.com/3619/3367329085_d0b592051e.jpg?v=0" width="500" height="377" /&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Day 1 Keynote Mindmap (would make a nice deep zoom)&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d6ff698d-8688-454e-a7f2-c824ae3e3f17" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight+3" rel="tag"&gt;Silverlight 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Sketchflow" rel="tag"&gt;Sketchflow&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Bill+Buxton" rel="tag"&gt;Bill Buxton&lt;/a&gt;,&lt;a href="http://technorati.com/tags/MIX09" rel="tag"&gt;MIX09&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9490163" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/RIA/default.aspx">RIA</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/MIX/default.aspx">MIX</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Guest+Blogger/default.aspx">Guest Blogger</category></item><item><title>Guest Post: MIX09 Welcome Swag (includes Sketching UX book!)</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/18/guest-post-mix09-welcome-swag-includes-sketching-ux-book.aspx</link><pubDate>Wed, 18 Mar 2009 18:19:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9487111</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9487111.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9487111</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;From now through the end of the MIX09 conference in Las Vegas, Rob Burke will be providing his insights from the conference on a daily basis.&lt;/em&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="515"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="134"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/1dcba458ba8d_6CC2/RobBurkeBioPicSmall%5B1%5D_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RobBurkeBioPicSmall[1]" border="0" alt="RobBurkeBioPicSmall[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/1dcba458ba8d_6CC2/RobBurkeBioPicSmall%5B1%5D_thumb.jpg" width="117" height="157" /&gt;&lt;/a&gt; &lt;/td&gt;        &lt;td valign="top" width="373"&gt;         &lt;p&gt;&lt;em&gt;Robert Burke is a Toronto-based IT Consultant who’s attending his fourth MIX event this year.&amp;#160; By day he’s knee-deep in Microsoft User Experience technologies, including Silverlight and the Windows Presentation Foundation, but his background includes stuff like artificial intelligence, interactive installations, graphics and biometrics.&amp;#160; He attended the first two MIXes as a member of Microsoft’s Developer and Platform Group, and the second two as Principal Consultant of Carrington Technologies.&amp;#160; His website is at &lt;/em&gt;&lt;a href="http://robburke.net"&gt;&lt;em&gt;http://robburke.net&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and his shiny new Twitter account is &lt;a href="http://twitter.com/rob_burke"&gt;@rob_burke&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table border="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td&gt;         &lt;p&gt;&amp;#160;&lt;/p&gt;          &lt;p&gt;&lt;img title="MIX09 Swag Bag" alt="MIX09 Swag Bag" src="http://farm4.static.flickr.com/3595/3363914188_916a02e980.jpg?v=1237324293" width="500" height="332" /&gt;             &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Swag Bag&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p&gt;This year’s Swag Bag Contents:&lt;/p&gt;          &lt;ul&gt;           &lt;li&gt;1 &lt;em&gt;&lt;b&gt;Sketching User Experiences &lt;/b&gt;&lt;/em&gt;&lt;strong&gt;book&lt;/strong&gt; (highly cool - I already gave my previous copy to a friend) &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;MIX09 Notebook &lt;/strong&gt;(also cool -this image does not do justice to the pages of the notebook, which alternate graph and plain. Session eval forms attached to back.) &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;MIX09 T-Shirt &lt;/strong&gt;with “&amp;lt;3 Your Web” slogan &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;“Live at Kexp”&lt;/strong&gt; Music CD (KEXP is a &lt;a href="http://kexp.org/"&gt;non-profit Seattle-based Radio Station&lt;/a&gt;) &lt;/li&gt;         &lt;/ul&gt;          &lt;p&gt;&lt;a href="http://www.flickr.com/photos/robertburke/3363967270/"&gt;&lt;img title="MIX09 Mystery Sticker" border="0" alt="MIX09 Mystery Sticker" src="http://farm4.static.flickr.com/3614/3363967270_8ee23274e7_m.jpg" width="240" height="159" /&gt;&lt;/a&gt;             &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX09 Mystery Sticker&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;ul&gt;           &lt;li&gt;1 &lt;strong&gt;Sticker Thingamayoke &lt;/strong&gt;which I have yet to grok (at first I thought it was maybe something that Lego Mindstorms sensors could do image recognition with or something, now it looks to me like an abstract representation of web content) &lt;/li&gt;            &lt;li&gt;1 Clip-On &lt;strong&gt;Flashlight&lt;/strong&gt; &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;Pen&lt;/strong&gt; &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;Water Bottle &lt;/strong&gt;- handy for us winter-pasty Canoodians, as it is 22 degrees Celsius here and sunny! &lt;/li&gt;            &lt;li&gt;1 &lt;strong&gt;Coffee Mug&lt;/strong&gt; &lt;/li&gt;            &lt;li&gt;Misc &lt;strong&gt;Advertisements &lt;/strong&gt;(not pictured) &lt;/li&gt;         &lt;/ul&gt;          &lt;p&gt;For reference, here’s what was in the &lt;a href="http://blogs.msdn.com/robburke/archive/2007/04/30/mix07-welcome-swag.aspx"&gt;MIX07 Swag&lt;/a&gt;.&lt;/p&gt;          &lt;p&gt;&lt;a href="http://blogs.msdn.com/robburke/archive/2007/04/30/mix07-welcome-swag.aspx"&gt;&lt;img title="MIX07 Welcome Swag" border="0" alt="MIX07 Welcome Swag" src="http://farm1.static.flickr.com/191/478017491_fe1c50a2cd_m.jpg" width="240" height="160" /&gt;&lt;/a&gt;             &lt;br /&gt;&lt;font size="1"&gt;&lt;strong&gt;MIX07 Welcome Swag&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p&gt;I’m most grateful for another copy of Buxton’s insightful book!&lt;/p&gt;          &lt;p&gt;I wonder if we’ll have any software to play with tomorrow, or if we’ll be downloading lab content ourselves.&amp;#160; I always come armed with extra storage to events like these in case I need to truck home some VPCs.&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f6af2be3-0989-48e4-8598-87a770b8e0b8" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MIX09" rel="tag"&gt;MIX09&lt;/a&gt;,&lt;a href="http://technorati.com/tags/MIX09+Swag" rel="tag"&gt;MIX09 Swag&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9487111" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/MIX/default.aspx">MIX</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Guest+Blogger/default.aspx">Guest Blogger</category></item><item><title>A Brief History of MIX: Feet on Ground, Eyes on Cloud</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/17/a-brief-history-of-mix-feet-on-ground-eyes-on-cloud.aspx</link><pubDate>Tue, 17 Mar 2009 03:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9482334</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9482334.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9482334</wfw:commentRss><description>&lt;p&gt;&lt;em&gt;From now through the end of the MIX09 conference in Las Vegas, Rob Burke will be providing his insights from the conference on a daily basis.&lt;/em&gt;&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="523"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="134"&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/ABriefHistoryofMIXFeetonGroundEyesonClou_1448C/RobBurkeBioPicSmall%5B1%5D_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="RobBurkeBioPicSmall[1]" border="0" alt="RobBurkeBioPicSmall[1]" src="http://blogs.msdn.com/blogfiles/seesharp/WindowsLiveWriter/ABriefHistoryofMIXFeetonGroundEyesonClou_1448C/RobBurkeBioPicSmall%5B1%5D_thumb.jpg" width="117" height="157" /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/td&gt;        &lt;td valign="top" width="381"&gt;         &lt;p&gt;&lt;em&gt;Robert Burke is a Toronto-based IT Consultant who’s attending his fourth MIX event this year.&amp;#160; By day he’s knee-deep in Microsoft User Experience technologies, including Silverlight and the Windows Presentation Foundation, but his background includes stuff like artificial intelligence, interactive installations, graphics and biometrics.&amp;#160; He attended the first two MIXes as a member of Microsoft’s Developer and Platform Group, and the second two as Principal Consultant of Carrington Technologies.&amp;#160; His website is at &lt;/em&gt;&lt;a href="http://robburke.net"&gt;&lt;em&gt;http://robburke.net&lt;/em&gt;&lt;/a&gt;&lt;em&gt; and his shiny new Twitter account is @rob_burke.&lt;/em&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;What can we expect at this week’s &lt;a href="http://2009.visitmix.com/"&gt;intersection of design and technology&lt;/a&gt; in Las Vegas?&lt;/p&gt;  &lt;p&gt;Before a week for looking forward, a brief pause and a quick look back for context.&lt;/p&gt;  &lt;table border="0" cellspacing="2" cellpadding="2" width="791"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="501"&gt;         &lt;p align="left"&gt;&lt;strong&gt;MIX06: “The Next Web Now.”              &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;          &lt;p align="left"&gt;3 years ago, Microsoft launched this hip series of conferences, inviting a cross-platform audience of business decision makers, developers and designers&lt;em&gt; (…wait… designers?!)&lt;/em&gt;. &lt;/p&gt;          &lt;p align="left"&gt;The &lt;a href="http://blogs.msdn.com/robburke/archive/2006/03/20/555626.aspx"&gt;inaugural keynote&lt;/a&gt; explored the opportunities that would emerge as the internet “evolves… and ‘web’ and ‘application’ concepts merge.” &lt;/p&gt;          &lt;p align="left"&gt;It was the only MIX keynote to star Bill Gates as Microsoft’s Chief Software Architect, and featured a &lt;a href="http://blogs.msdn.com/robburke/archive/2006/03/20/555626.aspx"&gt;fireside chat&lt;/a&gt; between Bill and Tim O’Reilly, and Bill’s &lt;em&gt;mea culpa &lt;/em&gt;about the state of IE6.&lt;/p&gt;          &lt;p&gt;&lt;strong&gt;MIX07: “A 72-Hour Conversation”              &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;          &lt;p&gt;&lt;/p&gt;          &lt;p&gt;The conference’s sophomore year was billed as a “72-hour conversation” at a time when the rampant success of &lt;a href="http://blogs.msdn.com/robburke/archive/2007/05/01/communities-of-purpose.aspx"&gt;social networking&lt;/a&gt; was all the buzz. &lt;/p&gt;          &lt;p&gt;Ray Ozzie took the helm, WPF/E got its &lt;a href="http://blogs.msdn.com/robburke/archive/2007/04/17/sliverlight-nee-wpf-e.aspx"&gt;new look and name&lt;/a&gt;, and so we saw .NET boldly go cross-browser, cross-platform - at least, &lt;a href="http://blogs.msdn.com/somasegar/archive/2007/04/30/mix-07-silverlight-shines-brighter.aspx"&gt;in CTP form&lt;/a&gt;.&lt;/p&gt;          &lt;p&gt;&lt;strong&gt;MIX08&lt;/strong&gt; &lt;/p&gt;          &lt;p&gt;Loosely, the following year’s theme was (loosely) connected things: their impact on the individual, their impact on the organization.&amp;#160; “Small pieces, loosely joined” was I believe how Ray put it. &lt;/p&gt;          &lt;p&gt;And then there were Rich Internet Applications. Silverlight 2.0, the highly anticipated enabler, went Beta.&amp;#160; Designers (&lt;a href="http://robburke.net/2008/03/08/top-3-of-mix08-for-me/"&gt;I thought&lt;/a&gt;) were finally somewhat understood, even if their Microsoft toolset was still fermenting.&lt;/p&gt;          &lt;p&gt;There was an explicit expectation set by Ray, Steve and Company that MIX08 represented but one of several steps on the road to something big at the PDC coming in the autumn. &lt;/p&gt;          &lt;p&gt;&lt;strong&gt;PDC2008              &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;          &lt;p&gt;Then, months later, Silverlight 2.0 was unleashed on the wild, with 3.0 already on the horizon. But wait… were we even talking about the presentation layer any more, or, with Silverlight’s eventual impact firmly impressed upon us, had we moved on to discuss awesome sky-plumbing instead? &lt;/p&gt;          &lt;p&gt;We’re talkin’ &lt;a href="http://www.microsoft.com/azure/whatisazure.mspx#Whatis"&gt;Azure&lt;/a&gt;, Live Services too numerous to mention, data and enterprise service buses and meshes in the sky, a &lt;a href="http://aws.amazon.com/ec2/"&gt;bookstore that got there first&lt;/a&gt;, Models and Domain-Specific Languages (see Don Box’s &lt;a href="http://www.pluralsight.com/community/blogs/dbox/archive/2008/10/08/talks-i-want-to-see-pdc.aspx"&gt;characterization&lt;/a&gt; of this dreadfully wond’rous craic), and so much more, all available streamed online now &lt;a href="https://sessions.microsoftpdc.com/public/timeline.aspx"&gt;for your viewing pleasure&lt;/a&gt;. &lt;/p&gt;          &lt;p&gt;&lt;strong&gt;MIX09&lt;/strong&gt; &lt;/p&gt;          &lt;p&gt;So we begin MIX09 with feet tentatively on the presentation layer, but eyes on this intriguing Cloud on the horizon. &lt;/p&gt;          &lt;p&gt;The &lt;a href="https://content.visitmix.com/2009/sessions/?categories=All"&gt;MIX09 Session List&lt;/a&gt; alone would suggest an emphasis (by session number) on: &lt;/p&gt;          &lt;ul&gt;           &lt;li&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;strong&gt;ilverlight (31) &lt;/strong&gt;and &lt;strong&gt;UI/UX (16)&lt;/strong&gt;&lt;strong&gt;,&lt;/strong&gt; &lt;/li&gt;            &lt;li&gt;&lt;strong&gt;Azure (11) &lt;/strong&gt;and &lt;strong&gt;Live Services (8),&lt;/strong&gt;               &lt;br /&gt;and &lt;/li&gt;            &lt;li&gt;&lt;strong&gt;ASP.NET (14)&lt;/strong&gt; &lt;/li&gt;         &lt;/ul&gt;       &lt;/td&gt;        &lt;td valign="top" width="282"&gt;         &lt;p align="right"&gt;&lt;a href="http://www.flickr.com/photos/robertburke/sets/72057594086473727/"&gt;&lt;img title="Bill Gates at MIX06" alt="Bill Gates at MIX06" src="http://static.flickr.com/49/115455824_13048e6d50_m.jpg" width="240" height="160" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;          &lt;p align="right"&gt;&lt;font size="1"&gt;&lt;strong&gt;Bill Gates at MIX06&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p align="right"&gt;&amp;#160;&lt;/p&gt;          &lt;p align="right"&gt;&lt;a href="http://www.flickr.com/photos/robertburke/sets/72157600158801314/"&gt;&lt;img title="Ray Ozzie and ScottGu at MIX07" alt="Ray Ozzie and ScottGu at MIX07" src="http://farm1.static.flickr.com/168/478959269_d0c84acd86_m.jpg" width="240" height="174" /&gt;&lt;/a&gt;&lt;/p&gt;          &lt;p align="right"&gt;&lt;font size="1"&gt;&lt;strong&gt;Ray Ozzie and ScottGu at MIX07&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p align="right"&gt;&lt;font size="1"&gt;&lt;strong&gt;&amp;#160;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p align="right"&gt;&lt;a href="http://www.flickr.com/photos/robertburke/sets/72157604056929288/"&gt;&lt;font size="1"&gt;&lt;strong&gt;&lt;img title="SteveB and GuyK at MIX08" alt="SteveB and GuyK at MIX08" src="http://farm4.static.flickr.com/3221/2314730213_dea75f575f_m.jpg" width="240" height="160" /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="1"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;          &lt;p align="right"&gt;&lt;strong&gt;&lt;font size="1"&gt;SteveB and GuyK at MIX08&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="1"&gt;&amp;#160;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;I mentioned &lt;/font&gt;&lt;a href="http://robburke.net/2009/01/23/mix09/"&gt;&lt;font size="2"&gt;previously&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; that I visit MIX for the buzz.&amp;#160; This week I’m there again to meet, to chat, and to think — and specifically, to ask &lt;em&gt;what should we do with all this&amp;#160; stuff? &lt;/em&gt;What could I do for my clients? For their organizations? For my own projects?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Even if you’re not able to attend, the keynote will be streamed live, and you’ll &lt;/font&gt;&lt;a href="http://visitmix.com/News/Watch-MIX-Online-Ask-the-Gu"&gt;&lt;font size="2"&gt;have a chance to ask ScottGu some questions online 30 minutes after it’s over&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;We’re three years into this MIX journey to The Next Web.&amp;#160; This week, we expect to gain insight into Microsoft’s perspective on the road ahead.&amp;#160; I’m going to try to write here daily, and figure out how to use &lt;/font&gt;&lt;a href="http://twitter.com/rob_burke"&gt;&lt;font size="2"&gt;this Twitter thing&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; as well.&amp;#160; &lt;/font&gt;&lt;a href="http://robburke.net/2009/03/13/three-things-in-anticipation-of-mix09/"&gt;&lt;font size="2"&gt;Inspired by keynote speaker&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; Bill Buxton, I may even try my hand at a little sketching, and change up my technology choices as an audience member for the keynote and sessions. (hint: thinking of leaving the laptop behind).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Right - that’s enough context - I’m off to Vegas to Mix things up a little!&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&amp;#160;&lt;/font&gt;   &lt;p&gt;&lt;em&gt;&lt;font size="2"&gt;This blog post was originally posted at &lt;/font&gt;&lt;a title="http://robburke.net/2009/03/16/a-brief-history-of-mix-feet-on-ground-eyes-on-cloud/" href="http://robburke.net/2009/03/16/a-brief-history-of-mix-feet-on-ground-eyes-on-cloud/"&gt;&lt;font size="2"&gt;http://robburke.net/2009/03/16/a-brief-history-of-mix-feet-on-ground-eyes-on-cloud/&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;font size="1"&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3b97a3a8-9aaf-44eb-9646-f8ccac6da716" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/MIX09" rel="tag"&gt;MIX09&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Web+Development" rel="tag"&gt;Web Development&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian+Web+Development" rel="tag"&gt;Canadian Web Development&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9482334" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Azure/default.aspx">Azure</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/MIX/default.aspx">MIX</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Guest+Blogger/default.aspx">Guest Blogger</category></item><item><title>Coffee and Code: A great idea and I’ll be there today!</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/13/coffee-and-code-a-great-idea-and-i-ll-be-there-today.aspx</link><pubDate>Fri, 13 Mar 2009 15:38:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9473074</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9473074.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9473074</wfw:commentRss><description>&lt;p&gt;My colleague &lt;a href="http://www.joeydevilla.com/"&gt;Joey deVilla&lt;/a&gt; is brilliant.&amp;#160; He sets up the coolest events and really connects with the developer audience.&amp;#160; He’s now come up with an interesting concept called “&lt;a href="http://coffeeandcode.org"&gt;Coffee and Code&lt;/a&gt;” where he picks a Toronto-based coffee house and spends the day there so developers can show up and chat with him.&lt;/p&gt;  &lt;p&gt;I wish I had thought of it myself, but since I didn’t I decided to join him at &lt;a href="http://www.coffeeandcode.org/2009/03/11/toronto-coffee-and-code-this-friday/"&gt;today’s Coffee &amp;amp; Code in Toronto&lt;/a&gt;.&amp;#160; From Joey’s Coffee and Code Blog:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;Yes, there’s going to be a Coffee and Code in Toronto this Friday, March 13th,&lt;/strong&gt; and this time, it’s going to be midtown. I’ll be holding it at the &lt;strong&gt;&lt;a href="http://www.starbucks.com/Retail/Find/storedetails.aspx?sid=527&amp;amp;coords=davisville,%20toronto|43.698928419006215|-79.402439|13&amp;amp;fs=1"&gt;Starbucks at Yonge at Davisville&lt;/a&gt;&lt;/strong&gt; (1909 Yonge Street, right by Davisville subway station) from 11 a.m. to 6 p.m..&lt;/p&gt;    &lt;p&gt;&lt;a href="http://maps.live.com/default.aspx?v=2&amp;amp;cp=43.69821~-79.39643&amp;amp;lvl=16&amp;amp;style=r&amp;amp;sp=aN.43.69833_-79.39656_Starbucks'_&amp;amp;mkt=en-us&amp;amp;FORM=LLWR"&gt;&lt;img alt="Map picture" src="http://www.coffeeandcode.org/wordpress/wp-content/uploads/mapef0dc48860b1.jpg" width="320" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;This particular Starbucks branch is pretty big, with a large second floor. A number of local groups, such as the Toronto Spanish Group, the &lt;a href="http://www.themompreneur.com/"&gt;“Mompreneurs”&lt;/a&gt; and other business networking groups have used it as a meetup location. The WiFi isn’t free, but if you have a Starbucks card with at least a $5 balance, you get two hours’ worth of wifi access at any wifi-equipped Starbucks every day. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I’m planning to show up for around 11AM and I’ll likely stay until around 3PM, so please drop by if you can and say hello!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c3a57a5a-5c33-46f1-86f3-90b2d1ec7c3e" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Coffee+and+Code" rel="tag"&gt;Coffee and Code&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Toronto+Developers" rel="tag"&gt;Toronto Developers&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9473074" width="1" height="1"&gt;</description></item><item><title>Join the Microsoft Partner Program, Get Expression Web</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/12/join-the-microsoft-partner-program-get-expression-web.aspx</link><pubDate>Thu, 12 Mar 2009 15:57:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9471660</guid><dc:creator>plaberge</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9471660.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9471660</wfw:commentRss><description>&lt;p&gt;Microsoft Canada has a great offer for any Canadian web solution provider that isn’t already a &lt;a href="https://partner.microsoft.com/canada/partner?countrycode=en-ca"&gt;Registered Microsoft Partner&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;For a limited time, we are offering a free copy of &lt;a href="http://expression.microsoft.com/en-ca/cc136529.aspx"&gt;Expression Web 2&lt;/a&gt;, our premier web design tool for building compelling web sites.&lt;/p&gt;  &lt;p&gt;All you need to do is go to this site, register as Microsoft Partner on the &lt;a href="http://www.microsoft.com/canada/websolutions/specialoffers/webkit/default.aspx?wt.mc_id=can_webvap-en_Web_Solutions_Special_Offers_"&gt;site&lt;/a&gt; (which is completely free) and enter your Partner ID to get your free copy of Expression Web 2.&lt;/p&gt;  &lt;p&gt;There are many other benefits with this offer as well.&amp;#160; We are offering access to free training on Microsoft web platform technologies, great hosting offers and other benefits as well.&lt;/p&gt;  &lt;p&gt;In addition to all that, by registering as a Microsoft Partner, you get other offers for training, deeply discounted software to help you start your business as well as support from Microsoft to help you grow your business.&lt;/p&gt;  &lt;p&gt;If you haven’t registered as a Microsoft Partner yet, this may be a great time to do it!&lt;/p&gt;  &lt;p&gt;-Paul&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e9a19fc9-e3af-426a-99bc-31317a07c721" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Expression+Web" rel="tag"&gt;Expression Web&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft+Partner+Program" rel="tag"&gt;Microsoft Partner Program&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9471660" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Understanding the Microsoft Web Platform</title><link>http://blogs.msdn.com/seesharp/archive/2009/03/11/understanding-the-microsoft-web-platform.aspx</link><pubDate>Wed, 11 Mar 2009 17:30:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9470554</guid><dc:creator>plaberge</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9470554.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9470554</wfw:commentRss><description>&lt;p&gt;A common complaint that I hear from people who build web solutions is that when they try to start building web solutions on the Microsoft Platform, they hit a wall because of 2 things:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;There is so much information they don’t even know where to start. &lt;/li&gt;    &lt;li&gt;There is no consolidated set of resources that give them a launch pad for learning and using the Microsoft Web Platform. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The fact of the matter is, the people I talk to are right!&amp;#160;&amp;#160; We literally have gigabytes of very useful and relevant information for anyone that wants to build great web solutions with our tools and platform technologies but there are so many places where you need to go to get that information it becomes frustrating and turns people away.&lt;/p&gt;  &lt;p&gt;Well, we’ve heard these complaints and to help you get the resources you need, we have provided a &lt;a href="http://www.microsoft.com/canada/websolutions/default.aspx"&gt;Canadian-focused portal&lt;/a&gt; for building web solutions on the Microsoft platform.&amp;#160; This portal is intended to provide a launch pad for finding the information you need about our web platform.&amp;#160; This includes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Information on the tools you need to build on our platform and where to get them &lt;/li&gt;    &lt;li&gt;Learning facilities where you can get online training on our platform technologies – for free! &lt;/li&gt;    &lt;li&gt;Information on how to join the Microsoft Partner Program and why registering for free can help you grow your business &lt;/li&gt;    &lt;li&gt;Offers on software, 3rd party training and other benefits to help you get up to speed at a reduced cost &lt;/li&gt;    &lt;li&gt;Whitepapers to help you understand some of our best practices for building Microsoft-based web solutions &lt;/li&gt;    &lt;li&gt;Links to important blogs on our web platform &lt;/li&gt;    &lt;li&gt;How to find a hosting partner for your solution on Windows &lt;/li&gt;    &lt;li&gt;and much, much more &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you are building web solutions on the Microsoft platform or if you are thinking about it, I strongly encourage you to &lt;a href="http://www.microsoft.com/canada/websolutions/default.aspx"&gt;visit the site&lt;/a&gt;.&amp;#160; If you have feedback on the site, please let me know by submitting a comment to this post!&lt;/p&gt;  &lt;p&gt;-Paul&lt;/p&gt;  &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/Web+Development+Resource" mce_href="http://technorati.com/tag/Web+Development+Resource"&gt;Web Development Resource&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9470554" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/Web+Development/default.aspx">Web Development</category></item><item><title>Feel Energized? EnergizeIT is coming to a Canadian City Near you…</title><link>http://blogs.msdn.com/seesharp/archive/2009/02/11/feel-energized-energizeit-is-coming-to-a-canadian-city-near-you.aspx</link><pubDate>Wed, 11 Feb 2009 18:14:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9412850</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9412850.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9412850</wfw:commentRss><description>&lt;p&gt;Every year, Microsoft Canada puts on an event called &lt;a href="http://technet.microsoft.com/en-ca/events/bb410823.aspx"&gt;EnergizeIT&lt;/a&gt;.&amp;#160; In the past this event was a one-day event held in Toronto where we talked about the great new technologies that we are going to be releasing.&amp;#160; This year, we’re changing the format so that people across Canada can experience EnergizeIT!&lt;/p&gt;  &lt;p&gt;My colleague Damir Bersinic has created a &lt;a href="http://blogs.technet.com/canitpro/archive/2009/02/11/energizeit-is-coming.aspx"&gt;blog post&lt;/a&gt; all about it – I encourage you to take a look at it!&amp;#160; If you want to hear about Windows 7, Windows Server 2008 R2, IE8, Hyper-V, Windows Azure and many other upcoming technologies from Microsoft, this is where you want to be!&lt;/p&gt;  &lt;p&gt;Technorati Tags: &lt;a href="http://technorati.com/tag/EnergizeIT" mce_href="http://technorati.com/tag/EnergizeIT"&gt;EnergizeIT&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9412850" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Event/default.aspx">Event</category></item><item><title>Predictions for 2009</title><link>http://blogs.msdn.com/seesharp/archive/2009/01/07/predictions-for-2009.aspx</link><pubDate>Wed, 07 Jan 2009 19:24:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9288070</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9288070.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9288070</wfw:commentRss><description>&lt;p&gt;The community of Microsoft Regional Directors (individuals who are leaders in the Microsoft technology they specialize in and are considered among the top speakers on those technologies as well) have come up with their predictions on where Microsoft and IT in general will be going in 2009.&lt;/p&gt;  &lt;p&gt;I always like reading these predictions (just like I like to read preseason Superbowl predictions from NFL sports analysts) – some are always bang on and some not so much.&lt;/p&gt;  &lt;p&gt;The consolidated list is found on the &lt;a href="http://www.theregion.com/"&gt;global Regional Directors website&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Some of our Canadian Regional Directors have created their predictions as well.&amp;#160; Some are great predictions and some are ones we’ll have to see if they turn out, but I’ve listed links to some of our Regional Directors’ blogs below for your enjoyment:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://guy.dotnet-expertise.com/PermaLink,guid,9280d2cd-879d-41de-9090-c66dcd65cf57.aspx"&gt;Guy Barrette’s Predictions&lt;/a&gt; (I’ll admit the first part of the post made me think he went off the deep end…)&amp;#160;&amp;#160; :)&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.objectsharp.com/cs/blogs/barry/archive/2008/12/31/technology-predictions-and-trends-for-2009.aspx"&gt;Barry Gervin’s Predictions&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://weblogs.asp.net/jsemeniuk/archive/2008/12/30/predictions-for-2009.aspx"&gt;Joel Semeniuk’s Predictions&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.ardentdev.com/blog/index.php/2009/01/07/the-loathsome-ritual-of-predictions-for-2009/"&gt;Derek Hatchard’s Predictions&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I’m looking forward to seeing who is the most correct by year’s end!&lt;/p&gt;  &lt;p&gt;-Paul&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9288070" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>ASP.NET MVC Code Gallery Released</title><link>http://blogs.msdn.com/seesharp/archive/2008/12/18/asp-net-mvc-code-gallery-released.aspx</link><pubDate>Thu, 18 Dec 2008 17:47:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9236290</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/seesharp/comments/9236290.aspx</comments><wfw:commentRss>http://blogs.msdn.com/seesharp/commentrss.aspx?PostID=9236290</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://twitter.com/misfitgeek/"&gt;Joe Stagner&lt;/a&gt;, one of the people at Microsoft that I greatly admire &lt;a href="http://www.misfitgeek.com/ASPNET+MVC+Design+Gallery+And+Design+Competition.aspx"&gt;wrote in his blog&lt;/a&gt; about this nice little gold nugget about the &lt;a href="http://www.asp.net/MVC/Gallery/default.aspx?supportsjs=true"&gt;ASP.NET MVC Code Gallery being released&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you are a fan of the MVC pattern and you’re interested in using the ASP.NET MVC framework, this is a great place to start.&amp;#160; The code is contributed by the community and the licensing for it &lt;a href="http://creativecommons.org/licenses/by/3.0/us/"&gt;Creative Commons Attribution 3.0&lt;/a&gt; license so have a look and feel free to use it to learn and build MVC-based applications in ASP.NET!&lt;/p&gt;  &lt;p&gt;Technorati Tags:&amp;#160; &lt;a href="http://technorati.com/tag/MVC" mce_href="http://technorati.com/tag/MVC"&gt;MVC&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9236290" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/seesharp/archive/tags/MVC/default.aspx">MVC</category><category domain="http://blogs.msdn.com/seesharp/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item></channel></rss>