<?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>Silverlight &#124; WPF &#124; Microsoft.Net &#187; Expression Newsletter</title>
	<atom:link href="http://joel.neubeck.net/tag/expression-newsletter/feed/" rel="self" type="application/rss+xml" />
	<link>http://joel.neubeck.net</link>
	<description>Simplifing structure without changing results</description>
	<lastBuildDate>Fri, 01 Apr 2011 21:34:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Developing a casual game with Silverlight &#8211; Module 5</title>
		<link>http://joel.neubeck.net/2009/05/casual-game-m5-expression-newsletter/</link>
		<comments>http://joel.neubeck.net/2009/05/casual-game-m5-expression-newsletter/#comments</comments>
		<pubDate>Fri, 22 May 2009 17:18:47 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Expression Newsletter]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/?p=396</guid>
		<description><![CDATA[This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the fifth of a six part series of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/expression/news-press/newsletter/"><img class="alignnone size-full wp-image-236" title="Microsoft Expression" src="http://joel.neubeck.net/wp-content/uploads/2008/09/microsoft_expression_logo.gif" alt="" width="191" height="62" /></a>This week Microsoft published the latest issue of the Expression Newsletter.  If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions.  In this latest issue I was asked to contribute the fifth of a six part series of articles on  <a href="http://expression.microsoft.com/en-us/dd835381.aspx">exploring the process of designing and building a casual online game in Silverlight .</a>.   Here is what  the series will include.</p>
<ul>
<li>Module 1: Getting Started – Architecture / framework</li>
<li>Module 2: Movement and collision detection</li>
<li>Module 3: Design – Sprites, boards and dialogs</li>
<li>Module 4: Animations and sound</li>
<li><a href="http://expression.microsoft.com/en-us/dd835381.aspx"><strong>Module 5: Initialization and Deployment</strong></a></li>
<li>Module 6: Advanced concepts (Physics, Multiplayer, Optimization)</li>
</ul>
<p>Make sure to check out the article at <a href="http://www.microsoft.com/expression/news-press/newsletter/">http://www.microsoft.com/expression/news-press/newsletter/</a></p>
<p>Code: <a onclick="javascript: pageTracker._trackPageview('/code/ENM5/Game.zip');" href="/wp-content/uploads/2009/05/ENM5/Game.zip">Game.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2009/05/casual-game-m5-expression-newsletter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Developing a Casual Game with Siverlight 2 – Module 4</title>
		<link>http://joel.neubeck.net/2009/03/casual-game-m4-expression-newsletter/</link>
		<comments>http://joel.neubeck.net/2009/03/casual-game-m4-expression-newsletter/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:32:09 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Expression Newsletter]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/?p=382</guid>
		<description><![CDATA[This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the fourth of a six part series of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/expression/news-press/newsletter/"><img class="alignnone size-full wp-image-236" title="Microsoft Expression" src="http://joel.neubeck.net/wp-content/uploads/2008/09/microsoft_expression_logo.gif" alt="" width="191" height="62" /></a>This week Microsoft published the latest issue of the Expression Newsletter.  If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions.  In this latest issue I was asked to contribute the fourth of a six part series of articles on  <a href="http://expression.microsoft.com/en-us/dd569746.aspx">exploring the process of designing and building a casual online game in Silverlight 2.</a>.   Here is what  the series will include.</p>
<ul>
<li>Module 1: Getting Started – Architecture / framework</li>
<li>Module 2: Movement and collision detection</li>
<li><a href="http://expression.microsoft.com/en-us/dd434645.aspx">Module 3: Design – Sprites, boards and dialogs</a></li>
<li><strong>Module 4: Animations and sound</strong></li>
<li>Module 5: Initialization and Deployment</li>
<li>Module 6: Advanced concepts (Physics, Multiplayer, Optimization)</li>
</ul>
<p>Make sure to check out the article at <a href="http://www.microsoft.com/expression/news-press/newsletter/">http://www.microsoft.com/expression/news-press/newsletter/</a></p>
<p>Code: <a onclick="javascript: pageTracker._trackPageview('/code/ENM3/Game.zip');" href="/wp-content/uploads/2009/03/ENM4/Game.zip">Game.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2009/03/casual-game-m4-expression-newsletter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developing a casual game with Silverlight 2 &#8211; Module 3</title>
		<link>http://joel.neubeck.net/2009/01/casual-game-m3-expression-newsletter/</link>
		<comments>http://joel.neubeck.net/2009/01/casual-game-m3-expression-newsletter/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:15:45 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Expression Newsletter]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/?p=331</guid>
		<description><![CDATA[This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the third of a six part series of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/expression/news-press/newsletter/"><img class="alignnone size-full wp-image-236" title="Microsoft Expression" src="http://joel.neubeck.net/wp-content/uploads/2008/09/microsoft_expression_logo.gif" alt="" width="191" height="62" /></a>This week Microsoft published the latest issue of the Expression Newsletter.  If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions.  In this latest issue I was asked to contribute the third of a six part series of articles on  <a href="http://expression.microsoft.com/en-us/dd434645.aspx">exploring the process of designing and building a casual online game in Silverlight 2.</a>.   Here is what  the series will include.</p>
<ul>
<li>Module 1: Getting Started – Architecture / framework</li>
<li>Module 2: Movement and collision detection</li>
<li><a href="http://expression.microsoft.com/en-us/dd434645.aspx"><strong>Module 3: Design – Sprites, boards and dialogs</strong></a></li>
<li>Module 4: Animations and sound</li>
<li>Module 5: Initialization and Deployment</li>
<li>Module 6: Advanced concepts (Physics, Multiplayer, Optimization)</li>
</ul>
<p>Make sure to check out the article at <a href="http://www.microsoft.com/expression/news-press/newsletter/">http://www.microsoft.com/expression/news-press/newsletter/</a></p>
<p>Code: <a onclick="javascript: pageTracker._trackPageview('/code/ENM3/Game.zip');" href="/wp-content/uploads/2009/01/ENM3/Game.zip">Game.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2009/01/casual-game-m3-expression-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a Casual Games with Silverlight 2 &#8211; Module 2</title>
		<link>http://joel.neubeck.net/2008/11/casual-game-m2-expression-newsletter/</link>
		<comments>http://joel.neubeck.net/2008/11/casual-game-m2-expression-newsletter/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:54:59 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[AABB]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[Collision]]></category>
		<category><![CDATA[Expression Newsletter]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/?p=319</guid>
		<description><![CDATA[This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the second of a six part series of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/expression/news-press/newsletter/default.aspx"><img class="alignnone size-full wp-image-236" title="Microsoft Expression" src="http://joel.neubeck.net/wp-content/uploads/2008/09/microsoft_expression_logo.gif" alt="" width="191" height="62" /></a>This week Microsoft published the latest issue of the Expression Newsletter.  If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions.  In this latest issue I was asked to contribute the second of a six part series of articles on  <a href="http://expression.microsoft.com/en-us/dd279542.aspx">exploring the process of designing and building a casual online game in Silverlight 2.</a>.   Here is what  the series will include.</p>
<ul>
<li>Module 1: Getting Started – Architecture / framework</li>
<li><strong>Module 2: Movement and collision detection</strong></li>
<li>Module 3: Design – Sprites, boards and dialogs</li>
<li>Module 4: Animations and sound</li>
<li>Module 5: Initialization and Deployment</li>
<li>Module 6: Advanced concepts (Physics, Multiplayer, Optimization)</li>
</ul>
<p>Make sure to check out the article at <a href="http://www.microsoft.com/expression/news-press/newsletter/">http://www.microsoft.com/expression/news-press/newsletter/</a></p>
<p><code> </code></p>
<p>Code: COMING SOON</p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2008/11/casual-game-m2-expression-newsletter/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Developing a Casual Games with Silverlight 2 &#8211; Module 1</title>
		<link>http://joel.neubeck.net/2008/09/casual-game-m1-expression-newsletter/</link>
		<comments>http://joel.neubeck.net/2008/09/casual-game-m1-expression-newsletter/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 14:00:50 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Blend]]></category>
		<category><![CDATA[casual games]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[Expression Newsletter]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://joel.neubeck.net/?p=233</guid>
		<description><![CDATA[This week Microsoft published the latest issue of the Expression Newsletter. If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions. In this latest issue I was asked to contribute the first of a six part series of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/expression/news-press/newsletter/default.aspx"><img class="alignnone size-full wp-image-236" title="Microsoft Expression" src="http://joel.neubeck.net/wp-content/uploads/2008/09/microsoft_expression_logo.gif" alt="" width="191" height="62" /></a>This week Microsoft published the latest issue of the Expression Newsletter.  If you have not seen the newsletter its a great series of articles focused on using Silverlight and the Expression tools to create amazing rich interactive solutions.  In this latest issue I was asked to contribute the first of a six part series of articles on  <a href="http://expression.microsoft.com/en-us/cc964002.aspx">exploring the process of designing and building a casual online game in Silverlight 2.</a>.   Here is what  the series will include.</p>
<ul>
<li>Module 1: Getting Started – Architecture / framework</li>
<li>Module 2: Movement and collision detection</li>
<li>Module 3: Design – Sprites, boards and dialogs</li>
<li>Module 4: Animations and sound</li>
<li>Module 5: Initialization and Deployment</li>
<li>Module 6: Advanced concepts (Physics, Multiplayer, Optimization)</li>
</ul>
<p>Make sure to check out the article at <a href="http://www.microsoft.com/expression/news-press/newsletter/">http://www.microsoft.com/expression/news-press/newsletter/</a> </p>
<p><code>
<p>Code: <a onclick="javascript: pageTracker._trackPageview('/code/ENM1/Game.zip');" href="/wp-content/uploads/2008/09/ENM1/Game.zip">Game.zip</a></p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://joel.neubeck.net/2008/09/casual-game-m1-expression-newsletter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

