<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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 User Experience</title><link>http://blogs.msdn.com/canux/default.aspx</link><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>Microsofties in Residence Silverlight Training - Day 3</title><link>http://feeds.feedburner.com/~r/CanUX/~3/344806457/microsofties-in-residence-silverlight-training-day-3.aspx</link><pubDate>Thu, 24 Jul 2008 14:42:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8769403</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8769403.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8769403</wfw:commentRss><description>&lt;p&gt;John and I started parallel working in Day 3 and chatted back and forth on each other's progress using &lt;a href="http://office.microsoft.com/en-us/communicator/HA102037151033.aspx"&gt;Office Communicator&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;On the Design side&lt;/strong&gt;, I first focused on creating graphical elements in Expression Design. For each of our application scenario: sending gift, touching hands, and playing games, I created graphics for three different states: the normal states, the mouseover state when a user enters the tool/object, and a disable state when a user starts to drag the object onto the surface table.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/image_4.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="212" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/image_thumb_1.png" width="349" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The second part of my work is to create controls and animation using these graphics in Blend. The left image below is the initial wireframe, and the image on the right is after editing XAML and important XAML from Design. Creating a button with different interaction states is quite easy in Blend using visual state manager. Basically, I created a button template with three graphics as its content and then depending on the state to set the proper graphics to fade in and the current graphics to fade out. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/originalLACT.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="178" alt="originalLACT" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/originalLACT_thumb.png" width="323" border="0" /&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/image_6.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="178" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/image_thumb_2.png" width="294" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;strong&gt;On the development side&lt;/strong&gt;, here's from John's own words. &lt;/p&gt;  &lt;p&gt;Today, I focused two aspects of the LACT(Live Apart but Connect Together) application. First, I wrote a quick implementation of drag &amp;amp; drop functionality that our users will experience as they interact with the application. It was important for me to implement this feature early on in the development lifecycle since a visual element like this is critically important to a positive user experience. Second, I began working on the underlying implementation of the messaging framework that will be used for the LACT application. In retrospect, I should have probably thought a little more about its possible implementation. As I walked through the design of the architecture, I began to realize just how complex it was! For the LACT application, we&amp;#8217;ll be looking at using some of the new HTTP duplex mechanisms now supported in Silverlight 2 Beta 2. I&amp;#8217;m glad that this feature was added recently. Otherwise, I&amp;#8217;d be stuck coding sockets. Yuck.&lt;/p&gt;  &lt;p&gt;Here&amp;#8217;s a screenshot (below left) of the drag &amp;amp; drop implementation I built earlier today:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/clip_image002_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; margin: 0px 15px 0px 0px; border-left: 0px; border-bottom: 0px" height="214" alt="clip_image002" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/clip_image002_thumb.jpg" width="244" border="0" /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/clip_image004_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="214" alt="clip_image004" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_CAFD/clip_image004_thumb.jpg" width="244" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The black background for each element has been designated our non-hittable area. This space is reserved for navigation items (i.e. close icon) and allows us to support non-rectangular objects in a 2-D space. Note: The black will be made fully-translucent once we get closer to our &amp;#8220;RTM&amp;#8221;. This white ellipse represents our objects. These could be anything, really. They support a drag &amp;amp; drop functionality that will elevate them to the top of the z-index when they are selected. This is a common implementation for more 2-D surfaces you see in the industry today.&lt;/p&gt;  &lt;p&gt;I also made sure that the implementation can scale. Here&amp;#8217;s a screenshot with 500 objects. (see above right) I wasn&amp;#8217;t able to see any flickering with this many objects on the surface. Hooray!&lt;/p&gt;  &lt;p&gt;Day 4, we'll start integrating XAML with code so that instead of dragging dummy objects above, users will be able to drag objects I created above to the table and see animation occur. Let's wish the best luck for John to make breakthrough in implementing the underlying messaging framework so that two instances of the application can communicate with each other.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4a57f20b-9373-44f2-82af-b7a9ea074f4d" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/training" rel="tag"&gt;training&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight%202" rel="tag"&gt;Silverlight 2&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8769403" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Training/default.aspx">Training</category><category domain="http://blogs.msdn.com/canux/archive/tags/Designer_2F00_Developer+Workflow/default.aspx">Designer/Developer Workflow</category><category domain="http://blogs.msdn.com/canux/archive/tags/Silverlight+2/default.aspx">Silverlight 2</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/24/microsofties-in-residence-silverlight-training-day-3.aspx</feedburner:origLink></item><item><title>Microsofties in Residence Silverlight Training - Day 2</title><link>http://feeds.feedburner.com/~r/CanUX/~3/343279305/microsofties-in-residence-silverlight-training-day-2.aspx</link><pubDate>Wed, 23 Jul 2008 05:04:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8765925</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8765925.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8765925</wfw:commentRss><description>&lt;p&gt;Another day of collaborating virtually with John. This morning we learnt about creating handoff animations and editing control templates in Blend for designers. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Handoff animation is something Frame-based animation model can't do. Handoff animation means an animation timeline can interject another timeline of an object, no matter where the object is. &lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The rest of morning was focused more on Silverlight development such as creating event handlers and databinding in Visual Studio 2008. The first milestone we accomplished today is on our project idea and scope. &lt;/p&gt;  &lt;p&gt;The project we are going to build is a simulation to explore a future Surface Computing usage. Imagine using Surface tables as virtual shared spaces for long distance love ones. For example, Judy lives in Vancouver and has a surface table as her coffee table. Judy's boyfriend, Jack, lives in Toronto and also has a surface table as his coffee table. The two tables can communicate with each other. It's important for long distance love ones to &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;have subtle awareness of each other &lt;/li&gt;    &lt;li&gt;have a shared space together to make them feel they are close to each other &lt;/li&gt;    &lt;li&gt;something to help them enhance emotional connection with each other &lt;/li&gt;    &lt;li&gt;and be more involved in each other's live &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;We'll use Silverlight to simulate two surface tables communicating with each other in three scenarios:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Jack and Judy send gifts to each other through surface tables. &lt;/li&gt;    &lt;li&gt;Jack and Judy hold hands together virtually. &lt;/li&gt;    &lt;li&gt;Jack and Judy can play games together on the tables. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;I've included all my storyboards for the above scenarios in the below DeepZoom control. You can zoom in to see the details. &lt;/p&gt; &lt;iframe style="width: 400px; height: 300px" src="http://silverlight.services.live.com/invoke/14017/StoryboardDeepZoom/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;John and I collaborated on Live Meeting using the whiteboard tool (see below) to decide the design and development priorities for the project, the initial wireframes, and naming conventions for major UI components. The next stop I'll focus on creating graphics comps using Expression Design and creating user controls and animations using Blend. He'll test out the communication strategy between two silverlight applications and drag and drop interactions. Stay tuned for Day 3.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_1099B/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="200" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_1099B/image_thumb.png" width="350" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:71877416-5265-475c-b212-d9e8bd3690b0" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Training" rel="tag"&gt;Training&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight%202" rel="tag"&gt;Silverlight 2&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8765925" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Designer_2F00_Developer+Workflow/default.aspx">Designer/Developer Workflow</category><category domain="http://blogs.msdn.com/canux/archive/tags/silverlight+training+toronto/default.aspx">silverlight training toronto</category><category domain="http://blogs.msdn.com/canux/archive/tags/Silverlight+2/default.aspx">Silverlight 2</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/23/microsofties-in-residence-silverlight-training-day-2.aspx</feedburner:origLink></item><item><title>Microsofties in Residence Silverlight Training - Day 1</title><link>http://feeds.feedburner.com/~r/CanUX/~3/342276540/microsofties-in-residence-silverlight-training-day-1.aspx</link><pubDate>Tue, 22 Jul 2008 03:52:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8763057</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8763057.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8763057</wfw:commentRss><description>&lt;p&gt;This week my teammate John Bristowe and I are participating in the Microsofties in Residence Training (MiR). It's a five-day Silverlight training for Microsoft internal designers and developers. A designer is paired with a developer, so in our case I'm the designer and John is the developer. First a day and half is instructor led training, and the rest is hands-on project time. The goal is to finish a project at the end of&amp;#160; Day 5. It's a quite intense training considering we need to finish a project from concept to completion in just 5 days. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_A13A/image_6.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="267" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_A13A/image_thumb_2.png" width="417" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;John and I have an extra challenge because he injured his foot during our offsite last week and wasn't able to come to Redmond for training in person. We are collaborating remotely. See the picture above, I'm in Microsoft headquarter at Redmond, and John is working from his home at Calgary. This is actually a real-world situation that many designers and developers face when collaborating on projects. We used Live Meeting for John to participate in the class virtually (see below). He can see through my web camera on what's going on in the room and talk through the audio conference bridge, which was connected with the Live Meeting. As we going forward, we'll use more Live Meeting's sharing capabilities. I want to share our training experience as it progresses this week. I hope you find our learning from the training useful as well.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_A13A/image1.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="262" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftiesinResidenceSilverlightTraini_A13A/image1_thumb.png" width="440" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Day 1 Training agenda and notes:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Different than either designer-centric and developer-centric linear style workflow, the workflow for building Silverlight Rich Internet Applications (RIA) is parallel. This means after conceptual design, there are two things a designer and a developer need to agree on, then they can work in parallel. First thing is a wireframe(more explanation in the next bullet) in Expression Blend, and the second is a naming convention document. &lt;/li&gt;    &lt;li&gt;Wireframing in Blend is quite different than wireframe is used in other context. For example, it's very different than sketching. When you do wireframes in Blend, you are focusing on the layout of the UI components, the organization of the components (i.e.how they are grouped), and what UI controls to use to create the desired behaviour or experience. &lt;/li&gt;    &lt;li&gt;&amp;quot;Naming Convention Document&amp;quot; is another important strategy for successful designer-developer working flow. Making sure all the UI controls, animation storyboards, and events have proper names reduce a lot of error and save time. For example, use &amp;quot;stb_something&amp;quot; type of name to indicate it's a storyboard. Similarly, use &amp;quot;evt_&amp;quot; before events' names. &lt;/li&gt;    &lt;li&gt;creating a customized control and set its states using State View Manager. &lt;/li&gt;    &lt;li&gt;The workflow between Expression Design and Blend. If you apply effects to vector art in Design, it'll export as images (i.e.pngs) to Blend. Also, Silverlight doesn't support &amp;quot;gif.&amp;quot; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;That's it for today. See you tomorrow!&lt;/p&gt;  &lt;p&gt;Qixing&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3598ed78-6be2-4c52-8fbf-7b1f0ddc2c43" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight%202" rel="tag"&gt;Silverlight 2&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Training" rel="tag"&gt;Training&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft" rel="tag"&gt;Microsoft&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8763057" width="1" height="1"&gt;</description><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/22/microsofties-in-residence-silverlight-training-day-1.aspx</feedburner:origLink></item><item><title>Design Student of the Month - Hannah Johnston</title><link>http://feeds.feedburner.com/~r/CanUX/~3/340234243/design-student-of-the-month-hannah-johnston.aspx</link><pubDate>Sat, 19 Jul 2008 22:52:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8756571</guid><dc:creator>qixing</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/canux/comments/8756571.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8756571</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&lt;/a&gt; us. &lt;strong&gt;The Design Student of the Month for July 2008 is Hannah Johnston!&lt;/strong&gt; Congratulations!! Let's hear from Hannah.&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px 20px 0px 0px" height="183" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonth_E518/image_2.png" width="150" /&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonth_9E9E/hannahj_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="174" alt="hannahj" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonth_9E9E/hannahj_thumb.jpg" width="132" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;em&gt;Who&amp;#8217;s Hannah?&lt;/em&gt; &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;I recently completed my Bachelor's degree in Information Technology - Interactive Multimedia and Design at Carleton University in Ottawa. I think it&amp;#8217;s a great time to be designing technology as ubiquitous computing is taking off and technological interfaces are going far beyond the limitations of standard computer inputs. I'm primarily interested in using technology to design interactive media and games that are both entertaining and practical.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;em&gt;What cool stuff is Hannah doing?&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;I&amp;#8217;m currently researching the use of inertial sensors for video game input in order to change the way people play. With accelerometers strapped to the body, we&amp;#8217;re able to detect different body poses as well as some basic gestures, such as running and jumping. The system, Sensor Network for Active Play (SNAP ), aims to enforce more rigorous movement on the part of the player and encourages active involvement in the games. &lt;/p&gt;  &lt;p&gt;One of the games we&amp;#8217;ve developed is called Posemania. It is essentially a full-body version of Dance Dance Revolution, where players replicate full-body poses instead of pushing buttons with their feet. Track Heroes is a track and field based game where players can compete in the 100m dash and hurdles events, while running and jumping on the spot.&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/72393/HannahJohnstonSNAP/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;&lt;b&gt;&lt;em&gt;What are Hannah&amp;#8217;s plans after graduation?&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;In September, I&amp;#8217;ll be starting a Master&amp;#8217;s in Information Systems Science at Carleton University. After that, I might continue with Doctoral studies towards becoming a Professor. Alternatively, I&amp;#8217;d like to find employment designing and creating interactive experiences that engage users and have a positive impact on society.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;em&gt;Want to learn more about Hannah?&lt;/em&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Please visit hannahj.ca to contact me or to find out more about me and my projects.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ad8c0dc3-9e31-4860-b8bd-e5f52f612bdd" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Carleton%20University" rel="tag"&gt;Carleton University&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Design%20Student%20of%20the%20Month" rel="tag"&gt;Design Student of the Month&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian" rel="tag"&gt;Canadian&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8756571" 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/2008/07/19/design-student-of-the-month-hannah-johnston.aspx</feedburner:origLink></item><item><title>DesignCamp Waterloo Makes Great Impact</title><link>http://feeds.feedburner.com/~r/CanUX/~3/340234244/designcamp-waterloo-makes-great-impact.aspx</link><pubDate>Sat, 19 Jul 2008 22:50:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8756566</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8756566.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8756566</wfw:commentRss><description>&lt;p&gt;I really enjoyed the speech given by University of Waterloo Dean's Arts, Ken Coates, at last DesignCamp Waterloo back in March. It took me a while to get the video clip for speech, but it's a great one to share. He only spoke for 10 mins. However, it was short and powerful. First he highlighted the impact of student-run events like DesignCamp Waterloo, which the university leadership team used as examples to describe the spirit of Waterloo. Second, Ken talked about the serious problem of &amp;quot;Innovation stickiness&amp;quot; Canada is facing and the 21 century economy is about digital media, digital design, digital enabled technologies. &lt;/p&gt;  &lt;p&gt;Check it out.&lt;/p&gt;  &lt;p&gt;&lt;iframe src="http://silverlight.services.live.com/invoke/14017/DesignCampDeanSpeech/iframe.html" frameborder="0" width="500" scrolling="no" height="375"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:93d694d1-3f38-42bf-a96a-9db0cf17753f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/DesignCamp%20Waterloo" rel="tag"&gt;DesignCamp Waterloo&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8756566" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Design/default.aspx">Design</category><category domain="http://blogs.msdn.com/canux/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.msdn.com/canux/archive/tags/Students/default.aspx">Students</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/19/designcamp-waterloo-makes-great-impact.aspx</feedburner:origLink></item><item><title>Canada Wins!</title><link>http://feeds.feedburner.com/~r/CanUX/~3/336559786/canada-wins.aspx</link><pubDate>Tue, 15 Jul 2008 20:32:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8734982</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8734982.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8734982</wfw:commentRss><description>&lt;p&gt;Congratulations to &lt;a href="http://blogs.msdn.com/cdndevs/archive/2008/07/02/imagine-cup-2008-team-greenet.aspx"&gt;GreenNet&lt;/a&gt; from &lt;a href="http://www.sfu.ca/"&gt;Simon Fraser University&lt;/a&gt;, on winning the 2nd place in the Imagine Cup 2008 Interface Design competition!&lt;/p&gt;  &lt;p&gt;Congratulations to&amp;#160; &lt;a href="http://blogs.msdn.com/cdndevs/archive/2008/07/02/imagine-cup-2008-introducing-team-robotree.aspx"&gt;RoboTree&lt;/a&gt; from &lt;a href="http://www.fanshawec.ca/EN/"&gt;Fanshawe College&lt;/a&gt; and the &lt;a href="http://www.uwo.ca/"&gt;University of Western Ontario&lt;/a&gt; on winning the 3rd place in the Imagine Cup 2008 Short Film competition!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.flickr.com/photos/jldavid/2655735377/in/set-72157605927308812/"&gt;&lt;img height="375" alt="" src="http://farm4.static.flickr.com/3010/2655735377_02dc8b3118.jpg?v=0" width="500" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Below is an impressive shot of all the global finalists.&lt;/p&gt;  &lt;p&gt;&lt;img height="271" src="http://www.microsoft.com/presspass/events/imaginecup/images/winners_low.jpg" width="716" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://imaginecup.com/"&gt;Imagine Cup 2009&lt;/a&gt; website is already up. Check it out! More details on individual competition will be available in August. Stay tuned!&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:34634b23-11e9-4e42-89fb-8b36ce3aebc1" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Imagine%20Cup%202008" rel="tag"&gt;Imagine Cup 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian%20winners" rel="tag"&gt;Canadian winners&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Interface%20Design" rel="tag"&gt;Interface Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Short%20Film" rel="tag"&gt;Short Film&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8734982" 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/Imagine+Cup/default.aspx">Imagine Cup</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/15/canada-wins.aspx</feedburner:origLink></item><item><title>Expression Resource</title><link>http://feeds.feedburner.com/~r/CanUX/~3/336343290/expression-resource.aspx</link><pubDate>Tue, 15 Jul 2008 13:49:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8733232</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8733232.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8733232</wfw:commentRss><description>&lt;p&gt;Lately, I received several requests from both designers and UX professors about training on Expression Studio, which can help them jump start with the tools. There are so many different online training out there, so it's hard to figure out where to get started. I've looked through the training focusing on Expression and created the training list below ordered by learning progress. Hope you find them useful!&lt;/p&gt;  &lt;p&gt;Before learning about the tools, you may want to watch the following webcast, which captures the essence of Expression Studio - the seamless design workflow and the strong support for designer-developer collaboration. &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&amp;quot;&lt;strong&gt;Designing Windows Experiences by Robby Ingebretsen (Identity Mine) and Beau Ambur (Metaliq) &lt;/strong&gt;Join two top designers as they show how they created next generation experiences using Expression Blend and Expression Design. Learn best practices for creating experiences that are anything but lowest-common-denominator. &lt;a href="http://download.microsoft.com/download/7/6/c/76c2736f-b307-4625-bc49-724b25216c2f/KYN003.wmv"&gt;View this webcast&lt;/a&gt;&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;Expression Quick start Guides&lt;/strong&gt;: &lt;a href="http://expression.microsoft.com/en-us/cc184877.aspx"&gt;http://expression.microsoft.com/en-us/cc184877.aspx&lt;/a&gt;     &lt;br /&gt;It includes information on installation and other basic initial steps to set up the tools.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Lynda.com Training&lt;/strong&gt;. There are very good training videos to give you an overview of the tools and very easy to follow. Although the trainings are on the first version of Expression, but they still apply. After you finish watching the videos, you should be able to build prototypes using the tools.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Expression Blend: &lt;a href="http://movielibrary.lynda.com/html/modPage.asp?ID=384"&gt;http://movielibrary.lynda.com/html/modPage.asp?ID=384&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Design: &lt;a href="http://movielibrary.lynda.com/html/modPage.asp?ID=339"&gt;http://movielibrary.lynda.com/html/modPage.asp?ID=339&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Web: &lt;a href="http://movielibrary.lynda.com/html/modPage.asp?ID=301"&gt;http://movielibrary.lynda.com/html/modPage.asp?ID=301&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;&lt;font color="#ca0436"&gt;HOT!&lt;/font&gt; Expression Hands-on labs&lt;/strong&gt;. These hands-on labs you can follow step by step. They were used the &lt;a href="http://visitmix.com/2008/Default.aspx"&gt;MIX08&lt;/a&gt; conference this year. If you are teaching a course that uses Expression, these materials can be used for students to learn about the tools in a lab setting.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Expression Web 2 Hands-on Lab: &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR05%20-%20Expression%20Web%202%20MIX08%20Lab.docx"&gt;Manual&lt;/a&gt;,&lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR05%20-%20AllFiles-Web.zip"&gt; Lab Assets&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Blend 2 Hands-on Lab:&lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR06%20-%20Expression%20Blend%202%20MIX08%20Lab.docx"&gt; Manual&lt;/a&gt;, &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR06%20-%20AllFiles-Blend.zip"&gt;Lab Assets&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Design 2 Hands-on Lab: &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR07%20-%20Expression%20Design%202%20MIX08%20Lab.docx"&gt;Manual&lt;/a&gt;, &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR07%20-%20AllFiles-Design.zip"&gt;Lab Assets&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Encoder 2 Hands-on Lab: &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR08%20-%20Expression%20Encoder%202%20MIX08%20Lab.docx"&gt;Manual&lt;/a&gt;,&lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR08%20-%20AllFiles-Encoder.zip"&gt; Lab Assets&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Expression Media 2 Hands-on Lab: &lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR09%20-%20Expression%20Media%202%20MIX08%20Lab.docx"&gt;Manual&lt;/a&gt;,&lt;a href="http://cid-b910dee71504ec80.skydrive.live.com/self.aspx/Public/MIX08HOLs/LEXPR09%20-%20AllFiles-Media.zip"&gt; Lab Assets&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;A Note about &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32A3E916-E681-4955-BC9F-CFBA49273C7C&amp;amp;displaylang=en"&gt;Expression Blend 2.5 Preview&lt;/a&gt;: use Expression Blend 2.5 to create and modify managed Silverlight 2-based applications. Expression Blend 2.5 for Silverlight 2 includes all of the features in Expression Blend 2 but has not reached the quality level of Expression Blend 2 for WPF or Silverlight 1 development. Check out the &lt;a href="http://www.microsoft.com/expression/products/Features.aspx?key=blend2dot5"&gt;new features&lt;/a&gt; in Blend 2.5 that can increase your work productivity.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;Expression training videos and tutorials by topic&lt;/strong&gt;:    &lt;br /&gt;&lt;a href="http://expression.microsoft.com/en-us/cc136535.aspx"&gt;http://expression.microsoft.com/en-us/cc136535.aspx&lt;/a&gt; , &lt;a href="http://expression.microsoft.com/en-us/cc136536.aspx"&gt;http://expression.microsoft.com/en-us/cc136536.aspx&lt;/a&gt;    &lt;br /&gt;This is a list of video by topics. It's good to view these videos after you get an overall understanding of the tools. You can then pick a topic and learn in more detail.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7fbbff2a-6de3-4828-99ab-1206b97b126a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Expression%20Studio%202" rel="tag"&gt;Expression Studio 2&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression" rel="tag"&gt;Expression&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Training" rel="tag"&gt;Training&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Resource" rel="tag"&gt;Resource&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression%20Blend%202.5" rel="tag"&gt;Expression Blend 2.5&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8733232" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Resource/default.aspx">Resource</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression/default.aspx">Expression</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/15/expression-resource.aspx</feedburner:origLink></item><item><title>Imagine Cup Finals in Paris</title><link>http://feeds.feedburner.com/~r/CanUX/~3/329287004/imagine-cup-finals-in-paris.aspx</link><pubDate>Mon, 07 Jul 2008 21:42:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8704338</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8704338.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8704338</wfw:commentRss><description>&lt;p&gt;My teammate Jean-Luc David is now in Paris with the Canadian finalists: Team &lt;a href="http://blogs.msdn.com/cdndevs/archive/2008/07/02/imagine-cup-2008-introducing-team-robotree.aspx"&gt;RoboTree&lt;/a&gt; (short film) and Team &lt;a href="http://blogs.msdn.com/cdndevs/archive/2008/07/02/imagine-cup-2008-team-greenet.aspx"&gt;GreenNet&lt;/a&gt; (Interface Design). Check out how our Canadian teams are doing on &lt;a href="http://blogs.msdn.com/cdndevs/"&gt;CanDev&lt;/a&gt; blog and JL's personal &lt;a href="http://www.flickr.com/photos/jldavid/sets/72157605927308812/"&gt;Flickr&lt;/a&gt; site. Let's send the best wishes to them from home!&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;&amp;quot;Imagine Cup 2008: Day 2 - Working Long Hours &lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Team RoboTree&lt;/strong&gt; (Short Film)      &lt;br /&gt;The team is well on it's way to create a new short film for the competition. The students were thrown a curveball as the theme and the &lt;a href="http://imaginecup.com/Competition/mycompetitionguidelines.aspx?competitionId=17"&gt;guidelines for the finals are the same for the second round&lt;/a&gt;. Essentially, the goal is to &amp;quot;share a perspective on how technology enables a sustainable environment&amp;quot;. The team worked into the wee hours of the morning, took a break and then kick started this morning. Media, Drake and Ryan have been travelling all over the city by rented bicycle and using the M&amp;#233;tro. The deadline for the film is 2:00 AM tomorrow morning, then a presentation at the Digital Theatre on Monday.&lt;/p&gt;    &lt;p&gt;&lt;img src="http://farm4.static.flickr.com/3001/2638142490_c21b1d6463_m.jpg" /&gt;&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Team GreeNet&lt;/strong&gt; (Interface Design)&lt;/p&gt;    &lt;p&gt;Jin and Kevin are furiously working on their interface. As I type this, it's the final hour of the competition for them - then well deserved sleep as they have been awake working for the past 24hrs. The goal for the finals is to innovate and envision revolutionary interfaces for a mobile devices, a Web application and Web portal based on the theme &amp;quot;Imagine a world where technology enables a sustainable environment&amp;quot;. After today, the team gets to relax a bit and wait for the judging results.&lt;/p&gt;    &lt;p&gt;&lt;img height="180" src="http://farm4.static.flickr.com/3189/2638136348_14627b3140_m.jpg" width="240" /&gt;      &lt;br /&gt;You can view more photos &lt;a href="http://www.flickr.com/photos/jldavid/sets/72157605927308812/"&gt;here&lt;/a&gt;. Best of luck to both Robotree and GreeNet. Go Canada!&amp;quot;&lt;/p&gt;    &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c8f9c64f-8eeb-48c4-afd6-52a93577759f" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Imagine%20Cup%202008" rel="tag"&gt;Imagine Cup 2008&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canada" rel="tag"&gt;Canada&lt;/a&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8704338" 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/Canadian/default.aspx">Canadian</category><category domain="http://blogs.msdn.com/canux/archive/tags/Students/default.aspx">Students</category><category domain="http://blogs.msdn.com/canux/archive/tags/Imagine+Cup/default.aspx">Imagine Cup</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/07/07/imagine-cup-finals-in-paris.aspx</feedburner:origLink></item><item><title>Microsoft Designer: Jeffrey Dunn</title><link>http://feeds.feedburner.com/~r/CanUX/~3/323748272/microsoft-designer-jeffrey-dunn.aspx</link><pubDate>Mon, 30 Jun 2008 12:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8674189</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/8674189.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8674189</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftDesignerJefferyDunn_1109D/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftDesignerJefferyDunn_1109D/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 15px; border-right-width: 0px" height="158" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftDesignerJefferyDunn_1109D/image_thumb.png" width="112" align="right" border="0" mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MicrosoftDesignerJefferyDunn_1109D/image_thumb.png" /&gt;&lt;/a&gt; There are about 500 designers 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. Therefore, I used my spared time during my visit to Redmond last time to chat with Jeffrey Dunn, who is a UX Designer at Office Design Team. Jeff mainly works on SharePoint UI. &lt;/p&gt;  &lt;p&gt;In the 11 minutes &lt;a href="http://silverlight.services.live.com/58922/JeffDunnInterview/video.wmv"&gt;interview&lt;/a&gt; below, I asked Jeff about:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;How does his team working together to create the UX vision? &lt;/li&gt;    &lt;li&gt;What is it like to work as a UX Designer at Microsoft? &lt;/li&gt;    &lt;li&gt;Office applications are so established, does it limited Office designers' creativity since they can't build something from scratch? &lt;/li&gt;    &lt;li&gt;What are Jeff's daily activities? &lt;/li&gt;    &lt;li&gt;What are some necessary skills to be a good UX Designer? &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/58922/JeffDunnInterview/iframe.html" frameborder="0" scrolling="no" mce_src="http://silverlight.services.live.com/invoke/58922/JeffDunnInterview/iframe.html"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5df1df28-1639-4c1f-81cd-bc43bc3af9e0" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/UX%20Design" rel="tag"&gt;UX Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Microsoft%20Designer" rel="tag"&gt;Microsoft Designer&lt;/a&gt;,&lt;a href="http://technorati.com/tags/UX" rel="tag"&gt;UX&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8674189" width="1" height="1"&gt;</description><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/30/microsoft-designer-jeffrey-dunn.aspx</feedburner:origLink></item><item><title>Sports and Silverlight</title><link>http://feeds.feedburner.com/~r/CanUX/~3/323748273/sports-and-silverlight.aspx</link><pubDate>Mon, 30 Jun 2008 08:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8674188</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/8674188.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8674188</wfw:commentRss><description>&lt;P&gt;This year is definitely a big year for sports. &lt;A href="http://en.wikipedia.org/wiki/UEFA_Euro_2008" mce_href="http://en.wikipedia.org/wiki/UEFA_Euro_2008"&gt;Euro 2008&lt;/A&gt; just ended over the weekend, &lt;A href="http://www.wimbledon.org/en_GB/index.html" mce_href="http://www.wimbledon.org/en_GB/index.html"&gt;Wimbledon 2008&lt;/A&gt; is happening now, and the most splendid sports event of all - &lt;A href="http://en.beijing2008.cn/" mce_href="http://en.beijing2008.cn/"&gt;summer Olympics&lt;/A&gt; is just a little over a month away. It's also a big year for using Silverlight supporting an online rich experience to view these sports events as they happen. I collected a list of Silverlight sports site below. &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;A href="http://en.wikipedia.org/wiki/UEFA_Euro_2008" mce_href="http://en.wikipedia.org/wiki/UEFA_Euro_2008"&gt;&lt;STRONG&gt;Euro 2008&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; in Germany, Italy, and Netherlands&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://euro08magazin.sport.msn.de/" mce_href="http://euro08magazin.sport.msn.de/"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=194 alt=clip_image001 src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/clip_image001_5.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/clip_image001_5.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;A href="http://www.euro2008.rai.it/" mce_href="http://www.euro2008.rai.it"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=185 alt=clip_image001[4] src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/clip_image001%5B4%5D_1.jpg" width=297 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/clip_image001%5B4%5D_1.jpg"&gt;&lt;/A&gt;&amp;nbsp;&lt;A href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_4.png" mce_href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_4.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=188 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_thumb_1.png" width=226 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_thumb_1.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.wimbledon.org/en_GB/index.html" mce_href="http://www.wimbledon.org/en_GB/index.html"&gt;&lt;STRONG&gt;Wimbledon 2008&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; streaming site in Netherlands&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=781 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=414&gt;&lt;A href="http://blogs.msdn.com/controlpanel/blogs/www.wimbledon2008.nl" mce_href="www.wimbledon2008.nl"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 15px 0px 0px; BORDER-RIGHT-WIDTH: 0px" height=301 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_8.png" width=394 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_8.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=365&gt;
&lt;P&gt;The user can select the match/court to look at. When you go to the score list, the played matches can be watched on-demand. The statistics of the match are streamed in the video and therefore also showed in the on-demand views.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;Beijing Summer Olympics &lt;/STRONG&gt;&lt;A href="http://www.nbcolympics.com/video/" mce_href="http://www.nbcolympics.com/video/"&gt;&lt;STRONG&gt;streaming on NBC.com&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=400 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=200&gt;&lt;A href="http://www.nbcolympics.com/video/" mce_href="http://www.nbcolympics.com/video/"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=232 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_7.png" width=329 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_7.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=200&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class=""&gt;&lt;IFRAME src="http://visitmix.com/blogs/News/718/player/" frameBorder=0 width=320 scrolling=no height=325 mce_src="http://visitmix.com/blogs/News/718/player/"&gt;&lt;/IFRAME&gt;&lt;BR&gt;&lt;A href="http://visitmix.com/blogs/News/NBC/" mce_href="http://visitmix.com/blogs/News/NBC/"&gt;NBC Olympics Player&lt;/A&gt; &lt;BR&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;Other sport sites:&lt;/P&gt;
&lt;TABLE class="" cellSpacing=0 cellPadding=2 width=400 border=0&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=200&gt;&lt;A href="http://wielrennen.nos.nl/index/silverlight" mce_href="http://wielrennen.nos.nl/index/silverlight"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=135 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_24.png" width=200 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_24.png"&gt;&lt;/A&gt; &lt;/TD&gt;
&lt;TD class="" vAlign=top width=200&gt;&lt;A href="http://premium.quiksilverlive.com/" mce_href="http://premium.quiksilverlive.com/"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=138 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_10.png" width=180 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_10.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class=""&gt;&lt;A href="http://www.video4ever.net/production/v4e.dll?cmd=main" mce_href="http://www.video4ever.net/production/v4e.dll?cmd=main"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=130 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_19.png" width=163 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_19.png"&gt;&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="" vAlign=top width=200&gt;&lt;A href="http://www.wwe.com/inside/silverlight/launch/" mce_href="http://www.wwe.com/inside/silverlight/launch/"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=139 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_13.png" width=176 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_13.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class="" vAlign=top width=200&gt;&lt;A href="http://mlb.mlb.com/media/video.jsp" mce_href="http://mlb.mlb.com/media/video.jsp"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=139 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_16.png" width=178 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_16.png"&gt;&lt;/A&gt;&lt;/TD&gt;
&lt;TD class=""&gt;&lt;A href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_21.png" mce_href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_21.png"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=135 alt=image src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_thumb_5.png" width=173 border=0 mce_src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/SportsandSilverlight_11DA4/image_thumb_5.png"&gt;&lt;/A&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c883360d-1de2-4036-bfc3-df3b3a162ba6 style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati Tags: &lt;A href="http://technorati.com/tags/Sports" rel=tag mce_href="http://technorati.com/tags/Sports"&gt;Sports&lt;/A&gt;,&lt;A href="http://technorati.com/tags/Silverlight" rel=tag mce_href="http://technorati.com/tags/Silverlight"&gt;Silverlight&lt;/A&gt;,&lt;A href="http://technorati.com/tags/streaming" rel=tag mce_href="http://technorati.com/tags/streaming"&gt;streaming&lt;/A&gt;&lt;/DIV&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8674188" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/canux/archive/tags/Silverlight+Streaming/default.aspx">Silverlight Streaming</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/30/sports-and-silverlight.aspx</feedburner:origLink></item><item><title>Design Student of the Month - David Chang</title><link>http://feeds.feedburner.com/~r/CanUX/~3/321551719/design-student-of-the-month-david-chang.aspx</link><pubDate>Fri, 27 Jun 2008 16:49:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8662161</guid><dc:creator>qixing</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/canux/comments/8662161.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8662161</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&lt;/a&gt; us. &lt;strong&gt;The Design Student of the Month for June 2008 is David Chang!&lt;/strong&gt; Congratulations!! Let's hear from David.&lt;/p&gt;  &lt;p&gt;&lt;img style="margin: 0px 10px 0px 0px" height="183" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonth_E518/image_2.png" width="150" /&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthDavidChang_B463/bio%20pic%201_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="177" alt="bio pic 1" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStudentoftheMonthDavidChang_B463/bio%20pic%201_thumb.jpg" width="127" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;Who&amp;#8217;s David?&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;I am a recent graduate from the Industrial Design program from the Ontario College of Art and Design. My primary interest has been in the development of unique furniture that offer a unique perspective on what objects can be and how they can perform. Although there is a growing interest in creating virtual experiences as a designer of physical objects I am fascinated with how new narratives and forms of dialogue can be created through these objects and generate unexpected experiences. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What cool things is David working on?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;My end of year thesis project revolved around creating new experiences for spaces in need of revitalization. In this case I was looking at the library as the subject matter and in particular the library carrel. Through extensive research of what types of furniture are currently available on the market for libraries and how guests are currently using the various facilities and services I developed a hybrid desk that fuses together characteristics and functions of a shopping cart and a personal work desk. The concept was to bring some energy, movement and fun to the library space while providing guests with the necessary tools to complete certain tasks. The library shouldn&amp;#8217;t be boring; it should be stimulating in every way possible.&lt;/p&gt; &lt;iframe style="width: 500px; height: 375px" src="http://silverlight.services.live.com/invoke/68981/mobi_2/iframe.html" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;  &lt;p&gt;Currently I am working as Visual Stylist for Canadian retailer Holt Renfrew, working on creating unique narratives and installations for the company&amp;#8217;s downtown flagship store windows in Toronto. My experience in model making and my background as a fine artist has allowed me to create one of a kind pieces, such as photo installations and headpieces, for many of the store&amp;#8217;s well-recognized and revered displays.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What are David&amp;#8217;s plans after graduation?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I am currently doing some summer traveling in Europe with the hopes of getting a grander understanding of what design could do, the types of stories it can tell and how it builds unique relationships with people from various backgrounds. I am continuously looking for new opportunities to enrich my own practice as a designer and could see myself involved with others who seek to push the boundaries of design through multiple forms and outlets. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Want to learn more about David?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If you are interested in other work I have created I can be reached at &lt;a href="mailto:david.hyun.chang@gmail.com"&gt;david.hyun.chang@gmail.com&lt;/a&gt;. A web portfolio is currently on the works so keep your eyes peeled. Thank you.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ca4c475d-a87d-4b5d-b4f3-7e7cba90b6b4" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/OCAD" rel="tag"&gt;OCAD&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Design%20Student%20of%20the%20Month" rel="tag"&gt;Design Student of the Month&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Industrial%20Design" rel="tag"&gt;Industrial Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Canadian" rel="tag"&gt;Canadian&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8662161" 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/2008/06/27/design-student-of-the-month-david-chang.aspx</feedburner:origLink></item><item><title>Design Story: Managing Human Capital for Large Organization</title><link>http://feeds.feedburner.com/~r/CanUX/~3/319266122/design-story-managing-human-capital-for-large-organization.aspx</link><pubDate>Tue, 24 Jun 2008 21:37:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8649180</guid><dc:creator>qixing</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/canux/comments/8649180.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8649180</wfw:commentRss><description>&lt;p&gt;After joining Microsoft for almost a year and an half now, I'm still finding my way through the company organizational structure. Whenever I met a new person at Microsoft, I'd like to see the organizational tree they belong to and how their orgs relate to mine. A good visualization tool is definitely needed. :) &lt;/p&gt;  &lt;p&gt;In this design story, we introduce you the R&amp;amp;D team at &lt;a href="http://nakisa.com/contents/default.asp"&gt;Nakisa&lt;/a&gt;. They are a Canadian software company who is specialized in building &lt;strong&gt;&lt;em&gt;Visual Workspace Management Solutions&lt;/em&gt;&lt;/strong&gt;. I asked their master minds who are the architects and designers behind their OrgManagement Series application to share the high level design challenges, process, and best practice with you. &lt;/p&gt;  &lt;table cellspacing="0" cellpadding="2" width="400" border="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="200"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" height="258" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/image_thumb.png" width="442" align="left" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="200"&gt;         &lt;table cellspacing="0" cellpadding="2" width="5" border="0"&gt;&lt;tbody&gt;             &lt;tr&gt;               &lt;td valign="top" width="2"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/Farzin_Davari_4.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" height="141" alt="Farzin_Davari" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/Farzin_Davari_thumb_1.jpg" width="150" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;                &lt;td valign="top" width="2"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/Charles_Lai_2.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="139" alt="Charles_Lai" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/DesignStoryManagingHumanCapitalforLargeO_F7AC/Charles_Lai_thumb.jpg" width="175" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td valign="top" width="150"&gt;                 &lt;p&gt;&lt;b&gt;Farzin Davari&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;Manager, Process Engineering&lt;/p&gt;                  &lt;p&gt;&lt;/p&gt;                  &lt;p&gt;Research &amp;amp; Development &lt;/p&gt;               &lt;/td&gt;                &lt;td valign="top" width="150"&gt;                 &lt;p&gt;&lt;b&gt;Charles Lai&lt;/b&gt;&lt;/p&gt;                  &lt;p&gt;VP Engineering &lt;/p&gt;                  &lt;p&gt;Research &amp;amp; Development&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/tbody&gt;&lt;/table&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&amp;quot;&lt;b&gt;Nakisa OrgManagement Series&lt;/b&gt; is a powerful web-based suite of enterprise software solutions used to access, visualize and model human capital and organizational directory information as well as enhance communication and collaboration company-wide. Nakisa&amp;#8217;s goal is to help organizations make strategic decisions about how to better manage their global talent and optimize workforce performance by empowering them with a 360-degree view into their human capital data. &amp;quot; - Nakisa&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What are some high level design goals for OrgManagement Series?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Charles&lt;/i&gt;&lt;/b&gt;&lt;i&gt;: &lt;/i&gt;We wanted to deliver inaccessible HCM information to an entire organization in a very visual and easy to understand format. Surprisingly, if you talk to employees in large organizations, they generally have no idea where they actually fit in the organizational structure or understand how the corporate entity is organized!&lt;/p&gt;  &lt;p&gt;HCM systems in large enterprises are very rich in information that can help information workers make better decisions each and every day. The problem is that this information is often stored in many different systems, in a format that is difficult to understand and difficult to access because of strict security requirements. &lt;/p&gt;  &lt;p&gt;In the future, we want to, not only introduce a fresh new look and feel that is in tune with the current trends, we also want to bring a richer user experience to the thin client. It is critical for us to continue to improve the user interface while make our application as accessible as possible.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Farzin:&lt;/i&gt;&lt;/b&gt; Organizational information is difficult to visualize because it depicts the relationships between individuals within the organization. It is much easier to visualize as a &amp;#8216;tree&amp;#8217; or &amp;#8216;graph&amp;#8217;, rather than trying to imagine it just by looking at flat text. Nakisa presents this information as an organizational chart, which is easy to understand, and very intuitive for any information worker, so that they not only have access to information they did not have before they are able to understand and use it.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;How did you involve users throughout your design and development process?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Charles:&lt;/i&gt;&lt;/b&gt; Actually, inspiration for our orgchart solution came from a user who shared with us, the pain of trying to access and visualize organizational information. From that humble beginning, we realized that the end user was truly the person that needed to be happy with the solution. As a result, we always approached the product as an evolving entity, taking the user&amp;#8217;s feedback to guide us. &lt;/p&gt;  &lt;p&gt;The first iterations of the product provided users with a static orgchart that helped them solve their problem of visualizing organizational structure. The users looked at the static orgchart, and then asked about how they can see how the orgchart can be linked with other information within the organization, and we realized that the ability to navigate through the orgchart was a need that we had not foreseen! Taking that lesson to heart, we went through much iteration to add in functionality that included navigation and user customization, while always making sure that the application is easy to use.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What are some design challenges when you were designing the system?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Charles&lt;/i&gt;&lt;/b&gt;: Actually, just trying to make an application intuitive and easy to use can get really difficult. We try to balance offering many capabilities while keeping the interface simple so that the user doesn&amp;#8217;t get confused! &lt;/p&gt;  &lt;p&gt;We looked at many ways to create our design so that actions are very obvious, but at the same time, every function available that is not visible must be hidden in the user interface somewhere&amp;#8230; sometimes making it difficult for the user to remember and use.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Farzin:&lt;/i&gt;&lt;/b&gt; Another design challenge we faced was to make the orgcharts customizable for any organization. The problem is that the requirements for displaying organizational information is very specific to each company, so we needed to develop a very customizable engine so that we can meet all the client&amp;#8217;s requirements. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;What&amp;#8217;s your team&amp;#8217;s design process and some best practices that we can learn from?&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Charles:&lt;/i&gt;&lt;/b&gt; I think the most unique aspect of Nakisa&amp;#8217;s design process is that we involve each and every developer in the user interface design. I find that there is this perception that developers don&amp;#8217;t care about the user experience, and that they are perfectly to happy create bad user interfaces so long as it meets the requirements. I think that is actually very wrong! Developers are very in-tune with how the user experience is presented because they use a wide variety of software every day. They appreciate good designs, and can easily find flaws in the bad ones. The problem is that the industry puts a creative barrier around developers, saying that they are too technical, so they should not be involved with user interfaces.&lt;/p&gt;  &lt;p&gt;In Nakisa&amp;#8217;s case, we bring the developers together to critique the user design, they often leverage their own experiences with new and nifty user interfaces into our design, keeping our product design cutting edge. Sometimes, we need to put a brake on ideas that are too different because we need to ensure that we always maintain a clean, professional look. To achieve that look, we focus on small details to introduce a new and trendy UI (such as reflections, shadows, use of different palettes and icon design), while maintaining a strong consistent layout to achieve a clean and professional user interface.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;i&gt;Farzin:&lt;/i&gt;&lt;/b&gt; Yes, talking about focusing on details, that is one of the best achievements in our design process. We have several internal and cross team meetings where developers can share their ideas and reuse their experiences. Developers come up with new UI ideas in these meetings that we then have to capture and align together. Some ideas are ready to use right away, some of them have to be broken down and polished. &lt;/p&gt;  &lt;p&gt;To solve this issue, we came up with UI design pattern. So before jumping into code, a dedicated team finalizes and documents the UI design. This process is an iterative process and the rest of the developers act as stakeholders. The outcome of this effort is a reusable UI design pattern that we can apply it on all of our products.&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a731da76-ec40-44c9-93aa-89a7d8719ad8" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/UI%20Design" rel="tag"&gt;UI Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Nakisa" rel="tag"&gt;Nakisa&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Design%20Story" rel="tag"&gt;Design Story&lt;/a&gt;,&lt;a href="http://technorati.com/tags/visualization" rel="tag"&gt;visualization&lt;/a&gt;,&lt;a href="http://technorati.com/tags/OrgChart" rel="tag"&gt;OrgChart&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8649180" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Design/default.aspx">Design</category><category domain="http://blogs.msdn.com/canux/archive/tags/Canadian/default.aspx">Canadian</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/Story/default.aspx">Story</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/24/design-story-managing-human-capital-for-large-organization.aspx</feedburner:origLink></item><item><title>Where do you get your inspiration?</title><link>http://feeds.feedburner.com/~r/CanUX/~3/316962831/where-do-you-get-your-inspiration.aspx</link><pubDate>Sat, 21 Jun 2008 14:52:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8632092</guid><dc:creator>qixing</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/canux/comments/8632092.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8632092</wfw:commentRss><description>&lt;p&gt;Lately I ran into different blogs and articles that talk about inspiration. So, where do you get your inspiration? Here are some tools and resource for inspiration.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Inspired by Mood&lt;/strong&gt;&lt;/p&gt; &lt;a href="http://www.psfk.com/2008/06/moodstream-gettys-streaming-inspiration.html"&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Wheredoyougetyourinspiration_94C4/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 15px 0px 0px; border-right-width: 0px" height="162" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/Wheredoyougetyourinspiration_94C4/image_thumb.png" width="171" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://moodstream.gettyimages.com/"&gt;Moodstream: Getty&amp;#8217;s Streaming Inspiration&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#8220;The site cycles through photos, videos and music using their huge cache of media as source material. Getty has created a tool for creative professionals (or everyone else) to find fresh inspiration. The control panel has sliders to adjust the mood and tone of the media; happy to sad, warm to cool. You&amp;#8217;re also able to save favorites, and (of course) purchase the media.&amp;#8221;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Listen to Experts&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&amp;quot;I&amp;#8217;ve often believed that the best designers don&amp;#8217;t get their ideas and inspiration from the place they work. As a designer that works in the social web space, I do look at a large number of new sites that come through the pipeline for inspiration. However, I also am a big advocate of experimenting with things that are seemingly unrelated and trying to connect those experiences to my work on the web.&amp;quot; - &lt;a href="http://kevnull.com/2008/04/ia-summit-inspiration-from-the-edge.html"&gt;Kev/null&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A &lt;a href="http://twitter.com/inspiring"&gt;Twitter&lt;/a&gt; account called &lt;a href="http://twitter.com/inspiring"&gt;&lt;em&gt;&lt;strong&gt;Inspiring&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;, where Stephen, &lt;a href="http://coley.tumblr.com"&gt;Coley&lt;/a&gt;, &lt;a href="http://patrickhaney.com"&gt;Patrick Haney&lt;/a&gt; (who runs a &lt;a href="http://www.flickr.com/photos/splat/sets/981332/"&gt;web inspiration Flickr set&lt;/a&gt;) and kev/null&amp;#160; post inspiring, innovative or beautiful artifacts.&lt;/p&gt;  &lt;p&gt;Kev/null's review of Stephen's presentation on inspiration.&lt;/p&gt;  &lt;div id="__ss_354113" style="width: 425px; text-align: left"&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=edge-ui-stephen-p-anderson-1208258042419567-8" width="425" height="355" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" /&gt;     &lt;div style="font-size: 11px; padding-top: 2px; font-family: tahoma,arial; height: 26px"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin-bottom: -5px; border-right-width: 0px" alt="SlideShare" src="http://static.slideshare.net/swf/logo_embd.png" /&gt;&lt;/a&gt; | &lt;a title="View this slideshow on SlideShare" href="http://www.slideshare.net/stephenpa/inspiration-from-the-edge-new-patterns-for-interface-design"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload"&gt;Upload your own&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;&lt;strong&gt;My Suggestions&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;I consider myself in Software User Experience Design, but I often find myself inspired by other design disciplines such as Industrial Design and Fashion Design. I read the &lt;a href="http://mocoloco.com/"&gt;Modern and&amp;#160; Contemporary Design Blog&lt;/a&gt; and love to flip through &lt;a href="http://www.style.com/vogue/"&gt;Vogue magazine&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Other good inspiration sources:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://infosthetics.com/"&gt;information aesthetics&lt;/a&gt;&amp;#160; and &lt;a href="http://www.visualcomplexity.com/vc/"&gt;visualcomplexity&lt;/a&gt; for new ways to look at all the information around us &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.smashingmagazine.com/"&gt;Smashing Magazine&lt;/a&gt; - &amp;quot;we smash you with the information that will make your life easier. Really.&amp;quot; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.janchipchase.com/"&gt;Future Perfect&lt;/a&gt; -&amp;#160; inspiration from everyday people's life around the world &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;img style="visibility: hidden; width: 0px; height: 0px" height="0" src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMTQwNTczMTE*NTEmcHQ9MTIxNDA1NzMxNzcwMSZwPTEwMTkxJmQ9Jm49Jmc9Mg==.jpg" width="0" border="0" /&gt;Finally, be inspired by nature. Go to your favourite outdoor places that give you a peaceful mind and great inspiration.&lt;/p&gt;  &lt;p&gt;I'd love to hear how you get your inspiration, so drop me a line!&lt;/p&gt;  &lt;p&gt;Qixing&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:714b15d3-21f2-4cc0-93f3-8c5d8490c7b7" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/inspiration" rel="tag"&gt;inspiration&lt;/a&gt;,&lt;a href="http://technorati.com/tags/resource" rel="tag"&gt;resource&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8632092" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Design/default.aspx">Design</category><category domain="http://blogs.msdn.com/canux/archive/tags/Resource/default.aspx">Resource</category><category domain="http://blogs.msdn.com/canux/archive/tags/General+Thoughts/default.aspx">General Thoughts</category><category domain="http://blogs.msdn.com/canux/archive/tags/inspiration/default.aspx">inspiration</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/21/where-do-you-get-your-inspiration.aspx</feedburner:origLink></item><item><title>IxDA Interation|09 in Vancouver</title><link>http://feeds.feedburner.com/~r/CanUX/~3/316962833/ixda-interation-09-in-vancouver.aspx</link><pubDate>Sat, 21 Jun 2008 14:52:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8632088</guid><dc:creator>qixing</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/canux/comments/8632088.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8632088</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/IxDAInteration09inVancouver_98C9/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="55" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/IxDAInteration09inVancouver_98C9/image_thumb.png" width="150" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;One of my favourite discussion list is &lt;a href="http://www.nabble.com/forum/Search.jtp;jsessionid=10gyb7jljtz8h?query=IxDA&amp;amp;daterange=1&amp;amp;startdate=&amp;amp;enddate="&gt;IxDA&lt;/a&gt;. It's a great place for interaction designers to ask design questions, share best practices, and virtually network with each other. Some members have met each other at various ID and web conferences, but this year IxDA had its very first conference in Savannah College of Arts and Design. I didn't get a chance to go but heard great feedback about it.&lt;/p&gt;  &lt;p&gt;IxDA recently announced Interaction|09 with Simon Fraser University, Vancouver, B.C. February 5-8, 2009. That's something I'm not planning to miss. :)   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&amp;quot;The Interaction Design Association (IxDA) is pleased to announce Interaction|09, to be held February 5-8, 2009 in conjunction with Simon Fraser University's School of Interactive Arts + Technology, and the Faculty of Business, located in lovely Vancouver, B.C. Mark your calendars now for what promises to be another exciting and informative conference centered around the design of interactive systems of all types, from web and desktop applications, to mobile devices, consumer electronics, digitally-enhanced environments, and more. This will be our growing community's second annual opportunity to gather with several hundred other Interaction Design professionals from around the world.   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;About IxDA: &lt;a href="http://ixda.org"&gt;http://ixda.org&lt;/a&gt;    &lt;br /&gt;Founded in 2003, the Interaction Design Association (IxDA) is a member- supported organization committed to serving the needs of the international interaction design community. With the help of thousands of members worldwide, we provide a forum for the discussion of interaction design issues. IxDA's mission includes evangelism of our field, innovation in our discipline, professionalism in our standards of practice, support for interaction design education in academic programs, and community building for our growing global community of interaction design professionals.&amp;quot;&lt;/p&gt;  &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2cf9b642-8fe1-4ced-9ea6-40b5eed58bbd" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/IxDA" rel="tag"&gt;IxDA&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SFU.%20Interaction%20Design" rel="tag"&gt;SFU. Interaction Design&lt;/a&gt;,&lt;a href="http://technorati.com/tags/conference" rel="tag"&gt;conference&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8632088" 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/UX+Design/default.aspx">UX Design</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/21/ixda-interation-09-in-vancouver.aspx</feedburner:origLink></item><item><title>[Mini-Tutorial] Creating a Silverlight Video Gallery</title><link>http://feeds.feedburner.com/~r/CanUX/~3/314201737/mini-tutorial-creating-a-silverlight-video-gallery.aspx</link><pubDate>Tue, 17 Jun 2008 22:33:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8612608</guid><dc:creator>qixing</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/canux/comments/8612608.aspx</comments><wfw:commentRss>http://blogs.msdn.com/canux/commentrss.aspx?PostID=8612608</wfw:commentRss><description>&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialCreatingSilverlightVideoGall_141FC/image_4.png"&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialCreatingSilverlightVideoGall_141FC/image_2.png"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 30px 0px 0px; border-right-width: 0px" height="183" alt="image" src="http://blogs.msdn.com/blogfiles/canux/WindowsLiveWriter/MiniTutorialCreatingSilverlightVideoGall_141FC/image_thumb.png" width="244" align="left" border="0" /&gt;&lt;/a&gt;&lt;/a&gt;   &lt;p&gt;As I promised in &lt;a href="http://blogs.msdn.com/canux/archive/2008/04/25/playing-with-surface-demos.aspx"&gt;one of my&amp;#160; earlier posts&lt;/a&gt; to do a tutorial on how to create a Silverlight Video Gallery, here is the mini-tutorial (about 10 mins). It has two parts: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Use Expression Encoder 2 to create a standard Silverlight video gallery &lt;/li&gt;    &lt;li&gt;Customize your video gallery in Expression Blend and save it back to Encoder as a template for future use &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;To follow the mini-tutorial, you need the following software:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/expression/products/overview.aspx?key=encoder"&gt;Expression Encoder 2&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/expressionencoder/archive/2008/06/14/8597856.aspx"&gt;Encoder 2 SL streaming plug-in&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href=" http://expression.microsoft.com/en-us/cc643423.aspx"&gt;Expression Blend 2.5 June Preview&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Watch it streaming below or download it &lt;a href="http://silverlight.services.live.com/14017/VideoGalleryTutorial/VideoGalleryTutorial.wmv"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;iframe src="http://silverlight.services.live.com/invoke/14017/VideoGalleryTutorial/iframe.html" frameborder="0" width="640" scrolling="no" height="480"&gt;&lt;/iframe&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;   &lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4dfc2a37-6218-40f1-ab91-415da6afb03c" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&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/Video%20Gallery" rel="tag"&gt;Video Gallery&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression%20Encoder%202" rel="tag"&gt;Expression Encoder 2&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8612608" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/canux/archive/tags/Silverlight/default.aspx">Silverlight</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/Screencast/default.aspx">Screencast</category><category domain="http://blogs.msdn.com/canux/archive/tags/Expression+Encoder/default.aspx">Expression Encoder</category><feedburner:origLink>http://blogs.msdn.com/canux/archive/2008/06/17/mini-tutorial-creating-a-silverlight-video-gallery.aspx</feedburner:origLink></item></channel></rss>
