<?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 tgraupmann</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/tgraupmann/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 tgraupmann</title>
		<link>http://channel9.msdn.com/Niners/tgraupmann/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/tgraupmann/Discussions</link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 11:29:03 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 11:29:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Vista Users: How has stability been?</title>
		<description><![CDATA[<p>I finally figured out my Vista Ultimate 64-bit networking issues.<br>
<br>
Apparently, the netgear app that manages network connections is bad. I disabled it and let Vista manage the network connections.<br>
<br>
And now I can remote desktop from afar into my Vista desktop.<br>
<br>
With the netgear software running, it was disabling the network connection.<br>
<br>
Quite handy when I'm 29 miles away and cannot access the box.<br>
<br>
So just as similar stories have cropped out that 20% of Vista issues were because of NVidia drivers, I'd say a big percentages of my issues were because of Netgear.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258423-Vista-Users-How-has-stability-been/8743110ab8df4923b2c09deb0020d278#8743110ab8df4923b2c09deb0020d278</link>
		<pubDate>Wed, 02 Apr 2008 22:03:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258423-Vista-Users-How-has-stability-been/8743110ab8df4923b2c09deb0020d278#8743110ab8df4923b2c09deb0020d278</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>91</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>I should add I'm using VS 2008 Team Suite Edition.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/8131fbff88614e95a5c09dfa00c32216#8131fbff88614e95a5c09dfa00c32216</link>
		<pubDate>Tue, 01 Apr 2008 01:36:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/8131fbff88614e95a5c09dfa00c32216#8131fbff88614e95a5c09dfa00c32216</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">RichardRudek wrote:</div>
<div class="quoteBody">&#65279;have you tried escaping the '&gt;' (stream redirection) character ?<br /><br />eg&nbsp; <b>^&gt;</b>&nbsp;&nbsp; or &nbsp; <b>%&gt;</b>&nbsp; <br /></div>
</blockquote>
<br /><br />Both escaping methods show up as args as:<br /><br />&quot;^&gt;&quot; &quot;report.txt&quot;<br /><br />and<br /><br />&quot;%&gt;&quot; &quot;report.txt&quot;<br /><br />I think there's a bug in VS 2008 that is treating arguments as parameters and not following the existing functionality of the previous version.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/70b25040e2984219bb859dfa00c32124#70b25040e2984219bb859dfa00c32124</link>
		<pubDate>Mon, 31 Mar 2008 23:45:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/70b25040e2984219bb859dfa00c32124#70b25040e2984219bb859dfa00c32124</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2008 Start Options Bug</title>
		<description><![CDATA[<p>In a VS C# 2008 project, I've found a problem with piping console output to a file.<br /><br />For example, in the project settings, debug tab, start options, and command line arguments:<br /><br />If I try to pipe to a file like this:<br /><br />ExamineSTPErrorLogs &gt; report.txt<br /><br />which is something that worked in VS 2005, the &quot;&gt; report.txt&quot; is showing as a parameter to the console application.<br /><br />But the expected behavior is that this should be piped to a file.<br /><br />If I would have used:<br /><br />ExamineSTPErrorLogs &quot;&gt;&quot; report.txt<br /><br /><br />I would expect &quot;&gt;&quot; and &quot;report&quot; to be used as command line parameters.<br /><br />Is there some kind of hack so this can be made to work correctly?<br /><br />Otherwise I'll have to downgrade. Upmh!<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/261964#261964</link>
		<pubDate>Mon, 31 Mar 2008 17:49:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261964-VS-2008-Start-Options-Bug/261964#261964</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - i = 4, i++ + i should return 9, but returns 8</title>
		<description><![CDATA[<p>Just use:<br /><br />[code]<br /><br />i &#43;= i &#43; 1;<br /><br />[/code]<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261908-i--4-i--i-should-return-9-but-returns-8/0aed0ae2021f48f7aa0b9dfa00c2b780#0aed0ae2021f48f7aa0b9dfa00c2b780</link>
		<pubDate>Fri, 28 Mar 2008 14:07:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261908-i--4-i--i-should-return-9-but-returns-8/0aed0ae2021f48f7aa0b9dfa00c2b780#0aed0ae2021f48f7aa0b9dfa00c2b780</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Some people don&#39;t like TFS</title>
		<description><![CDATA[<p>We've been using VS 2005 with TFS Explorer, which has been extremely buggy. We've recently upgraded to VS 2008, which TFS client is the best?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261687-Some-people-dont-like-TFS/2ae14f6426e0463381a09dfa00c1aea5#2ae14f6426e0463381a09dfa00c1aea5</link>
		<pubDate>Wed, 19 Mar 2008 04:55:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261687-Some-people-dont-like-TFS/2ae14f6426e0463381a09dfa00c1aea5#2ae14f6426e0463381a09dfa00c1aea5</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Some people don&#39;t like TFS</title>
		<description><![CDATA[<p>Now I've had a few issues with TFS.<br /><br />1) My TFS client cache gets corrupted often.<br /><br />2) The GUI tools are buggy.<br /><br />3) The TFS client is buggy.<br /><br />4) I get an object reference not found dialog after a successful checkin.<br /><br />5) Supposedly there's a service pack out there fixing various issues, but heck if I know where it is.<br /><br />6) I haven't seen a TFS version update for a long time.<br /><br />Apparently there's a guy out there that hates TFS so much that he registered a domain for it.<br /><a href="http://www.teamfrustrationserver.com/">http://www.teamfrustrationserver.com/</a><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261687-Some-people-dont-like-TFS/261687#261687</link>
		<pubDate>Mon, 17 Mar 2008 22:20:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261687-Some-people-dont-like-TFS/261687#261687</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Profilers</title>
		<description><![CDATA[<p>I posted some discussion about profilers in the past:<br /><a href="/ShowPost.aspx?PostID=343327"><a href="http://channel9.msdn.com/ShowPost.aspx?PostID=343327">http&#58;&#47;&#47;channel9.msdn.com&#47;ShowPost.aspx&#63;PostID&#61;343327</a></a><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261220-Profilers/f0c1e9113edb4d689a879dfa00bffe3d#f0c1e9113edb4d689a879dfa00bffe3d</link>
		<pubDate>Tue, 26 Feb 2008 16:10:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261220-Profilers/f0c1e9113edb4d689a879dfa00bffe3d#f0c1e9113edb4d689a879dfa00bffe3d</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - No sound card but still had sound?</title>
		<description><![CDATA[<p>Back in the Windows 3.1 days there was this driver floating around that could turn your PC speaker into a regular audio device. The sound quality wasn't great, but it was cool!<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261098-No-sound-card-but-still-had-sound/dd7d77a7777e46caa59f9dfa00bf9336#dd7d77a7777e46caa59f9dfa00bf9336</link>
		<pubDate>Thu, 21 Feb 2008 03:47:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261098-No-sound-card-but-still-had-sound/dd7d77a7777e46caa59f9dfa00bf9336#dd7d77a7777e46caa59f9dfa00bf9336</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - .NET 2.0 SP1 broke our app</title>
		<description><![CDATA[<p>There are similar issues with SqlStatements in 2.0. While doing inserts .net is picky about quotes vs single quotes on insert statements.
<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/259521-NET-20-SP1-broke-our-app/3e50cdcb1fc243e3aa7c9df900992f38#3e50cdcb1fc243e3aa7c9df900992f38</link>
		<pubDate>Sun, 09 Dec 2007 01:49:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/259521-NET-20-SP1-broke-our-app/3e50cdcb1fc243e3aa7c9df900992f38#3e50cdcb1fc243e3aa7c9df900992f38</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is it possible to compile a dtsx package on the command line?</title>
		<description><![CDATA[<p>I may just end up using a fixed DLL version and the build number can go into the file version field.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259337-Is-it-possible-to-compile-a-dtsx-package-on-the-command-line/c9332005edd84438ab819dfa0090d3c0#c9332005edd84438ab819dfa0090d3c0</link>
		<pubDate>Thu, 29 Nov 2007 23:37:43 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259337-Is-it-possible-to-compile-a-dtsx-package-on-the-command-line/c9332005edd84438ab819dfa0090d3c0#c9332005edd84438ab819dfa0090d3c0</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Is it possible to compile a dtsx package on the command line?</title>
		<description><![CDATA[<p>If you have worked with SSIS/DTS packages with MS SQL Server 2005 Standard and VS 2005, you may be familar with the XML based format.<br /><br />The odd part about this format is the BinaryItem element. This contains the compiled version of the package.<br /><br />If you have this file under source control, this makes merging a pain. I was hoping to remove the BinaryItem element and check it in that way. And as a build step, run a command line that compiles the package.<br /><br />The trick is that this package doesn't compile until you open it in the GUI editor.<br /><br />Also I want the build server to assign a version number and I don't want to have to use the GUI manually to compile the package.<br /><br />So I'm looking for a command line compiler.<br /><br />Any guru out there familar with this stuff?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259337-Is-it-possible-to-compile-a-dtsx-package-on-the-command-line/259337#259337</link>
		<pubDate>Thu, 29 Nov 2007 23:01:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259337-Is-it-possible-to-compile-a-dtsx-package-on-the-command-line/259337#259337</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - FtpWebRequest</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">odujosh wrote:</div>
<div class="quoteBody">&#65279;If your biggest complaint is naming I think microsoft is doing a good job. Once a class hits IL does it really matter what its named.</div>
</blockquote>
<br /><br />yeah... um... no. At least they didn't call it t-s-e-q-e-r-t-i-h-s naming is a big part of a language.<br /><br />It's not really a request anyway. It wraps a bunch of ftp commands:<br />[code]open<br />user<br />password<br />binary<br />ascii<br />get /path/to/file<br />bye<br />[/code]<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259218-FtpWebRequest/df48ea1864b64dc09c4e9dfa009044ad#df48ea1864b64dc09c4e9dfa009044ad</link>
		<pubDate>Mon, 26 Nov 2007 17:06:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259218-FtpWebRequest/df48ea1864b64dc09c4e9dfa009044ad#df48ea1864b64dc09c4e9dfa009044ad</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IP spoofing in VSTS team edition for Testers</title>
		<description><![CDATA[<p>I haven't seen a way that you can do IP spoofing from a single machine.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/d6df1242b8ce442e878a9dfa00900263#d6df1242b8ce442e878a9dfa00900263</link>
		<pubDate>Mon, 26 Nov 2007 01:34:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/d6df1242b8ce442e878a9dfa00900263#d6df1242b8ce442e878a9dfa00900263</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IP spoofing in VSTS team edition for Testers</title>
		<description><![CDATA[<p>In Visual Studio you could do all this using a UnitTest created by test case manager.<br /><br />In your test case, issue a WebRequest.Create(...) call to your proxy web server and that should spoof the IP.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/d471d7bcb15d4238b3dc9dfa0090021a#d471d7bcb15d4238b3dc9dfa0090021a</link>
		<pubDate>Sat, 24 Nov 2007 02:40:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/d471d7bcb15d4238b3dc9dfa0090021a#d471d7bcb15d4238b3dc9dfa0090021a</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IP spoofing in VSTS team edition for Testers</title>
		<description><![CDATA[<p>Another note, how hard is it to find a crook that would do something like this?<br /><a href="http://www.engadget.com/2007/11/22/xbox-360-returned-critical-components-not-included/">http://www.engadget.com/2007/11/22/xbox-360-returned-critical-components-not-included/</a><br /><br />I don't know, they seem to be everywhere.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/af785184ae3b4393aaf09dfa009001d0#af785184ae3b4393aaf09dfa009001d0</link>
		<pubDate>Fri, 23 Nov 2007 07:01:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/af785184ae3b4393aaf09dfa009001d0#af785184ae3b4393aaf09dfa009001d0</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IP spoofing in VSTS team edition for Testers</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">starborn wrote:</div>
<div class="quoteBody">&#65279;
<p>can anybody explain me as to how IP spoofing is handled in VSTS 2008 team edition for testers???</p>
</div>
</blockquote>
<br /><br />The process is actually quite simple.<br /><br />I'll give you a few hints and maybe you can figure it out...<br /><br />1) How many free CGI or Php web hosts are out there?<br />There are thousands of free hosting sites out on the web. Think of sites like Geocities. You can make a free web page with a few ads on it. Every single free web host gives you a way to commit IP spoofing fraud.<br /><br />2) How easy is it to get an AOL dial-up evaluation?<br />The best part of AOL dialup CDs are being anonymous. You'll find each time you connect via dialup that you get a new IP. You'll find that each IP is recycled nationally across the USA making discounting anything you do with generating fraud queries, impressions,
 or clicks hard to detect.<br /><br />3) Do you know how to solve for encoded url parameters in Php or CGI?<br />The idea of a web proxy is not new. Anytime you setup a router you've done it. So when you setup your free homepage, why not use it like a web proxy. Just build a php or cgi page that makes a web request from the server. Like any good programmer, you need to
 make your home page modular. So why not make the URL that your homepage fetches into a url parameter. Your home page solves for the URL parameter and browses any URL you want.<br /><br />Combine all three and you have a way to make untracable ip spoofing fraud. You browse under the mask of AOL. You generate web requests from any part of the world you choose to setup your &quot;homepage&quot;. And you make money. In the words of SouthPark... Step 1 (planning)
 Step 2 (...) Step 3 ($$$Profit$$$).<br /><br />So where does the profit come from. Start from the easiest place, online advertising. You'll find clicking links can make 0.50 or more using Google Ad Sense.<br /><br />I give you this information freely, because you are a tester. And you need to bring up new ideas and ways to prevent these kinds of fraud which are so easy to commit.<br /><br />When you detect this kind of fraud, you have about a day to track it down. First you identify the bad ip address. Then you supena the ISP. You get their records and see the request originated from AOL. You supena AOL and find out that some unknown AOL caller
 used an eval CD to make the request. Checking phone records, you find the call originated from a public telephone, or library. Even still investigation could take longer.<br /><br />Anyway, easy to do, hard to track down...<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/cb94d71138a04d78b9de9dfa00900173#cb94d71138a04d78b9de9dfa00900173</link>
		<pubDate>Fri, 23 Nov 2007 06:57:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259172-IP-spoofing-in-VSTS-team-edition-for-Testers/cb94d71138a04d78b9de9dfa00900173#cb94d71138a04d78b9de9dfa00900173</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - No POP3 in .Net</title>
		<description><![CDATA[<p>I don't think there was POP3 support in .NET 1.1. There definitely is in .Net 2.0&#43;<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259072-No-POP3-in-Net/2dbfcf00eb6c406ab8199dfa008fa5ac#2dbfcf00eb6c406ab8199dfa008fa5ac</link>
		<pubDate>Mon, 19 Nov 2007 21:30:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259072-No-POP3-in-Net/2dbfcf00eb6c406ab8199dfa008fa5ac#2dbfcf00eb6c406ab8199dfa008fa5ac</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - HOw to get back IPAddress from DDNS-Service Provider</title>
		<description><![CDATA[<p>I usually go thru a site called <a href="<a href="http://www.dyndns.com">http&#58;&#47;&#47;www.dyndns.com</a>/"><a href="http://www.dyndns.com">http&#58;&#47;&#47;www.dyndns.com</a></a> that provides a free dynamic alias. You just have to update your IP once per month or your dynamic dns gets deleted.<br /><br />Then you just configure your home router to do port forwarding to your favorite computer.<br /><br />That way you can use apps like SSH, and Remote Desktop.<br /><br />If you are building an app to work with the dynamic DNS, it doesn't work any different than regular DNS.<br /><br />I think there's something in System.Net.DNS...<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259048-HOw-to-get-back-IPAddress-from-DDNS-Service-Provider/369bccff6ce6493685269dfa008f8ac8#369bccff6ce6493685269dfa008f8ac8</link>
		<pubDate>Mon, 19 Nov 2007 06:49:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259048-HOw-to-get-back-IPAddress-from-DDNS-Service-Provider/369bccff6ce6493685269dfa008f8ac8#369bccff6ce6493685269dfa008f8ac8</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista Users: How has stability been?</title>
		<description><![CDATA[<p>Update:<br>
<br>
I have not experienced a BSOD in 16 days.<br>
<br>
I'm using Vista Ultimate 64-bit. And it is nice.<br>
<br>
My original issue was BIOS configurable ram timings and voltage.<br>
<br>
How can an OS detect misconfigred options like this? (auto) settings are bad.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258423-Vista-Users-How-has-stability-been/56ce62a1d9124b51ab6e9deb0020d1b9#56ce62a1d9124b51ab6e9deb0020d1b9</link>
		<pubDate>Fri, 16 Nov 2007 16:08:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258423-Vista-Users-How-has-stability-been/56ce62a1d9124b51ab6e9deb0020d1b9#56ce62a1d9124b51ab6e9deb0020d1b9</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>91</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Police State - It&#39;s Coming?</title>
		<description><![CDATA[<p>Remember the year before the 911 and the WTO riots in Seattle. Protestors broke windows of neaby retail stores, including the nearby McDonald's shown in the Seattle times.<br>
<a href="http://www.photomediagroup.com/pmm/issues/Winter2000/wto.htm">http://www.photomediagroup.com/pmm/issues/Winter2000/wto.htm</a><br>
<br>
A year later, two WTO buildings were knocked down.<br>
<br>
I wonder if there is a correlation...<br>
<br>
It seems like the terrorist side and the freedom side had similar goals thru varying means...<br>
<br>
Has there been any WTO riots since 911?<br>
<br>
George Orwell's book 1984 comes to mind here.<br>
<br>
I don't think you are paranoid.<br>
<br>
Some maryinotte is pulling our strings, but is it really so bad?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258059-Police-State-Its-Coming/aa16611461ba40749ba49deb001d0f82#aa16611461ba40749ba49deb001d0f82</link>
		<pubDate>Tue, 13 Nov 2007 00:53:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258059-Police-State-Its-Coming/aa16611461ba40749ba49deb001d0f82#aa16611461ba40749ba49deb001d0f82</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>201</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 1080p Movie Creation</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Minh wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>W3bbo wrote:</strong>
<hr size="1">
<i>&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>tgraupmann wrote:</strong>
<hr size="1">
<i>&#65279;I'm trying to create a 1080p movie, which should be 1440x1080 pixels.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
&quot;1080&quot; just defines vertical resolution, assuming you mean 16:9 then it isn't 1440 pixels wide, but actually 1920x1080<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
Not always. MPEG2 gets to define their own pixel aspect ratio. It wouldn't surprise me WMV does the same. So, 16:9 could be 1440x1080.<br>
<br>
The source video might be too skinny? Can't differentiate be background on my crappy work monitor. It looks all black to me.<br>
</div>
</blockquote>
<br>
<br>
1920x1080 is too fat.<br>
1440x1080 is too skinny.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/ca72fdcc355a4071b2d59deb0025ee5c#ca72fdcc355a4071b2d59deb0025ee5c</link>
		<pubDate>Wed, 07 Nov 2007 17:11:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/ca72fdcc355a4071b2d59deb0025ee5c#ca72fdcc355a4071b2d59deb0025ee5c</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 1080p Movie Creation</title>
		<description><![CDATA[<p>The Movie Maker settings show:<br>
<br>
<span id="PostView1"><span class="normalTextSmall">I'm exporting as &quot;Windows Media HD 1080p (PAL)&quot;.
<br>
<br>
Movie settings: <br>
<br>
File type: WMV <br>
Display size: 1440 x 1080 pixels <br>
Aspect ratio: 16:9<br>
<br>
But yeah you are right, it should be 1920x1080.<br>
</span></span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/23fb3864dd0942b1aec09deb0025ee05#23fb3864dd0942b1aec09deb0025ee05</link>
		<pubDate>Wed, 07 Nov 2007 16:15:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/23fb3864dd0942b1aec09deb0025ee05#23fb3864dd0942b1aec09deb0025ee05</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 1080p Movie Creation</title>
		<description><![CDATA[<p>I'm trying to create a 1080p movie, which should be 1440x1080 pixels. But for some reason, Microsoft Movie Maker adds a gray background, when I try to publish at the correct size.<br>
<img border="0" src="http://www.tagenigma.com/geeklog/images/articles/20071106081337350_1.jpg"><br>
<br>
The final video ends up looking like this:<br>
<img border="0" src="http://www.tagenigma.com/geeklog/images/articles/20071106081337350_2.jpg"><br>
<br>
It seems like I used the right dimensions. How do I get the background to look correct?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/258790#258790</link>
		<pubDate>Tue, 06 Nov 2007 23:55:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/258790-1080p-Movie-Creation/258790#258790</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Remote Desktop and Vista Home Premium</title>
		<description><![CDATA[<p>Actually I think it was my wife. I was at work remoting home. My wife was using Pandora on my computer while doing homework on hers. When I Remoted in, the music cut out. So she logged back in.<br /><br />I tried 3 times and gave up. She won.<br /><br />I forgot Vista is more like XP. Two people apparently can't be actively logged in at the same time.<br /><br />When does Windows 2008 Server come out?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/257934-Remote-Desktop-and-Vista-Home-Premium/c998c717375a4d1c9d6a9df9010180c9#c998c717375a4d1c9d6a9df9010180c9</link>
		<pubDate>Tue, 06 Nov 2007 17:06:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/257934-Remote-Desktop-and-Vista-Home-Premium/c998c717375a4d1c9d6a9df9010180c9#c998c717375a4d1c9d6a9df9010180c9</guid>
		<dc:creator>tgraupmann</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/tgraupmann/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>