<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Expression Blend and Design : Expression Interactive Designer</title><link>http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx</link><description>Tags: Expression Interactive Designer</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Generating key splines from a Path drawn in Blend</title><link>http://blogs.msdn.com/expression/archive/2007/01/01/generating-key-splines-from-a-path-drawn-in-blend.aspx</link><pubDate>Tue, 02 Jan 2007 02:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1395593</guid><dc:creator>xprblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/expression/comments/1395593.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=1395593</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=1395593</wfw:comment><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;In Blend you can author keyframes with &lt;I style="mso-bidi-font-style: normal"&gt;ease out&lt;/I&gt; and &lt;I style="mso-bidi-font-style: normal"&gt;ease in&lt;/I&gt; interpolation to give your animations acceleration and deceleration: in other words, life. You can also draw a motion path and animate an element along it. A &lt;I style="mso-bidi-font-style: normal"&gt;value curve&lt;/I&gt; is a graph of the change in a property value over time, and the combination of different value curves for different properties allows fine control over advanced scenarios such as acceleration along a curved trajectory.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;The previous post &lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/expression/archive/2006/12/30/keyframe-easing-and-key-splines.aspx"&gt;&lt;FONT face=Calibri size=3&gt;Keyframe easing and key splines&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; explains the string of numbers in a XAML KeySpline attribute such as those generated by Blend’s &lt;I style="mso-bidi-font-style: normal"&gt;ease out&lt;/I&gt; and &lt;I style="mso-bidi-font-style: normal"&gt;ease in&lt;/I&gt; settings. In a nutshell, the numbers are one keyframe’s worth of control points on a value curve. You can draw a value curve in Blend using the Pen tool and if you associate that curve with an element, a double property, and scales for the axes, then it’s a simple task to generate a set of keyframes and key splines. There are some scenarios where doing this is more appropriate than using Blend’s timeline so here’s a sample application which will get you started. The sample is unsupported but it is offered in the hope that it will be useful, instructive, or interesting.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;A class="" href="http://www.xamlshare.com/sparkle/samplesbeta1/ValueCurve2KeySplines.zip" mce_href="http://www.xamlshare.com/sparkle/samplesbeta1/ValueCurve2KeySplines.zip"&gt;&lt;FONT face=Calibri size=3&gt;Download the ValueCurve2KeySplines source code&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; (Blend Beta 1).&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Once you’ve downloaded and unzipped the sample project files, open and test (F5) the application. After building, the message on the artboard will disappear and the scene will display correctly. In the running application you can see three different-colored value curves, each of which targets a different property of the red plus sign-shaped element. When you click the ‘Generate’ button, an animation is generated from each of the value curves and these animations are saved in XAML format into the build folder in a file named Storyboard.xaml. The animations are also inserted into the application and previewed. The animation generated from the value curves included in the sample resembles an object spring-mounted on a surface and set in motion with a twang. If you’d like to know how the value curves and parameters were assembled then you can recreate it with the following procedure.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;First, you need to delete the value curves and parameters so you can recreate them. Expand LayoutRoot &amp;gt; Graph &amp;gt; ValueCurves and delete the Path elements named X, Y and Angle. Expand LayoutRoot &amp;gt; LegendBd &amp;gt; [StackPanel] &amp;gt; LegendLB and delete the ValueCurveParameters elements named XParms, YParms and AngleParms. On the artboard you’ll notice that the Legend list box is now empty. Running and clicking ‘Generate’ now will have no effect.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;The ‘spring twang’ animation happens over a small area and time period so let’s scale everything up while we’re designing it and then we can set the correct scale later without having to change any curves. Find the TextBlock element LayoutRoot &amp;gt; Graph &amp;gt; Axes &amp;gt; TimeAxis &amp;gt; TimeMax and set the Text property to ‘10’ so that the animation has a duration of ten seconds.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;To recreate the value curve which controls the element’s X coordinate, first double-click ValueCurves to activate it; the yellow border confirms the activated state. Click the Pen tool (or press P) and draw a curve like the one in the diagram:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;IMG style="WIDTH: 381px; HEIGHT: 336px" height=336 src="http://www.xamlshare.com/sparkle/images/Posts07/ValueCurve2KeySplines001.jpg" width=381 align=absMiddle mce_src="http://www.xamlshare.com/sparkle/images/Posts07/ValueCurve2KeySplines001.jpg"&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Make the first point with a click-drag toward the top-right of the screen to set the control point in that direction. Click-drag to the right to draw each of the subsequent points which will set horizontal tangents at the same time. In the previous post I mentioned that it is not valid for a control point to fall outside the bounding box of the spline which owns it. But some of the tangents shown above (and likely some of the tangents you will draw) are not perfectly horizontal so the control point on one end of the tangent will be breaking the rule. The ValueCurve2KeySplines sample will silently tolerate such errors up to a configurable limit (by default, 5% of the corresponding side-length of the bounding box) and will correct the control point. Any error greater than this tolerance will still be corrected but will provoke a warning message when the ‘Generate’ button is clicked. If you don’t want any automatic correction to take place then set the Window1.controlPointWarningTolerance member to zero and correct your control points manually until no warning message is shown. You can manipulate the control points individually with ALT and the Direct Selection tool (A). In the object tree, name the Path ‘X’ and set its Stroke to DarkSeaGreen and its Fill to &lt;I style="mso-bidi-font-style: normal"&gt;No brush&lt;/I&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Now the value curve needs parameters so you need to create a parameter object which refers by name to the Path element representing the value curve. Make sure the ListBox named LegendLB is visible in the object tree. Click the Asset Library tool (the bottom tool in the Toolbox), click User Controls, and drag ValueCurveParameters out of the library. Be aware that the Asset Library will close as soon as your drag begins, but keep the mouse button pressed and drop the object onto LegendLB in the object tree to create a new ValueCurveParameters item in the ListBox. Name the object ‘XParms’ and then, in the Property Inspector, expand the Miscellaneous category and set the following property values: MaxValue = 350, MinValue = 50, set PathBrush to a SolidColorBrush with the Color DarkSeaGreen, TargetName = ‘Plus’, TargetProperty = ’(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.X)’, and ValueCurveName = ‘X’. An easy way to determine the TargetProperty and to make sure any necessary property elements exist on the target element is to create a new timeline and animate that property. You can copy the correct property path from the Storyboard.TargetProperty attribute in the XAML. Then you can delete the timeline and the necessary property elements will remain on the element.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;For the element’s Y coordinate, draw a similar curve to the first but out of phase with it. Name the curve ‘Y’ and color it Navy with no Fill. Add a second parameter object (named ‘YParms’) to the ListBox and set the following property values: MaxValue = 350, MinValue = 50, PathBrush = ‘Navy’, TargetName = ‘Plus’, TargetProperty = ’(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)’, and ValueCurveName = ‘Y’.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Finally, for the element’s angle, draw a third curve out of phase with the other two. Name the curve ‘Angle’ and color it Orange with no Fill. Add a third parameter object (named ‘AngleParms’) to the ListBox and set the following property values: MaxValue = 30, MinValue = -30, PathBrush = ‘Orange’, TargetName = ‘Plus’, TargetProperty = ’(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)’, and ValueCurveName = ‘Angle’.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;The finished application should look similar to this:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;IMG style="WIDTH: 380px; HEIGHT: 272px" height=272 src="http://www.xamlshare.com/sparkle/images/Posts07/ValueCurve2KeySplines002.jpg" width=380 align=absMiddle mce_src="http://www.xamlshare.com/sparkle/images/Posts07/ValueCurve2KeySplines002.jpg"&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Test the animation and make any adjustments to the value curves to get the behavior you want. Essentially the frequency should be increasing while the amplitude is decreasing. When you’re happy, scale the whole animation down. Set TimeMax to ‘1.5’, set the MinValue and MaxValue of the X and Y parameter objects to 220 and 230 respectively, and set the MinValue and MaxValue of the Angle parameter object to -20 and 20 respectively. Now test the animation again. If you want to use the animation in another application then make sure a target element with the correct name and property elements exist and paste the contents of Storyboard.xaml into Window.Resources. You’ll also have to change the xmlns attribute into an x:Key attribute.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;For another example set of value curves and parameters, you’ll find a file called Example2.txt in the zip file along with the source code. Replace the ValueCurves and LegendLB element in Window1.xaml with the ones in Example2.txt and give the result a try. It’s an example of an element moving along a circular path with increasing speed.&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Happy animating!&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1395593" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx">Expression Blend</category></item><item><title>Keyframe easing and key splines</title><link>http://blogs.msdn.com/expression/archive/2006/12/30/keyframe-easing-and-key-splines.aspx</link><pubDate>Sun, 31 Dec 2006 06:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1387587</guid><dc:creator>xprblog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/expression/comments/1387587.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=1387587</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=1387587</wfw:comment><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;An animation authored in Blend contains keyframes. The animation defines which element/property to affect and each keyframe defines a &lt;I style="mso-bidi-font-style: normal"&gt;key time&lt;/I&gt; at which a &lt;I style="mso-bidi-font-style: normal"&gt;value&lt;/I&gt; should be in effect. The process of animating the property values between successive key times is called &lt;I style="mso-bidi-font-style: normal"&gt;interpolation&lt;/I&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Let’s say you’re translating an element from the top of a Grid to the bottom to represent a falling motion. With the element at the top of the screen you drop a keyframe at time 0. Then you move the playhead to time 1 and drag the element to the bottom of the screen. The interpolation between the two screen positions will be linear by default: the element will appear to fall at a steady rate.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;If you want the motion to resemble a real-world falling object then you want the element’s speed to be slow at the beginning and gradually speed up towards the end. This kind of interpolation is known as &lt;I style="mso-bidi-font-style: normal"&gt;ease out&lt;/I&gt; because the element’s position is easing out of its original value on its way to the new value. Similarly there exists an &lt;I style="mso-bidi-font-style: normal"&gt;ease in&lt;/I&gt; type of interpolation which can either be used alone or combined with ease out. To apply full ease out to the animation you right-click the first keyframe and click &lt;B style="mso-bidi-font-weight: normal"&gt;Ease Out&lt;/B&gt; &amp;gt; &lt;B style="mso-bidi-font-weight: normal"&gt;100%&lt;/B&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;If you want more control over interpolation then we need to talk about &lt;I style="mso-bidi-font-style: normal"&gt;key splines&lt;/I&gt; and you’ll need to tweak some XAML. If you followed along with the &lt;I style="mso-bidi-font-style: normal"&gt;ease in&lt;/I&gt; walkthrough above then switch to XAML view and find the storyboard which contains your animations and key frames. There are two animations: one targeting TranslateTransform.X and one targeting TranslateTransform.Y. Take a look at the key frames in the Y animation. The second keyframe has a KeySpline attribute which is a string containing the coordinates of a pair of points – let’s call them x1,y1 and x2,y2 respectively. The secret to understanding and controlling keyframe interpolation lies with these coordinates and what they represent.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;In the sense of the KeySpline attribute, a &lt;I style="mso-bidi-font-style: normal"&gt;spline&lt;/I&gt; is a curve of &lt;I style="mso-bidi-font-style: normal"&gt;value over time&lt;/I&gt; (drawn between implied coordinates of 0,0 and 1,1) whose shape is defined by two control points. The KeySpline attribute contains those control points. If you’ve drawn curves with Blend’s Pen tool then you may know such control points as &lt;I style="mso-bidi-font-style: normal"&gt;tangents&lt;/I&gt;. When you omit the KeySpline attribute, its control points default to the coordinates 0,0 and 1,1. Here’s a visualization of the resulting key spline:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;IMG style="WIDTH: 261px; HEIGHT: 262px" height=262 src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline001.jpg" width=261 align=middle mce_src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline001.jpg"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;When the control points (shown in red) coincide with the start and end points of the curve, as they do by default, the curve is actually a straight line. This is why, unless you explicitly set ease in or ease out, Blend will give linear interpolation between keyframes. The unit square key spline is scaled to the actual &lt;I style="mso-bidi-font-style: normal"&gt;value&lt;/I&gt; and &lt;I style="mso-bidi-font-style: normal"&gt;time&lt;/I&gt; deltas of the keyframe which defines it. Here’s what the key spline looks like when ease out is set to 100%:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;IMG style="WIDTH: 252px; HEIGHT: 248px" height=248 src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline002.jpg" width=252 align=middle mce_src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline002.jpg"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;The first control point (x1,y1) has moved to 0.5,0. If you now set the ease in value of the second keyframe to 100%, the second control point (x2,y2) moves to 0.5,1 and the resulting visualization looks like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;IMG style="WIDTH: 239px; HEIGHT: 237px" height=237 src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline003.jpg" width=239 align=middle mce_src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline003.jpg"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;To be clear, the KeySpline values x1,y1,x2,y2 for keyframe n correspond to &lt;I style="mso-bidi-font-style: normal"&gt;ease out&lt;/I&gt; for keyframe n-1 (first control point: x1,y1) and &lt;I style="mso-bidi-font-style: normal"&gt;ease in&lt;/I&gt; for keyframe n (second control point: x2,y2) respectively. This means that, for a handoff animation, you can still define an ease out for the non-existent keyframe at time 0. When you first build the animation, drop a keyframe at time 0; then right-click it to set ease out; then delete it. The ease out value will be safely stored in the x1,y1 values of the second keyframe’s KeySpline.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;The control point coordinates can be set to any pair of double values between 0 and 1. In this example the first control point is at 0.1,0.5 and the second control point is at 0.8,0.33:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;IMG style="WIDTH: 254px; HEIGHT: 244px" height=244 src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline004.jpg" width=254 align=middle mce_src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline004.jpg"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;Try this key spline out in your application. Replace the contents of the KeySpline attribute on the second keyframe with the control point coordinate string “0.1,0.5,0.8,0.33”. Build and run and see if the resulting motion matches the graph. Remember that the graph is showing an increase in the property which is being animated. In this case the property is TranslateTransform.Y and Y increases &lt;I style="mso-bidi-font-style: normal"&gt;down the screen&lt;/I&gt; in WPF.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;In fact, the control points for a given curve are identical whether the value is increasing or decreasing. But it’s easier to imagine them on a graph with the &lt;I style="mso-bidi-font-style: normal"&gt;value&lt;/I&gt; axis flipped (so the origin moves to the top-left and positive y is downwards). Here’s an example where the value of keyframe n is less than the value of keyframe n-1 but y1 and y2 have the same positive values as the previous example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;IMG style="WIDTH: 260px; HEIGHT: 240px" height=240 src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline005.jpg" width=260 align=middle mce_src="http://www.xamlshare.com/sparkle/images/Posts06/keyspline005.jpg"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;You can use Blend’s Pen tool to draw graphs like the ones shown. If you want more complex value curves than the ones shown here then just draw more segments. Adjust the control points (tangents) so that the interpolation curve between each value is how you want it. Then imagine (or draw) the dotted unit square around each pair of values and use it to call off the control point coordinates in the range 0,0 to 1,1 and build a KeySpline string from them. It’s important that your control points don’t fall outside the dotted rectangle. For a value curve, control point coordinates outside the valid range mean either that the curve has a turning point (a keyframe value is missing) or that time is decreasing somewhere on the curve.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;In the next post I’ll share a tool, based on Blend, that you can use to generate double animations from a set of value curves (drawn with the Pen tool) and parameter objects.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-fareast-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1387587" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx">Expression Blend</category></item><item><title>Announcing the Microsoft Expression Blend Beta 1</title><link>http://blogs.msdn.com/expression/archive/2006/12/04/announcing-the-microsoft-expression-blend-beta.aspx</link><pubDate>Mon, 04 Dec 2006 20:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1175349</guid><dc:creator>xprblog</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/expression/comments/1175349.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=1175349</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=1175349</wfw:comment><description>&lt;BR&gt;Thanks for being patient! The previous CTP of Expression Interactive Designer was back in September. Since then the team has been focused on some major changes to the product ready for today’s announcement of our first beta. A list of all the new features is given below but something you'll notice immediately is that the product’s name has changed from EID to Microsoft Expression Blend. Also, Blend has a new look! &lt;BR&gt;&lt;BR&gt;&lt;IMG height=329 src="http://xamlshare.com/sparkle/images/Posts06/betaui.jpg" width=439&gt; &lt;BR&gt;&lt;BR&gt;The Blend beta requires the Microsoft .NET Framework 3.0 on Windows XP, as described on the following download page. &lt;BR&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/expression-blend/try.mspx" target=_blank&gt;Download Microsoft Expression Blend beta&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;&lt;BR&gt;Blend is a tool for creative designers to build rich, interactive user-experiences for Windows users. Customizable controls, animation, data binding, 3D and media can be blended together in the tool without the need to write code. &lt;BR&gt;&lt;BR&gt;&lt;B&gt;What's new in the beta?&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;Enhanced Properties panel UX 
&lt;UL&gt;
&lt;LI&gt;Context-sensitive UX makes finding associated properties a snap&lt;/LI&gt;
&lt;LI&gt;Improved UX for event &amp;amp; property triggers&lt;/LI&gt;
&lt;LI&gt;Support for editing almost all WPF properties such as bitmap effects&lt;/LI&gt;
&lt;LI&gt;Built-in search to help you find properties without the need for scrolling&lt;/LI&gt;
&lt;LI&gt;Ability to bind data such as a brush resource to any property using a rich UX&lt;/LI&gt;
&lt;LI&gt;Unique value editors make it easier to set values without leaving the mouse&lt;/LI&gt;
&lt;LI&gt;New editors for collections&lt;/LI&gt;
&lt;LI&gt;A new plug-in model that 3rd-parties can use to add their own custom editors&lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;Redesigned shell 
&lt;UL&gt;
&lt;LI&gt;Improved docking and panel management&lt;/LI&gt;
&lt;LI&gt;New icons enhance usability&lt;/LI&gt;
&lt;LI&gt;Darker theme brings focus to the design workspace&lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;Improved artboard 
&lt;UL&gt;
&lt;LI&gt;Drag &amp;amp; drop to create elements via a rich asset gallery&lt;/LI&gt;
&lt;LI&gt;Snap to grid and snap to alignment makes it easier to layout your controls &lt;/LI&gt;
&lt;LI&gt;Enhanced context menu allows you to group into layout containers and set common layout properties &lt;/LI&gt;
&lt;LI&gt;Right-click &amp;gt; View XAML allows you to quickly find the associated XAML for an element&lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;Improved resource management &amp;amp; control template capabilities 
&lt;UL&gt;
&lt;LI&gt;Resources panel allows you to edit resource values used by your project &lt;/LI&gt;
&lt;LI&gt;Support for dragging &amp;amp; dropping resources between dictionaries to re-factor your project &lt;/LI&gt;
&lt;LI&gt;Built-in set of controls which are designed to be easy to edit and reconfigure &lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;Support for Microsoft Visual Studio editing 
&lt;UL&gt;
&lt;LI&gt;Shared project format with Visual Studio allows easier development-designer workflow &lt;/LI&gt;
&lt;LI&gt;Create event handlers in Expression Blend and edit your code in Visual Studio &lt;/LI&gt;&lt;/UL&gt;&lt;BR&gt;&lt;BR&gt;
&lt;P&gt;Found a bug? &lt;A href="http://www.microsoft.com/products/expression/en/reportbug.aspx" target=_blank mce_href="http://www.microsoft.com/products/expression/en/reportbug.aspx"&gt;Report it to us&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have something to say about the beta? Join the discussion group:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.interactivedesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US" mce_href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.interactivedesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US"&gt;Expression Blend&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1175349" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx">Expression Blend</category></item><item><title>Expression Blend goes Beta, Big Changes to Expression Design CTP</title><link>http://blogs.msdn.com/expression/archive/2006/12/04/expression-blend-goes-beta-big-changes-to-expression-design-ctp.aspx</link><pubDate>Mon, 04 Dec 2006 19:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1206293</guid><dc:creator>xprblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/expression/comments/1206293.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=1206293</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=1206293</wfw:comment><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Today we are going public with beta 1 of Expression Blend, and a new CTP for Expression Design. Before you ask – these are the new product names for what previously was known as Expression Interactive Designer and Expression Graphic Designer. &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Much more importantly, these new versions are not just about new names. If you have seen the previous evolutions of these Expression applications, a single look will show you that we've been working hard on more than new features: &lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;&lt;FONT face=Calibri size=3&gt;Expression Blend and Design are the first Expression applications to show off a new user interface design for the entire Expression product line. We want to offer friendlier, easier, more elegant and beautiful tools to enable designers to build great user experiences – and our UX is a big step in this journey.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;We can’t wait for you to give our new family a spin and to let us know what you think.&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1206293" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Blend/default.aspx">Expression Blend</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Design/default.aspx">Expression Design</category></item><item><title>Expression Web Beta 1, EGD and EID Sept. CTPs (target .NET 3.0 RC1)</title><link>http://blogs.msdn.com/expression/archive/2006/09/06/743006.aspx</link><pubDate>Wed, 06 Sep 2006 20:00:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:743006</guid><dc:creator>xprblog</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/expression/comments/743006.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=743006</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=743006</wfw:comment><description>&lt;P&gt;We are pleased to announce that the Beta 1 release of Expression Web (formerly Expression Web Designer) is now available! For more insight into Expression Web Beta 1, please see the &lt;A href="http://blogs.msdn.com/xweb/archive/2006/09/09/747051.aspx" target=_blank&gt;Expression Web team blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Additionally,&amp;nbsp;September CTPs of&amp;nbsp;Expression Graphic Designer and&amp;nbsp;Expression Interactive Designer&amp;nbsp;are&amp;nbsp;available and target the Release Candidate 1 (RC1) of .NET Framework 3.0.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/web_designer/wd_free_trial.aspx" target=_blank&gt;Download Expression Web Beta 1&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/graphic_designer/gd_free_trial.aspx" target=_blank&gt;Download Expression Graphic Designer September 2006 CTP&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/interactive_designer/id_free_trial.aspx" target=_blank&gt;Download Expression Interactive Designer&amp;nbsp;September 2006 CTP&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Found a bug? &lt;A href="http://www.microsoft.com/products/expression/en/reportbug.aspx" target=_blank&gt;Report it to us&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have something to say about the Betas and&amp;nbsp;CTPs? Join a discussion group:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.webdesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US"&gt;Expression Web&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.graphicdesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US"&gt;Expression Graphic Designer&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.interactivedesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US"&gt;Expression Interactive Designer&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=743006" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Web/default.aspx">Expression Web</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category></item><item><title>Webcast: Introduction to Microsoft Expression</title><link>http://blogs.msdn.com/expression/archive/2006/08/25/xprblog.aspx</link><pubDate>Sat, 26 Aug 2006 02:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724705</guid><dc:creator>xprblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/expression/comments/724705.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=724705</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=724705</wfw:comment><description>&lt;P&gt;&lt;FONT face=Arial&gt;This webcast describes the powerful features and capabilities of Microsoft Expression Graphic Designer, Microsoft Expression Interactive Designer, and Microsoft Expression Web Designer, and includes a 40 minute demonstration of Expression Web Designer.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;The first twenty minutes cover concepts of&amp;nbsp;user experience, the .NET 3.0 and WPF (Windows Presentation Foundation)&amp;nbsp;platforms and how they enable the next generation of user experience, and designer and developer collaboration using XAML (Extensible Application Markup Language).&lt;/FONT&gt; &lt;FONT face=Arial&gt;The discussion about Expression products and CSS&amp;nbsp;begins around minute&amp;nbsp;21, and the Expression Web Designer demo begins around minute 27.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;Register now to replay this session:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032306063&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;&lt;FONT face=Arial&gt;http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032306063&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=724705" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Web/default.aspx">Expression Web</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>July CTPs of EGD and EID available - target July CTP of .NET Framework 3.0</title><link>http://blogs.msdn.com/expression/archive/2006/07/21/674116.aspx</link><pubDate>Fri, 21 Jul 2006 21:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:674116</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/674116.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=674116</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=674116</wfw:comment><description>&lt;P&gt;The July CTPs of Expression Graphic Designer and Expression Interactive Designer are now available. Both of these CTPs target the July CTP of .NET Framework 3.0 (formerly known as WinFX).&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/products/expression/en/graphic_designer/gd_free_trial.aspx"&gt;Download Expression Graphic Designer July 2006 CTP&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/products/expression/en/interactive_designer/id_free_trial.aspx"&gt;Download Expression Interactive Designer July 2006 CTP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For more late-breaking changes in Expression Interactive Designer, please see the &lt;A href="http://www.microsoft.com/products/expression/en/interactive_designer/id_readme.aspx" target=_blank&gt;Readme&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Found a bug? &lt;A href="http://www.microsoft.com/products/expression/en/reportbug.aspx" target=_blank&gt;Report it to us&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have something to say about the CTPs? &lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.interactivedesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US" target=_blank&gt;Join a discussion group&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=674116" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>June CTPs of EGD and EID now available!</title><link>http://blogs.msdn.com/expression/archive/2006/07/04/656286.aspx</link><pubDate>Wed, 05 Jul 2006 00:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:656286</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/656286.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=656286</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=656286</wfw:comment><description>&lt;P&gt;After overcoming some obstacles with our publishing tools these past few days, we finally are able to share with you the June 2006 CTPs for both Expression Graphic Designer and Expression Interactive Designer. Our latest CTPs target the Microsoft .NET Framework 3.0 June 2006 CTP (formerly known as WinFX). For more information about the name change of WinFX to .NET Framework 3.0, please &lt;A href="http://blogs.msdn.com/somasegar/archive/2006/06/09/624300.aspx" target=_blank&gt;read this&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;.NET Framework 3.0 June 2006 CTP&amp;nbsp;can be installed on any of the following systems: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows XP SP2 
&lt;LI&gt;Windows Vista June 2006 CTP (build 5456 - limited release) 
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;Alert!&lt;/FONT&gt;&lt;/STRONG&gt; Windows Vista June 2006 CTP includes .NET Framework 3.0. There is no separate installation package required. The standalone .NET Framework 3.0 packages are not supported on Windows Vista.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Those who are using Windows&amp;nbsp;Vista Beta 2—the current public pre-release version of Windows Vista—are strongly encouraged to use our May CTPs to avoid compatibility issues. If you are only installing Expression Graphic Designer on Windows Vista Beta 2 and do not plan to use the XAML Export feature, then you will not encounter any compatibility issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Install on Windows Vista Beta 2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4a96661c-05fd-430c-bb52-2ba86f02f595&amp;amp;DisplayLang=en" target=_blank&gt;Download WinFX Beta 2&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=4DFD5390-0793-420A-890A-97DC3AD94127&amp;amp;displaylang=en" target=_blank&gt;Download Expression Graphic Designer May CTP&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4EF0492D-9CB5-4EA6-88B6-A4CD95E5491B&amp;amp;displaylang=en" target=_blank&gt;Download Expression Interactive Designer May CTP&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Install&amp;nbsp;on Windows XP SP2 or Windows Vista June 2006 CTP (build 5456 - limited release)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8D09697E-4868-4D8D-A4CF-9B82A2AE542D&amp;amp;displaylang=en" target=_blank&gt;Download .NET Framework 3.0 (formerly known as WinFX)&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/graphic_designer/gd_free_trial.aspx" target=_blank&gt;Download Expression Graphic Designer June CTP&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.microsoft.com/products/expression/en/interactive_designer/id_free_trial.aspx" target=_blank&gt;Download Expression Interactive Designer June CTP&lt;/A&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;Alert!&lt;/FONT&gt;&lt;/STRONG&gt; For EID June CTP, you will need to uninstall and reinstall Windows Imaging Components (WIC)&amp;nbsp;&lt;EM&gt;before&lt;/EM&gt; installing&amp;nbsp;EID but &lt;EM&gt;after&lt;/EM&gt; installing .NET Framework 3.0. For WIC installation instructions, see &lt;STRONG&gt;section 2.1&lt;/STRONG&gt; of the&amp;nbsp;&lt;A href="http://msdn.microsoft.com/windowsvista/support/relnotes/netfxjunectp/default.aspx#topic2" target=_blank&gt;.NET Framework 3.0 release notes&lt;/A&gt;.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;For more late-breaking changes and information in Expression Interactive Designer, please see the &lt;A href="http://www.microsoft.com/products/expression/en/interactive_designer/id_readme.aspx" target=_blank&gt;Readme&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Found a bug? &lt;A href="http://www.microsoft.com/products/expression/en/reportbug.aspx" target=_blank&gt;Report it to us&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Have something to say about the CTPs? &lt;A href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.expression.interactivedesigner&amp;amp;cat=&amp;amp;lang=en&amp;amp;cr=US" target=_blank&gt;Join a discussion group&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=656286" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>Binding media to playback controls</title><link>http://blogs.msdn.com/expression/archive/2006/06/09/622877.aspx</link><pubDate>Fri, 09 Jun 2006 23:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:622877</guid><dc:creator>xprblog</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/expression/comments/622877.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=622877</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=622877</wfw:comment><description>&lt;P&gt;Software Test Engineer, Dante Gagne, takes us&amp;nbsp;through a&amp;nbsp;tutorial of how to &lt;A href="http://blogs.msdn.com/expression/articles/622876.aspx"&gt;bind media to playback controls&lt;/A&gt;&amp;nbsp;in Expression Interactive Designer.&lt;/P&gt;
&lt;P&gt;For more tips and tricks like this, check out &lt;A href="http://blogs.msdn.com/danteg"&gt;Dante's blog&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;After you've completed Dante's tutorial, try using Expression Graphic Designer to&amp;nbsp;&lt;A href="http://www.bildsajten.com/egd/knapp/knapp.htm"&gt;style your&amp;nbsp;PlayPause button&lt;/A&gt; just like the cool new gel buttons&amp;nbsp;in &lt;A href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx"&gt;Windows Media Player 11 Beta&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Martin Grayson also has a &lt;A href="http://blogs.msdn.com/mgrayson/archive/2006/05/22/603939.aspx"&gt;3-part tutorial&lt;/A&gt; on making Vista-like gel buttons using WPF.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=622877" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>Switch “the look” of your app on the fly</title><link>http://blogs.msdn.com/expression/archive/2006/05/31/611018.aspx</link><pubDate>Wed, 31 May 2006 20:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:611018</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/611018.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=611018</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=611018</wfw:comment><description>&lt;P&gt;Test Lead Jen Rowe shows you how you can&amp;nbsp;&lt;A HREF="/jrowe/archive/2006/05/23/605635.aspx"&gt;theme&amp;nbsp;your applications using &lt;STRONG&gt;&lt;EM&gt;Resource Dictionaries&lt;/EM&gt;&lt;/STRONG&gt; in Expression Interactive Designer&lt;/A&gt;. The application can switch the&amp;nbsp;theme&amp;nbsp;at run time by loading and unloading respective resource dictionaries. This allows you&amp;nbsp;to give your apps custom looks or to simply enable users to select&amp;nbsp;their own themes while using your apps.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=611018" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>New CTPs available for Expression Graphic Designer AND Expression Interactive Designer!</title><link>http://blogs.msdn.com/expression/archive/2006/05/23/605217.aspx</link><pubDate>Tue, 23 May 2006 23:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:605217</guid><dc:creator>xprblog</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/expression/comments/605217.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=605217</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=605217</wfw:comment><description>We are pleased to present new CTPs of Expression Graphic Designer and Expression Interactive Designer that target Microsoft WinFX Runtime Components Beta 2--the latest release of WinFX. Follow the links below to start downloading the May CTPs... Remember...(&lt;a href="http://blogs.msdn.com/expression/archive/2006/05/23/605217.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=605217" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Graphic+Designer/default.aspx">Expression Graphic Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Web/default.aspx">Expression Web</category><category domain="http://blogs.msdn.com/expression/archive/tags/Expression/default.aspx">Expression</category><category domain="http://blogs.msdn.com/expression/archive/tags/Designer+Tools/default.aspx">Designer Tools</category><category domain="http://blogs.msdn.com/expression/archive/tags/Windows+Presentation+Foundation/default.aspx">Windows Presentation Foundation</category></item><item><title>New Training Videos Available!</title><link>http://blogs.msdn.com/expression/archive/2006/03/30/565315.aspx</link><pubDate>Fri, 31 Mar 2006 01:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:565315</guid><dc:creator>xprblog</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/expression/comments/565315.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=565315</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=565315</wfw:comment><description>&lt;P&gt;Just a quick post to let you know &lt;STRONG&gt;5 new training videos&lt;/STRONG&gt; are now available for viewing and download at &lt;A target=_blank href="http://www.microsoft.com/products/expression/en/demos.mspx"&gt;http://www.microsoft.com/products/expression/en/demos.mspx&lt;/A&gt;. Simply click the &lt;STRONG&gt;Interactive Designer&lt;/STRONG&gt; tab near the bottom of the page, and then click one of the video links under &lt;STRONG&gt;Training Videos&lt;/STRONG&gt;. &lt;/P&gt;
&lt;P&gt;Enjoy! &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=565315" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category></item><item><title>Dante's Integer-to-Roman-Numeral ValueConverter</title><link>http://blogs.msdn.com/expression/archive/2006/03/23/559338.aspx</link><pubDate>Fri, 24 Mar 2006 00:27:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:559338</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/559338.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=559338</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=559338</wfw:comment><description>&lt;FONT face=Arial&gt;Dante Gagne, a Software Design Engineer in Test in the Expression Interactive Designer team, has published a blog entry demonstrating &lt;/FONT&gt;&lt;A HREF="/danteg/archive/2006/03/22/558450.aspx"&gt;&lt;FONT face=Arial&gt;how to write a ValueConverter&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt; (a great utility for data binding) and he also explains how to use it in Expression Interactive Designer.&lt;BR&gt;&lt;BR&gt;[1] &lt;/FONT&gt;&lt;A HREF="/danteg/archive/2006/03/22/558450.aspx"&gt;&lt;FONT face=Arial&gt;http://blogs.msdn.com/danteg/archive/2006/03/22/558450.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=559338" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category></item><item><title>ZAM 3D March CTP Now Available For Download!</title><link>http://blogs.msdn.com/expression/archive/2006/03/17/554218.aspx</link><pubDate>Sat, 18 Mar 2006 04:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:554218</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/554218.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=554218</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=554218</wfw:comment><description>&lt;P&gt;&lt;FONT face=Arial&gt;&lt;IMG src="http://xamlshare.com/sparkle/images/Posts06/erain.PNG"&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;ZAM 3D ™ from Electric Rain is a new 3D XAML Tool for Microsoft Windows Vista application development, and the &lt;/FONT&gt;&lt;A href="http://erain.com/Products/ZAM3D/DefaultPDC.asp"&gt;&lt;FONT face=Arial&gt;March CTP is available for download&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt;&amp;nbsp;[1].&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;ZAM 3D fits into the designer-side workflow by complementing Microsoft Expression Interactive Designer. The idea is that a designer uses ZAM 3D to easily create 3D interface elements, models, controls, styles or layouts. Then the designer exports the 3D assets to XAML markup with a single click without any need to write, or even understand, the complex markup that goes into building a WPF 3D scene. Now the 3D assets are easily added to an Expression Interactive Designer project using the &lt;STRONG&gt;Project&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Add Item...&lt;/STRONG&gt; command.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;[1] &lt;/FONT&gt;&lt;A href="http://erain.com/Products/ZAM3D/DefaultPDC.asp"&gt;&lt;FONT face=Arial&gt;http://erain.com/Products/ZAM3D/DefaultPDC.asp&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=554218" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category></item><item><title>Troubleshooting Issues Installing WPF and/or Expression Interactive Designer</title><link>http://blogs.msdn.com/expression/archive/2006/03/13/550718.aspx</link><pubDate>Mon, 13 Mar 2006 23:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:550718</guid><dc:creator>xprblog</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/expression/comments/550718.aspx</comments><wfw:commentRss>http://blogs.msdn.com/expression/commentrss.aspx?PostID=550718</wfw:commentRss><wfw:comment>http://blogs.msdn.com/expression/rsscomments.aspx?PostID=550718</wfw:comment><description>&lt;FONT face=Arial&gt;Tim Sneath has written an &lt;EM&gt;excellent&lt;/EM&gt; &lt;/FONT&gt;&lt;A HREF="/tims/archive/2006/03/13/550600.aspx"&gt;&lt;FONT face=Arial&gt;blog post&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt; [1] about what to do if you're having any issues installing WPF or EID.&lt;BR&gt;&lt;BR&gt;[1] &lt;/FONT&gt;&lt;A HREF="/tims/archive/2006/03/13/550600.aspx"&gt;&lt;FONT face=Arial&gt;http://blogs.msdn.com/tims/archive/2006/03/13/550600.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=550718" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/expression/archive/tags/Expression+Interactive+Designer/default.aspx">Expression Interactive Designer</category></item></channel></rss>