<?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 Programous</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Programous/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 Programous</title>
		<link>http://channel9.msdn.com/Niners/Programous/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/Programous/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 19 Jun 2013 18:18:30 GMT</pubDate>
	<lastBuildDate>Wed, 19 Jun 2013 18:18:30 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Shadow Copy works in Vista home Premium :)</title>
		<description><![CDATA[<p><p class="MsoNormal"><font size="3"><font face="Times New Roman">Google “Price Decimation” Its an economic term that means Microsoft gets more money when each person pays the maximum they are willing to pay for a given product.
<span>&nbsp;</span><span>&nbsp;</span></font></font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/420130-Shadow-Copy-works-in-Vista-home-Premium-/a670809fb76f429fb5ec9deb0133e2f8#a670809fb76f429fb5ec9deb0133e2f8</link>
		<pubDate>Thu, 07 Aug 2008 15:57:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/420130-Shadow-Copy-works-in-Vista-home-Premium-/a670809fb76f429fb5ec9deb0133e2f8#a670809fb76f429fb5ec9deb0133e2f8</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Which one is faster? RegEx vs .Replace</title>
		<description><![CDATA[<p><p class="MsoNormal"><font face="Times New Roman" size="3">Given two ways of doing something, regex is almost always slower.
</font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/419168-Which-one-is-faster-RegEx-vs-Replace/d4c148e8072840d192fb9dfa00973678#d4c148e8072840d192fb9dfa00973678</link>
		<pubDate>Mon, 04 Aug 2008 16:42:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/419168-Which-one-is-faster-RegEx-vs-Replace/d4c148e8072840d192fb9dfa00973678#d4c148e8072840d192fb9dfa00973678</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Disk encryption &#39;no silver bullet&#39;</title>
		<description><![CDATA[<p><p class="MsoNormal"><font face="Times New Roman" size="3">The tools to do this were released at HOPE a few weeks ago, very interesting and very scary. They also mentioned something interesting about the Apple OS’s, whenever you are logged in, the OS keeps
 a copy of your username and password in cleartext in the RAM. According to them, this was reported to Apple a little over 10 years ago, and they refuse to change it (something about how the UN/PW combo is used for silent elevation, scary on its own…). But
 when paired with a cold boot attack it is very dangerous. </font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/418684-Disk-encryption-no-silver-bullet/77d0f34cb26b49bfa4e69deb01329b62#77d0f34cb26b49bfa4e69deb01329b62</link>
		<pubDate>Fri, 01 Aug 2008 16:12:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/418684-Disk-encryption-no-silver-bullet/77d0f34cb26b49bfa4e69deb01329b62#77d0f34cb26b49bfa4e69deb01329b62</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - zero-length string == nothing ??</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">ZippyV said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Option Strict has no bearing on the problem.<br /><br />And yes, VB considers Nothing and &quot;&quot; to be equivalent in string comparisons. It has done so since the first version of VB.NET (can't remember how VB6 behaved). I find it a very useful behaviour as writing&nbsp;foo = &quot;&quot; is easier than String.IsNullOrEmpty(foo), which
 has the same effect.<br /><br />If you must make the distinction, use String.Compare as Littleguru suggested.</div></blockquote>
<p><font face="Times New Roman" size="3">Note that <span>&nbsp;</span>String.IsNullOrEmpty is much faster then == &quot;&quot;. If your in&nbsp;a loop (for example, when parsing a file) you can defiantly see the difference.
</font></p>
<p><font face="Times New Roman" size="3">See: <a href="http://msdn.microsoft.com/en-us/ms182279.aspx">
http://msdn.microsoft.com/en-us/ms182279.aspx</a></font></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/412464-zero-length-string--nothing-/e2813cfeaaed4373b4ad9dfa009310e9#e2813cfeaaed4373b4ad9dfa009310e9</link>
		<pubDate>Mon, 28 Jul 2008 20:56:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/412464-zero-length-string--nothing-/e2813cfeaaed4373b4ad9dfa009310e9#e2813cfeaaed4373b4ad9dfa009310e9</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Alternative to MSN File Transfers?</title>
		<description><![CDATA[<p>whats wrong with FTP or SFTP? It's easy to setup, the only trick is you would have to port foward if you were behind a firewall/NAT, but thats not to bad.<br>
<br>
Am I missing something?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/257768-Alternative-to-MSN-File-Transfers/9871f0cc99464660a1af9deb00186dba#9871f0cc99464660a1af9deb00186dba</link>
		<pubDate>Sun, 23 Sep 2007 04:21:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/257768-Alternative-to-MSN-File-Transfers/9871f0cc99464660a1af9deb00186dba#9871f0cc99464660a1af9deb00186dba</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What is going on with the Justice Sytem in NC?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">dahat 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>ScanIAm wrote:</strong>
<hr size="1">
<i>&#65279;He'd better make a lot of money from that book deal...I smell lots of time in civil court in his future.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Which is probably better than some called for alternatives... such as <a href="http://www.tdaxp.com/archive/2007/06/16/thoughts-on-mike-nifong-s-disbarment-and-why-he-should-be-ex.html">
execution</a>.</div>
</blockquote>
<br>
<br>
I would have to say, I agree with many of the points made in the link. It’s probable that execution goes too far, but what he is getting is defiantly too light. I feel at minimum, he should receive the same sentence that he tried to impose on the men in this
 trial.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240283-What-is-going-on-with-the-Justice-Sytem-in-NC/c7b38cfee888450b84c79dec00204ee7#c7b38cfee888450b84c79dec00204ee7</link>
		<pubDate>Sun, 17 Jun 2007 04:23:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240283-What-is-going-on-with-the-Justice-Sytem-in-NC/c7b38cfee888450b84c79dec00204ee7#c7b38cfee888450b84c79dec00204ee7</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Internet tax battle revisited</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">ScanIAm wrote:</div>
<div class="quoteBody">&#65279;<br>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>phreaks wrote:</strong>
<hr size="1">
<i><br>
<br>
This is where you and I have differing opinions. I believe the money I earn is mine, you believe it's the governments'.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
I believe that most of it is yours, and some of it is ours (societies).&nbsp; You are welcome to buy/invade your own uninhabited land somewhere, and build your own society where all money earned goes to you
<img src="/emoticons/emotion-1.gif" border="0">&nbsp;&nbsp;<br>
<br>
</div>
</blockquote>
<br>
<br>
Would be nice if that’s where most of the money went. <br>
For the US, more than half of the federal budget goes to “entitlement spending.” That’s welfare, social security, Medicare and Medicate. Not to mention the billions handed out in farm subsidies to pay famers not to farm.&nbsp; Nor the billions of dollars to house,
 feed, and secure the millions in prison on drug-possession charges. Nor the billions spent going after the gang crime created by said drug laws.
<br>
And let’s not forget that the federal government isn’t even supposed to be able levy a direct tax on individuals (It was done with a constitutional amendment and a law that was *supposed* to be temporary during World War II, wonder who forgot to repeal it?).
<br>
&lt;/rant&gt;<br>
Well, anyway, the point is the government has way more money than it needs. What it needs to do is cut spending, not raise taxes.&nbsp;
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254953-Internet-tax-battle-revisited/ce352c01f8d249dcb6639dec007e3962#ce352c01f8d249dcb6639dec007e3962</link>
		<pubDate>Fri, 25 May 2007 02:18:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254953-Internet-tax-battle-revisited/ce352c01f8d249dcb6639dec007e3962#ce352c01f8d249dcb6639dec007e3962</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Just watched the BSG Series 3 finale</title>
		<description><![CDATA[<p>I would say that’s arguably one of the best season finales of any TV shows I’ve ever seen.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254457-Just-watched-the-BSG-Series-3-finale/899667f3c8e146b7be279dec007728a5#899667f3c8e146b7be279dec007728a5</link>
		<pubDate>Thu, 03 May 2007 02:54:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254457-Just-watched-the-BSG-Series-3-finale/899667f3c8e146b7be279dec007728a5#899667f3c8e146b7be279dec007728a5</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - convert dataset to excel for download in asp.net</title>
		<description><![CDATA[<p>Here is some code I used to output a CSV file for my db. It’s not commented and you’ll obviously have to alter it for your database. Please reply / email with any questions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>using System;</p>
<p>using System.Data;</p>
<p>using System.Configuration;</p>
<p>using System.Collections;</p>
<p>using System.Web;</p>
<p>using System.Web.Security;</p>
<p>using System.Web.UI;</p>
<p>using System.Web.UI.WebControls;</p>
<p>using System.Web.UI.WebControls.WebParts;</p>
<p>using System.Web.UI.HtmlControls;</p>
<p>public partial class Stat_GetCDF : System.Web.UI.Page</p>
<p>{</p>
<p>protected void Page_Load(object sender, EventArgs e)</p>
<p>{</p>
<p>Response.ContentType = &quot;text/csv&quot;;</p>
<p>System.Data.SqlClient.SqlConnection con = new System.Data.SqlClient.SqlConnection(ConfigurationManager.ConnectionStrings[&quot;ConnectionString1&quot;].ConnectionString);</p>
<p>System.Data.SqlClient.SqlCommand cmd = new System.Data.SqlClient.SqlCommand(&quot;SELECT [Name], [Question], [Choices] FROM [STAT_Fields] WHERE ([SID] = '&quot; &#43; Request.QueryString[&quot;SID&quot;] &#43; &quot;') ORDER BY [SortOrder]&quot;, con);</p>
<p>System.Data.SqlClient.SqlDataReader read;</p>
<p>con.Open();</p>
<p>read = cmd.ExecuteReader();</p>
<p>System.Collections.Generic.Dictionary&lt;string, string&gt; ColChoices = new System.Collections.Generic.Dictionary&lt;string, string&gt;();</p>
<p>System.Collections.Generic.Dictionary&lt;Int32, System.Collections.Generic.Dictionary&lt;Int32, string&gt;&gt; LookupValues = new System.Collections.Generic.Dictionary&lt;int, System.Collections.Generic.Dictionary&lt;int, string&gt;&gt;();</p>
<p>while (read.Read())</p>
<p>{</p>
<p>ColChoices.Add( &quot;C&quot; &#43; read.GetString(0), read.GetString(2));</p>
<p>}</p>
<p>read.Close();</p>
<p>cmd = new System.Data.SqlClient.SqlCommand(&quot;SELECT * FROM [STAT_tbls_&quot; &#43; Request.QueryString[&quot;SID&quot;] &#43; &quot;]&quot;, con);</p>
<p>read = cmd.ExecuteReader();</p>
<p>read.Read();</p>
<p>for (int i = 0; i &lt; read.FieldCount; i&#43;&#43;)</p>
<p>{</p>
<p>if (read.GetName(i) != &quot;CID&quot;)</p>
<p>{</p>
<p>string choicesText = ColChoices[read.GetName(i)];</p>
<p>string[] choices = choicesText.Split(';');</p>
<p>System.Collections.Generic.Dictionary&lt;Int32, string&gt; ChoiceValues = new System.Collections.Generic.Dictionary&lt;int, string&gt;();</p>
<p>int c = 0;</p>
<p>foreach (string choice in choices)</p>
<p>{</p>
<p>ChoiceValues.Add(c, choice);</p>
<p>c&#43;&#43;;</p>
<p>}</p>
<p>LookupValues.Add(i, ChoiceValues);</p>
<p>}</p>
<p>}</p>
<p>System.Text.StringBuilder sb = new System.Text.StringBuilder();</p>
<p>for (int i = 0; i &lt; read.FieldCount; i&#43;&#43;)</p>
<p>{</p>
<p>if (read.GetName(i) != &quot;CID&quot;)</p>
<p>{</p>
<p>int val = read.GetInt32(i);</p>
<p>if (val != -1)</p>
<p>{</p>
<p>sb.Append(read.GetName(i).Substring(1));</p>
<p>}</p>
<p>if (i &lt; (read.FieldCount - 1))</p>
<p>{</p>
<p>sb.Append(&quot;,&quot;);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>sb.AppendLine();</p>
<p>while (read.Read())</p>
<p>{</p>
<p>for (int i=0; i &lt; read.FieldCount;i&#43;&#43;)</p>
<p>{</p>
<p>if (read.GetName(i) != &quot;CID&quot;)</p>
<p>{</p>
<p>int val = read.GetInt32(i);</p>
<p>if (val != -1)</p>
<p>{</p>
<p>sb.Append(LookupValues[i][val]);</p>
<p>}</p>
<p>if (i &lt; (read.FieldCount - 1))</p>
<p>{</p>
<p>sb.Append(&quot;,&quot;);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>sb.AppendLine();</p>
<p>}</p>
<p>Response.Write(sb.ToString());</p>
<p>con.Close();</p>
<p>Response.End();</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/253950-convert-dataset-to-excel-for-download-in-aspnet/7dc98fd400aa4ba197a59dea01565df6#7dc98fd400aa4ba197a59dea01565df6</link>
		<pubDate>Sat, 14 Apr 2007 04:05:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/253950-convert-dataset-to-excel-for-download-in-aspnet/7dc98fd400aa4ba197a59dea01565df6#7dc98fd400aa4ba197a59dea01565df6</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Math or CS?</title>
		<description><![CDATA[<p>I'm don't know how it works in the UK, but in the states many colleges now offer a program called &quot;math and computer science&quot; as a single degree.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/253941-Math-or-CS/a4d100591c6a4c1c9cc69dec007036d1#a4d100591c6a4c1c9cc69dec007036d1</link>
		<pubDate>Thu, 12 Apr 2007 01:31:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/253941-Math-or-CS/a4d100591c6a4c1c9cc69dec007036d1#a4d100591c6a4c1c9cc69dec007036d1</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>40</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I need help with Windows Vista Install</title>
		<description><![CDATA[<p>Flash the BIOS with the most recent version. Non-updated BIOS's seem to cause a number of strange, untraceable probelms w/ vista.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/252879-I-need-help-with-Windows-Vista-Install/04b5b993bac74c27b7da9dec00607e86#04b5b993bac74c27b7da9dec00607e86</link>
		<pubDate>Tue, 06 Mar 2007 03:13:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/252879-I-need-help-with-Windows-Vista-Install/04b5b993bac74c27b7da9dec00607e86#04b5b993bac74c27b7da9dec00607e86</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 2 Xeon Processors and .NET Code</title>
		<description><![CDATA[<p>If your application is only using 1 worker thread it will only be able to use one processor. If you did not create more than one worker thread in your application then one of the following must be true:</p>
<p>1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Your programs only using one core, windows is doing everything else on the other one</p>
<p>2.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The external library your using is multithreaded.</p>
<p>This is one of the reasons that its being encouraged for programs to start writing there applications with multithreading in mind. Applications only get a performance boost on multicore systems if they are multithreaded.
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251890-2-Xeon-Processors-and-NET-Code/742af74a11b145d198c09dec0051d2ee#742af74a11b145d198c09dec0051d2ee</link>
		<pubDate>Thu, 01 Feb 2007 04:01:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251890-2-Xeon-Processors-and-NET-Code/742af74a11b145d198c09dec0051d2ee#742af74a11b145d198c09dec0051d2ee</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft Office 2007 - &amp;quot;It will cost you more, but you get less&amp;quot;</title>
		<description><![CDATA[<p>Office Pro dose have Outlook 2007 in it: <br>
<a href="http://office.microsoft.com/en-us/suites/FX101674091033.aspx">http://office.microsoft.com/en-us/suites/FX101674091033.aspx</a><br>
<br>
Quote:<br>
&quot;
<table id="focusplate" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>What's included in Office Professional 2007</td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<ul>
<li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX100487571033&amp;Origin=HH102108181033&amp;CTT=5">Access 2007</a>
</li><li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX101729681033&amp;Origin=HH102108181033&amp;CTT=5">Accounting Express 2007</a>
</li><li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX100487621033&amp;Origin=HH102108181033&amp;CTT=5">Excel 2007</a>
</li><li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX101674171033&amp;Origin=HH102108181033&amp;CTT=5">Outlook 2007 with Business Contact Manager</a></li></ul>
</td>
<td></td>
<td>
<ul>
<li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX100487761033&amp;Origin=HH102108181033&amp;CTT=5">PowerPoint 2007</a>
</li><li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX100487821033&amp;Origin=HH102108181033&amp;CTT=5">Publisher 2007</a>
</li><li><a href="http://office.microsoft.com/search/redir.aspx?AssetID=FX100487981033&amp;Origin=HH102108181033&amp;CTT=5">Word 2007</a></li></ul>
</td>
</tr>
</tbody>
</table>
&quot;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/251430-Microsoft-Office-2007-quotIt-will-cost-you-more-but-you-get-lessquot/bd2879dbe41c4cc39dd79dec004aeaac#bd2879dbe41c4cc39dd79dec004aeaac</link>
		<pubDate>Tue, 16 Jan 2007 03:24:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/251430-Microsoft-Office-2007-quotIt-will-cost-you-more-but-you-get-lessquot/bd2879dbe41c4cc39dd79dec004aeaac#bd2879dbe41c4cc39dd79dec004aeaac</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft irony and double standards at it’s best.</title>
		<description><![CDATA[<p>Wait, do you even realize what you’re saying here? <br>
That a company should not be allowed to break another company’s format lock? Seriously, WTF? If you honestly believe that then no company should be allowed to write importers for another’s format. Wow, that would seriously suck for OpenOffice wouldn’t it? I’m
 sorry if this seems overly aggressive, but I thought we could all agree that format lock-in was a bad thing.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250221-Microsoft-irony-and-double-standards-at-its-best/436fb44eadb643b0ae869dec0038aec5#436fb44eadb643b0ae869dec0038aec5</link>
		<pubDate>Fri, 24 Nov 2006 01:33:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250221-Microsoft-irony-and-double-standards-at-its-best/436fb44eadb643b0ae869dec0038aec5#436fb44eadb643b0ae869dec0038aec5</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>49</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Lazy question for XBox 360 owners</title>
		<description><![CDATA[<p>I'v never had to change the switch either. I have it set in 1080i mode and it just switches when i put in a DVD.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/249844-Lazy-question-for-XBox-360-owners/6ec4980306da480c87e39dec00322e2f#6ec4980306da480c87e39dec00322e2f</link>
		<pubDate>Sat, 11 Nov 2006 22:05:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/249844-Lazy-question-for-XBox-360-owners/6ec4980306da480c87e39dec00322e2f#6ec4980306da480c87e39dec00322e2f</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Zune in depth with Scoble</title>
		<description><![CDATA[<p><blockquote>
<div>Sabot wrote:</div>
<div>&#65279;Chill out guys! It's Scoble!<br>
<br>
We should be supporting&nbsp;him not giving&nbsp;a kick in the nutts.<br>
<br>
<br>
</div>
</blockquote>
<br>
<br>
I second the &quot;Dont kick Scoble in the nuts movement&quot;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/243842-Zune-in-depth-with-Scoble/030df1dd9a0d4aba8f1e9dec00260fad#030df1dd9a0d4aba8f1e9dec00260fad</link>
		<pubDate>Thu, 26 Oct 2006 01:36:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/243842-Zune-in-depth-with-Scoble/030df1dd9a0d4aba8f1e9dec00260fad#030df1dd9a0d4aba8f1e9dec00260fad</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>95</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Do you have a TV? :)</title>
		<description><![CDATA[<p><blockquote>
<div>W3bbo wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>CannotResolveSymbol wrote:</strong> <i>&#65279;I've got a little 13&quot; RCA...&nbsp; don't use it much.<br>
<br>
I get cable through my school, who I assume gets it from Charter (I think that's the local cable provider here).&nbsp; About 60ish channels, with a few inserted by the school to broadcast events and such.<br>
<br>
The school seems to be on a plasma-screen buying frenzy lately, though:&nbsp; they're popping up all over the place (even just to display our digital signage:&nbsp; sounds like a good way to get a plasma TV to die within two years to me).</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Plasma-screens don't provide the best bang-per-buck. Most of the schools in the UK have gone with projector systems. For that you get a 100&quot;&#43; display with pretty decent resolution, and since they use standard ceiling mounts you can easily replace them in a
 matter of minutes.<br>
<br>
As for myself... We've got 3 &quot;real&quot; TVs (1 in the kitchen, 1 in the spare bedroom, 1 in the living room), and two TV-enabled 'puters. Good thing TV License fees are per-household, not per-TV.<br>
</div>
</blockquote>
<br>
<br>
Bulb Life: 3,000 hours<br>
Bulb Cost: $500<br>
<br>
Quickly eats up any savings if you use it alot.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/242659-Do-you-have-a-TV-/be22a8774447491789dd9dec0024295f#be22a8774447491789dd9dec0024295f</link>
		<pubDate>Sun, 22 Oct 2006 23:28:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/242659-Do-you-have-a-TV-/be22a8774447491789dd9dec0024295f#be22a8774447491789dd9dec0024295f</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>23</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Good tech movies?</title>
		<description><![CDATA[<p><blockquote>
<div>z33driver wrote:</div>
<div>&#65279;Hackers is fun - and its got a young Angelina Jolie.&nbsp; Hackers 2 is cool, a little more geeky/techie.&nbsp; Sneakers.<br>
</div>
</blockquote>
<br>
<br>
That's a common error. There is no &quot;Hackers 2&quot; moive. What you are refering to is a movie called &quot;Operation Takedown,&quot; movie that was intended to be based on the exploits of Kevin Mitnick. But, it is full of errors and very slanted against him. Non-the-less
 its still a somewhat entertaining film. If your looking for the true story 2600 has a moive called &quot;Freedom Downtime,&quot; about the same events.
<br>
<br>
BTW, the reason some people know it as &quot;Hackers 2&quot; is that it was not releaced in the US for quite some time (untill last year i think) so American viewers got it of bittorrent and someone miss-labled the file as &quot;Hackers 2&quot;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/242447-Good-tech-movies/7cc2d002fb2b45bc8efa9dec0023e655#7cc2d002fb2b45bc8efa9dec0023e655</link>
		<pubDate>Sun, 22 Oct 2006 01:51:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/242447-Good-tech-movies/7cc2d002fb2b45bc8efa9dec0023e655#7cc2d002fb2b45bc8efa9dec0023e655</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Please, american people, tell me...</title>
		<description><![CDATA[<p><blockquote>
<div>BlackTiger wrote:</div>
<div>&#65279;Why you voted for such moron? I mean Bush.<br>
<br>
Just read this:<br>
<a href="http://www.space.com/news/061007_bush_spacepolicy.html">http://www.space.com/news/061007_bush_spacepolicy.html</a><br>
<a href="http://www.counterpunch.org/gagnon08082003.html">http://www.counterpunch.org/gagnon08082003.html</a><br>
<br>
I was impressed by moronity of this! What Bush thinking about? Is&nbsp; he some kind of God? &quot;His bloody excellence and magesty, World Police Creator&quot;? New World Ruler? Or just stupid idiot?<br>
<br>
That's why rest of the world hates US. Bcoz of things like that. Nobody likes any kind of police. Everybody hates &quot;world police&quot;.<br>
<br>
<img src="/emoticons/emotion-14.gif" border="0"><br>
</div>
</blockquote>
<br>
<br>
First answer my question, why are you such a moron?<br>
<br>
Nobody on this forum cares what you think about anything. Do you post this stuff to tech forums because when you post it to poltical ones people just laugh at you?<br>
<br>
On another note, being an American I can tell you that no American&nbsp; cares about&nbsp;what you think either.
<br>
<br>
Please stop wasting the internet and my O2.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/240953-Please-american-people-tell-me/3222be4fd5944dcaa8019dec00218387#3222be4fd5944dcaa8019dec00218387</link>
		<pubDate>Thu, 19 Oct 2006 19:25:30 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/240953-Please-american-people-tell-me/3222be4fd5944dcaa8019dec00218387#3222be4fd5944dcaa8019dec00218387</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>52</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - BitTorrent client in C#</title>
		<description><![CDATA[<p><blockquote>
<div>figuerres wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>DavidJSmith wrote:</strong> <i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>alanmc wrote:</strong> <i>&#65279; *<i><b>gratuitious self promotion*<br>
<br>
</b></i>My client library and gregors (the guy who wrote a tracker for summer of code) tracker are both cross platform. They can be verified to work on linux, windows and macos. They work out of box on any platform that Mono or the MS.NET framework supports
 (which is quite a lot!). On the otherhand, BTSharp (currently) is windows only. I just tested it.<br>
<br>
So while it's written in a crossplatform language, it wasn't written in a cross-platform way. Of course, it might be an easy fix, then again it might not. The author would probably update his library to be more cross-platform if enough people bugged him.<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Hey folks,<br>
<br>
&nbsp;&nbsp;&nbsp;David Smith here.&nbsp; Creator of BTSharp (<a href="http://btsharp.com">http://btsharp.com</a>).&nbsp; I've tested the current version of BTSharp on Mono, and I was happy to have it working in about 20 minutes.&nbsp; There will be a release for mono when the library is
 released out of Beta.<br>
<br>
Cheers,<br>
<br>
David Smith.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
<a href="http://btsharp.com/Buy.aspx">http://btsharp.com/Buy.aspx</a><br>
<br>
I am confused by that page....<br>
<br>
looks like it's a pay-as-you-go thing wich seems odd....<br>
<br>
peer filesharing - who pays for the transfer?<br>
how can I write an app that uses this?<br>
<br>
do users get nag screens to pay him to trasnfer more files?<br>
<img src="/emoticons/emotion-7.gif" border="0"><br>
<br>
</div>
</blockquote>
<br>
<br>
Looks like the lic is more for Bittorent servers.....<br>
But I think for any loaction with a serous connection I'd be cheeper to just buy more bandwith.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/226454-BitTorrent-client-in-C/bba8b67872b548e991f79dec000cf819#bba8b67872b548e991f79dec000cf819</link>
		<pubDate>Sun, 15 Oct 2006 03:36:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/226454-BitTorrent-client-in-C/bba8b67872b548e991f79dec000cf819#bba8b67872b548e991f79dec000cf819</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>53</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - &amp;quot;an API to let third-party vendors access the kernel and to disable the Windows Security Center</title>
		<description><![CDATA[<p>I just hope you have to do something realy abnormal to install stuff like that. Like restart into &quot;Security Install Mode&quot; and that has no network acess, and must be installed from a CD.<br>
<br>
Whatever happens, don't require just a UAC elv to install. At the very least require the user to enter their password again.
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/239913-quotan-API-to-let-third-party-vendors-access-the-kernel-and-to-disable-the-Windows-Security-Ce/7003d018a50a4365aab09dec001fc09a#7003d018a50a4365aab09dec001fc09a</link>
		<pubDate>Sat, 14 Oct 2006 20:48:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/239913-quotan-API-to-let-third-party-vendors-access-the-kernel-and-to-disable-the-Windows-Security-Ce/7003d018a50a4365aab09dec001fc09a#7003d018a50a4365aab09dec001fc09a</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Clicking &amp;quot;Yes&amp;quot; (or the problem with UAC)</title>
		<description><![CDATA[<p><blockquote>
<div>blowdart wrote:</div>
<div>&#65279;<br>
&quot;once you accept ONE UAC prompt in IE7 it disables the protection for subsequent browsing until you completely restart IE7&quot;</div>
</blockquote>
<br>
<br>
In what build? B/c it will prompt you every time on RC1</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/237542-Clicking-quotYesquot-or-the-problem-with-UAC/1d6ae6e0784a4a69bd389dec001c4b3a#1d6ae6e0784a4a69bd389dec001c4b3a</link>
		<pubDate>Sun, 08 Oct 2006 20:47:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/237542-Clicking-quotYesquot-or-the-problem-with-UAC/1d6ae6e0784a4a69bd389dec001c4b3a#1d6ae6e0784a4a69bd389dec001c4b3a</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>24</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Who here&#39;s pre-ordering a Zune?</title>
		<description><![CDATA[<p><blockquote>
<div>Charles wrote:</div>
<div>&#65279;I'm definitely getting one. It's built for the future, just like the XBox...<br>
C</div>
</blockquote>
<br>
<br>
The Zune&nbsp;has a 2.4 gz transceiver that can handle audio<br>
The XBox 360 is a 2.4 gz transceiver (for controler) that can handle audio (see headset)<br>
<br>
Nothing's annouced, but.....</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/235279-Who-heres-pre-ordering-a-Zune/34f2190be3384c309c4e9dec0018a17e#34f2190be3384c309c4e9dec0018a17e</link>
		<pubDate>Tue, 03 Oct 2006 02:10:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/235279-Who-heres-pre-ordering-a-Zune/34f2190be3384c309c4e9dec0018a17e#34f2190be3384c309c4e9dec0018a17e</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>47</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Who here&#39;s pre-ordering a Zune?</title>
		<description><![CDATA[<p>I know I will, mainly b/c my last one broke and I've been in the market for a portable media player for some time now.
<br>
<br>
Anyone else?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/235279-Who-heres-pre-ordering-a-Zune/235279#235279</link>
		<pubDate>Mon, 02 Oct 2006 20:56:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/235279-Who-heres-pre-ordering-a-Zune/235279#235279</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>47</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft is suing FairUse4WM</title>
		<description><![CDATA[<p><blockquote>
<div>W3bbo wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Programous wrote:</strong> <i>&#65279;They could only sue the user, they can't sue Microsoft (ex: you can't sue CD makers if the user illegaly copies a CD).</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Okay then, so why is the **AA suing Limewire &amp; co?<br>
<br>
Personal responsibility has gone out of the window nowadays, especially as far as media corporations are concerned.<br>
</div>
</blockquote>
<br>
<br>
Point taken, but Microsoft has alot more money and legal to fight against dumb lawsuites.
<br>
<br>
<blockquote>
<div>W3bbo wrote:</div>
<div>&#65279;<br>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Programous wrote:</strong> <i>&#65279;And the way the Zune works (according to rumers)&nbsp;is that&nbsp;it sets a &nbsp;tag in the index saying the&nbsp;file was from wireless and&nbsp;stores the &nbsp;play count, so is ok by CC. And I'm betting in under a week someone will find how
 to break into the index and &quot;uncheck&quot; the files.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Perhaps it goes like that for &quot;normal&quot; files (i.e. MP3s and OGGs (MS: it does have OGG Vorbis support, right?
<img src="/emoticons/emotion-5.gif" border="0"> ) but if it's got WMA DRM then it'll do the usual stuff on top of the 3day/3play thing.<br>
<br>
Thing is, what if there was a license that says that the playback and distribution of the file cannot be altered without prior consent of the author?<br>
</div>
</blockquote>
<br>
<br>
You may want to read Zunsert.com. its by one of the guys who works on the Zune project. At launch it dosen't have OGG support, but he strongly hints that it will be supported in a software update later.
<br>
<br>
And as to the other quesion, that lic may be overly restrictive. For example if I transcode to OGG, and other people don't have OGG, have I &quot;altered the playback and distribution of the file&quot;?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/234727-Microsoft-is-suing-FairUse4WM/e72e3436715a424f871f9dec0017afe9#e72e3436715a424f871f9dec0017afe9</link>
		<pubDate>Sun, 01 Oct 2006 01:20:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/234727-Microsoft-is-suing-FairUse4WM/e72e3436715a424f871f9dec0017afe9#e72e3436715a424f871f9dec0017afe9</guid>
		<dc:creator>Programous</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Programous/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>