<?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; Personal</title>
	<atom:link href="http://www.davidpoll.com/tag/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com</link>
	<description>Silverlight, RIA development, and other goofy geeky goodness.</description>
	<lastBuildDate>Mon, 26 Jul 2010 02:17:09 +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>Downtime &#8211; Apologies&#8230;</title>
		<link>http://www.davidpoll.com/2009/07/13/downtime-apologies/</link>
		<comments>http://www.davidpoll.com/2009/07/13/downtime-apologies/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 01:57:25 +0000</pubDate>
		<dc:creator>david.poll</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.davidpoll.com/?p=91</guid>
		<description><![CDATA[Hey folks!&#160; For those of you who were trying to access my blog in the last 3 or 4 hours (or more, I’m not 100% sure when it started), you were probably not met with much success.&#160; Unfortunately, my server’s ISP had been hit with a DDoS attack, bringing down my server’s internet access.&#160; I [...]]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><!-- AdSense Now! V1.90 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadin" style="float:right;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "pub-0397559301561409";
/* 234x60, created 9/21/09 */
google_ad_slot = "7066877373";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Hey folks!&#160; For those of you who were trying to access my blog in the last 3 or 4 hours (or more, I’m not 100% sure when it started), you were probably not met with much success.&#160; Unfortunately, my server’s ISP had been hit with a DDoS attack, bringing down my server’s internet access.&#160; I just finished working with my service provider to get things up and running again.&#160; In the meantime, my sincere apologies!&#160; I hope it didn’t leave folks in the dark for too long!</p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.davidpoll.com/2009/07/13/downtime-apologies/feed/</wfw:commentRss>
		<slash:comments>0</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>
