<?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>davidpoll.com &#187; Off-Topic</title>
	<atom:link href="http://www.davidpoll.com/tag/off-topic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com</link>
	<description>Software development and other goofy geeky goodness.</description>
	<lastBuildDate>Sat, 18 Jun 2011 22:03:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Samples updated and code in comments</title>
		<link>http://www.davidpoll.com/2010/04/25/samples-updated-and-code-in-comments/</link>
		<comments>http://www.davidpoll.com/2010/04/25/samples-updated-and-code-in-comments/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 03:47:42 +0000</pubDate>
		<dc:creator>david.poll</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Silverlight 4]]></category>
		<category><![CDATA[Silverlight 4 Beta]]></category>
		<category><![CDATA[Silverlight 4 RC]]></category>

		<guid isPermaLink="false">http://www.davidpoll.com/2010/04/25/samples-updated-and-code-in-comments/</guid>
		<description><![CDATA[Hi folks!&#160; Just a super-quick note: in the last week, I’ve updated most of my old samples (it should be everything except for the one from my PDC talk – that one is a fair amount more work due to breaking changes in RIA Services since the Silverlight 4 Beta) that were build on the [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Hi folks!&#160; Just a super-quick note: in the last week, I’ve updated most of my old samples (it should be everything except for the one from my PDC talk – that one is a fair amount more work due to breaking changes in RIA Services since the Silverlight 4 Beta) that were build on the Silverlight 4 Beta and RC.</p>
<p>In addition, if you are commenting on a post here and need to post some code (in particular XAML), take note that my commenting system automatically strips out XML tags, so XAML’s a no-go.&#160; I’ve just added a plugin for my blog that allows you to use a “[code][/code]” tag to mark a section of your comment as code, and it will be monospace-formatted with XML tags converted for display.&#160; Hopefully this will clear up some issues people have had with commenting in the past!</p>
<p>Enjoy the rest of your weekend!</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.davidpoll.com/2010/04/25/samples-updated-and-code-in-comments/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sayin’ Howdy</title>
		<link>http://www.davidpoll.com/2009/03/18/sayin%e2%80%99-howdy/</link>
		<comments>http://www.davidpoll.com/2009/03/18/sayin%e2%80%99-howdy/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 08:51:23 +0000</pubDate>
		<dc:creator>david.poll</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hiya, folks!&#160; Welcome to my brand new blog.&#160; My name is David Eitan Poll, and I’m a recent addition to the Application Framework (AppFx) Program Management (PM) team.&#160; I’m a Southern California native, and until my move up to Redmond, I called the O.C. my home.&#160; After high school, I scurried up to the Bay [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Hiya, folks!&#160; Welcome to my brand new blog.&#160; My name is David Eitan Poll, and I’m a recent addition to the Application Framework (AppFx) Program Management (PM) team.&#160; I’m a Southern California native, and until my move up to Redmond, I called the O.C. my home.&#160; After high school, I scurried up to the Bay Area to work toward a degree (or two) in Computer Science at UC Berkeley (Go Bears!).&#160; Between years at Berkeley, I continued my trek up the west coast to Redmond to do not just one, but two PM internships with my current team.</p>
<p>Well, now I’m back in full force, and I’m excited to be sharing my blog with you, “the public”.&#160; I’m thrilled to be working on <a href="http://www.silverlight.net">Silverlight</a> – there’s lots to be excited about.&#160; On the eve of <a href="http://live.visitmix.com/">MIX ‘09</a> in Vegas, there will doubtless be plenty to talk about when it comes to Silverlight and business applications.</p>
<p>In the meantime, I’ll leave you with an obligatory snippet of Silverlight XAML:</p>
<pre class="code"><span style="color: blue">&lt;</span><span style="color: #a31515">UserControl </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Class</span><span style="color: blue">=&quot;SimpleApplication.MainPage&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;
    </span><span style="color: red">xmlns</span><span style="color: blue">:</span><span style="color: red">x</span><span style="color: blue">=&quot;http://schemas.microsoft.com/winfx/2006/xaml&quot;
    </span><span style="color: red">Width</span><span style="color: blue">=&quot;400&quot; </span><span style="color: red">Height</span><span style="color: blue">=&quot;300&quot;&gt;
    &lt;</span><span style="color: #a31515">Grid </span><span style="color: red">x</span><span style="color: blue">:</span><span style="color: red">Name</span><span style="color: blue">=&quot;LayoutRoot&quot; </span><span style="color: red">Background</span><span style="color: blue">=&quot;White&quot;&gt;
        &lt;</span><span style="color: #a31515">TextBlock </span><span style="color: red">Text</span><span style="color: blue">=&quot;The David says: Hello World!&quot;
                   </span><span style="color: red">HorizontalAlignment</span><span style="color: blue">=&quot;Center&quot;
                   </span><span style="color: red">VerticalAlignment</span><span style="color: blue">=&quot;Center&quot; /&gt;
    &lt;/</span><span style="color: #a31515">Grid</span><span style="color: blue">&gt;
&lt;/</span><span style="color: #a31515">UserControl</span><span style="color: blue">&gt;
</span></pre>
<p>Ok, it doesn’t do much, but it’s an opportunity to post a first snippet on my blog.&#160; Don’t be mad!</p>
<p>Happy trails – I’ll see you soon!</p>
<p><img src="http://blogs.msdn.com/aggbug.aspx?PostID=9486374" width="1" height="1"></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.davidpoll.com/2009/03/18/sayin%e2%80%99-howdy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

