<?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 Manabi</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Manabi/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 Manabi</title>
		<link>http://channel9.msdn.com/Niners/Manabi/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/Manabi/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 06:53:24 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 06:53:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Win7 RC AV</title>
		<description><![CDATA[<p>On my family's Windows XP Home SP3, Intel Celeron D, 512 MB system, we had AVG for some time, and I noticed how sluggish it was. The only time that we had malware or viruses was when my little brother installed random toolbars.</p>
<p>That said, I just switched it over to Avira AntiVir. I've heard alot of good things about ESET NOD32 as well.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/469845-Win7-RC-AV/bd2774105b41439fb9aa9deb00de4b96#bd2774105b41439fb9aa9deb00de4b96</link>
		<pubDate>Wed, 20 May 2009 16:25:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/469845-Win7-RC-AV/bd2774105b41439fb9aa9deb00de4b96#bd2774105b41439fb9aa9deb00de4b96</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - The New Channel 9 Editor</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">
<p>Just testing source code formatting:</p>
<p></p>
<pre class="brush: text">private void DownHeap(int index)
{
    T item = _heap[index];
    int count = _heap.Count;
    int firstChild = (index &lt;&lt; 1) &#43; 1;
    int secondChild = firstChild &#43; 1;
    int smallestChild = (secondChild &lt; count &amp;&amp; Comparer.Compare(_heap[secondChild], _heap[firstChild]) &lt; 0) ? secondChild : firstChild;
    while( smallestChild &lt; count &amp;&amp; Comparer.Compare(_heap[smallestChild], item) &lt; 0 )
    {
        _heap[index] = _heap[smallestChild];
        index = smallestChild;
        firstChild = (index &lt;&lt; 1) &#43; 1;
        secondChild = firstChild &#43; 1;
        smallestChild = (secondChild &lt; count &amp;&amp; Comparer.Compare(_heap[secondChild], _heap[firstChild]) &lt; 0) ? secondChild : firstChild;
    }
    _heap[index] = item;
}</pre>
<p></p>
<p>EDIT: Ok, that works, only copy/pasting directly from VS messes up the spacing. And there's still a text overflow issue with long lines of source code.</p>
</div></blockquote>
<p>Hm... When I click on the &quot;Smilies&quot; button, instead of opening in what I assume was to be a second window, it opens in a second tab,
<strong>restores, resizes my window, and centres it</strong>. Very annoying. <em>
(It's not like any of us actually clicks it though, right? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />)</em></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/468867-The-New-Channel-9-Editor/4496f1cb8eee4c96897b9deb00dcd494#4496f1cb8eee4c96897b9deb00dcd494</link>
		<pubDate>Tue, 12 May 2009 15:04:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/468867-The-New-Channel-9-Editor/4496f1cb8eee4c96897b9deb00dcd494#4496f1cb8eee4c96897b9deb00dcd494</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>56</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Weird unclickable area.</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">ManipUni said:</div><div class="quoteText">Lauch Microsoft Spy&#43;&#43; and use the &quot;Find Window&quot; tool. Drop it over the window and discover who is putting transparent windows in the middle of the screen. </div></blockquote>I don't have Spy&#43;&#43; but I did find Winspector Spy: <a href="http://www.windows-spy.com/">http&#58;&#47;&#47;www.windows-spy.com&#47;</a><br>
<br>
It turns out that it's coming from Foobar2000, possibly foo_title.&nbsp; I just shut down Foobar2000, and the symptoms have disappeared.&nbsp; I removed dotnet_title.dll from my components folder, and it no longer appears when I run Foobar2000.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/465857-Weird-unclickable-area/3e0e1ac61d464ac986359deb00d85aed#3e0e1ac61d464ac986359deb00d85aed</link>
		<pubDate>Sun, 19 Apr 2009 17:03:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/465857-Weird-unclickable-area/3e0e1ac61d464ac986359deb00d85aed#3e0e1ac61d464ac986359deb00d85aed</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Weird unclickable area.</title>
		<description><![CDATA[<p>I've noticed the past week, there is an area on my screen that is unclickable.<br>
<br>
For instance, I'm working with SQL in Access 2007.&nbsp; An error message pops up that tells me that I'm doing something wrong. I go to click the 'OK' button.&nbsp; I can't.<br>
<br>
I have to move the window up a little bit to click the button.<br>
<br>
At the moment, it's around 45% from the top of my screen and seems to vary a little, It was once around 75% and only went from the left side to about 1/5th of the screen width, it's weird. I click on the area, and the taskbar button stays pressed, and the window
 appears to be deactivated.<br>
<br>
4-month-old Toshiba Satellite A350 with Windows Vista x64.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/465857-Weird-unclickable-area/465857#465857</link>
		<pubDate>Fri, 17 Apr 2009 17:56:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/465857-Weird-unclickable-area/465857#465857</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Post Your Desktop March &#39;09</title>
		<description><![CDATA[<p><a href="http://i39.tinypic.com/2sboj2s.jpg" rel="lightbox"><img src="http://i39.tinypic.com/2sboj2s.jpg"></a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/460032-Post-Your-Desktop-March-09/40a73ac6c88a403396809deb00cf6f94#40a73ac6c88a403396809deb00cf6f94</link>
		<pubDate>Fri, 06 Mar 2009 22:55:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/460032-Post-Your-Desktop-March-09/40a73ac6c88a403396809deb00cf6f94#40a73ac6c88a403396809deb00cf6f94</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>31</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Figuring out data about my ISP&#39;s network from the hostname?</title>
		<description><![CDATA[<p>I was doing a tracert to my college's website (which refused to return any information after I went past the Dept. of Education's 'trade-router,') and I noticed this hostname after my router gateway's IP:<br>
<br>
<b>loop0.49w.ba09.hlfx.ns.aliant.net [142.166.182.88]</b><br>
<br>
What I'm assuming here that <b>loop0</b> is the subscriber line I'm connected to (possibly within residence? We have switches set up as well as a fiber optic link going out from the building), but I'm not sure about
<b>49w</b> or <b>ba09</b> (which I am assuming could be the backbone.)<br>
<br>
Just curious. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/460022-Figuring-out-data-about-my-ISPs-network-from-the-hostname/460022#460022</link>
		<pubDate>Fri, 06 Mar 2009 18:09:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/460022-Figuring-out-data-about-my-ISPs-network-from-the-hostname/460022#460022</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Web Development Music (redux)</title>
		<description><![CDATA[<p>About a year ago, I made a post regarding <a href="http://channel9.msdn.com/forums/Coffeehouse/259553-Web-development-music/">
Web Development music</a>.</p>
<p>So I pose the question once more, <i>with an extension</i>:</p>
<blockquote>
<p>What kind of music do you like to listen to while doing Web Development, <i>or even coding or designing in general</i>?</p>
</blockquote>
<p>To answer my own question (which I believe that I never answered back then <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' />), I like listening to trance/j-trance, alternative rock, and folk. Sometimes I need something energetic to get me going, or sometimes I just need something help me think.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/451839-Web-Development-Music-redux/451839#451839</link>
		<pubDate>Thu, 08 Jan 2009 04:42:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/451839-Web-Development-Music-redux/451839#451839</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Portable settings (AppName.exe.config) in C#</title>
		<description><![CDATA[<p>I've been looking through Google for a good while trying to find an answer to my question... How do I make my application save and load it's settings from a single file (AppName.exe.config, ex. &quot;Vanilla.exe.config&quot;) that is located in the same folder as
 the executable?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/449798#449798</link>
		<pubDate>Wed, 24 Dec 2008 22:25:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/449798-Portable-settings-AppNameexeconfig-in-C/449798#449798</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Last poster wins</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Bass said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">SlackmasterK said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
Needs more monitors imo.<br>
</div></blockquote>over 9000 should do. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/441982-Last-poster-wins/9777f61bfb9c4476822d9dea010b8d4f#9777f61bfb9c4476822d9dea010b8d4f</link>
		<pubDate>Wed, 12 Nov 2008 02:37:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/441982-Last-poster-wins/9777f61bfb9c4476822d9dea010b8d4f#9777f61bfb9c4476822d9dea010b8d4f</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>98</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Checkout this taskmanager! win2k8R2</title>
		<description><![CDATA[<p>So, I guess that this is what the new taskbar will look like in Classic mode. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/441456-Checkout-this-taskmanager-win2k8R2/1b8a52fd739e44bcbd9c9dea010b0920#1b8a52fd739e44bcbd9c9dea010b0920</link>
		<pubDate>Fri, 07 Nov 2008 02:22:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/441456-Checkout-this-taskmanager-win2k8R2/1b8a52fd739e44bcbd9c9dea010b0920#1b8a52fd739e44bcbd9c9dea010b0920</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>43</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Apple has a new ad</title>
		<description><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Me4nSde348Y&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Me4nSde348Y&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object><br>
<br>
This is the new ad.<br>
<br>
*facepalm.jpg*<br>
<br>
Also, Paul Thurrott blogged about it: <a href="http://community.winsupersite.com/blogs/paul/archive/2008/10/20/it-s-official-apple-jumps-the-shark.aspx">http&#58;&#47;&#47;community.winsupersite.com&#47;blogs&#47;paul&#47;archive&#47;2008&#47;10&#47;20&#47;it-s-official-apple-jumps-the-shark.aspx</a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/434277-Apple-has-a-new-ad/c1569c6dcb8c4de496ab9dea010653f3#c1569c6dcb8c4de496ab9dea010653f3</link>
		<pubDate>Tue, 21 Oct 2008 11:48:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/434277-Apple-has-a-new-ad/c1569c6dcb8c4de496ab9dea010653f3#c1569c6dcb8c4de496ab9dea010653f3</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>29</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - MS Messenger Problems today?</title>
		<description><![CDATA[<p>It's been a bit flaky yesterday as well, I couldn't log on when I got up this morning (around 8:30, no classes in the morning today,) but after I got back from Tim Horton's I could (I'd say about half an hour to 45 minutes?) I knew that Messenger was still
 a little screwed up this morning when it didn't even attempt to log me in when I turned on my notebook. (I have it set to log me in automatically.)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/427006-MS-Messenger-Problems-today/d68dace90cfa40b3889a9dea00fd70a5#d68dace90cfa40b3889a9dea00fd70a5</link>
		<pubDate>Thu, 11 Sep 2008 14:44:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/427006-MS-Messenger-Problems-today/d68dace90cfa40b3889a9dea00fd70a5#d68dace90cfa40b3889a9dea00fd70a5</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Deep Zoom C9 is Up</title>
		<description><![CDATA[<p>Found mine! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> This is great!<br>
<br>
<a href="http://img515.imageshack.us/img515/3984/manabitp0.png" rel="lightbox"><img src="http://img515.imageshack.us/img515/3984/manabitp0.png" height="209" width="383"></a><br>
<br>
<a href="http://img526.imageshack.us/img526/4175/manabi2el6.png" rel="lightbox"><img src="http://img526.imageshack.us/img526/4175/manabi2el6.png" height="77" width="127"></a><br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/422574-Deep-Zoom-C9-is-Up/fd283b2590aa4ec4bf409deb01367e9e#fd283b2590aa4ec4bf409deb01367e9e</link>
		<pubDate>Thu, 21 Aug 2008 03:24:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/422574-Deep-Zoom-C9-is-Up/fd283b2590aa4ec4bf409deb01367e9e#fd283b2590aa4ec4bf409deb01367e9e</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>48</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What did you do when Channel 9 started?</title>
		<description><![CDATA[<p>Completing Junior high, starting High School. Or was it finishing grade 9 in High School. I forget. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /> I only finished last year in June 2007.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/421926-What-did-you-do-when-Channel-9-started/1ed57ab0a9eb421680529deb0135bd07#1ed57ab0a9eb421680529deb0135bd07</link>
		<pubDate>Mon, 18 Aug 2008 13:49:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/421926-What-did-you-do-when-Channel-9-started/1ed57ab0a9eb421680529deb0135bd07#1ed57ab0a9eb421680529deb0135bd07</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>49</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Advanced scheduled tasks</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Matthew van Eerde said:</div><div class="quoteText">&gt; I don't think that there is an event that is logged when I place files in any folders<br /><br />There can be.&nbsp; Right-click the folder and choose Properties, Security, Advanced, Auditing.&nbsp; Turn Auditing on and you can get an event; you can then tell Task Scheduler to watch for that event.<br /><br />(I think.)<br /></div></blockquote>I attempted to save a file in a subfolder, and the only events that I saw under &quot;Security&quot; were the ones pertaining to applying the auditing settings.&nbsp; I selected Successful and Failed for both &quot;Create files / write data&quot; and &quot;Create folders / append
 data.&quot; The object name that I selected was [username]/[COMPUTERNAME].<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/418337-Advanced-scheduled-tasks/55f68ec17f4f4134bbb69dfa0097017b#55f68ec17f4f4134bbb69dfa0097017b</link>
		<pubDate>Wed, 30 Jul 2008 01:20:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/418337-Advanced-scheduled-tasks/55f68ec17f4f4134bbb69dfa0097017b#55f68ec17f4f4134bbb69dfa0097017b</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Advanced scheduled tasks</title>
		<description><![CDATA[<p>I am trying to make a scheduled task that when I put a file in a certain folder (an example would be I'm in a paint chat app and I save a screenshot of it from the page) I want that file to be uploaded to a remote ftp server.&nbsp; I don't think that there
 is an event that is logged when I place files in any folders, and I would rather be able to do this right in Windows rather than having another program running.&nbsp; For instance the folder that has the files in it is c:\user\john\desktop\paintchat\ and the ftp
 server is <a href="ftp://example.com/pictures/pchat/">ftp&#58;&#47;&#47;example.com&#47;pictures&#47;pchat&#47;</a>.<br /><br /><i>I did try to get to the Windows Vista help groups, but it's broken in both Firefox 3 and IE 7.</i><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/418337-Advanced-scheduled-tasks/418337#418337</link>
		<pubDate>Tue, 29 Jul 2008 14:54:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/418337-Advanced-scheduled-tasks/418337#418337</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista&#39;s Windows Explorer: bugs in Notification area...</title>
		<description><![CDATA[<p>I have been having this same problem as well, and I've mainly remedied it by only having my Avira, Windows Live Messenger, and &quot;John's Background Switcher&quot; load [their notification icons] on startup.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/252992-Vistas-Windows-Explorer-bugs-in-Notification-area/89710d138e5a49a1a24b9dec006236ec#89710d138e5a49a1a24b9dec006236ec</link>
		<pubDate>Fri, 25 Jul 2008 19:14:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/252992-Vistas-Windows-Explorer-bugs-in-Notification-area/89710d138e5a49a1a24b9dec006236ec#89710d138e5a49a1a24b9dec006236ec</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>27</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - BSOD on starting up Apache in XAMPP</title>
		<description><![CDATA[<p>Alright, so today I decided to try to use .htpasswd to lock my small server (mainly as a test,) so when I went into XAMPP to start up Apache,
<font color="#eeeeee">BSOD</font>.&nbsp; So upon restarting, I removed the code in .htaccess and removed the .htpasswd file, started XAMPP, then started Apache... and then again, another blue screen.&nbsp; So all that I could do was just uninstall XAMPP, and right now
 I am unsure about even using Apache on my system anymore.&nbsp; <br /><br />My computer is Windows Vista Home Premium, service pack 1, and I have installed all updates through Windows Update.&nbsp; Could it be that an update to Windows Vista may have caused this to happen?&nbsp; It has been a couple of days since I've last started up XAMPP.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/409642-BSOD-on-starting-up-Apache-in-XAMPP/409642#409642</link>
		<pubDate>Sun, 15 Jun 2008 00:22:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/409642-BSOD-on-starting-up-Apache-in-XAMPP/409642#409642</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - New favicon</title>
		<description><![CDATA[<p>I assume that at least a few other Niners, including myself do agree that the current favicon does not reflect the new look of Channel9. Maybe some of us could whip up a couple?</p>
<p>It's only a minor aesthetic, however.</p>
<p>Just a suggestion. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p><i>Attached is a comparison of the C9 favicon as related to the other four community sites' favicons.</i></p>
<p><i>And by the way, great work on the site <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></i></p>
<p><i><b>edit:</b></i> Well I just noticed this in the Communities bar: <a href="http://mscommunities.com/images/sites/ch9.gif">http&#58;&#47;&#47;mscommunities.com&#47;images&#47;sites&#47;ch9.gif</a>
<i>Perhaps that could be used? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></i><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/408344-New-favicon/408344#408344</link>
		<pubDate>Sat, 07 Jun 2008 15:20:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/408344-New-favicon/408344#408344</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - testing &lt;p&gt; tags.</title>
		<description><![CDATA[<p>(merged with above)<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/407530-testing-p-tags/e9c28f8791d941d088609dea00fef802#e9c28f8791d941d088609dea00fef802</link>
		<pubDate>Tue, 03 Jun 2008 20:17:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/407530-testing-p-tags/e9c28f8791d941d088609dea00fef802#e9c28f8791d941d088609dea00fef802</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - testing &lt;p&gt; tags.</title>
		<description><![CDATA[<p>Seeing if using p tags instead of BR's will work</p>
<p>If so, awesome. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>And also add in a third one for good measure.</p>
<hr>
<p>In the titlebar, &lt;p&gt; appears, but however in the title that is in the page, I see a line break both in the h1 tag as well as the breadcrumbs at the bottom.</p>
<p>It should be made so then it'll convert any special characters to their correct HTML entities, because if for some reason someone uses 'greater than' and 'lesser than' (more or less the 'lesser than' character), it'll cut off their title. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<em>p.s. The 'edit' function works like a charm!</em>~ <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' />]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/407530-testing-p-tags/407530#407530</link>
		<pubDate>Tue, 03 Jun 2008 20:12:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/407530-testing-p-tags/407530#407530</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>The Sandbox - LiveZoom for Windows Vista</title>
		<description><![CDATA[<p>It's quite buggy; when I zoom it in, the icons in the notification area (especially if I zoom in all the way) seems to move, and if I'm zoomed in about half way, the taskbar seems to shift around as I move my mouse.<br>
<br>
It's a really great program, and, of course, needs more work to iron the bugs out.<br>
<br>
Keep up the good work!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/bc1ddd85c78448dcaa6f9dea0108bf4f#bc1ddd85c78448dcaa6f9dea0108bf4f</link>
		<pubDate>Tue, 06 May 2008 22:00:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Sandbox/256642-LiveZoom-for-Windows-Vista/bc1ddd85c78448dcaa6f9dea0108bf4f#bc1ddd85c78448dcaa6f9dea0108bf4f</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Minimizing Windows Media Player to Notification Area</title>
		<description><![CDATA[<p>Well, after switching over from iTunes to Windows Media Player, I am finding that the deskbar is taking up a bit of space on my taskbar.&nbsp; Are there any good, free plugins that can provide this functionality?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261860-Minimizing-Windows-Media-Player-to-Notification-Area/261860#261860</link>
		<pubDate>Wed, 26 Mar 2008 18:04:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261860-Minimizing-Windows-Media-Player-to-Notification-Area/261860#261860</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Opening windows and accessing properties in WPF.</title>
		<description><![CDATA[<p>Okay, so I am trying to create a drawing program in WPF using InkCanvas and a couple of buttons to open up self-created tool windows to change properties of the pen.<br /><br />So far I've tried to make a (single) button in my WindowPenTools change the pen size from the default to a larger size.&nbsp; So far, the only things that I can access in WindowMain are the events, and when I do type in the control name (which does not appear in
 Intellisense,) WindowMain.InkCanvas1, I see &quot;Reference to a non-shared member requires an object reference.&quot;<br /><br />So I searched for a while and came across this:<br /><br /><a href="http://msdn2.microsoft.com/en-us/library/aa289529(VS.71">http&#58;&#47;&#47;msdn2.microsoft.com&#47;en-us&#47;library&#47;aa289529&#40;VS.71</a>).aspx<br /><br />In Windows Forms, I did not have to do this (as far as I can remember,) It <u>just worked</u>.&nbsp; And this is Visual Basic 2008 with .NET 3.5.<br /><br />So does this mean for every window that I want to able to change properties in, I would have to have 30&#43; lines of code in each form, even to open a window?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261787-Opening-windows-and-accessing-properties-in-WPF/261787#261787</link>
		<pubDate>Sun, 23 Mar 2008 16:46:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261787-Opening-windows-and-accessing-properties-in-WPF/261787#261787</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - custom WPF UI&#39;s</title>
		<description><![CDATA[<p>Yesterday I decided to give WPF a go.&nbsp; Before I used to use Windows Forms for creating my applications but however, I found that what I wanted to do (expanders, etc.) were not there (even though it would be easy enough to code a custom control that did
 that.)<br /><br />So right now I am writing a custom text editor (in WPF.)<br /><br />Are there any good resources / reads for creating a custom interface? (in terms of colors and styling)<br /><br />(Also, maybe full screen WPF applications something like Media Center, which IS using a custom UI language from what I remember...)<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261721-custom-WPF-UIs/261721#261721</link>
		<pubDate>Wed, 19 Mar 2008 15:17:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261721-custom-WPF-UIs/261721#261721</guid>
		<dc:creator>Mark Seymour</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Manabi/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>