<?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>Developing For .NET &#187; Silverlight</title>
	<atom:link href="http://www.developingfor.net/category/silverlight/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Mon, 26 Jul 2010 19:25:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Silverlight Book Sample Chapter</title>
		<link>http://www.developingfor.net/silverlight/silverlight-book-sample-chapter.html</link>
		<comments>http://www.developingfor.net/silverlight/silverlight-book-sample-chapter.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:04:26 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/silverlight/silverlight-book-sample-chapter.html</guid>
		<description><![CDATA[I recently posted about “Silverlight 4 Business Application Development: A Beginner’s Guide” by Frank LaVigne and Cameron Albert. I’m happy to announce that PACKT has made a sample chapter available for free download.&#160; So be sure to check it out: I’m sure you’ll find this a fun and valuable resource in your Silverlight adventures!]]></description>
		<wfw:commentRss>http://www.developingfor.net/silverlight/silverlight-book-sample-chapter.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Silverlight Book</title>
		<link>http://www.developingfor.net/silverlight/new-silverlight-book.html</link>
		<comments>http://www.developingfor.net/silverlight/new-silverlight-book.html#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:41:41 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net/new-silverlight-book.html</guid>
		<description><![CDATA[I was honored last year to be asked to be the Technical Editor/Reviewer for Frank LaVigne’s new Silverlight book “Microsoft Silverlight 4: Business Application Development.”&#160; Cameron Albert also contributed a couple of chapters and is listed as a co-author, but my image below does not show his name. I’m happy to announce that PACKT Publishing [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/silverlight/new-silverlight-book.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Another Silverlight Centering Trick</title>
		<link>http://www.developingfor.net/net/another-silverlight-centering-trick.html</link>
		<comments>http://www.developingfor.net/net/another-silverlight-centering-trick.html#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:27:40 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/net/another-silverlight-centering-trick.html</guid>
		<description><![CDATA[Not too long ago, I posted about how to center a Silverlight Application within an HTML page.&#160; Last weekend, I was working on a Silverlight application and I wanted to stretch the background brush across the entire browser, but retain the content in a fixed space in the middle of the screen.&#160; I could have [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/net/another-silverlight-centering-trick.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Center a Silverlight App in HTML</title>
		<link>http://www.developingfor.net/silverlight/how-to-center-a-silverlight-app-in-html.html</link>
		<comments>http://www.developingfor.net/silverlight/how-to-center-a-silverlight-app-in-html.html#comments</comments>
		<pubDate>Sat, 22 Aug 2009 13:33:38 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/silverlight/how-to-center-a-silverlight-app-in-html.html</guid>
		<description><![CDATA[I’ve written a lot of CSS over the years, so when I wanted to center my Silverlight App in my web page I figured it would be a piece of cake.&#160; It is easy, but it gave me some frustration because it required one element that I normally would not specify.&#160; Read on for the [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/silverlight/how-to-center-a-silverlight-app-in-html.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WCF, Silverlight 2, and IIS 6.0</title>
		<link>http://www.developingfor.net/silverlight/wcf-silverlight-2-and-iis-60.html</link>
		<comments>http://www.developingfor.net/silverlight/wcf-silverlight-2-and-iis-60.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 23:59:15 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[IIS 6.0]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=184</guid>
		<description><![CDATA[I&#8217;m ready to begin my first production Silverlight 2 project, so I needed to learn how to make a data driven Silverlight application. I pretty much already knew that the answer would involve WCF, but as I do not have much experience with such things I was not sure what to expect. I had written [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/silverlight/wcf-silverlight-2-and-iis-60.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Live Blogging VSLive! Austin &#8211; Day 1</title>
		<link>http://www.developingfor.net/net-35/live-blogging-vslive-austin-day-1.html</link>
		<comments>http://www.developingfor.net/net-35/live-blogging-vslive-austin-day-1.html#comments</comments>
		<pubDate>Mon, 12 Nov 2007 17:13:41 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/silverlight/live-blogging-vslive-austin-day-1.html</guid>
		<description><![CDATA[9 am: Today, VSLive! Austin begins with a session by Billy Hollis entitled &#8220;Maximizing WPF &#38; Silverlight&#8221;. I&#8217;ll be updating this post throughout the day with interesting tidbits from the presentation. The problem is that there is no power in the room, so I can only run for so long before I need a recharge. [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/net-35/live-blogging-vslive-austin-day-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
