<?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>Brent Roady</title>
	<atom:link href="http://www.brentroady.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.brentroady.com</link>
	<description>The personal site of Brent Roady</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Silverlight</title>
		<link>http://www.brentroady.com/?p=6</link>
		<comments>http://www.brentroady.com/?p=6#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:18:40 +0000</pubDate>
		<dc:creator>brentroady</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.brentroady.com//blog/?p=6</guid>
		<description><![CDATA[I came across a problem when using Visual Web Developer 2008 to develop for Silverlight. When adding an xmlns for your application to your UserControl, the compiler complains about a missing assembly reference. &#60;UserControl x:Class=&#34;SilverlightApplication1.Page&#34; xmlns:My=&#34;clr-namespace:SilverlightApplication1&#34; xmlns=&#34;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#34; xmlns:x=&#34;http://schemas.microsoft.com/winfx/2006/xaml&#34; Width=&#34;400&#34; Height=&#34;300&#34;&#62; &#8230; <a href="http://www.brentroady.com/?p=6">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I came across a problem when using Visual Web Developer 2008 to develop for Silverlight.  When adding an xmlns for your application to your UserControl, the compiler complains about a missing assembly reference.</p>
<pre class="brush: xml;">
&lt;UserControl
        x:Class=&quot;SilverlightApplication1.Page&quot;
        xmlns:My=&quot;clr-namespace:SilverlightApplication1&quot;
        xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;
        xmlns:x=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;
        Width=&quot;400&quot; Height=&quot;300&quot;&gt;
    &lt;Grid x:Name=&quot;LayoutRoot&quot; Background=&quot;Black&quot;&gt;
        &lt;Canvas x:Name=&quot;surface&quot;&gt;
            &lt;My:Foo x:Name=&quot;bar&quot; Canvas.Left=&quot;305&quot; Canvas.Top=&quot;220&quot;/&gt;
        &lt;/Canvas&gt;
    &lt;/Grid&gt;
&lt;/UserControl&gt;
</pre>
<p>You can fix this by removing the My:Foo element and building the project before adding the element back in.</p>
<p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.brentroady.com%2F%3Fp%3D6&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brentroady.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read, Reading, Will Read</title>
		<link>http://www.brentroady.com/?p=4</link>
		<comments>http://www.brentroady.com/?p=4#comments</comments>
		<pubDate>Sat, 02 Feb 2008 15:07:43 +0000</pubDate>
		<dc:creator>brentroady</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://www.brentroady.com//blog/?p=4</guid>
		<description><![CDATA[Books finished recently: Watchmen by Alan Moore Hackers and Painters by Paul Graham Legacy of Ashes by Tim Weiner Books currently reading: Super Crunchers by Ian Ayers Books I should read next: ? window.fbAsyncInit = function() { FB.init({appId: 'your app &#8230; <a href="http://www.brentroady.com/?p=4">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Books finished recently:</p>
<ul>
<li>Watchmen by Alan Moore</li>
<li>Hackers and Painters by Paul Graham</li>
<li>Legacy of Ashes by Tim Weiner</li>
</ul>
<p>Books currently reading:</p>
<ul>
<li>Super Crunchers by Ian Ayers</li>
</ul>
<p>Books I should read next: ?</p>
<p><fb:like /></p>
<div id="fb-root"></div>
<p><script>
  window.fbAsyncInit = function() {
    FB.init({appId: 'your app id', status: true, cookie: true,
             xfbml: true});
  };
  (function() {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
      '//connect.facebook.net/en_US/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brentroady.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get user from j_security_check</title>
		<link>http://www.brentroady.com/?p=3</link>
		<comments>http://www.brentroady.com/?p=3#comments</comments>
		<pubDate>Tue, 22 May 2007 17:26:29 +0000</pubDate>
		<dc:creator>brentroady</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.brentroady.com//blog/?p=3</guid>
		<description><![CDATA[For future J2EE reference: Call request.getUserPrincipal().getName().  The request can come from (HttpServletRequest)pageContext.getRequest()]]></description>
			<content:encoded><![CDATA[<p>For future J2EE reference:</p>
<p>Call request.getUserPrincipal().getName().  The request can come from (HttpServletRequest)pageContext.getRequest()</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brentroady.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.brentroady.com/?p=1</link>
		<comments>http://www.brentroady.com/?p=1#comments</comments>
		<pubDate>Thu, 27 Jul 2006 01:22:42 +0000</pubDate>
		<dc:creator>brentroady</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to Brent Roady&#8217;s blog.  Yes, THE Brent Roady.]]></description>
			<content:encoded><![CDATA[<p>Welcome to Brent Roady&#8217;s blog.  Yes, THE Brent Roady.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brentroady.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
