<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/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:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Joshua Ross</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/joshross/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Joshua Ross</title><link>http://channel9.msdn.com/Niners/joshross/</link></image><description>Entries, comments and threads posted by Joshua Ross</description><link>http://channel9.msdn.com/Niners/joshross/</link><language>en-us</language><pubDate>Sat, 28 Nov 2009 05:10:08 GMT</pubDate><lastBuildDate>Sat, 28 Nov 2009 05:10:08 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>C9 Guy [C9 Guy]</title><description>&lt;p&gt;On the little C9 guy on the end of the new videos, why is the bluetooth ear piece drawn on the XY plane? &amp;nbsp;Shouldn't it be on the ZY?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/509377-C9-Guy/'&gt;C9 Guy&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/509377/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/509377-C9-Guy/</comments><link>http://channel9.msdn.com/forums/Feedback/509377-C9-Guy/</link><pubDate>Sat, 28 Nov 2009 05:10:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/509377-C9-Guy/</guid><evnet:views>5</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/509377/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>On the little C9 guy on the end of the new videos, why is the bluetooth ear piece drawn on the XY plane? &amp;nbsp;Shouldn't it be on the ZY?in reply to C9 Guy</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/509377-C9-Guy/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/509377/Trackback.aspx</trackback:ping></item><item><title>Algorithm Help [Algorithm Help]</title><description>&lt;p&gt;I was looking for an algorithm that would order a finite sequence based upon a set of historical sequences. &amp;nbsp;Say if I were a salesperson calling on a customer and that customer had 100 products that I would service. &amp;nbsp;I would like to order my list of 100 items, using the order in which I placed the previous orders. &amp;nbsp; Not all products would be ordered every day, in fact, the average order may only contain 20 items.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does anyone have an idea how to do this?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/506406-Algorithm-Help/'&gt;Algorithm Help&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/506406/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/506406-Algorithm-Help/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/506406-Algorithm-Help/</link><pubDate>Sun, 15 Nov 2009 17:26:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/506406-Algorithm-Help/</guid><evnet:views>233</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/506406/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was looking for an algorithm that would order a finite sequence based upon a set of historical sequences. &amp;nbsp;Say if I were a salesperson calling on a customer and that customer had 100 products that I would service. &amp;nbsp;I would like to order my list of 100 items, using the order in which I&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/506406-Algorithm-Help/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/506406/Trackback.aspx</trackback:ping></item><item><title>Outer Joins in Linq [Outer Joins in Linq]</title><description>&lt;p&gt;Does anyone know why outer joins in linq are so crazy?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Example: &lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dim z = From c In db.Customers&lt;br /&gt;Group Join o In db.Orders&lt;br /&gt;On c.CustID Equals o.CustID&lt;br /&gt;Into j&lt;br /&gt;From jo In j.DefaultIfEmpty()&lt;br /&gt;Select New With {c, jo}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;There has to be a good story behind this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/504870-Outer-Joins-in-Linq/'&gt;Outer Joins in Linq&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/504870/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/504870-Outer-Joins-in-Linq/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/504870-Outer-Joins-in-Linq/</link><pubDate>Sun, 08 Nov 2009 02:16:14 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/504870-Outer-Joins-in-Linq/</guid><evnet:views>362</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/504870/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Does anyone know why outer joins in linq are so crazy?
Example: &amp;nbsp;
Dim z = From c In db.CustomersGroup Join o In db.OrdersOn c.CustID Equals o.CustIDInto jFrom jo In j.DefaultIfEmpty()Select New With {c, jo}
There has to be a good story behind this.
&amp;nbsp;in reply to Outer Joins in Linq</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/504870-Outer-Joins-in-Linq/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/504870/Trackback.aspx</trackback:ping></item><item><title>OMG ... Win 7 = Such a Piece of Cake [OMG ... Win 7 = Such a Piece of Cake]</title><description>&lt;p&gt;I'm disgusted by the title of the other thread on this forum and I thought that I would create another, more positive thread to replace it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/502807-OMG--Win-7--Such-a-Piece-of-Cake/'&gt;OMG ... Win 7 = Such a Piece of Cake&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/502807/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/502807-OMG--Win-7--Such-a-Piece-of-Cake/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/502807-OMG--Win-7--Such-a-Piece-of-Cake/</link><pubDate>Thu, 29 Oct 2009 03:49:41 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/502807-OMG--Win-7--Such-a-Piece-of-Cake/</guid><evnet:views>436</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/502807/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I'm disgusted by the title of the other thread on this forum and I thought that I would create another, more positive thread to replace it.
&amp;nbsp;
Cheers
-Joshin reply to OMG ... Win 7 = Such a Piece of Cake</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>30</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/502807-OMG--Win-7--Such-a-Piece-of-Cake/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/502807/Trackback.aspx</trackback:ping></item><item><title> Microsoft Certified Master [ Microsoft Certified Master]</title><description>&lt;p&gt;I was looking at the certifications list the other day and I noticed the&amp;nbsp;Microsoft Certified Master program. &amp;nbsp;Just out of curiosity, are there any MCMs hanging out in the Coffeehouse? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If not, I'm sure the rest of you would like to see a Japanese guy try to take a bite out of a seven layer burger, at a Windows 7 party.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Tcnpi_gM2Oc&amp;hl=en"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Tcnpi_gM2Oc&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/501507-Microsoft-Certified-Master/'&gt; Microsoft Certified Master&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/501507/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/501507-Microsoft-Certified-Master/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/501507-Microsoft-Certified-Master/</link><pubDate>Fri, 23 Oct 2009 01:53:25 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/501507-Microsoft-Certified-Master/</guid><evnet:views>296</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/501507/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was looking at the certifications list the other day and I noticed the&amp;nbsp;Microsoft Certified Master program. &amp;nbsp;Just out of curiosity, are there any MCMs hanging out in the Coffeehouse? 
&amp;nbsp;
If not, I'm sure the rest of you would like to see a Japanese guy try to take a bite out of a&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/501507-Microsoft-Certified-Master/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/501507/Trackback.aspx</trackback:ping></item><item><title>Feature Request for Office / Visual Studio [Feature Request for Office / Visual Studio]</title><description>&lt;p&gt;I would like to see a feature, named "You Stupid F _ _ _." &amp;nbsp;When prompted to save a document / project &lt;strong&gt;and you say &lt;/strong&gt;&lt;strong&gt;no&lt;/strong&gt;. &amp;nbsp;Windows will automatically &lt;strong&gt;save it anyways&lt;/strong&gt;, in a temporary folder. &amp;nbsp;The longer you work on it, the longer it stays in the folder. &amp;nbsp;If you are working on it for a few minutes it will stay there for a day. &amp;nbsp;If you spent more time on it, perhaps it could persist for a week or two. &amp;nbsp;What do you think?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EDIT: Proving that great minds think alike,&amp;nbsp;&lt;a href="http://channel9.msdn.com/Niners/kettch/"&gt;Kettch &lt;/a&gt;posted that Office 2010 has &lt;a href="http://blogs.technet.com/office2010/archive/2009/09/22/helping-you-recover-your-work-in-office-2010.aspx"&gt;this feature&lt;/a&gt; already.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/500083-Feature-Request-for-Office--Visual-Studio/'&gt;Feature Request for Office / Visual Studio&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/500083/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/500083-Feature-Request-for-Office--Visual-Studio/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/500083-Feature-Request-for-Office--Visual-Studio/</link><pubDate>Mon, 19 Oct 2009 15:57:17 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/500083-Feature-Request-for-Office--Visual-Studio/</guid><evnet:views>576</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/500083/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I would like to see a feature, named "You Stupid F _ _ _." &amp;nbsp;When prompted to save a document / project and you say no. &amp;nbsp;Windows will automatically save it anyways, in a temporary folder. &amp;nbsp;The longer you work on it, the longer it stays in the folder. &amp;nbsp;If you are working on it for&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/500083-Feature-Request-for-Office--Visual-Studio/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/500083/Trackback.aspx</trackback:ping></item><item><title>Selecting a computer based upon the windows performance index [Selecting a computer based upon the windows performance index]</title><description>&lt;p&gt;I was looking for a new computer and I decided to compare machines, using the windows performance index. &amp;nbsp;Is there a site that keeps track of the different ratings for popular computer brands? &amp;nbsp;Or do I just have to run the tests myself and see what I get? &amp;nbsp;While looking at some on the computers at a big box store, I noticed that the feature was disabled on most of the machines, based on a lock-down policy. &amp;nbsp;If they lock-down that feature, how is a consumer supposed to make an unbiased decision? &amp;nbsp;It would be great to rate the computers on a price per performance scale.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/497545-Selecting-a-computer-based-upon-the-windows-performance-index/'&gt;Selecting a computer based upon the windows performance index&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/497545/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/497545-Selecting-a-computer-based-upon-the-windows-performance-index/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/497545-Selecting-a-computer-based-upon-the-windows-performance-index/</link><pubDate>Sat, 10 Oct 2009 20:23:04 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/497545-Selecting-a-computer-based-upon-the-windows-performance-index/</guid><evnet:views>990</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/497545/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was looking for a new computer and I decided to compare machines, using the windows performance index. &amp;nbsp;Is there a site that keeps track of the different ratings for popular computer brands? &amp;nbsp;Or do I just have to run the tests myself and see what I get? &amp;nbsp;While looking at some on the&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/497545-Selecting-a-computer-based-upon-the-windows-performance-index/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/497545/Trackback.aspx</trackback:ping></item><item><title>Microsoft Press Enters Strategic Alliance with O'Reilly [Microsoft Press Enters Strategic Alliance with O'Reilly]</title><description>&lt;p&gt;&lt;a href="http://press.oreilly.com/pub/pr/2413"&gt;Microsoft Press Enters Strategic Alliance with O'Reilly&lt;/a&gt;. &amp;nbsp;This has some potential to be really cool. &amp;nbsp;Tim and company puts out good product and many of his books can be found in my home and workplace. &amp;nbsp;Although I have not subscribed to &lt;a href="http://my.safaribooksonline.com/"&gt;Safari&lt;/a&gt;, I might now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/494700-Microsoft-Press-Enters-Strategic-Alliance-with-OReilly/'&gt;Microsoft Press Enters Strategic Alliance with O'Reilly&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/494700/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/494700-Microsoft-Press-Enters-Strategic-Alliance-with-OReilly/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/494700-Microsoft-Press-Enters-Strategic-Alliance-with-OReilly/</link><pubDate>Sun, 27 Sep 2009 14:44:15 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/494700-Microsoft-Press-Enters-Strategic-Alliance-with-OReilly/</guid><evnet:views>525</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/494700/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Microsoft Press Enters Strategic Alliance with O'Reilly. &amp;nbsp;This has some potential to be really cool. &amp;nbsp;Tim and company puts out good product and many of his books can be found in my home and workplace. &amp;nbsp;Although I have not subscribed to Safari, I might now.
&amp;nbsp;
&amp;nbsp;in reply to&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/494700-Microsoft-Press-Enters-Strategic-Alliance-with-OReilly/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/494700/Trackback.aspx</trackback:ping></item><item><title>Oh My God [Oh My God]</title><description>&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/1cX4t5-YpHQ&amp;hl=en"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/1cX4t5-YpHQ&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the name that is anything sacred, I hope this was not produced by Microsoft. &amp;nbsp;Who ever it is, they giving astroturf a bad rap. &amp;nbsp;I find it mystifying how one can market a product that negates obtrusiveness. &amp;nbsp;I would image the best OS would be the one you didn't know was there. &amp;nbsp;And I must say Windows7 is rather near that ideal. &amp;nbsp;In fact, I can say that I have not squandered any time at all with it. I haven't had to doodle around with configuration settings, search for working drivers, play with the registry, or defragment the hard drive. &amp;nbsp;If Security Essentials was included, I would say that nirvana could be found.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/494150-Oh-My-God/'&gt;Oh My God&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/494150/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/494150-Oh-My-God/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/494150-Oh-My-God/</link><pubDate>Fri, 25 Sep 2009 00:30:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/494150-Oh-My-God/</guid><evnet:views>809</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/494150/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&amp;nbsp;
In the name that is anything sacred, I hope this was not produced by Microsoft. &amp;nbsp;Who ever it is, they giving astroturf a bad rap. &amp;nbsp;I find it mystifying how one can market a product that negates obtrusiveness. &amp;nbsp;I would image the best OS would be the one you didn't know was&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/494150-Oh-My-God/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/494150/Trackback.aspx</trackback:ping></item><item><title>Codeplex Projects [Codeplex Projects]</title><description>&lt;p&gt;&lt;span&gt;Has anyone posted something on CodePlex and received any helpful
input? &amp;nbsp;I posted a &lt;a href="http://sql2excel.codeplex.com/"&gt;VSTO add-in for excel 2007&lt;/a&gt;, that facilitates data
exchange between sql and excel. &amp;nbsp;I think most of the downloads were people clicking on the wrong thing.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/492835-Codeplex-Projects/'&gt;Codeplex Projects&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/492835/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/492835-Codeplex-Projects/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/492835-Codeplex-Projects/</link><pubDate>Fri, 18 Sep 2009 20:55:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/492835-Codeplex-Projects/</guid><evnet:views>788</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/492835/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Has anyone posted something on CodePlex and received any helpful
input? &amp;nbsp;I posted a VSTO add-in for excel 2007, that facilitates data
exchange between sql and excel. &amp;nbsp;I think most of the downloads were people clicking on the wrong thing.in reply to Codeplex Projects</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/492835-Codeplex-Projects/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/492835/Trackback.aspx</trackback:ping></item><item><title>IE8 Immune to Rails Bug [IE8 Immune to Rails Bug]</title><description>&lt;p&gt;As much as the marketing department, and much of the C9 peanut gallery, loves to pump and dump IE. &amp;nbsp;It is good to see some real world impact made by the hardening of IE8. &amp;nbsp;In this &lt;a href="http://arstechnica.com/security/news/2009/09/ruby-on-rails-vulnerability-affects-twitter-ie8-immune.ars"&gt;article&lt;/a&gt; on Arstechnica, they cite the&amp;nbsp;XSS filter blocking a&amp;nbsp;vulnerability surfaced in the Ruby on Rails framework.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/489920-IE8-I-mmune-to-Rails-Bug/'&gt;IE8 Immune to Rails Bug&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/489920/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/489920-IE8-I-mmune-to-Rails-Bug/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/489920-IE8-I-mmune-to-Rails-Bug/</link><pubDate>Fri, 04 Sep 2009 23:34:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/489920-IE8-I-mmune-to-Rails-Bug/</guid><evnet:views>876</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/489920/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>As much as the marketing department, and much of the C9 peanut gallery, loves to pump and dump IE. &amp;nbsp;It is good to see some real world impact made by the hardening of IE8. &amp;nbsp;In this article on Arstechnica, they cite the&amp;nbsp;XSS filter blocking a&amp;nbsp;vulnerability surfaced in the Ruby on&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>18</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/489920-IE8-I-mmune-to-Rails-Bug/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/489920/Trackback.aspx</trackback:ping></item><item><title>Who's better now? [Who's better now?]</title><description>&lt;p&gt;I've been thinking about the software that I have composed recently. &amp;nbsp;Many aspects of the code have been positively influenced by the videos posted here on C9. &amp;nbsp;I'm not sure how much praise you folks get, but it's surely not enough.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I thought that I'd take a moment and thank the all the people here that have made these last few years so enriching. &amp;nbsp;So, feel free to pat yourselves on the back today and think of something intriguing to share for tomorrow, eager minds await.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/485451-Whos-better-now/'&gt;Who's better now?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/485451/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/485451-Whos-better-now/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/485451-Whos-better-now/</link><pubDate>Mon, 17 Aug 2009 02:34:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/485451-Whos-better-now/</guid><evnet:views>844</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/485451/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've been thinking about the software that I have composed recently. &amp;nbsp;Many aspects of the code have been positively influenced by the videos posted here on C9. &amp;nbsp;I'm not sure how much praise you folks get, but it's surely not enough.
&amp;nbsp;
I thought that I'd take a moment and thank the all&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/485451-Whos-better-now/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/485451/Trackback.aspx</trackback:ping></item><item><title>Hiding User Stats   [Hiding User Stats  ]</title><description>&lt;p&gt;I was browsing though the user pages and I noticed that&amp;nbsp;&lt;a href="http://channel9.msdn.com/Niners/brian.shapiro/"&gt;brian.shapiro&lt;/a&gt; seemed to be the only niner without user stats. Is there an op-out or is this a bug? I tried to find another niner with a dot in the name without much luck.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EDIT: &lt;a href="http://channel9.msdn.com/niners/ray7/"&gt;ray7&lt;/a&gt; doesn't have any stats either. &amp;nbsp;Perhaps this happens when the user has nothing to say about themselves. And, &lt;a href="http://channel9.msdn.com/Niners/CKurt/"&gt;Ckurt&lt;/a&gt; doesn't even have a page.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/483751-Hiding-User-Stats/'&gt;Hiding User Stats  &lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/483751/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/483751-Hiding-User-Stats/</comments><link>http://channel9.msdn.com/forums/Feedback/483751-Hiding-User-Stats/</link><pubDate>Sun, 09 Aug 2009 04:36:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/483751-Hiding-User-Stats/</guid><evnet:views>480</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/483751/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was browsing though the user pages and I noticed that&amp;nbsp;brian.shapiro seemed to be the only niner without user stats. Is there an op-out or is this a bug? I tried to find another niner with a dot in the name without much luck.
&amp;nbsp;
EDIT: ray7 doesn't have any stats either. &amp;nbsp;Perhaps this&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/483751-Hiding-User-Stats/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/483751/Trackback.aspx</trackback:ping></item><item><title>Expression Encoder 3 Screen Capture [Expression Encoder 3 Screen Capture]</title><description>&lt;p&gt;After&amp;nbsp;installing the Expression Studio 3, I noticed that it came with a screen recorder.&amp;nbsp; This is one great little addition.&amp;nbsp; If you haven't tried using it yet, I highly recommed giving it a spin.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/481486-Expression-Encoder-3-Screen-Capture/'&gt;Expression Encoder 3 Screen Capture&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/481486/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/481486-Expression-Encoder-3-Screen-Capture/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/481486-Expression-Encoder-3-Screen-Capture/</link><pubDate>Wed, 29 Jul 2009 18:15:06 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/481486-Expression-Encoder-3-Screen-Capture/</guid><evnet:views>844</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/481486/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>After&amp;nbsp;installing the Expression Studio 3, I noticed that it came with a screen recorder.&amp;nbsp; This is one great little addition.&amp;nbsp; If you haven't tried using it yet, I highly recommed giving it a spin.
&amp;nbsp;
-Joshin reply to Expression Encoder 3 Screen Capture</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/481486-Expression-Encoder-3-Screen-Capture/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/481486/Trackback.aspx</trackback:ping></item><item><title>Office 2010 Feedback Mechanism [Office 2010 Feedback Mechanism]</title><description>&lt;p&gt;I signed up for the Office 2010 preview, and was able to install it on a virtual machine to play around with it.&amp;nbsp; While my experience has been rather blas&amp;eacute; thus far, I really like the feedback mechanism incorporated to the system tray.&amp;nbsp;&amp;nbsp; There are two icons; a smiley face and a frowning face.&amp;nbsp; If you click on either one it lets you share your feedback with a screen capture of the current screen.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m surprised how compelling this addition of a screen dump is to the generating feedback process.&amp;nbsp; What else can be done to elicit higher quality feedback into a mass-market application development cycle?&amp;nbsp; A/V capture, or user viewable usage heat maps?&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/479815-Office-2010-Feedback-Mechanism/'&gt;Office 2010 Feedback Mechanism&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/479815/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/479815-Office-2010-Feedback-Mechanism/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/479815-Office-2010-Feedback-Mechanism/</link><pubDate>Mon, 20 Jul 2009 21:56:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/479815-Office-2010-Feedback-Mechanism/</guid><evnet:views>761</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/479815/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I signed up for the Office 2010 preview, and was able to install it on a virtual machine to play around with it.&amp;nbsp; While my experience has been rather blas&amp;eacute; thus far, I really like the feedback mechanism incorporated to the system tray.&amp;nbsp;&amp;nbsp; There are two icons; a smiley face and a&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/479815-Office-2010-Feedback-Mechanism/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/479815/Trackback.aspx</trackback:ping></item><item><title>Humans prefer cockiness to expertise  [Humans prefer cockiness to expertise ]</title><description>&lt;p&gt;New Scientist has confirmed&amp;nbsp;&lt;a href="http://www.newscientist.com/article/mg20227115.500"&gt;Humans prefer cockiness to expertise&lt;/a&gt;! &amp;nbsp;I think that anyone who has spent enough time in the coffee house could have come to the same conclusion. &amp;nbsp;Any thoughts from the peanut gallery?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a rel="lightbox" href="http://imgur.com/qy8jN.jpg"&gt;&lt;img src="http://imgur.com/qy8jN.jpg" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/476946-Humans-prefer-cockiness-to-expertise/'&gt;Humans prefer cockiness to expertise &lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/476946/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/476946-Humans-prefer-cockiness-to-expertise/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/476946-Humans-prefer-cockiness-to-expertise/</link><pubDate>Sun, 05 Jul 2009 20:40:11 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/476946-Humans-prefer-cockiness-to-expertise/</guid><evnet:views>885</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/476946/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>New Scientist has confirmed&amp;nbsp;Humans prefer cockiness to expertise! &amp;nbsp;I think that anyone who has spent enough time in the coffee house could have come to the same conclusion. &amp;nbsp;Any thoughts from the peanut gallery?
&amp;nbsp;
in reply to Humans prefer cockiness to expertise </evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>22</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/476946-Humans-prefer-cockiness-to-expertise/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/476946/Trackback.aspx</trackback:ping></item><item><title>Interview Request [Interview Request]</title><description>&lt;p&gt;I was wondering what&amp;nbsp;Mark Hamburg has been doing since joining Microsoft. &amp;nbsp;May I request that he be put on the "people to interview" list?&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/476693-Interview-Request/'&gt;Interview Request&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/476693/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/476693-Interview-Request/</comments><link>http://channel9.msdn.com/forums/Feedback/476693-Interview-Request/</link><pubDate>Thu, 02 Jul 2009 18:45:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/476693-Interview-Request/</guid><evnet:views>400</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/476693/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I was wondering what&amp;nbsp;Mark Hamburg has been doing since joining Microsoft. &amp;nbsp;May I request that he be put on the "people to interview" list?in reply to Interview Request</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/476693-Interview-Request/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/476693/Trackback.aspx</trackback:ping></item><item><title>Pitchman for Windows 7 [Pitchman for Windows 7]</title><description>&lt;p&gt;If Microsoft was planning on using Billy Mays for selling Windows 7, they will have to find a new Pitchman. &amp;nbsp;It looks like &lt;a href="http://www.tampabay.com/news/publicsafety/article1014018.ece"&gt;he died this morning&lt;/a&gt;. &amp;nbsp;:(&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/475932-Pitchman-for-Windows-7/'&gt;Pitchman for Windows 7&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475932/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/475932-Pitchman-for-Windows-7/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/475932-Pitchman-for-Windows-7/</link><pubDate>Sun, 28 Jun 2009 16:37:22 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475932-Pitchman-for-Windows-7/</guid><evnet:views>649</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475932/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If Microsoft was planning on using Billy Mays for selling Windows 7, they will have to find a new Pitchman. &amp;nbsp;It looks like he died this morning. &amp;nbsp;:(in reply to Pitchman for Windows 7</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/475932-Pitchman-for-Windows-7/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475932/Trackback.aspx</trackback:ping></item><item><title>Bill Gates Purchases Feynman Lectures [Bill Gates Purchases Feynman Lectures]</title><description>&lt;p&gt;I ran into this story where Bill had purchased the rights to &lt;a href="http://www.symmetrymagazine.org/breaking/2009/06/22/gates-buys-feynmans-messenger-lectures"&gt;this series&lt;/a&gt; and made it avaible to the public. I hope that this is not a duplicate post.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/475918-Bill-Gates-Purchases-Feynman-Lectures/'&gt;Bill Gates Purchases Feynman Lectures&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475918/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/475918-Bill-Gates-Purchases-Feynman-Lectures/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/475918-Bill-Gates-Purchases-Feynman-Lectures/</link><pubDate>Sun, 28 Jun 2009 15:23:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/475918-Bill-Gates-Purchases-Feynman-Lectures/</guid><evnet:views>788</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475918/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I ran into this story where Bill had purchased the rights to this series and made it avaible to the public. I hope that this is not a duplicate post.
&amp;nbsp;in reply to Bill Gates Purchases Feynman Lectures</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/475918-Bill-Gates-Purchases-Feynman-Lectures/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475918/Trackback.aspx</trackback:ping></item><item><title>Last Viewed Position in Silverlight Videos ? [Last Viewed Position in Silverlight Videos ?]</title><description>&lt;p&gt;I love the great videos are that available through this site. &amp;nbsp;Recently my wife and I new'ed up a little girl. &amp;nbsp;And she needs lots of attention. &amp;nbsp;So, my baby monitoring thread is running on a much higher priority than my C9 watching thread and occasionally, I have to do a little preemptive multitasking.&lt;/p&gt;
&lt;p&gt;When the C9 thread is backgrounded for a while, it crashes and loses its state. &amp;nbsp;Would it be possible to store the last position viewed of the video somewhere on C9 and then be able to go back to where I was, at a later date?&lt;/p&gt;
&lt;p&gt;EDIT: Perhaps this could be used in combination with the chaptering features. &amp;nbsp;If the information was stored on the server, you guys could mine the start / stop times of the viewings to see what excites people and bores them without having to explicitly survey them.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or should I put this one up at&amp;nbsp;http://channel9.usertaskforce.com/ ?&lt;/p&gt;
&lt;p&gt;-Josh&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Feedback/475836-Last-Viewed-Position-in-Silverlight-Videos-/'&gt;Last Viewed Position in Silverlight Videos ?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/475836/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Feedback/475836-Last-Viewed-Position-in-Silverlight-Videos-/</comments><link>http://channel9.msdn.com/forums/Feedback/475836-Last-Viewed-Position-in-Silverlight-Videos-/</link><pubDate>Sat, 27 Jun 2009 18:18:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Feedback/475836-Last-Viewed-Position-in-Silverlight-Videos-/</guid><evnet:views>459</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/475836/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I love the great videos are that available through this site. &amp;nbsp;Recently my wife and I new'ed up a little girl. &amp;nbsp;And she needs lots of attention. &amp;nbsp;So, my baby monitoring thread is running on a much higher priority than my C9 watching thread and occasionally, I have to do a little&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Feedback/475836-Last-Viewed-Position-in-Silverlight-Videos-/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/475836/Trackback.aspx</trackback:ping></item><item><title>Yo SQL Guys! [Yo SQL Guys!]</title><description>&lt;p&gt;Can someone explain why&amp;nbsp;select isnumeric('951D00073') returns 1? &amp;nbsp;I could see it for&amp;nbsp;951e+73, but the D notation is a strange thing to run accross.&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/470073-Yo-SQL-Guys/'&gt;Yo SQL Guys!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/470073/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/470073-Yo-SQL-Guys/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/470073-Yo-SQL-Guys/</link><pubDate>Thu, 21 May 2009 17:49:13 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/470073-Yo-SQL-Guys/</guid><evnet:views>1085</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/470073/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Can someone explain why&amp;nbsp;select isnumeric('951D00073') returns 1? &amp;nbsp;I could see it for&amp;nbsp;951e+73, but the D notation is a strange thing to run accross.in reply to Yo SQL Guys!</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>11</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/470073-Yo-SQL-Guys/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/470073/Trackback.aspx</trackback:ping></item><item><title>Surface SP1 [Surface SP1]</title><description>&lt;p&gt;I ran into this cool overview of Surface SP1 and I thought I would share it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/g4xxNpijEKQ&amp;hl=en"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/g4xxNpijEKQ&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/469477-Surface-SP1/'&gt;Surface SP1&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/469477/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/469477-Surface-SP1/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/469477-Surface-SP1/</link><pubDate>Sat, 16 May 2009 02:16:54 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/469477-Surface-SP1/</guid><evnet:views>1317</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/469477/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I ran into this cool overview of Surface SP1 and I thought I would share it.
&amp;nbsp;
in reply to Surface SP1</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>7</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/469477-Surface-SP1/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/469477/Trackback.aspx</trackback:ping></item><item><title>World of Goo addiction [World of Goo addiction]</title><description>I found this &lt;a href="http://worldofgoo.com/" target="_blank"&gt;World of Goo&lt;/a&gt; game and spent way to much time in it. &amp;nbsp;Anyone else here lose a few days to the World of Goo?&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/460233-World-of-Goo-Addiction/'&gt;World of Goo addiction&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/460233/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/460233-World-of-Goo-Addiction/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/460233-World-of-Goo-Addiction/</link><pubDate>Mon, 09 Mar 2009 02:08:50 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/460233-World-of-Goo-Addiction/</guid><evnet:views>809</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/460233/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I found this World of Goo game and spent way to much time in it. &amp;nbsp;Anyone else here lose a few days to the World of Goo?in reply to World of Goo addiction</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>10</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/460233-World-of-Goo-Addiction/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/460233/Trackback.aspx</trackback:ping></item><item><title>Boy does Mappoint 2009 Suck [Boy does Mappoint 2009 Suck]</title><description>How could such a shoddy product get released?  For a company that has been touting the virtue of good UX, I am amazed to see that such an abortion could find its way out of some toilet and on to store shelves without including a lengthy apology letter and perhaps some barbiturates. The letter would be very sincere and offer you the option of popping all the pills at once, which would effectively end the pain and suffering caused by the realization that you just exchanged your hard earned cash for an experience that could be arguably worse than taking a bath with tub girl. And that is just the UI.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;If you have to program against the COM object, you might want to watch that two girls and a cup video first.  It might give you strength in knowing that people can actually eat poop and enjoy it.&lt;/div&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/457542-Boy-does-Mappoint-2009-Suck/'&gt;Boy does Mappoint 2009 Suck&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/457542/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/457542-Boy-does-Mappoint-2009-Suck/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/457542-Boy-does-Mappoint-2009-Suck/</link><pubDate>Mon, 16 Feb 2009 01:59:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/457542-Boy-does-Mappoint-2009-Suck/</guid><evnet:views>1180</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/457542/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>How could such a shoddy product get released?  For a company that has been touting the virtue of good UX, I am amazed to see that such an abortion could find its way out of some toilet and on to store shelves without including a lengthy apology letter and perhaps some barbiturates. The letter would&amp;#8230;</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>29</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/457542-Boy-does-Mappoint-2009-Suck/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/457542/Trackback.aspx</trackback:ping></item><item><title>Branch Cache [Branch Cache]</title><description>Has anyone got this to work in Windows 7 (7000)?  I have it running in distributed mode and it does not seem to do anything.  If I go into netsh it tells me that it is running and the 0 bytes of cache are used.  I would have posted this in the newsgroups, if there was one for BranchCache.&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/457468-Branch-Cache/'&gt;Branch Cache&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/457468/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/457468-Branch-Cache/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/457468-Branch-Cache/</link><pubDate>Sat, 14 Feb 2009 17:33:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/457468-Branch-Cache/</guid><evnet:views>1281</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/457468/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Has anyone got this to work in Windows 7 (7000)?  I have it running in distributed mode and it does not seem to do anything.  If I go into netsh it tells me that it is running and the 0 bytes of cache are used.  I would have posted this in the newsgroups, if there was one for BranchCache.in reply to Branch Cache</evnet:previewtext><dc:creator>Joshua Ross</dc:creator><slash:comments>8</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/457468-Branch-Cache/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/457468/Trackback.aspx</trackback:ping></item></channel></rss>