<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Expression Blend and Design</title><subtitle type="html">The team blog of the Expression Blend and Design products.</subtitle><id>http://blogs.msdn.com/expression/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/expression/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2009-07-23T15:48:31Z</updated><entry><title>Try to Define Visuals in XAML</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/11/24/try-to-define-visuals-in-xaml.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/11/24/try-to-define-visuals-in-xaml.aspx</id><published>2009-11-25T02:17:30Z</published><updated>2009-11-25T02:17:30Z</updated><content type="html">Ok, pop-quiz time. Below, you will find two screenshots I took from two different applications: [ Screenshot 1 ] [ Screenshot 2 ] Can you tell what is different between those two images? If you said that the button in the second image seems a few pixels off from the image on the top (or something similar), you are wrong. The UI depicted in both of the screenshots is exactly the same. Yes, it was a trick question. While both applications look almost the same when run, let’s look at both of these applications...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/11/24/try-to-define-visuals-in-xaml.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9928339" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Tips and Tricks" scheme="http://blogs.msdn.com/expression/archive/tags/Tips+and+Tricks/default.aspx" /></entry><entry><title>Download Expression Blend Preview for .NET 4</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/11/18/download-expression-blend-preview-for-net-4.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/11/18/download-expression-blend-preview-for-net-4.aspx</id><published>2009-11-18T19:30:30Z</published><updated>2009-11-18T19:30:30Z</updated><content type="html">Today at PDC, we made a few announcements that would be of interest to you! First, Scott Guthrie announced the availability of the Silverlight 4 Beta . This version of Silverlight contains some cool new features that many of you have asked for, so read the What’s New document to get an overview of some of the new features. To coincide with the release of Silverlight 4 Beta today and the release of Visual Studio 2010 Beta 2 a short while ago, we are making a version of Expression Blend available that...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/11/18/download-expression-blend-preview-for-net-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9924589" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /></entry><entry><title>Working with Layout when DataContexts are Involved</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/11/16/working-datacontexts-and-layout.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/11/16/working-datacontexts-and-layout.aspx</id><published>2009-11-16T18:28:50Z</published><updated>2009-11-16T18:28:50Z</updated><content type="html">Hi everyone, When using Expression Blend, a common task you probably engage in is working with layout. Tasks I commonly associate with “working with layout” involve moving things around, rearranging the order of elements, ensuring everything flows when resized, changing your layout container, etc. For the most part, the changes you make to the layout of your application are pretty harmless…except when it involves DataContexts. In a nutshell, data contexts allow you to specify the data that elements...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/11/16/working-datacontexts-and-layout.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9923074" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Tips and Tricks" scheme="http://blogs.msdn.com/expression/archive/tags/Tips+and+Tricks/default.aspx" /></entry><entry><title>Simple Cartoon Animation using Visual States</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/11/10/simple-cartoon-animation-using-visual-states.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/11/10/simple-cartoon-animation-using-visual-states.aspx</id><published>2009-11-10T20:13:03Z</published><updated>2009-11-10T20:13:03Z</updated><content type="html">One of the goals of Silverlight’s Visual State Manager technology is to let you do quite a bit of control customization without needing to use Blend’s Timeline, nor even having to know what a Storyboard is! Feel free to test-drive the Silverlight Button below, and then read on for a run-down of how easily it can be built. I started out with some vectors (Paths) depicting the face in its normal resting state. Then I used the Tools &amp;gt; Make Into Control command to make the artwork into a template...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/11/10/simple-cartoon-animation-using-visual-states.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9920396" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author></entry><entry><title>Storyboards, Visual States and SketchFlow Animations</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/10/13/storyboards-visual-states-and-sketchflow-animations.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/10/13/storyboards-visual-states-and-sketchflow-animations.aspx</id><published>2009-10-13T17:41:56Z</published><updated>2009-10-13T17:41:56Z</updated><content type="html">What are these things – are they different ways of doing the same task? When would I use one in preference to another? Do they all work in all project types? This post will try to answer those questions by describing the animation and control customization tools that are available to you in Expression Blend 3 + SketchFlow, and discussing what jobs each tool is meant to do. I’ll be classifying project types along two independent axes: WPF or Silverlight, and Blend or SketchFlow. In the first release...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/10/13/storyboards-visual-states-and-sketchflow-animations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906737" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Tips and Tricks" scheme="http://blogs.msdn.com/expression/archive/tags/Tips+and+Tricks/default.aspx" /><category term="Cool New Feature!" scheme="http://blogs.msdn.com/expression/archive/tags/Cool+New+Feature_2100_/default.aspx" /></entry><entry><title>Visual State Manager tips for design and authoring</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/10/02/visual-state-manager-tips-for-design-and-authoring.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/10/02/visual-state-manager-tips-for-design-and-authoring.aspx</id><published>2009-10-03T05:34:00Z</published><updated>2009-10-03T05:34:00Z</updated><content type="html">As you probably know, Silverlight and WPF have a runtime piece called the Visual State Manager (or VSM for short). As I’ll describe in this post, VSM and the Expression Blend tooling support for VSM lend a nice clean mental model to the business of visual states and visual state changes for both custom controls and UserControls. Although chronologically the story begins with the control author, I’ll talk about that aspect later in this post simply because there are more people in the world concerned...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/10/02/visual-state-manager-tips-for-design-and-authoring.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9902667" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author></entry><entry><title>Expression Blend 3 Survey- Win a free zune HD!!!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/09/15/expression-blend-3-survey-win-a-free-zune-hd.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/09/15/expression-blend-3-survey-win-a-free-zune-hd.aspx</id><published>2009-09-16T02:34:41Z</published><updated>2009-09-16T02:34:41Z</updated><content type="html">Hello! The Expression Blend team is currently planning features for future versions of Expression Blend. We encourage everyone to take our Blend 3 Survey and send us your feedback. All eligible participants will be able to enter a drawing to win a FREE Zune HD ! &amp;#160; As the winner you will be able to customize your own 32GB Zune HD (color and pattern). The deadline for submitting a survey response is October 5th, 2009 @ 11:59pm. The winner will be announced on October 9th, 2009. Click here to complete...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/09/15/expression-blend-3-survey-win-a-free-zune-hd.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9895612" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author></entry><entry><title>Silverlight Control Styling Tips Articles</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/09/09/silverlight-control-styling-tips-articles.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/09/09/silverlight-control-styling-tips-articles.aspx</id><published>2009-09-10T02:58:00Z</published><updated>2009-09-10T02:58:00Z</updated><content type="html">We’ve published eleven new articles on the blog and they all contain information and tips that you’ll find useful when styling common Silverlight 3 controls. First there’s an article with some general tips: it discusses template binding, different ways of binding Content in your template, some of the smarts in the Make Into Control command, and some tips on visual states. Then there are ten articles focusing on specific commonly-used controls. For each of these specific articles the article format...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/09/09/silverlight-control-styling-tips-articles.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9893397" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Tips and Tricks" scheme="http://blogs.msdn.com/expression/archive/tags/Tips+and+Tricks/default.aspx" /></entry><entry><title>Keyframe Marquee Selection, and other Timeline Tips</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/09/02/keyframe-marquee-selection-and-other-timeline-tips.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/09/02/keyframe-marquee-selection-and-other-timeline-tips.aspx</id><published>2009-09-02T23:35:10Z</published><updated>2009-09-02T23:35:10Z</updated><content type="html">With Blend 3 it’s now possible to draw a marquee (or lasso) around keyframes to select all the keyframes that fall within it. Hold down the CTRL key then drag out a marquee with the mouse pointer as shown below. You can even begin your drag operation when the mouse pointer is over a keyframe or an animation bar; so long as CTRL is pressed, this will not result in selecting and/or moving any keyframe or animation. If you ever used the time ruler area above the Timeline to move the yellow playhead...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/09/02/keyframe-marquee-selection-and-other-timeline-tips.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9890563" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Tips and Tricks" scheme="http://blogs.msdn.com/expression/archive/tags/Tips+and+Tricks/default.aspx" /></entry><entry><title>Using Custom Value Editors for Behaviors</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/08/26/using-custom-value-editors-for-behaviors.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/08/26/using-custom-value-editors-for-behaviors.aspx</id><published>2009-08-27T01:05:45Z</published><updated>2009-08-27T01:05:45Z</updated><content type="html">Ok, Jeff Kelly is back with Part IV of his coverage on behaviors-related topics. This one talks about some of the built-in value editors we provide to make it easier for your users to use behaviors that you create - Kirupa In Expression Blend 3, we’ve provided a number of custom ValueEditors in the property inspector to enhance the usability of our standard Behavior set. As an added bonus, we’ve introduced some limited extensibility to allow third-party controls and behaviors to reuse a few of these....(&lt;a href="http://blogs.msdn.com/expression/archive/2009/08/26/using-custom-value-editors-for-behaviors.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9885990" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Behaviors" scheme="http://blogs.msdn.com/expression/archive/tags/Behaviors/default.aspx" /><category term="Blend Features" scheme="http://blogs.msdn.com/expression/archive/tags/Blend+Features/default.aspx" /></entry><entry><title>Blend 3 Samples Deconstructed</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/08/24/blend-3-samples-deconstructed.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/08/24/blend-3-samples-deconstructed.aspx</id><published>2009-08-24T22:16:47Z</published><updated>2009-08-24T22:16:47Z</updated><content type="html">In my previous post, I mentioned that most of the samples from previous versions of Expression Blend have been uploaded to our gallery. One thing that is common with all of the samples is that Celso Gomes had a hand in making them. Recently, Celso started deconstructing how many of the samples work at his site: http://www.nibblestutorials.net : Go check out Celso’s site if you are interested in learning more about how these samples work. Cheers! Kirupa :)...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/08/24/blend-3-samples-deconstructed.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9882895" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Blend Features" scheme="http://blogs.msdn.com/expression/archive/tags/Blend+Features/default.aspx" /><category term="Cool New Feature!" scheme="http://blogs.msdn.com/expression/archive/tags/Cool+New+Feature_2100_/default.aspx" /></entry><entry><title>All Expression Blend Samples Posted to the Expression Gallery!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/08/18/all-expression-blend-samples-posted-to-the-expression-gallery.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/08/18/all-expression-blend-samples-posted-to-the-expression-gallery.aspx</id><published>2009-08-19T02:03:19Z</published><updated>2009-08-19T02:03:19Z</updated><content type="html">Hi everyone, As many of you probably already know, the Expression Community site is where you go to learn more about how to use Expression Blend. One of the big components of the Community site is the Expression Gallery where you can download and share all kinds of content with the rest of the world. I had some time recently, so I’ve uploaded many of the samples that have shipped with Expression Blend to our gallery: &amp;#160; Just head over here and download them all. I’m not fully done uploading all...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/08/18/all-expression-blend-samples-posted-to-the-expression-gallery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9874710" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /></entry><entry><title>Deep Zoom Composer Updated to Fix an Export Related Bug</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/07/30/deep-zoom-composer-updated-to-fix-export-bug.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/07/30/deep-zoom-composer-updated-to-fix-export-bug.aspx</id><published>2009-07-31T01:29:11Z</published><updated>2009-07-31T01:29:11Z</updated><content type="html">Hi everyone, We have released an update to last week’s Deep Zoom Composer release to address a fairly serious bug related to the image paths we generate during export. You can download the latest version from the following location: Download Deep Zoom Composer As always, please uninstall all existing versions of Deep Zoom Composer before installing the new version. The export related bug we fixed has to do with image tiles not loading when you export using our custom templates. If you exported using...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/07/30/deep-zoom-composer-updated-to-fix-export-bug.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9853823" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Deep Zoom Composer" scheme="http://blogs.msdn.com/expression/archive/tags/Deep+Zoom+Composer/default.aspx" /></entry><entry><title>The States Pane and WPF Controls</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/07/26/the-states-pane-and-wpf-controls.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/07/26/the-states-pane-and-wpf-controls.aspx</id><published>2009-07-26T22:51:05Z</published><updated>2009-07-26T22:51:05Z</updated><content type="html">Last October I described how to use the States pane in a WPF project with Blend 2 Service Pack 1 . Things are even simpler with Expression Blend 3 so in this post I’ll remind you how to use the States pane with WPF controls. As you may know, when you create a template for a Silverlight control, the States pane populates with States ready for you to select-and-design. This is because Silverlight controls are designed to work with States, and each Silverlight control advertises the States it works...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/07/26/the-states-pane-and-wpf-controls.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9849375" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Blend Features" scheme="http://blogs.msdn.com/expression/archive/tags/Blend+Features/default.aspx" /></entry><entry><title>Expression Blend 3 – Secrets of Working With Data</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/expression/archive/2009/07/23/expression-blend-3-secrets-of-working-with-data.aspx" /><id>http://blogs.msdn.com/expression/archive/2009/07/23/expression-blend-3-secrets-of-working-with-data.aspx</id><published>2009-07-24T01:48:31Z</published><updated>2009-07-24T01:48:31Z</updated><content type="html">Evgeny is back with a great blog post describing some cool features related to the new Sample Data feature we introduced in Expression Blend 3. Visit his blog post to go read it: http://etvorun.spaces.live.com/blog/cns!6054141F335D00D3!130.entry Cheers! Kirupa :)...(&lt;a href="http://blogs.msdn.com/expression/archive/2009/07/23/expression-blend-3-secrets-of-working-with-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9846865" width="1" height="1"&gt;</content><author><name>xprblog</name><uri>http://blogs.msdn.com/members/xprblog.aspx</uri></author><category term="Expression Blend" scheme="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx" /><category term="Blend Features" scheme="http://blogs.msdn.com/expression/archive/tags/Blend+Features/default.aspx" /><category term="Cool New Feature!" scheme="http://blogs.msdn.com/expression/archive/tags/Cool+New+Feature_2100_/default.aspx" /></entry></feed>