<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Working with Resources and Styles - Day 3 - Part 2</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/de20/18af193d-1561-4dbc-a3a4-9e230016de20/day3part2_100_ch9.jpg</url>
		<title>Channel 9 - Working with Resources and Styles - Day 3 - Part 2</title>
		<link></link>
	</image>
	<description> In this video, Bob explains how to define reusable definitions for brushes (color, gradients, and images) throughout either a single page or the entire site, as well as how to combine collections of name / value pairs for a given control in order to give your application a consistent look and feel. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 13:24:10 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 13:24:10 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[ <p>Everything works right up to running the app at the very end (with the style in the App.xaml page). At this point the app begins but then throws up &quot;XAMLParseException occurred&quot;. It says that the static resource I created (JonnosStyle) is out of range. Any idea why this is?</p><p>posted by Jonno</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634281040220000000</link>
		<pubDate>Thu, 16 Dec 2010 13:47:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634281040220000000</guid>
		<dc:creator>Jonno</dc:creator>
	</item>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[ <p>Good video. Nice way to keep the colour scheme of your programs consistant.</p><p>posted by Mintydog</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634303727980000000</link>
		<pubDate>Tue, 11 Jan 2011 19:59:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634303727980000000</guid>
		<dc:creator>Mintydog</dc:creator>
	</item>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[ <p>Very Nice approach. Thank you very much.</p><p>posted by Rao2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634304820910000000</link>
		<pubDate>Thu, 13 Jan 2011 02:21:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634304820910000000</guid>
		<dc:creator>Rao2</dc:creator>
	</item>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634281040220000000">Jonno</a>:In the current release theme resources are not stored under App.xaml.</p><p>posted by Rao2</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634304824190000000</link>
		<pubDate>Thu, 13 Jan 2011 02:26:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634304824190000000</guid>
		<dc:creator>Rao2</dc:creator>
	</item>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[After changing the&nbsp;background and accent color, the&nbsp;page arrow "disappears". It's color does not change with the change of the background color and therefore it "disappears". How do you manage the color of the page arrow so that it does not "disappear" when the background color is chaged from dark to light?<p>posted by Shawn</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634314165440000000</link>
		<pubDate>Sun, 23 Jan 2011 21:55:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634314165440000000</guid>
		<dc:creator>Shawn</dc:creator>
	</item>
	<item>
		<title>Re: Working with Resources and Styles - Day 3 - Part 2</title>
		<description>
			<![CDATA[ <p>Fantastic! Thanks</p><p>posted by minompi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634335524420000000</link>
		<pubDate>Thu, 17 Feb 2011 15:14:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Resources-and-Styles#c634335524420000000</guid>
		<dc:creator>minompi</dc:creator>
	</item>
</channel>
</rss>