<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Adam Kinney posts tagged with 'expression blend'</title><description>Adam Kinney blog posts filtered by a specific tag</description><link>http://adamkinney.com/blog/tags/expression+blend/default.aspx</link><language>en-us</language><pubDate>Tue, 06 Jan 2009 09:16:39 GMT</pubDate><generator>Oxite</generator><item><title>Quickly Redesigning a Silverlight-based Twitter application</title><description>&lt;div style="border-right: #ccc 1px solid; padding-right: 10px; border-top: #ccc 1px solid; padding-left: 10px; float: right; padding-bottom: 10px; margin: 10px 0px 10px 10px; border-left: #ccc 1px solid; padding-top: 10px; border-bottom: #ccc 1px solid; background-color: #f9f9f9"&gt;&lt;iframe src="http://channel9.msdn.com/posts/Dan/442904/player/" frameborder="0" width="320" scrolling="no" height="325"&gt;&lt;/iframe&gt;    &lt;br /&gt;&lt;a href="http://channel9.msdn.com/posts/Dan/Celso-Gomes-Styling-a-Silverlight-based-Twitter-application-with-Expression-Blend-2/"&gt;Celso Gomes: Styling a Silverlight based Twitter      &lt;br /&gt;application with Expression Blend 2 (10:28)&lt;/a&gt; &lt;/div&gt;  &lt;p&gt;In 10 minutes, &lt;a href="http://nibbles.wordpress.com/"&gt;Celso Gomes&lt;/a&gt; redesigns a working Silverlight-based Twitter application using Expression Blend 2.&lt;/p&gt;  &lt;p&gt;The fact that he is redesigning the working application without touching any code or breaking anything is awesome.&amp;#160; Not only do you avoid the &amp;quot;throw it over the wall&amp;quot; model, but you can also run the application during design work, similar to hitting refresh when editing CSS.&lt;/p&gt;  &lt;p&gt;Celso walks through some of the nicer features in Blend including:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Resources - similar to a CSS class in theory, but much more functionality available&lt;/li&gt;    &lt;li&gt;Copy elements between projects - the beauty of persisting design elements in XAML&lt;/li&gt;    &lt;li&gt;User Controls - encapsulating functionality into an object like a movie clip.&lt;/li&gt;    &lt;li&gt;Custom Buttons - you can highlight a graphic element and the click &amp;quot;Make a Button&amp;quot; and you gain all of the functionality of a Button (visual states MouseOver, Click, etc.)&lt;/li&gt;    &lt;li&gt;Richer Control templates - A ListBox is used to display the Twitter messages, and he restyles the item template once that then changes the appearance of messages.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;If you like this video, you can find more Expression Training Videos on the &lt;a href="http://expression.microsoft.com/en-us/cc136535.aspx"&gt;Expression Community site&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/380/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/380/default.aspx</comments><link>http://adamkinney.com/blog/380/default.aspx</link><pubDate>Thu, 13 Nov 2008 22:42:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/380/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>0</slash:comments><trackback:ping>http://adamkinney.com/blog/380/trackback/default.aspx</trackback:ping><category>animation</category><category>Continuum</category><category>design</category><category>Expression Blend</category><category>Silverlight</category></item><item><title>My notes from First Look at Using Expression Blend with Silverlight 2</title><description>&lt;p style="float: right; margin-bottom: 10px; margin-left: 10px"&gt;&lt;img src="http://silverlight2blogpost.s3.amazonaws.com/step60.png" alt="" /&gt; &lt;/p&gt; &lt;p&gt;I won't do this after every Scott Guthrie post, but I received thankful comments on &lt;a href="http://adamkinney.com/blog/310/default.aspx"&gt;My notes from the First Look at Silverlight 2&lt;/a&gt;, that I thought I would share again.&lt;/p&gt; &lt;p&gt;In his latest post &lt;a href="http://weblogs.asp.net/scottgu/archive/2008/02/28/first-look-at-using-expression-blend-with-silverlight-2.aspx"&gt;First Look at Using Expression Blend with Silverlight 2&lt;/a&gt;, Scott walks through the features of Blend that will help you build Silverlight 2 applications.&lt;/p&gt; &lt;ul&gt; &lt;li&gt;The basis of this article, along with the release of Beta 1 of Silverlight 2 we are shipping tool support including an Expression Blend 2.5 March preview.  &lt;li&gt;Blend and VS2008 share the same solution/project file format  &lt;li&gt;Very useful split view in Blend includes WYSIWYG designer and XAML source view editor.&amp;nbsp; You can click on an element in the design view and it will move to the node in the source view.  &lt;li&gt;Reflecting the platform update you now get more many assets to choose from.&amp;nbsp; If I remember correctly in Expression 2 for Silverlight 1.0 support you had a Canvas, Rectangle, Ellipse and a Path.  &lt;li&gt;As a design feature, I really like the guidelines and positioning markers in Blend.  &lt;li&gt;Scott's tip on managing the Blend interface shows off its flexibility.&amp;nbsp; +1 for vector UIs and WPF.  &lt;li&gt;Another cool design feature, the visual way you can define the Grid properties.&amp;nbsp;&amp;nbsp; Allows the designer to reign in the power of the Grid.  &lt;li&gt;&lt;strong&gt;Personal Favorite: &lt;/strong&gt;Nice, this one was new to me.&amp;nbsp; I've known how to create rounded Rectangles, but Scott shows off how to create a rounded Border which is then wrapped around a Textbox to create a rounded Textbox.  &lt;li&gt;Design time preview for Silverlight 2 applications in VS2008.  &lt;li&gt;Make sure to read the part about WPF style Databinding.&amp;nbsp; &lt;br&gt;&lt;br&gt;"INotifyPropertyChanged?"&lt;br&gt;"Yes, yes you did."&lt;br/&gt;&lt;br /&gt; &lt;li&gt;And surprise, Expression Blend understands Databinding and DataTemplates!  &lt;li&gt;Redefining Control templates feels like magic.&amp;nbsp; Scott even dips into the Parts Model a bit with the Button template.  &lt;li&gt;Another cool designer feature, Drag and drop styles onto controls to apply them.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Yes, yes you did.&lt;/p&gt;&lt;img src="http://adamkinney.com/blog/313/aggviewbug/default.aspx" alt="" /&gt;</description><comments>http://adamkinney.com/blog/313/default.aspx</comments><link>http://adamkinney.com/blog/313/default.aspx</link><pubDate>Fri, 29 Feb 2008 18:14:00 GMT</pubDate><guid isPermaLink="true">http://adamkinney.com/blog/313/default.aspx</guid><dc:creator>Adam Kinney</dc:creator><slash:comments>1</slash:comments><trackback:ping>http://adamkinney.com/blog/313/trackback/default.aspx</trackback:ping><category>Expression Blend</category><category>Silverlight</category></item></channel></rss>