<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Canadian UX Blog</title><link>http://blogs.msdn.com/canux/default.aspx</link><description>Connecting Canadian UX Professionals. It's all about Technology and a whole lot more!</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><image><link>http://blogs.msdn.com/CanUX</link><url>http://www.canitpro.ca/CdnITManagers/images/CommunityBlog.jpg</url></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CanUX" type="application/rss+xml" /><item><title>[Mini-Tutorial] Blend 3: Rich Interactivity with No Code</title><link>http://feedproxy.google.com/~r/CanUX/~3/61pC3TBQ4wk/mini-tutorial-blend-3-rich-interactivity-with-no-code.aspx</link><pubDate>Tue, 30 Jun 2009 23:35:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9810151</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9810151.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9810151</wfw:commentRss><description>&lt;p&gt;The idea of creating rich interactivity without code should sound very appearing to designers, because we want to turn static UI into interactive prototypes and test out our design ideas quickly. In Blend 3, “Behaviors” are packaged, re-usable building blocks of interactivity. They can be visually applied to UI components in the application using drag and drop. No more opening up Visual Studio and writing routine code like starting an animation when a button is clicked. Blend 3 will have bunch of commonly used Behaviors shipping with the tool, but they are extensible so that you or your developers can create your customized Behaviors. &lt;/p&gt;  &lt;p&gt;After watching Peter Blois’ MIX talk “&lt;a href="http://videos.visitmix.com/MIX09/C27M"&gt;Creating Interactivity with Microsoft Expression Blend&lt;/a&gt;,” I experienced the power of Behaviors myself in the tutorial below. For example, I used 3 different triggers( Mouse Click, Timer, and Mouse Gesture) to play the slideshow behavior. You can download many interesting Behaviors that the community are making at &lt;a href="http://gallery.expression.microsoft.com/en-us/site/items/behaviors"&gt;Expression Gallery page&lt;/a&gt;. &lt;/p&gt; &lt;iframe height="480" src="http://silverlight.services.live.com/invoke/14017/Behavior/iframe.html" frameborder="0" width="640" scrolling="no"&gt;&lt;/iframe&gt;  &lt;br /&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:d696e323-1e9c-41b4-a823-ec50256ad6ca" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Microsoft+Expression" rel="tag"&gt;Microsoft Expression&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/Behaviors" rel="tag"&gt;Behaviors&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mini-Tutorial" rel="tag"&gt;Mini-Tutorial&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9810151" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/ExpBlend/default.aspx">ExpBlend</category><category domain="http://blogs.msdn.com/canux/archive/tags/Mini-tutorial/default.aspx">Mini-tutorial</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression+Studio/default.aspx">Expression Studio</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/07/01/mini-tutorial-blend-3-rich-interactivity-with-no-code.aspx</feedburner:origLink></item><item><title>[Mini-Tutorial] Blend 3: Visual Data Binding</title><link>http://feedproxy.google.com/~r/CanUX/~3/jbVlROlaWx0/mini-tutorial-blend-3-visual-data-binding.aspx</link><pubDate>Mon, 29 Jun 2009 13:27:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9808597</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9808597.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9808597</wfw:commentRss><description>&lt;p&gt;As your project evolves from simple sketches to prototypes, you may want to add some real interactivity to it. There are two useful tools in Blend make this really easy: Sample Data and Behaviors. This tutorial will focus on Sample Data and how designers can bind data visually in Blend. The next tutorial will be on Behaviors. &lt;/p&gt;  &lt;p&gt;In previous version of Blend, we introduced data binding features in Blend. However, in order to make sample data targeted to particular applications, designers had to create XML data files in Visual Studio or other editors and then import into Blend. There was no easy way in Blend to generate the sample data they need. Check out how Sample Data makes this process easy in the tutorial below!&lt;/p&gt; &lt;iframe height="480" src="http://silverlight.services.live.com/invoke/14017/SampleData/iframe.html" frameborder="0" width="640" scrolling="no"&gt;&lt;/iframe&gt;  &lt;br /&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:44d634fc-f816-451f-ab1d-96b8db9e1d88" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &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/SampleData" rel="tag"&gt;SampleData&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft+Expression" rel="tag"&gt;Microsoft Expression&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mini-Tutorial" rel="tag"&gt;Mini-Tutorial&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9808597" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/ExpBlend/default.aspx">ExpBlend</category><category domain="http://blogs.msdn.com/canux/archive/tags/Mini-tutorial/default.aspx">Mini-tutorial</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression+Studio/default.aspx">Expression Studio</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression+Blend/default.aspx">Expression Blend</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/29/mini-tutorial-blend-3-visual-data-binding.aspx</feedburner:origLink></item><item><title>[Mini-Tutorial] Blend 3: SketchFlow Part II</title><link>http://feedproxy.google.com/~r/CanUX/~3/3VV8dRwBdfY/mini-tutorial-blend-3-sketchflow-part-ii.aspx</link><pubDate>Sun, 28 Jun 2009 14:36:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9807431</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9807431.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9807431</wfw:commentRss><description>&lt;p&gt;Bill Buxton talks about the difference between “Sketch” and “Prototype” in this his &lt;a href="http://www.amazon.com/Sketching-User-Experiences-Interactive-Technologies/dp/0123740371"&gt;Sketching User Experiences&lt;/a&gt;. (see the summary below)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialBlend3SketchFlowPartII_12F17/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialBlend3SketchFlowPartII_12F17/image_thumb.png" width="285" height="223" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;I agree sketching is an important part of the design process, but often times it’s hard to share our paper and pen sketches and get feedback from others. Following Part I of the SketchFlow tutorial, this tutorial demos the SketchFlow player and different ways designers can share their design ideas. &lt;iframe height="480" src="http://silverlight.services.live.com/invoke/14017/SketchFlowPartII/iframe.html" frameborder="0" width="640" scrolling="no"&gt;&lt;/iframe&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:54e51732-cdf7-4a62-8214-f0365c197cb5" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SketchFlow" rel="tag"&gt;SketchFlow&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blend+3" rel="tag"&gt;Blend 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mini-Tutorial" rel="tag"&gt;Mini-Tutorial&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9807431" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/ExpBlend/default.aspx">ExpBlend</category><category domain="http://blogs.msdn.com/canux/archive/tags/Mini-tutorial/default.aspx">Mini-tutorial</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/28/mini-tutorial-blend-3-sketchflow-part-ii.aspx</feedburner:origLink></item><item><title>[Mini-Tutorial] Blend 3: SketchFlow Part I</title><link>http://feedproxy.google.com/~r/CanUX/~3/QCvr5ZfTJhI/mini-tutorial-blend-3-sketchflow-part-i.aspx</link><pubDate>Sun, 28 Jun 2009 14:21:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9807424</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9807424.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9807424</wfw:commentRss><description>&lt;p&gt;Two years and an half ago, when I first joined Microsoft, we were getting ready to release Expression Studio 1. Expression Blend is a key product in the studio and works closely with Visual Studio. It was a great first step to support designers with visual tools to help them build rich interactive web and client. However, both Blend1 and Blend 2 were focused on supporting the final design within the production phrase. Much of the work designers do with in the ideation and early prototyping stages were not well supported. &lt;/p&gt;  &lt;p&gt;The figure below illustrate a typical iterative design process, and the highlighted rectangle shows the final design phrase that Blend 1 &amp;amp; 2 supported. Many designers I talked to have this question: &lt;em&gt;Would Blend support conceptual design and interaction design in the future and would it integrate with your Office suites? &lt;/em&gt;The answer is YES!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialBlend3SketchFlowPartI_12EF8/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialBlend3SketchFlowPartI_12EF8/image_thumb.png" width="406" height="322" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/expression/try-it/blendpreview.aspx"&gt;Blend 3 Beta&lt;/a&gt; was announced at MIX this year, and the SketchFlow demo generated lots of excitement among the designer community. After MIX, I couldn’t wait to get my hands on SketchFlow, and I know a lot of you are patiently waiting the release of Blend 3 which includes SketchFlow. So, l thought to record my learning experience with Blend as mini-tutorials to show you a number of things I found very useful as a designer. Hopefully, they’ll give you a quick start. &lt;/p&gt;  &lt;p&gt;This is the first part of the SketchFlow tutorial includes topics on:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;managing Blend workspace for SketchFlow&lt;/li&gt;    &lt;li&gt;creating new screens in Flow Pane and link between them&lt;/li&gt;    &lt;li&gt;using sketch styles and integrating your sketches&lt;/li&gt;    &lt;li&gt;creating component screens that can be added to each screen&lt;/li&gt; &lt;/ul&gt; &lt;iframe height="480" src="http://silverlight.services.live.com/invoke/14017/SketchFlowPartI/iframe.html" frameborder="0" width="640" scrolling="no"&gt;&lt;/iframe&gt;  &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:6270a95b-a8a9-454e-a5a0-7fbdeb58d882" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SketchFlow" rel="tag"&gt;SketchFlow&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blend+3" rel="tag"&gt;Blend 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Mini-Tutorial" rel="tag"&gt;Mini-Tutorial&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9807424" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/ExpBlend/default.aspx">ExpBlend</category><category domain="http://blogs.msdn.com/canux/archive/tags/Mini-tutorial/default.aspx">Mini-tutorial</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/28/mini-tutorial-blend-3-sketchflow-part-i.aspx</feedburner:origLink></item><item><title>SketchFlow and Blend 3 Presentation at Waterloo</title><link>http://feedproxy.google.com/~r/CanUX/~3/fM_pONlSSNk/sketchflow-and-blend-3-presentation-at-waterloo.aspx</link><pubDate>Fri, 19 Jun 2009 16:47:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9790459</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9790459.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9790459</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SketchFlowandBlend3PresentationatWaterlo_9E52/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SketchFlowandBlend3PresentationatWaterlo_9E52/image_thumb.png" width="468" height="258" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;So, you have a great design idea…      &lt;br /&gt;How do you turn your conceptual design ideas into rich prototypes ready for production?       &lt;br /&gt;How do you share your design ideas with others effectively at each stage?&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Come and join me&lt;strong&gt; &lt;/strong&gt;next Thursday at University of Waterloo Accelerator Center to learn about the answers to these questions. I’ll introduce a new component in &lt;a href="http://www.microsoft.com/expression/try-it/blendpreview.aspx"&gt;Expression Blend 3&lt;/a&gt; called, &lt;a href="http://electricbeach.org/?p=145"&gt;SketchFlow&lt;/a&gt;. It is a fun, flexible and powerful way to sketch and prototype rich and dynamic interactivity into your application. Come and learn how SketchFlow allows you to quickly iterate on your designs and share these designs with your colleagues for feedback.&amp;#160; Previous knowledge in Expression Blend is not necessary. &lt;/p&gt;  &lt;p&gt;In particular, I’ll cover the following topics:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;create your design sketches and navigations in SketchFlow &lt;/li&gt;    &lt;li&gt;share your design in SketchFlow player and receive feedback from others &lt;/li&gt;    &lt;li&gt;export your design into Word as specs &lt;/li&gt;    &lt;li&gt;create behaviors and effects Blend 3 &lt;/li&gt;    &lt;li&gt;visual data binding and sample data usage in Blend 3 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here are the event details:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;em&gt;From Concept to Production: Prototyping with Expression Blend 3&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Time:&lt;/em&gt; 5:00-7:30pm, June 25     &lt;br /&gt;&lt;em&gt;Location:&lt;/em&gt; Accelerator Centre Main Foyer, 295 Hagey Blvd. - Behind the Columbia Ice Fields. Food and Beverage will be served.     &lt;br /&gt;&lt;em&gt;Registration:&lt;/em&gt; RSVP for this free event by registering online at &lt;a href="http://ic.infusionangels.com"&gt;http://ic.infusionangels.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;See you next Thursday!&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:bb565718-b51d-48e7-89e2-283f7572e058" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SketchFlow" rel="tag"&gt;SketchFlow&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blend+3" rel="tag"&gt;Blend 3&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UX+Design" rel="tag"&gt;UX Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UX+Prototyping" rel="tag"&gt;UX Prototyping&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9790459" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/ExpBlend/default.aspx">ExpBlend</category><category domain="http://blogs.msdn.com/canux/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/canux/archive/tags/UX+Design/default.aspx">UX Design</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/19/sketchflow-and-blend-3-presentation-at-waterloo.aspx</feedburner:origLink></item><item><title>Design Student of the Month – Jin Fan</title><link>http://feedproxy.google.com/~r/CanUX/~3/4orOVZUi8Lo/design-student-of-the-month-jin-fan.aspx</link><pubDate>Tue, 16 Jun 2009 17:36:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9762752</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9762752.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9762752</wfw:commentRss><description>&lt;p&gt;There are a lot of creative students in Canada who are doing innovative work to improve people's life through interactive, visual, informational, and other aspects of User Experience Design. I invited them to introduce who they are and share their work with you. To nominate a Design Student of the Month, &lt;a href="http://blogs.msdn.com/canux/contact.aspx"&gt;email us&lt;/a&gt;. &lt;strong&gt;The Design Student of the Month for June 2009 is Jin Fan!&lt;/strong&gt; Congratulations!! Let's hear from Jin.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthJinFan_84A3/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthJinFan_84A3/image_thumb.png" width="126" height="154" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthJinFan_84A3/Jin_2.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Jin" border="0" alt="Jin" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthJinFan_84A3/Jin_thumb.jpg" width="144" height="144" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Who’s Jin?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I am an undergraduate honors degree candidate who is in my final year of completing my Bachelors of Science degree with a specialization in Interaction Design. I currently reside in Vancouver, British Columbia, where I study in the School of Interactive Arts and Technology (SIAT) at Simon Fraser University (SFU). I love being creative all the time and searching for new opportunities. Interaction design is such a diverse and interdisciplinary field. By studying it for more than four years, I have had experience learning a broad range of subjects from human computer interactions, usability, information visualization, design methodologies, cognitive science to communication design, human factors and so on. The collaborative learning environment in my program not only allows me to work with colleagues with different skill-sets and academic background, but also allow me to see how interaction design brings a new dimensions to benefit people’s life and the society at large.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What cool stuff is Jin doing?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Last year, my partner Kevin Muise and I attended the 2008 Microsoft Imagine Cup global final in Paris, France. Our &lt;i&gt;&lt;a href="http://blogs.msdn.com/canux/archive/2008/05/08/imagine-cup-project-greennet-facebook-application.aspx"&gt;GreeNet Facebook application&lt;/a&gt;&lt;/i&gt; design along with the proposal of re-designing an air pollution system for seniors during the 24-hours final competition made us won the 2&lt;sup&gt;nd&lt;/sup&gt; place in the Interface Design category. Kevin and I are continuing our research and study in regard to energy visualization and sustainability. Currently, we both are involved in a project of developing an adoptive living interface for a solar powered home.&lt;/p&gt;  &lt;p&gt;Last week (June 9-10), two of my projects, &lt;i&gt;Bike App &lt;/i&gt;and &lt;i&gt;The Looking Glass&lt;/i&gt;, were selected to showcase to the public as part of the Made in Brunel competition in London, UK. The two projects were published in the book &lt;i&gt;Made in Brunel 2009: Thinking Out Loud&lt;/i&gt;. &lt;i&gt;Bike App&lt;/i&gt; is a fitness iPhone application, which allows biking enthusiasts and iPhone users to enhance their workout through real time scenic and data visualization. Whether it’s hitting the trails on a sunny day or hopping on a bike at the gym for some cardio, the application uses iPhone’s built-in microphone and GPS capabilities to processes heart rate and calorie data into visually motivational and informative displays. As the lead designer of this project, I designed the graphical user interface and the navigations for the prototype. &lt;/p&gt;  &lt;p&gt;In addition, I have also explored some other area of interaction design and its approach in terms of user-oriented design process. The design of the Droog showroom was an example of integrating interaction design approach on designing architectural environment. My team tried to explore and consider how people interact within a space and how a well designed space can enhance and encourage positive behaviour.&lt;/p&gt;  &lt;p&gt;This short video below highlights some of the projects I have worked on at Simon Fraser University.&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/102301/projects/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What are Jin's plans after graduation?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I look forward working in a creative organization and developing my specialities in the area of interaction design and user experience. I want to bring my passion in design to my future workplace and one of my goals is to contribute positively to people and society through better design and user experience.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Want to learn more about Jin?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I can be contacted via email at jfan.info@gmail.com or visit my website at &lt;a href="http://www.sfu.ca/~jfa2"&gt;www.sfu.ca/~jfa2&lt;/a&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:5e7a7b75-3d16-4b9c-aacd-c32335950a1f" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/StudentoftheMonth" rel="tag"&gt;StudentoftheMonth&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian" rel="tag"&gt;Canadian&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Interaction+Design" rel="tag"&gt;Interaction Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Simon+Fraser+University" rel="tag"&gt;Simon Fraser University&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9762752" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/User+Experience+Design/default.aspx">User Experience Design</category><category domain="http://blogs.msdn.com/canux/archive/tags/UX+Design/default.aspx">UX Design</category><category domain="http://blogs.msdn.com/canux/archive/tags/DesignStudentoftheMonth/default.aspx">DesignStudentoftheMonth</category><category domain="http://blogs.msdn.com/canux/archive/tags/Academic/default.aspx">Academic</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/16/design-student-of-the-month-jin-fan.aspx</feedburner:origLink></item><item><title>Designers are Evangelists</title><link>http://feedproxy.google.com/~r/CanUX/~3/8Q9zgnfvZdo/designers-are-evangelists.aspx</link><pubDate>Tue, 09 Jun 2009 01:53:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9711471</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/9711471.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9711471</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Do you think designers are evangelists?&lt;/strong&gt; Outside of the religion context, an evangelist “is a person who enthusiastically promotes or supports something” according to Wikipedia. Based on this definition, we designers are obviously User Experience evangelists. The slide below is from the training that new designers take at Microsoft, which explicitly calls designers are evangelists.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignersareEvangelists_FBE6/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="slide includes reasons of why a designer is also an evangelist" border="0" alt="slide includes reasons of why a designer is also an evangelist" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignersareEvangelists_FBE6/image_thumb_2.png" width="394" height="263" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Why is important for designers to be evangelists in their teams?&lt;/strong&gt; In addition to the reasons provided on the slide, I think it’s the best way for UX design to scale in a software development team. Think about the designer-developer ratio in any development team,&amp;#160; most of time is 1: many. Although designers create the overall software UX design, developers build the final UX in the product. If designers can help developers understand good UX practice and the design rationales behind, it will result in an end-to-end high quality user experience. Especially when a team is working on a large product, designers usually cannot design every aspect of the product and rely on developers to make good UX design decisions. &lt;/p&gt;  &lt;p&gt;Evangelizing UX design and Microsoft UX technologies is my daily job. I think “Influence” is the most useful skill for designers to evangelize in their teams. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Influence&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The graph bellow illustrates that there are limited things we can control, but there are more things we can influence than control. The larger their sphere of influence is, the more likely someone can achieve their desired results. In the context of a software product team, maybe it’s more effective for designers to focus on influencing an experience rather than feeling the need to control it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://www.lukew.com/ff/entry.asp?829"&gt;&lt;img title="influence control sphere" border="0" alt="influence control sphere" src="http://www.lukew.com/ff/content/influence_control.gif" width="275" height="266" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;But &lt;strong&gt;how to influence others effectively?&lt;/strong&gt; Here are my tips: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Your influence power grows when you have more people stand by your side. For example, if you have a User Researcher or a technical writer working on the team as well, then he/she could be your best ally. &lt;/li&gt;    &lt;li&gt;Most of the time, you are influencing without authority. Maintaining a great relationship in the cross-disciplinary team is critical.&amp;#160; &lt;/li&gt;    &lt;li&gt;In order to influence others with your design ideas, you need to clearly and creatively communicate your ideas. If you are influencing others with your design principles, make sure the principles are easy to understand and placed in handy locations where others can review them often. Also, consider communicating your design ideas in different formats (e.g. online or offline) according to the audience you are talking to. &lt;/li&gt;    &lt;li&gt;Build your credibility in the team by providing guidance and support to others. Don’t just focus on what you are doing and your portion of the project, providing help to others when necessary will help you grow your influence power in the long run. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Why not start practicing your influencing skills with the tips above and be the UX evangelist in your team!&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;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &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:d3c2d307-1be3-4626-94b9-70e37d454832" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/UX+Evangelists" rel="tag"&gt;UX Evangelists&lt;/a&gt;,&lt;a href="http://technorati.com/tags/designers" rel="tag"&gt;designers&lt;/a&gt;,&lt;a href="http://technorati.com/tags/influence" rel="tag"&gt;influence&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9711471" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Designer/default.aspx">Designer</category><category domain="http://blogs.msdn.com/canux/archive/tags/General+Thoughts/default.aspx">General Thoughts</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/09/designers-are-evangelists.aspx</feedburner:origLink></item><item><title>How to Best Work and Connect with You?</title><link>http://feedproxy.google.com/~r/CanUX/~3/v1LKX7mswSs/how-to-best-work-and-connect-with-you.aspx</link><pubDate>Wed, 03 Jun 2009 22:12:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9693545</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9693545.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9693545</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.globalnerdy.com/2009/06/01/microsoft-canada-wants-to-pick-your-brain/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="zombie picture: I can has brainz?" border="0" alt="zombie picture: I can has brainz?" align="left" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/HowtoBestWorkandConnectwithYou_FFEF/image_3.png" width="215" height="186" /&gt;&lt;/a&gt;It’s survey time. Wait! Don’t run away yet. It’s a survey to ensure that our team &lt;i&gt;correctly identifies opportunities&lt;/i&gt; that would be of interest to you and discover what level you would be willing to share insights and collaborate across our programs, activities and in the community. &lt;/p&gt;  &lt;p&gt;Simply put by my college Joey DeVilla on his blog: “&lt;a href="http://www.globalnerdy.com/2009/06/01/microsoft-canada-wants-to-pick-your-brain/"&gt;Microsoft Canada Wants to Pick Your Brain&lt;/a&gt;!” And he has great images to convince you. :) Help us to better work and connect with you by complete the short survey &lt;a href="http://survey.confirmit.com/wix1/p865225100.aspx?slink=1"&gt;here&lt;/a&gt;. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9693545" width="1" height="1"&gt;</description><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/03/how-to-best-work-and-connect-with-you.aspx</feedburner:origLink></item><item><title>The Art of SEO and IIS</title><link>http://feedproxy.google.com/~r/CanUX/~3/RXjOe-p1zlE/the-art-of-seo-and-iis.aspx</link><pubDate>Wed, 03 Jun 2009 18:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9692163</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9692163.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9692163</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;nbsp; 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 mce_href="http://microsoft.com/web"&gt;Microsoft Web Platform Installer&lt;/A&gt; (WPI) is kind of a big thing.&amp;nbsp; 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;nbsp; 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 mce_href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-CA&amp;amp;EventID=1032413172&amp;amp;CountryCode=CA"&gt;here&lt;/A&gt;. You may be wondering how the WPI and SEO are linked.&amp;nbsp; Well, today, Microsoft announced a new feature added to the WPI called the &lt;A href="http://www.iis.net/extensions/SEOToolkit" target=_blank mce_href="http://www.iis.net/extensions/SEOToolkit"&gt;IIS Search Engine Optimization Toolkit&lt;/A&gt;.&amp;nbsp; 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/canux/WindowsLiveWriter/TheArtofSEOandIIS_D1C2/SEO-Toolkit-SMALL%5B1%5D.png" mce_href="http://blogs.msdn.com/blogfiles/canux/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/canux/WindowsLiveWriter/TheArtofSEOandIIS_D1C2/SEO-Toolkit-SMALL%5B1%5D_thumb.png" width=244 height=153 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/TheArtofSEOandIIS_D1C2/SEO-Toolkit-SMALL%5B1%5D_thumb.png"&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 mce_href="http://weblogs.asp.net/scottgu/archive/2009/06/03/iis-search-engine-optimization-toolkit.aspx"&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 mce_href="http://twitter.com/realscottgu"&gt;Scott Guthrie&lt;/A&gt;.&amp;nbsp; 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;nbsp; &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 mce_href="http://www.microsoft.com/web/downloads/platform.aspx"&gt;Web Platform Installer&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://forums.iis.net/1162.aspx" target=_blank mce_href="http://forums.iis.net/1162.aspx"&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 mce_href="http://learn.iis.net/page.aspx/640/using-site-analysis-to-crawl-a-web-site/"&gt;Tutorial:&amp;nbsp; 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 mce_href="http://learn.iis.net/page.aspx/641/using-site-analysis-reports/"&gt;Tutorial:&amp;nbsp; 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 mce_href="http://weblogs.asp.net/scottgu/archive/2009/06/03/iis-search-engine-optimization-toolkit.aspx"&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 mce_href="http://misfitgeek.com/blog/aspnet/announcing-the-iis-seo-toolkit-beta/"&gt;Joe Stagner’s Blog Post on the IIS7 SEO Toolkit&lt;/A&gt; &lt;/LI&gt;&lt;/UL&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;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9692163" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Developer/default.aspx">Developer</category><category domain="http://blogs.msdn.com/canux/archive/tags/Web+Design/default.aspx">Web Design</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/03/the-art-of-seo-and-iis.aspx</feedburner:origLink></item><item><title>Search It with Bing</title><link>http://feedproxy.google.com/~r/CanUX/~3/eoDtcUxKDoY/search-it-with-bing.aspx</link><pubDate>Mon, 01 Jun 2009 22:26:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9682420</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/9682420.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9682420</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.bing.ca/"&gt;Bing&lt;/a&gt; is the new Microsoft search experience and it’s live now for Canada! I’ve been using it for a while internally as Kumo. There’s already very lively conversation on &lt;a href="http://twitter.com/bing"&gt;Twitter about Bing&lt;/a&gt;. Some people like it after giving it a try and see the improvements we are making in search experience. Others are very skeptical about the new brand. I have to say I wasn’t sure about the name Bing at first, but then I got to know the reasoning behind, it suddenly made a lot of sense. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Why called Bing?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Bing is the ringing of a bell that signals the “aha” moment when a search leads to an answer. It’s the “sound of found” – short and simple, which functions well as a URL. In China, we added two Chinese characters to the name “&lt;b&gt;必&lt;/b&gt;&lt;b&gt;应 Bing&lt;/b&gt;.”&amp;#160; The Chinese character &lt;b&gt;必&lt;/b&gt;&lt;b&gt;应&lt;/b&gt; is pronounced “bee-ying” and its meaning is derived from the last two characters of a Chinese proverb “有求必应,” which means - &lt;b&gt;Ask and you shall find&lt;/b&gt; – very fitting :-). &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Why new search UX?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;As a UX designer, I used to think search experience should be as simple as possible because you want users spend less time on your search page but more time on the destination pages, there’s not much innovation space in search UX. However, Bing changed my opinion. There’s so much more we can innovate to help users in the “Search, Find, Decide” workflow cycle. Here are some examples:&lt;/p&gt;  &lt;p&gt;1. Many people set their browser homepage to be a search page (e.g. google.com) because the most frequent task they do when opening a browser is to search. Why not make the homepage experience more pleasant and dynamic by showing a different background picture everyday? &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_6.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_thumb_2.png" width="508" height="288" /&gt;&lt;/a&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;2. The search result page layout - think about this page as the hub for everything related to a particular search query. In this case, the common user activities when search for “Toronto blue jays” should be present on this page. For example, a user may want to see when is the next game or go to the blue jays ticket page. The goal is that users shouldn’t need to conduct another related search query to find what they need. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/clip_image002_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="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/clip_image002_thumb.jpg" width="494" height="349" /&gt;&lt;/a&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;3. Instead of searching for Air Canada and then searching for the flight number on the Air Canada website, finding a flight status by searching it directly on Bing. Help users to find the information they need with the least amount of search.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_thumb_3.png" width="494" height="271" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;4. Help users make better decision after searching by providing contextual reviews. In the example below, I searched for a Sushi restaurant in Vancouver and was able to preview the exact location and customer reviews of the restaurant. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_thumb_1.png" width="518" height="349" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;5. Search within Search -this feature is not yet available in Canada, but I hope soon. Most people go to Amazon.com to search for things to buy. Why not make this easier by letting users to search directly on the search result page? &lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Bing_12EA5/image_thumb.png" width="518" height="368" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Now I think sky is the limit for search experience. There’s plenty of room for innovation around how we can connect search with other related user activities such as decision making, how we can support search experience based on people’s preference and intension, and how we can make search a connected experience on web, desktop, and devices. &lt;/p&gt;  &lt;p&gt;Search it with Bing and let me know what you think. Let’s improve our search experience together. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Other suggested readings for Bing:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://news.cnet.com/8301-13860_3-10250614-56.html?tag=newsEditorsPicksArea.0"&gt;How Microsoft's Bing came to be&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.discoverbing.com/behindbing/"&gt;Behind Stories of Bing&lt;/a&gt; at DiscoverBing.com: there’s a video on Designing the UX of Bing &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.realsoftwaredevelopment.com/an-inside-look-at-bing/"&gt;An Inside Look at Bing&lt;/a&gt; by Canadian MVP Miguel Carrasco &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.huffingtonpost.com/2009/05/28/bing-microsofts-new-searc_n_208832.html"&gt;WATCH: Steve Ballmer Unveils 'Bing' Microsoft's New Search Engine&lt;/a&gt; &lt;/li&gt; &lt;/ul&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:c45f2758-1737-4b41-9e16-b08f5e663678" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Bing" rel="tag"&gt;Bing&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Search+User+Experience" rel="tag"&gt;Search User Experience&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9682420" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/canux/archive/tags/UX/default.aspx">UX</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/01/search-it-with-bing.aspx</feedburner:origLink></item><item><title>TechDays Expands to Another city in 2009!!</title><link>http://feedproxy.google.com/~r/CanUX/~3/u-TUxSK-jZI/techdays-expands-to-another-city-in-2009.aspx</link><pubDate>Mon, 01 Jun 2009 20:58:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9682185</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9682185.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9682185</wfw:commentRss><description>&lt;img style="margin: 0px 15px 0px 0px" align="left" src="http://blogs.technet.com/blogfiles/canitpro/WindowsLiveWriter/CommittedtoyoursuccessJohnOxleyDirectoro_A781/clip_image002_2.jpg" width="112" height="156" mce_src="http://blogs.technet.com/blogfiles/canitpro/WindowsLiveWriter/CommittedtoyoursuccessJohnOxleyDirectoro_A781/clip_image002_2.jpg" /&gt;&lt;font size="3" face="Calibri"&gt;TechDays 2008 was such a success that we had many comments and feedback that we should expand it to more cities.&amp;#160; Given our goal to support your development with skills growth, connecting you with your peers and experts to share insights and lessons learned, as well as helping your continued learning journey with the learning kit, it made sense to listen to this opportunity.&amp;#160; We have been planning TechDays 2009 since January and as part of the planning process, we also did a capacity review.&amp;#160;&amp;#160; Going through the capacity review we realized that we could grow and support up to 8 or 9 cites with a limit of only adding one per year.&amp;#160;&amp;#160; As soon as we found this out, we reviewed all your emails and comments around this area….and there were lots.&amp;#160; &lt;/font&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;Personally, I received over 1000 emails.&amp;#160;&amp;#160; From the review, it was clear that the two cities with the loudest voices were Edmonton and Halifax.&amp;#160; As an FYI other cities for which we received feedback included Quebec City, Moncton, Victoria, Saskatoon, Waterloo &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;and Regina.&amp;#160; I then directed our team on two paths to find out which city was going to be added this year.&amp;#160; Barnaby Jeans lead the data and analytics with John Bristowe, Damir Bersinic&amp;#160; and Rick Claus leading the community outreach.&amp;#160; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;I never thought that this outreach would go to the levels that it did.&amp;#160; From the passionate emails, support from local venues to the broad social media groundswell - it was amazing.&amp;#160; I wish that I could choose both, yet we just can’t support adding two cities this year.&amp;#160; There was passion from both cites and with the data and analytics correctly hitting the numbers, we needed to go forward with the only differentiator -- the community voice.&amp;#160; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;The city that won started out behind and surpassed the other with their connected community outreach.&amp;#160; They went past the city perspective and rallied as a larger entity…..The Maritimes.&amp;#160; Yes, I’m proud to announce that on &lt;b&gt;November 2 &amp;amp; 3, 2009, &lt;/b&gt;TechDays 2009 will be in &lt;strong&gt;Halifax&lt;/strong&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;Both cities were represented very well!&amp;#160; As a result of the great community response, I feel that everyone who took the time to raise their voice should be recognized for their efforts!&amp;#160; You know who you are, and in addition to our thanks, please reach out to Rick, Damir or John and they’ll extend to you a special Directors TechDays discount offer to attend TechDays 2009.&amp;#160; Please note the offer will be valid during the pre-registration period from June 15 until July 1. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="3" face="Calibri"&gt;Thanks again for all your feedback and support for TechDays.&amp;#160; Stay tuned for more information for early bird registration coming in July!&amp;#160; For those that attended last year watch your inbox mid to late June for a special thanks for your loyalty!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg"&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="Banner" border="0" alt="Banner" align="right" src="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_thumb.jpg" width="355" height="100" mce_src="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_thumb.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font size="3" face="Segoe Script"&gt;John&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;John Oxley&lt;/b&gt;&lt;/p&gt; &lt;font color="#004080" size="2"&gt;Director Technical Audience Marketing and ICT Evangelism    &lt;br /&gt;Microsoft Canada | Direct (905) 363- 8589|&lt;/b&gt;Messenger &lt;/font&gt;&lt;a href="mailto:joxley@microsoft.com" mce_href="mailto:joxley@microsoft.com"&gt;&lt;font color="#004080" size="2"&gt;joxley@microsoft.com&lt;/font&gt;&lt;/a&gt;&lt;font color="#004080" size="2"&gt; | twitter:joxley&lt;/font&gt;   &lt;p&gt;&lt;em&gt;&lt;font size="3" face="Segoe Script"&gt;&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/cdndevs/WindowsLiveWriter/TechDays2009Growstoincludeanothercity_F37F/Banner_2.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9682185" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Announcements/default.aspx">Announcements</category><category domain="http://blogs.msdn.com/canux/archive/tags/Training/default.aspx">Training</category><category domain="http://blogs.msdn.com/canux/archive/tags/TechDays_5F00_CA/default.aspx">TechDays_CA</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/01/techdays-expands-to-another-city-in-2009.aspx</feedburner:origLink></item><item><title>Vancouver / Toronto Event: Make Web, Not War Episode 2009</title><link>http://feedproxy.google.com/~r/CanUX/~3/URymPSlj6yc/vancouver-toronto-event-make-web-not-war-episode-2009.aspx</link><pubDate>Mon, 01 Jun 2009 11:42:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9677049</guid><dc:creator>plaberge</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/9677049.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9677049</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=9677049" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Event/default.aspx">Event</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/06/01/vancouver-toronto-event-make-web-not-war-episode-2009.aspx</feedburner:origLink></item><item><title>Opportunity Rings – WIT Event</title><link>http://feedproxy.google.com/~r/CanUX/~3/3WzcBe6p7iE/opportunity-rings-wit-event.aspx</link><pubDate>Tue, 26 May 2009 23:59:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9642803</guid><dc:creator>qixing</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/canux/comments/9642803.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9642803</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://iamcp.ca/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/OpportunityRingsWITEvent_1190B/image_5.png" width="218" height="59" /&gt;&lt;/a&gt;&amp;#160;&amp;#160; &lt;a href="http://www.catawit.ca/chapters/toronto/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/OpportunityRingsWITEvent_1190B/image_10.png" width="207" height="48" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/OpportunityRingsWITEvent_1190B/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/OpportunityRingsWITEvent_1190B/image_thumb.png" width="146" height="34" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Continuing connecting with women in&amp;#160; IT, we have a joint event next month with &lt;a href="http://iamcp.ca/"&gt;IAMCP&lt;/a&gt;'s Women in Leadership and Technology and &lt;a href="http://www.catawit.ca/chapters/toronto/"&gt;CATA Women in Technology&lt;/a&gt; groups. We intend this to be a fun evening of networking, empowerment and finding the courage to follow your own dreams.&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px; display: inline" border="0" alt="Opportunity Rings: A Novel" align="right" src="http://dynamic.images.indigo.ca/ProductImage.aspx?lang=en&amp;amp;sale=24&amp;amp;width=140&amp;amp;isbn=1554701589&amp;amp;cat=books&amp;amp;quality=85" width="108" height="166" /&gt;The evening will include a light snack and will feature a book reading from Sheryl Steinberg, journalist and author of&amp;#160; the novel &amp;quot;Opportunity Rings&amp;quot;, a light-hearted look at finding our strengths through our adversities.&lt;/p&gt;  &lt;p&gt;This is Sheryl's first book and came to life in spite of many people discouraging her from continuing with the project.&amp;#160; We are pleased to be part of promoting a Canadian author with her debut novel.&lt;/p&gt;  &lt;p&gt;In small break-out sessions, we will each have a chance to explore our own personal goals and to discuss and share with others what (if anything) is holding us back from living our personal dream.&amp;#160; You will walk away with at least one idea of how to make your own dream a reality.&lt;/p&gt;  &lt;p&gt;Come and join us!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;When:&lt;/strong&gt;&amp;#160;&amp;#160; Tuesday, June 16th&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Time:&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 5:30pm to 8:00 pm&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Where:&lt;/strong&gt;&amp;#160; Microsoft Corporation, 1950 Meadowvale Blvd., Mississauga, ON L5N 8L9 (&lt;a href="https://www.clicktoattend.com/directions.aspx?code=138414"&gt;driving directions&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="https://www.clicktoattend.com/invitation.aspx?code=138414"&gt;Register here&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9642803" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/canux/archive/tags/WomenInTechnology/default.aspx">WomenInTechnology</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/05/27/opportunity-rings-wit-event.aspx</feedburner:origLink></item><item><title>[Podcast] Microsoft Designer: Aaron Woo from Windows Mobile Team</title><link>http://feedproxy.google.com/~r/CanUX/~3/Qw8ajqy1KCU/podcast-microsoft-designer-aaron-woo-from-windows-mobile-team.aspx</link><pubDate>Mon, 25 May 2009 22:15:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9640897</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/9640897.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9640897</wfw:commentRss><description>&lt;p&gt;There are about 750 UX designers and researchers working at Microsoft. People in the UX community are often very surprised to hear about it. I think part of it is we haven't given our designers enough opportunities to talk about what they do and what's it like to work as designers at Microsoft. During my spare time when visiting Redmond, I try to talk to as many designers as possible from different product teams and share with you their stories. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/PodcastMicrosoftDesignerAaronWoofromWind_14A5E/image_2.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="image" border="0" alt="image" align="right" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/PodcastMicrosoftDesignerAaronWoofromWind_14A5E/image_thumb.png" width="115" height="133" /&gt;&lt;/a&gt; In this episode, I chatted with Aaron Woo, who is a UX Designer at the Windows Mobile Design Team. In our 15 minutes conversation below, we talked about the following topics:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What’s your role and responsibilities? &lt;/li&gt;    &lt;li&gt;Why did you decide to join Microsoft as a UX Designer? &lt;/li&gt;    &lt;li&gt;What are some design challenges for designing mobile interfaces? &lt;/li&gt;    &lt;li&gt;What’s it like to work at Microsoft as a designer? &lt;/li&gt;    &lt;li&gt;What’s the collaboration like within the design team? &lt;/li&gt;    &lt;li&gt;What contributes to a great designer? &lt;/li&gt; &lt;/ul&gt; &lt;iframe height="60" src="http://silverlight.services.live.com/invoke/14017/AaronWooInterview/iframe.html" frameborder="0" width="500" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Aaron’s Bio:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Aaron Woo is an Interaction Designer on the Windows Mobile design team working on the next version of Windows Mobile. Before coming to Microsoft he graduated from the University of Washington with a BFA in visual communication design. He is currently entering his second year working full-time at Microsoft.&lt;/em&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:ac37a9ad-64fc-4185-9373-ce95494285df" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Microsoft+Designer" rel="tag"&gt;Microsoft Designer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UX+Design" rel="tag"&gt;UX Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Windows+Mobile" rel="tag"&gt;Windows Mobile&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9640897" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Designer/default.aspx">Designer</category><category domain="http://blogs.msdn.com/canux/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/canux/archive/tags/Podcast/default.aspx">Podcast</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/05/25/podcast-microsoft-designer-aaron-woo-from-windows-mobile-team.aspx</feedburner:origLink></item><item><title>Design Student of the Month - Salpy Elizabeth Kelian</title><link>http://feedproxy.google.com/~r/CanUX/~3/jYeeH5U638o/design-student-of-the-month-salpy-elizabeth-kelian.aspx</link><pubDate>Wed, 20 May 2009 16:00:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632429</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/9632429.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=9632429</wfw:commentRss><description>&lt;p&gt;There are a lot of creative students in Canada who are doing innovative work to improve people's life through interactive, visual, informational, and other aspects of User Experience Design. I invited them to introduce who they are and share their work with you. To nominate a Design Student of the Month, &lt;a href="http://blogs.msdn.com/canux/contact.aspx"&gt;email us&lt;/a&gt;. &lt;strong&gt;The Design Student of the Month for May 2009 is Salpy Elizabeth Kelian!&lt;/strong&gt; Congratulations!! Let's hear from Salpy. &lt;/p&gt;  &lt;p&gt;&lt;img src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonth_A889/DSOM_2.png" width="115" height="141" /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthSalpyElizabethKel_B0F3/clip_image002_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthSalpyElizabethKel_B0F3/clip_image002_thumb.gif" width="125" height="125" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Who’s Salpy?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;Hi, I’m Salpy and I live in Toronto. For the past eight months I have attended Sheridan College’s Interactive Multimedia Program (IMM). I decided to go back to school for IMM after working as an instructional designer as I wanted to learn a lot more about programming for interactive multimedia. Though I had taken computer science as an elective during my undergraduate degree, I found IMM a lot more hands on and applicable to online material. Interestingly, this isn’t my first career. I’ve also worked as a researcher, and am a certified secondary school science teacher.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What cool stuff is Salpy doing?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;The largest project I worked on during this school year was my second term client project. It was a group project in which I was the project manager. Our challenge was to create a Microsoft Surface mock up in Flash for Royal Caribbean International (RCI). It was up to us to research RCI in order to create an application for Microsoft Surface that would attract cruisers to choose RCI over its competition. &lt;/p&gt;  &lt;p&gt;We decided on creating a Virtual Concierge that featured many of the key attributes of Microsoft Surface such as object recognition, multi-user and direct interaction. As it was a Flash mockup, we couldn’t quite emulate the multi-touch aspect. In order to compensate, we still had the scaling and rotational features of each window in place to emulate the feel of a Surface application. For user testing, we had members of the class along with the client try out the application as the work progressed. It was extremely helpful having class members try the application as they had no idea as to what the application was for. Having them use it intuitively and be able to figure out the purpose behind it quickly let us know that our application met its goal of intuitive user interface.&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/99761/Surface%20Mock%20Up/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;For an overview of the project please see &lt;a href="http://imminfusion.wordpress.com/about/"&gt;http://imminfusion.wordpress.com/about/&lt;/a&gt;. To see the Flash mockup in action &lt;a href="http://www.salpy.ca/content/infusion/index.html"&gt;http://www.salpy.ca/content/infusion/index.html&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What are Salpy’s plans after graduation?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;My goal is to learn a lot more about creating functionality that provides users with a great interactive multimedia experience. As the newest member of Jam3Media (Jam3Media.com), I’ll definitely be meeting my goal of working on highly interactive, multimedia rich sites that feature an excellent user experience.&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:471e4cf1-23cf-4fe3-ac08-cb5e79144ccb" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/StudentoftheMonth" rel="tag"&gt;StudentoftheMonth&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian" rel="tag"&gt;Canadian&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UX+Design" rel="tag"&gt;UX Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Sheridan+College" rel="tag"&gt;Sheridan College&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9632429" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Canadian/default.aspx">Canadian</category><category domain="http://blogs.msdn.com/canux/archive/tags/Awards/default.aspx">Awards</category><category domain="http://blogs.msdn.com/canux/archive/tags/Students/default.aspx">Students</category><category domain="http://blogs.msdn.com/canux/archive/tags/DesignStudentoftheMonth/default.aspx">DesignStudentoftheMonth</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2009/05/20/design-student-of-the-month-salpy-elizabeth-kelian.aspx</feedburner:origLink></item></channel></rss>
