<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Silverlight Buzz</title>
	
	<link>http://www.silverlightbuzz.com</link>
	<description>Gavin Wignall Blogs about Silverlight tutorials and examples</description>
	<lastBuildDate>Thu, 04 Feb 2010 21:57:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SilverlightBuzz" /><feedburner:info uri="silverlightbuzz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Mixing it up! Using the InkPresenter with 3D Projection</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/lg3nB2UGdCI/</link>
		<comments>http://www.silverlightbuzz.com/2010/02/04/mixing-it-up-using-the-inkpresenter-with-3d-projection/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:57:21 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight 3 tutorials]]></category>
		<category><![CDATA[Silverlight Blend Tutorials]]></category>
		<category><![CDATA[Silverlight C# Tutorials]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mouse position]]></category>
		<category><![CDATA[Paint]]></category>
		<category><![CDATA[Projection]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[User Input]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=805</guid>
		<description><![CDATA[Two great tools in Silverlight are the Projection properties and the InkPresenter, so what happens if you put the two...]]></description>
			<content:encoded><![CDATA[<p>Two great tools in Silverlight are the Projection properties and the InkPresenter, so what happens if you put the two together? Well, maybe something like below. Use the mouse to draw within the Silverlight area.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/drawingin3d/drawingIn3D.html" frameborder="0" style="height:350px;width:560px;">Please upgrade your browser</iframe>
</div>
<p>In this example I have used the InkPresenter to capture the mouse and produce vector paths. I also have a basic interface to change the colour and path size. I then use that captured data to duplicate the vector path upon 16 faces each rotating around a common point using the Projection properties.</p>
<p>The Projection properties in this example have been created inside Expression Blend using a storyboard activated by behaviors.</p>
<p>The InkPresenter control is this example has been created inside Expression Blend, but we need to do a bit of work in the code behind file to record the data and convert it into a visual path. You can read more about this process<a title="Learn how to use the InkPresenter control" href="http://msdn.microsoft.com/en-us/magazine/cc721604.aspx" target="_blank"> in this MSDN article</a>.</p>
<h2>Grab the Source</h2>
<p>As always, you can grab the <a title="Download the source files to this post here" href="http://www.silverlightbuzz.com/examples/projection3DShapes.zip">source files to this post here</a>.</p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/lg3nB2UGdCI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/02/04/mixing-it-up-using-the-inkpresenter-with-3d-projection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/02/04/mixing-it-up-using-the-inkpresenter-with-3d-projection/</feedburner:origLink></item>
		<item>
		<title>Create a simple 3D sphere animation in Silverlight</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/gaaWzE0sPKk/</link>
		<comments>http://www.silverlightbuzz.com/2010/02/02/create-a-simple-3d-sphere-animation-in-silverlight/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 18:24:16 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight 3 tutorials]]></category>
		<category><![CDATA[Silverlight Blend Tutorials]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Projection]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Sphere]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=799</guid>
		<description><![CDATA[Today I want to show how easy it is to produce a basic 3D object in Silverlight, in the below...]]></description>
			<content:encoded><![CDATA[<p>Today I want to show how easy it is to produce a basic 3D object in Silverlight, in the below example I have used 5 circles to produce a sphere animation. I treat each circle with a looping Projection Transform.<br />
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/Projection3DObject/sphere.html" frameborder="0" style="height:300px;width:560px;">Please upgrade your browser</iframe>
</div><br />
Each circle is treated with the exact same treatment but offset so that they form a sphere, to break out each circle press the &#8216;<strong>Break Apart</strong>&#8216; button. To fit the circles together again, press the &#8216;<strong>Place Together</strong>&#8216; button.</p>
<p>You can enhance the 3D effect further by pressing the &#8216;<strong>Spin</strong>&#8216; button, this simply plays a storyboard to spin each circle on an additional axis.</p>
<p>To create this effect I have used the Projection Transform Rotation properties and used Easing on the animations inside <a title="Read more about Expression Blend 3" href="http://www.microsoft.com/Expression/products/Blend_Overview.aspx" target="_blank">Expression Blend 3</a> to help the inertia look right.</p>
<h2>Grab the Source</h2>
<p>As usual you can <a title="Download the source files for this post" href="http://www.silverlightbuzz.com/examples/projection3Dobject.zip" target="_self">download the source files for this example here</a>.</p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/gaaWzE0sPKk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/02/02/create-a-simple-3d-sphere-animation-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/02/02/create-a-simple-3d-sphere-animation-in-silverlight/</feedburner:origLink></item>
		<item>
		<title>Metia launch Silverlight banner with Deepzoom and Smooth Streaming!</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/UYQgaE3o2Ds/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-banner-with-deepzoom-and-smooth-streaming/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:10:18 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Deep Zoom]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[Silverlight News]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Metia + Silverlight Examples]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=780</guid>
		<description><![CDATA[Metia (my employers) have just finished producing not only one of the first ever Silverlight banners for MSN, but the...]]></description>
			<content:encoded><![CDATA[<p><a title="www.metia.com" href="http://www.metia.com" target="_blank">Metia</a> (my employers) have just finished producing not only one of the first ever Silverlight banners for MSN, but the first banner to incorporate Deepzoom and Smooth Streaming and be expandable. <a title="View the banner live on MSN" href="http://tech.uk.msn.com/gaming" target="_blank">View the Mass Effect Silverlight banner live on MSN</a>.</p>
<p><a href="http://tech.uk.msn.com/gaming/"><img class="alignnone" title="Silverlight banner for Mass Effect 2" src="http://www.silverlightbuzz.com/images/massEffect/1.png" alt="" width="640" height="404" /></a></p>
<p>The video also features a full screen view for the HD video.</p>
<p><a href="http://tech.uk.msn.com/gaming/"><img title="Silverlight banner for Mass Effect 2" src="http://www.silverlightbuzz.com/images/massEffect/2.png" alt="" width="640" height="404" /></a></p>
<p>The Smooth Streaming allows users to view the video at the highest quality possible based on their internet connection and CPU speed. If the users connection drops to a slower speed during the video, the Smooth Streaming seamlessly adapts to keep the video stream consistent and free of buffering.</p>
<p>The banner also features a Deepzoom component.</p>
<p><a href="http://tech.uk.msn.com/gaming/"><img title="Silverlight banner for Mass Effect 2" src="http://www.silverlightbuzz.com/images/massEffect/4.jpg" alt="" width="640" height="404" /></a></p>
<p>This part of the experience allows users to zoom in as close as to see the stubble on the characters face! The Deepzoom functionality lets you zoom into an image serving up only the part of the image you are looking at and thus not having to download megabytes of data.</p>
<p><a href="http://tech.uk.msn.com/gaming/"><img title="Silverlight banner for Mass Effect 2" src="http://www.silverlightbuzz.com/images/massEffect/5.jpg" alt="" width="640" height="404" /></a></p>
<p>This banner is running <a title="View the banner right now on MSN" href="http://tech.uk.msn.com/gaming/" target="_blank">live on MSN right now</a>, and is due to feature on the <a title="MSN home page" href="http://uk.msn.com/" target="_blank">MSN home page this Saturday</a>.</p>
<p>You can read more in the following posts:</p>
<p><a title="Dean Gifford talks about a World first" href="http://rocketpanda.com/blog/?p=41" target="_blank">Dean Gifford at Rocket Panda talks about a World first</a></p>
<p><a title="Damon Serji talks about the first interactive Silverlight banner in the world" href="http://www.silverlighttips.com/post/2010/01/28/MassEffect2-SilverlightBannerAD.aspx" target="_blank">Damon Serji talks about the first interactive Silverlight banner in the world</a></p>
<p><a title="Metia official statement by Steve Ellis" href="http://thenewmarketing.com/blogs/steve_ellis/archive/2010/01/21/12625.aspx" target="_blank">Metia official statement by Steve Ellis</a></p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/UYQgaE3o2Ds" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-banner-with-deepzoom-and-smooth-streaming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-banner-with-deepzoom-and-smooth-streaming/</feedburner:origLink></item>
		<item>
		<title>Metia launch Silverlight home page</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/d8uqx_2NZhM/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-home-page/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 14:28:28 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[Silverlight News]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Metia + Silverlight Examples]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projection]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Silverlight 3]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=775</guid>
		<description><![CDATA[Metia (my employers) have finally got round to updating our home page, which now features a Silverlight front end that...]]></description>
			<content:encoded><![CDATA[<p><a title="www.metia.com" href="http://www.metia.com" target="_blank">Metia</a> (my employers) have finally got round to updating our home page, which now features a Silverlight front end that I worked on. <a title="View the Metia Silverlight home page" href="http://www.metia.com" target="_blank">Flip the tiles</a> to read more of an article and receive more options.</p>
<p><a href="http://www.metia.com"><img class="alignnone" title="Metia launches Silverlight home page" src="http://www.silverlightbuzz.com/images/metiaHomePage.jpg" alt="" width="560" height="312" /></a></p>
<h2>Site features</h2>
<ul>
<li>The site features a randomised layout so that every time you return the tile positioning should look different.</li>
<li>The tiles make use of the new 3d projection properties in Silverlight 3.</li>
<li>All the content is pulled through dynamically to allow updates to be made with ease.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/d8uqx_2NZhM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/28/metia-launch-silverlight-home-page/</feedburner:origLink></item>
		<item>
		<title>Creating a Silverlight 3d spiral effect with projection</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/xH4itGL1UpM/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/28/creating-a-3d-spiral-effect-with-projection/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 00:18:02 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight 3 tutorials]]></category>
		<category><![CDATA[Silverlight Blend Tutorials]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Projection]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=766</guid>
		<description><![CDATA[We can use the projection properties in Silverlight 3 to help produce a 3D spiral animation.

  Please upgrade your...]]></description>
			<content:encoded><![CDATA[<p>We can use the projection properties in Silverlight 3 to help produce a 3D spiral animation.<br />
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/Spiral1/spiral.html" frameborder="0" style="height:300px;width:560px;">Please upgrade your browser</iframe>
</div>
<h2>Breakdown of effects</h2>
<p>To create this effect I use the following transforms:</p>
<ul>
<li>Opacity at either end of the animation.</li>
<li>Projection values to the X and Z axis to make each element loop to the foreground and background.</li>
<li>Scale transform to enhance the size of each element at it&#8217;s nearest and furthest point.</li>
<li>Easing on the above Scale transform to help the movement look more natural.</li>
<li>Translate transform to move the elements from the left to right.</li>
</ul>
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/Spiral2/spiral.html" frameborder="0" style="height:230px;width:560px;">Please upgrade your browser</iframe>
</div><br />
To get the above effect I also carried out these additional effects:</p>
<ul>
<li>I replaced the circle elements for images.</li>
<li>I slowed down the storyboards using the <strong>SpeedRatio </strong>value, this allows you to speed up or slow down a storyboard without having to go through and reposition all the key frames.</li>
<li>I added an additional projection transform to the Y axis to give the impression the spiral effect is along a curve.</li>
</ul>
<h2>Grab the source</h2>
<p>As usual you can download the source files for both the above examples.</p>
<p><a title="Download Silverlight spiral effect using 3d projection 1" href="http://www.silverlightbuzz.com/examples/spiral1.zip" target="_self">Silverlight spiral effect using 3d projection 1</a></p>
<p><a title="Download Silverlight spiral effect using 3d projection 2" href="http://www.silverlightbuzz.com/examples/spiral2.zip" target="_self">Silverlight spiral effect using 3d projection 2</a></p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/xH4itGL1UpM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/28/creating-a-3d-spiral-effect-with-projection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/28/creating-a-3d-spiral-effect-with-projection/</feedburner:origLink></item>
		<item>
		<title>Playing with Projection in Silverlight</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/nCo4DV6Sz9I/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/26/playing-with-projection-in-silverlight/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:00:51 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight 3 tutorials]]></category>
		<category><![CDATA[Silverlight Blend Tutorials]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Projection]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=758</guid>
		<description><![CDATA[Using only storyboards and behaviours I have created a cool 3d particle effect.

  Please upgrade your browser

Break down of...]]></description>
			<content:encoded><![CDATA[<p>Using only storyboards and behaviours I have created a cool 3d particle effect.<br />
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/ProjectionFun1/projectionfun1.html" frameborder="0" style="height:480px;width:560px;">Please upgrade your browser</iframe>
</div>
<h2>Break down of effects.</h2>
<p>Each element (circle) has it&#8217;s own storyboard that uses the projection properties to spin it around in a 360 degree fashion on it&#8217;s X axis. By increasing the centre point value of the Z axis we get a larger radius.</p>
<p>On top of that each element is offset by 30 degrees on it&#8217;s Y axis, this allows all the elements to form an imaginary sphere. I have also set the storyboard durations to different lengths to allow a chaotic feel to the animation.</p>
<p>Finally I have performed a rotate animation on all of the elements. The was no code needed to create this example, everything was done inside <a title="Expression Blend 3" href="http://www.microsoft.com/Expression/products/Blend_Overview.aspx" target="_blank">Expression Blend 3</a>.<br />
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/ProjectionFun2/projectionfun2.html" frameborder="0" style="height:480px;width:560px;">Please upgrade your browser</iframe>
</div><br />
To take the animation one step further, I have replaced the coloured circles with radial gradients and changed the scale of several elements. This adds an additional dimension to the animation.</p>
<h2>Grab the source</h2>
<p>As usual you can grab the source here:</p>
<p><a title="Projection Example 1" href="http://www.silverlightbuzz.com/examples/projectionFun1.zip">Projection example 1</a></p>
<p><a title="Projection Example 2" href="http://www.silverlightbuzz.com/examples/projectionFun2.zip">Projection example 2</a></p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/nCo4DV6Sz9I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/26/playing-with-projection-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/26/playing-with-projection-in-silverlight/</feedburner:origLink></item>
		<item>
		<title>Deep Zoom photography from Digital Diversity</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/4zf6teXceHM/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/23/deep-zoom-photography-from-digital-diversity/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 12:36:52 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Deep Zoom]]></category>
		<category><![CDATA[Silverlight Effects]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Silverlight 3]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=747</guid>
		<description><![CDATA[Use your mouse wheel to zoom in and out off the Wasp (Click image to gain focus first).

  Please...]]></description>
			<content:encoded><![CDATA[<p>Use your mouse wheel to zoom in and out off the Wasp<span style="color: #ff0000;"> (Click image to gain focus first)</span>.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/wasp/Wasp.html" frameborder="0" style="height:500px;width:560px;">Please upgrade your browser</iframe>
</div>
<p>Imagery from <a href="http://www.digidiversity.co.uk/">Adam Wignall at Digital Diversity</a>.</p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/4zf6teXceHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/23/deep-zoom-photography-from-digital-diversity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/23/deep-zoom-photography-from-digital-diversity/</feedburner:origLink></item>
		<item>
		<title>Site stats for Silverlight Buzz 2009</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/4L-rRVx3r2I/</link>
		<comments>http://www.silverlightbuzz.com/2010/01/22/site-stats-for-silverlight-buzz-2009/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:59:37 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[Silverlight News]]></category>
		<category><![CDATA[site stats]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=733</guid>
		<description><![CDATA[Last year was my first for blogging and after steady progress throughout the year I am happy to report the...]]></description>
			<content:encoded><![CDATA[<p>Last year was my first for blogging and after steady progress throughout the year I am happy to report the following site stats from Google Analytics:</p>
<p>A total of 52,882 unique visitors visiting a total of 71,978 times and viewing 132,850 pages.</p>
<p><img class="alignnone" title="Site stats for Silverlight Buzz 2009" src="http://www.silverlightbuzz.com/images/sitestats09.jpg" alt="" width="557" height="515" /></p>
<p>Here&#8217;s to 2010 and lots more content to come, happy New Year!</p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/4L-rRVx3r2I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2010/01/22/site-stats-for-silverlight-buzz-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2010/01/22/site-stats-for-silverlight-buzz-2009/</feedburner:origLink></item>
		<item>
		<title>Launch of the MSUK Partner Festive Game</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/7CEj8QCydPc/</link>
		<comments>http://www.silverlightbuzz.com/2009/12/18/launch-of-the-msuk-partner-festive-game/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:31:36 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight News]]></category>
		<category><![CDATA[Silverllight Games]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Collision]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Mouse position]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Rotation]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[User Input]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=721</guid>
		<description><![CDATA[I have had great fun developing a new Silverlight game (here at Metia) for the Microsoft UK Partner Network Team which...]]></description>
			<content:encoded><![CDATA[<p>I have had great fun developing a new Silverlight game (here at <a href="http://www.metia.com" target="_blank">Metia</a>) for the <a href="http://www.microsoft.com/uk/partner/game/" target="_blank">Microsoft UK Partner Network Team</a> which has now officially gone live! Please visit the game <a href="http://www.microsoft.com/uk/partner/game/" target="_blank">here</a> to have a go and see if you can beat my personal top score of <strong>443</strong>! Be sure to let me know what your top scores are under the comments section <img src='http://www.silverlightbuzz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.microsoft.com/uk/partner/game/"><img class="alignnone" title="Click to play the MSUK Partner Silverlight game" src="http://www.silverlightbuzz.com/images/MSUKPartnerGame.JPG" alt="" width="490" height="419" /></a></p>
<p>The game is built using <a href="http://www.silverlight.net" target="_blank">Silverlight 3</a> and features the following:</p>
<ul>
<li>Silverlight plug-in detection</li>
<li>Custom pre-loader animation</li>
<li>Options for mouse or keyboard controls in game</li>
<li>Saves your top score using Isolated Storage</li>
<li>Different AI and traits for each of the 4 bad guys</li>
<li>Bonus points for collecting prizes faster</li>
<li>Lots of cool effects like trailing footsteps and 3D score indicators</li>
</ul>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/7CEj8QCydPc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2009/12/18/launch-of-the-msuk-partner-festive-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2009/12/18/launch-of-the-msuk-partner-festive-game/</feedburner:origLink></item>
		<item>
		<title>Optimizing Silverlight with Enable Redraw Regions</title>
		<link>http://feedproxy.google.com/~r/SilverlightBuzz/~3/OT-pXIOiQ-o/</link>
		<comments>http://www.silverlightbuzz.com/2009/11/17/optimizing-silverlight-with-enable-redraw-regions/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:15:34 +0000</pubDate>
		<dc:creator>Gavin Wignall</dc:creator>
				<category><![CDATA[All Silverlight Examples]]></category>
		<category><![CDATA[Silverlight 3 tutorials]]></category>
		<category><![CDATA[Working with Silverlight]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Designers]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Expression Blend]]></category>
		<category><![CDATA[Frame rate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Redraw]]></category>
		<category><![CDATA[Silverlight 3]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.silverlightbuzz.com/?p=711</guid>
		<description><![CDATA[When building Silverlight applications, especially ones with multiple animations and storyboards, it is easy to quickly find your processor requirements...]]></description>
			<content:encoded><![CDATA[<p>When building Silverlight applications, especially ones with multiple animations and storyboards, it is easy to quickly find your processor requirements start spiking. This can reduce your viewers experience through slow frame rates and jumpiness, especially on lower spec machines.</p>
<p>One way to optimize your Silverlight application is to check that it is not having to render objects that are not being used or seen. If a storyboard is animating an object then that object is redrawn each frame even if it is out of view or behind another object. By stopping these animations or collapsing them until we need them will help keep down the processor requirements.</p>
<p>By using the &#8216;<strong>EnableRedrawRegions</strong>&#8216; property we can see every part of the screen that is being redrawn each frame.</p>
<p>Below is an example of an animation and the ability to move an object on top to hide it.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/RedrawRegion/Off/RedrawOff.html" frameborder="0" style="height:100px;width:490px;">Please upgrade your browser</iframe>
</div><br />
Below is the same example but with the EnableRedrawRegions property switched on. Notice how the animation is still being redrawn even when it is fully hidden by the Black area, but if we press the Collapse button the animation is no longer redrawn.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.silverlightbuzz.com/silverlightProjects/RedrawRegion/On/RedrawOn.html" frameborder="0" style="height:100px;width:490px;">Please upgrade your browser</iframe>
</div><br/><br />
<h2>The &#8216;how to&#8217; bit</h2>
<p>To turn on the EnableRedrawRegions property we need to add the following code in the HTML page hosting the Silverlight:</p>
<p>&lt;<span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #800000; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">param</span><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #ff0000; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"> name=</span><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #0000ff; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">&#8220;enableRedrawRegions&#8221;</span><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #ff0000; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"> value=</span><span style="outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; color: #0000ff; background-position: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">&#8220;true&#8221;</span> /&gt;</p>
<p>Add it after the &#8216;<strong>object</strong>&#8216; tag with the other default &#8216;<strong>param</strong>&#8216; tags created by Visual Studio.</p>
<img src="http://feeds.feedburner.com/~r/SilverlightBuzz/~4/OT-pXIOiQ-o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.silverlightbuzz.com/2009/11/17/optimizing-silverlight-with-enable-redraw-regions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.silverlightbuzz.com/2009/11/17/optimizing-silverlight-with-enable-redraw-regions/</feedburner:origLink></item>
	</channel>
</rss>
