<?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>Channel 9 - Discussions by bwill</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/bwill/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by bwill</title>
		<link>http://channel9.msdn.com/Niners/bwill/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/bwill/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 15:39:24 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 15:39:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>The Sandbox - Vista Sidebar Gadgets: persistent settings</title>
		<description><![CDATA[<p>Here is a&nbsp;question that seems to pop up with some regularity on the sidebar newsgroup: &quot;Why doesn't the weather gadget remember where I live, if I close it and then add it again to my sidebar?&quot;</p>
<p>The answer is that every time you add the weather gadget to the sidebar, you are creating a new 'instance' of the gadget; and every instance has its own associated location.&nbsp; So the newly-added weather gadget has settings that are completely distinct from
 the settings on the one you closed.&nbsp; This makes sense when you start to think about having three or five weather gadgets running at the same time - they should each be able to show the weather at a different location.</p>
<p>Having said that, you may choose to make a different design choice in your gadgets.&nbsp; Unfortunately, the sidebar does not offer a built-in mechanism for sharing settings between gadget instances.&nbsp; When asked how to do this by other gadget developers, my first
 response was: &quot;you can use a shared file to share settings between gadget instances.&quot;</p>
<p>To make life easier for everyone, I decided to write a javascript library that encapsulated that work, and exposed a simple API for reading and writing shared settings.&nbsp; In the process of writing the library, I discovered that just saying &quot;use a shared file&quot;
 vastly oversimplifies the effort involved.&nbsp; *grin*</p>
<p>Here is the result of my efforts; the attached ZIP file contains a code file persistentSettings.js, and a README.TXT that describes the API.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/Vista-Sidebar-Gadgets-persistent-settings/231595#231595</link>
		<pubDate>Fri, 22 Sep 2006 02:43:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/Vista-Sidebar-Gadgets-persistent-settings/231595#231595</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - How do you screenshot Windows Security screens?</title>
		<description><![CDATA[<p>a camera.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/77463-How-do-you-screenshot-Windows-Security-screens/8e4e041962d4485db5089dec0055398c#8e4e041962d4485db5089dec0055398c</link>
		<pubDate>Tue, 21 Jun 2005 05:48:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/77463-How-do-you-screenshot-Windows-Security-screens/8e4e041962d4485db5089dec0055398c#8e4e041962d4485db5089dec0055398c</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Self-Taught Developers and Microsoft</title>
		<description><![CDATA[<p>Here's the thing about both a degree, and experience - it gets your foot in the door.&nbsp; Note that you don't have to have a job to accumulate experience.&nbsp;
<br>
<br>
Write a program.&nbsp; Get some people to use it.&nbsp; Use their feedback to make it better.&nbsp; Get a programmer you respect to review it and use that feedback to make it better.&nbsp; Even better if you can get a Microsoft dev to look at your stuff - having someone at Microsoft
 say good things about you is another good 'foot in the door'.<br>
<br>
I don't have a degree.&nbsp; I was programming before I went to high school, before I went to college.&nbsp; I will say that a good college CS program will give you some excellent insights into the issues behind the more difficult problems you will see as a programmer.&nbsp;
<br>
<br>
I completed more than three years toward a degree at Rice University before I went to work for a startup company during the internet boom.&nbsp; My three years of dev work there helped me get my foot in the door at Microsoft; as did a friend I had working here.&nbsp;
 I started as a contract worker, and after proving myself for six months I interviewed and came on as a full time employee.&nbsp; I've had a successful career here ever since.<br>
<br>
I have another friend I work with who has a PhD in geology.&nbsp; He worked in the oil industry for a while, but now he's into computers.&nbsp; The interview is where he really proved himself, but that PhD and work experience - even in an unrelated technical field -
 was his foot in the door.&nbsp; What's yours?<br>
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/66506-Self-Taught-Developers-and-Microsoft/c013a9bf44184c99b0739dec004a3de6#c013a9bf44184c99b0739dec004a3de6</link>
		<pubDate>Sat, 14 May 2005 02:52:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/66506-Self-Taught-Developers-and-Microsoft/c013a9bf44184c99b0739dec004a3de6#c013a9bf44184c99b0739dec004a3de6</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>34</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - VoIP - Is it worth it?</title>
		<description><![CDATA[<p>I'm already paying for cable modem, so the incremental cost of Vonage wasn't much for me; certainly much cheaper than a regular land line with long-distance costs.&nbsp; I have nothing but good things to say about it - it was easy to hook up, I've had no problems
 with performance and availability, and I really like their on-line options.&nbsp; (For example, I get a copy of my voice-mails in my hotmail inbox.)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/43897-VoIP-Is-it-worth-it/0f801b9cc2394e21ae8c9dec0030de50#0f801b9cc2394e21ae8c9dec0030de50</link>
		<pubDate>Sun, 06 Mar 2005 03:04:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/43897-VoIP-Is-it-worth-it/0f801b9cc2394e21ae8c9dec0030de50#0f801b9cc2394e21ae8c9dec0030de50</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Longhorn 64 Bit?</title>
		<description><![CDATA[<p>Well, 64-bit Longhorn will be a different set of binaries than 32-bit Longhorn, so in that sense they'll be different - probably ship in different boxes, etc; although I'm sure that type of decision hasn't been locked down yet.<br>
<br>
Multi-die processors are a different story - if your die has two 32-bit processors on it, it should run 32-bit Longhorn just fine.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/39394-Longhorn-64-Bit/b251b857eb57422897f29dec002ba62f#b251b857eb57422897f29dec002ba62f</link>
		<pubDate>Thu, 10 Feb 2005 03:16:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/39394-Longhorn-64-Bit/b251b857eb57422897f29dec002ba62f#b251b857eb57422897f29dec002ba62f</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Help with this code please!!!</title>
		<description><![CDATA[<p>I'm glad you were able to figure it out!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/35726-Help-with-this-code-please/ba1d06b595d44e4b818b9dea013d6175#ba1d06b595d44e4b818b9dea013d6175</link>
		<pubDate>Tue, 25 Jan 2005 16:23:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/35726-Help-with-this-code-please/ba1d06b595d44e4b818b9dea013d6175#ba1d06b595d44e4b818b9dea013d6175</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Help with this code please!!!</title>
		<description><![CDATA[<p>I'm guessing that IIS has port 80 locked up.&nbsp; Try using a different port, or stop IIS and try your test again.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/35726-Help-with-this-code-please/0507de4be5db4040a4079dea013d60a7#0507de4be5db4040a4079dea013d60a7</link>
		<pubDate>Fri, 21 Jan 2005 17:08:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/35726-Help-with-this-code-please/0507de4be5db4040a4079dea013d60a7#0507de4be5db4040a4079dea013d60a7</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - error</title>
		<description><![CDATA[<p>You've probably got a driver or hardware problem, then.&nbsp; Check your drivers and make sure they are up-to-date.&nbsp; Not sure what you can do if you've got bad hardware.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/29703-error/c2e8dc368533478ea7249dea01361e03#c2e8dc368533478ea7249dea01361e03</link>
		<pubDate>Thu, 02 Dec 2004 00:25:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/29703-error/c2e8dc368533478ea7249dea01361e03#c2e8dc368533478ea7249dea01361e03</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - error</title>
		<description><![CDATA[<p>You're not giving us much to go on.&nbsp; I'll go out on a limb and assume this is referring to memory that doesn't get paged out (typically kernel memory).&nbsp; In what sort of error message are you seeing this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/29703-error/908ff551cc45437d8f749dea01361d8d#908ff551cc45437d8f749dea01361d8d</link>
		<pubDate>Wed, 01 Dec 2004 00:40:04 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/29703-error/908ff551cc45437d8f749dea01361d8d#908ff551cc45437d8f749dea01361d8d</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Another company making money off of Open Source freebies?</title>
		<description><![CDATA[<p>harumscarum - it depends on the license the software uses.&nbsp; I know you could take any GPL software, repackage it and sell it.&nbsp; I believe many other open source licenses are the same, although if I were you I would do my legal 'due diligence' before selling
 open source software.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/29112-Another-company-making-money-off-of-Open-Source-freebies/a9e37ea67afd4e35b5129dea01356412#a9e37ea67afd4e35b5129dea01356412</link>
		<pubDate>Wed, 24 Nov 2004 00:52:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/29112-Another-company-making-money-off-of-Open-Source-freebies/a9e37ea67afd4e35b5129dea01356412#a9e37ea67afd4e35b5129dea01356412</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Another company making money off of Open Source freebies?</title>
		<description><![CDATA[<p><a href="http://galactic-patrol.blogspot.com/2004/11/how-many-people-will-work-for-free-to.html">http://galactic-patrol.blogspot.com/2004/11/how-many-people-will-work-for-free-to.html</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/29112-Another-company-making-money-off-of-Open-Source-freebies/1a029d0275b8418983689dea013563e5#1a029d0275b8418983689dea013563e5</link>
		<pubDate>Wed, 24 Nov 2004 00:49:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/29112-Another-company-making-money-off-of-Open-Source-freebies/1a029d0275b8418983689dea013563e5#1a029d0275b8418983689dea013563e5</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Whats after NT kernel?</title>
		<description><![CDATA[<p>Over the years, I've seen Microsoft Research work on several interesting OS projects - see
<a href="http://research.microsoft.com/os/">http://research.microsoft.com/os/</a>&nbsp;for an example.&nbsp; Realistically, I would expect any compelling innovations they produce&nbsp;to be integrated into the existing Windows product, for backwards-compatibility reasons;
 but if for some reason we really needed to start over with a completely new kernel, I'm guessing that the roots of that new kernel would rest on the work our research folks are doing.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/25471-Whats-after-NT-kernel/938cb294814e457ea6709dea01312bf7#938cb294814e457ea6709dea01312bf7</link>
		<pubDate>Mon, 25 Oct 2004 16:34:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/25471-Whats-after-NT-kernel/938cb294814e457ea6709dea01312bf7#938cb294814e457ea6709dea01312bf7</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - .Net Remoting ... does it have a future?</title>
		<description><![CDATA[<p>.NET Remoting will be in .NET 2.0.&nbsp; Where did you hear that it might not be?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/21075-Net-Remoting--does-it-have-a-future/ee53fc8fa0794dd099119dea011465ad#ee53fc8fa0794dd099119dea011465ad</link>
		<pubDate>Tue, 14 Sep 2004 18:09:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/21075-Net-Remoting--does-it-have-a-future/ee53fc8fa0794dd099119dea011465ad#ee53fc8fa0794dd099119dea011465ad</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More IE Wierdness</title>
		<description><![CDATA[<p>I saw this on the movie &quot;Sneakers&quot; - a little symbol on the screen of many web sites, that secretly gives you superuser control and access to that site.&nbsp; I Didn't know that we built that technology into IE though.<br>
<br>
&lt;grin&gt;<br>
<br>
(That was all a joke, really - we don't secretly control the pentagon and big business.)<br>
<br>
(really.)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/17488-More-IE-Wierdness/845e8226f7784503891f9dea012709c3#845e8226f7784503891f9dea012709c3</link>
		<pubDate>Mon, 23 Aug 2004 19:44:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/17488-More-IE-Wierdness/845e8226f7784503891f9dea012709c3#845e8226f7784503891f9dea012709c3</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Feature request for Virtual PC</title>
		<description><![CDATA[<p>Sounds like a good request to post in the Channel 9 Wiki.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/13078-Feature-request-for-Virtual-PC/69413dcb115140b2b5a29dea01224ef2#69413dcb115140b2b5a29dea01224ef2</link>
		<pubDate>Thu, 15 Jul 2004 18:24:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/13078-Feature-request-for-Virtual-PC/69413dcb115140b2b5a29dea01224ef2#69413dcb115140b2b5a29dea01224ef2</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - The next version will fix things, we promise</title>
		<description><![CDATA[<p>You'll find its not just Microsoft that makes promises about the 'next version' - in fact, you'd probably be hard-pressed to find a software company that doesn't.&nbsp;
<br>
<br>
Having said that, if you have particular things that you think absolutely must be fixed in a service pack instead of the next version, please feel free to call shennanigans on us and tell us exactly where your pain-points are.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/9419-The-next-version-will-fix-things-we-promise/a1bdd90cbe874f83a8219dea011da580#a1bdd90cbe874f83a8219dea011da580</link>
		<pubDate>Mon, 21 Jun 2004 08:18:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/9419-The-next-version-will-fix-things-we-promise/a1bdd90cbe874f83a8219dea011da580#a1bdd90cbe874f83a8219dea011da580</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - The poll!</title>
		<description><![CDATA[<p>Maybe they are just suffering from a lack of creativity or time - how about if folks post their ideas for poll questions here; maybe the channel 9 folks will start a quicker rotation with your suggestions!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/8432-The-poll/fd5d0efbc1d149aa9a279dea011c677d#fd5d0efbc1d149aa9a279dea011c677d</link>
		<pubDate>Wed, 02 Jun 2004 00:15:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/8432-The-poll/fd5d0efbc1d149aa9a279dea011c677d#fd5d0efbc1d149aa9a279dea011c677d</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C# dice Roller</title>
		<description><![CDATA[<p>I haven't tried your code, but the approach looks reasonable.&nbsp; <br>
<br>
I'd move the &quot;new Random()&quot; call before the &quot;for&quot; loop; creating a new one every time is just wasting time.<br>
<br>
The string constructions at the end (with .Clone and casting to a string[]) seems a little wacky to me.&nbsp; I'd just accumulate the dice roll string inside the for loop; on each loop add the current roll to the end of the string, and then tack the total on after
 the loop exits.<br>
<br>
There are a bunch of &quot;coding style&quot; things I'd do differently, but they don't effect functionality so I'll leave them alone.<br>
<br>
Let me know if memory size or program speed are important; for this application I assume they are not, if they are there are other things you can do to improve the code.&nbsp; (Such as using StringBuilder as someone else suggested.)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/7321-C-dice-Roller/0ec11390c91c440e94ab9dea01109de7#0ec11390c91c440e94ab9dea01109de7</link>
		<pubDate>Thu, 20 May 2004 00:50:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/7321-C-dice-Roller/0ec11390c91c440e94ab9dea01109de7#0ec11390c91c440e94ab9dea01109de7</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - &amp;quot;My&amp;quot;</title>
		<description><![CDATA[<p>Then the library isn't targeted at you.&nbsp; Its intended for the opportunistic programmer who perhaps doesn't have time to learn the breadth of the framework, but does appreciate the fact that most of the common stuff can be accessed with 'My' and Intellisense.<br /><br />I don't work on the 'My' team, so don't take my comments as the final word; just my understanding.&nbsp; I'm am sure that the 'My' team would love it if everyone (and not just a subset of developers) found the 'My' tool useful.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/4367-quotMyquot/a84077c4976548bba8aa9dea010f31d1#a84077c4976548bba8aa9dea010f31d1</link>
		<pubDate>Fri, 23 Apr 2004 22:50:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/4367-quotMyquot/a84077c4976548bba8aa9dea010f31d1#a84077c4976548bba8aa9dea010f31d1</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>22</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - PDC 2004?</title>
		<description><![CDATA[<p>I haven't heard of any PDC plans for 2004, and if we were doing it this year I'd probably have heard about it.&nbsp; (Planning starts way in advance for those things.)&nbsp; Having said that, I'm not in charge of the PDC planning, so don't sue me if there is one
 after all.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/2952-PDC-2004/658faf6dbd8144c6997e9dea01154355#658faf6dbd8144c6997e9dea01154355</link>
		<pubDate>Fri, 16 Apr 2004 21:19:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/2952-PDC-2004/658faf6dbd8144c6997e9dea01154355#658faf6dbd8144c6997e9dea01154355</guid>
		<dc:creator>bwill</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/bwill/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>