<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Corey Schuman &#187; Expression Blend</title>
	<atom:link href="http://www.85turns.com/category/expression-blend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.85turns.com</link>
	<description>Silverlight Consultant</description>
	<lastBuildDate>Tue, 26 Apr 2011 20:57:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Top 5 Silverlight Behaviors</title>
		<link>http://www.85turns.com/2009/10/14/top-5-silverlight-behaviors/</link>
		<comments>http://www.85turns.com/2009/10/14/top-5-silverlight-behaviors/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:35:59 +0000</pubDate>
		<dc:creator>Corey</dc:creator>
				<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.85turns.com/2009/10/14/top-5-silverlight-behaviors/</guid>
		<description><![CDATA[Finding behaviors for Silverlight has become much easier with the Expression Community Gallery.&#160; The goal is to have a central place for all things Expression.&#160; It’s still young, but gaining steam.&#160; Being a big fan of behaviors, I have compiled a list of my top 5 favorite Silverlight behaviors.&#160;&#160;&#160; 5. TextboxEditMask link: http://gallery.expression.microsoft.com/en-us/CMEditMaskBehavior For data [...]]]></description>
			<content:encoded><![CDATA[<p>Finding behaviors for Silverlight has become much easier with the <a href="http://gallery.expression.microsoft.com/en-us" target="_blank">Expression Community Gallery</a>.&#160; The goal is to have a central place for all things Expression.&#160; It’s still young, but gaining steam.&#160; Being a big fan of behaviors, I have compiled a list of my top 5 favorite Silverlight behaviors.&#160;&#160;&#160; </p>
<h3>5. TextboxEditMask</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image.png" width="244" height="162" />link: <a href="http://gallery.expression.microsoft.com/en-us/CMEditMaskBehavior">http://gallery.expression.microsoft.com/en-us/CMEditMaskBehavior</a></p>
<p>For data input, there is nothing like a TextBox that handles all the formatting for you.&#160; Jim Fisher has created a behavior that enables you to easily add a mask to a TextBox, ensuring your users aren’t entering garbage.&#160; For more information, check out <a href="http://www.codingmonk.com/archive/2009/08/14/the-textboxeditmask-behavior.aspx" target="_blank">Jim’s post</a>.</p>
<h3>&#160;</h3>
<h3>&#160;</h3>
<h3>4. Resize Behavior</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image_3.png" width="244" height="182" />link: <a href="http://gallery.expression.microsoft.com/en-us/ResizeBehavior">http://gallery.expression.microsoft.com/en-us/ResizeBehavior</a></p>
<p>Blend has a built in behavior for dragging.&#160; As a user, one of the first things I want to do after dragging an object is to resize it.&#160; Alessio Galdy has created a behavior that does exactly this.&#160; Take a look at the sample on the Gallery to see his feature rich resize behavior.</p>
<h3>&#160;</h3>
<h3>&#160;</h3>
<h3>&#160;</h3>
<h3>3. Swivel Behavior</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image_4.png" width="244" height="161" />link: <a href="http://gallery.expression.microsoft.com/en-us/SwivelBehavior">http://gallery.expression.microsoft.com/en-us/SwivelBehavior</a></p>
<p>Silverlight 3 introduced a number of features that many consider “eye candy” (pixel shaders, perspective 3d, animations easing).&#160;&#160; <a href="http://johnpapa.net/" target="_blank">John Papa</a> uses the perspective 3d feature to create a swivel behavior.&#160; This can be helpful if you, or your clients, need to conserve space.&#160; Think about a menu with an overview and details section.&#160; Simply create two views, attach this behavior, and one side you have the overview and the other are your details.</p>
<h3>&#160;</h3>
<h3>2. Mouse Wheel Scroll Behavior</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image_5.png" width="242" height="244" />link: <a href="http://gallery.expression.microsoft.com/en-us/MouseWheelScroll">http://gallery.expression.microsoft.com/en-us/MouseWheelScroll</a></p>
<p>I can’t count the number of times I’ve gone to a Silverlight app and started using my mouse wheel to scroll through the ListBox, ScrollViewer, or ComboBox.&#160; Along with not putting the Hand cursor on Buttons, this is my biggest pet peeve in Silverlight apps.&#160; With <a href="http://kelps-sousa.blogspot.com/" target="_blank">Kelps’</a> behavior, you can easily add mouse wheel scrolling to scrollable areas.</p>
<p>&#160;</p>
<h3>&#160;</h3>
<h3>&#160;</h3>
<h3>&#160;</h3>
<h3>1. Behaviors from MIX&#8217;09</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image_6.png" width="244" height="141" />link: <a href="http://gallery.expression.microsoft.com/en-us/MIXBehaviorPack">http://gallery.expression.microsoft.com/en-us/MIXBehaviorPack</a></p>
<p>These are the first set of behaviors you should download.&#160; Posted by <a href="http://blois.us/blog/" target="_blank">Peter Blois</a>, of the Blend team, these behaviors include:</p>
<ul>
<li>Media behaviors (Play, Pause, Rewind, and Stop) </li>
<li>Triggers, including an awesome <strong>MouseGestureTrigger</strong> and a <strong>StateChangedTrigger</strong> </li>
<li>Data behaviors – if using MVVM, these behaviors can save you a lot of time </li>
</ul>
<p>Needless to say, this package is the real deal.</p>
<p>&#160;</p>
<h3>Honorable Mention &#8211; Multi-Touch Drag and Zoom Behaviors</h3>
<p>link: <a href="http://gallery.expression.microsoft.com/en-us/MultiTouch">http://gallery.expression.microsoft.com/en-us/MultiTouch</a></p>
<p>This is a relatively new behavior to the Gallery (by a new Silverlight MVP, Davide Zordan) and unfortunately I haven’t taken a look at it because it requires a multitouch screen, which I am lacking.&#160; If you do, check it out.&#160; Additionally, <a href="http://www.davidezordan.net/blog/?p=1367" target="_blank">read Davide’s post</a> on this behaviors implementation.</p>
<h3>&#160;</h3>
<h3>Best Behaviors not on the Expression Community Gallery – Physics Helper</h3>
<p><img style="border-right-width: 0px; display: inline; float: right; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.85turns.com/blog/wp-content/uploads/images/Top5behaviors_9828/image_7.png" width="244" height="184" /> These set of behaviors enable you to quickly add physics to objects without having to dive into the world of a physics engine.&#160; I highly recommend you check out “<a href="http://silverlight.services.live.com/invoke/4147/Physics%20Helper%203%20Demo/iframe.html" target="_blank">The Basics</a>” video to get learn how to use the behaviors.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.85turns.com/2009/10/14/top-5-silverlight-behaviors/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Microsoft Expression Blend Visual Quickstart Guide</title>
		<link>http://www.85turns.com/2008/11/16/microsoft-expression-blend-visual-quickstart-guide/</link>
		<comments>http://www.85turns.com/2008/11/16/microsoft-expression-blend-visual-quickstart-guide/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 03:37:39 +0000</pubDate>
		<dc:creator>Corey</dc:creator>
				<category><![CDATA[Expression Blend]]></category>

		<guid isPermaLink="false">http://www.85turns.com/2008/11/16/microsoft-expression-blend-visual-quickstart-guide/</guid>
		<description><![CDATA[After four months of writing, the book is almost here!!!  The book covers Microsoft Expression Blend focusing on Silverlight 2 examples.  AFAIK, this is the first Blend book to focus on Silverlight 2. The past couple weeks were the last big push to get all the content in, edited, and reviewed.  It’s been exhausting, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Microsoft-Expression-Interactive-Designer-QuickStart/dp/0321412230/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1226890891&amp;sr=8-2"><img style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 8px 8px; border-left: 0px; border-bottom: 0px" title="image" src="http://www.85turns.com/blog/wp-content/uploads/2008/11/image.png" border="0" alt="image" width="190" height="244" align="right" /></a>After four months of writing, the book is almost here!!!  The book covers <a href="http://www.ecostsoftware.com/microsoft/microsoft-expression-blend-2_p3756">Microsoft Expression Blend</a> focusing on Silverlight 2 examples.  AFAIK, this is the first Blend book to focus on Silverlight 2.</p>
<p>The past couple weeks were the last big push to get all the content in, edited, and reviewed.  It’s been exhausting, but fun and exiting at the same time.</p>
<p>A couple thanks go out to <a href="http://www.themakers.com/">Robert Reinhardt</a> and <a href="http://murven.spaces.live.com/">Marvin Varela</a>.  Robert passed on so much great knowledge from all <a href="http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?_encoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Robert%20Reinhardt">his previous books</a>, and Marvin was an unbelievable tech editor (I’m really looking forward to co-authoring on our next project…more to come later).  The site for this book is going to be BlendSupport.com.</p>
<p>Now the dust has settled, I can come back to blogging and keep pushing Silverlight to its limits.  Projects to come and updated Animation Engine, updated Video player creation post, and a detailed break down of all things 3d in SL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.85turns.com/2008/11/16/microsoft-expression-blend-visual-quickstart-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

