<?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>Comment Feed for This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise (This Week On Channel 9 on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/shows/this+week+on+channel+9/this-week-on-c9-live-wave-3-coding4fun-the-book-johnny-chung-lee-and-rise/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise (This Week On Channel 9 on Channel 9)</title><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/</link></image><description>This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</description><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/</link><language>en-us</language><pubDate>Sat, 13 Dec 2008 14:48:26 GMT</pubDate><lastBuildDate>Sat, 13 Dec 2008 14:48:26 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Silverlight 3? Hmmm. So if you're going to add a bunch of stuff to Silverlight I guess that means the target size for the redistributable is going to increase from the original 4Mb and therefore the excuse that you had to leave out this or that vital API because of size constraints is going to go away?&lt;BR&gt;&lt;BR&gt;In which case, is there any chance that text layout could be fixed because it seems (at least to me, maybe someone knows better), that text layout is completely crippled in Silverlight 2. &lt;BR&gt;&lt;BR&gt;When I saw that you only have Textblock but no FlowDocument and FlowDocumentPageViewer class in Silverlight 2, I figured that's OK, they don't want to bloat the download so they left it to the app developer to provide their own classes for doing layout that more complex than TextBlock can manage. Except you can't because there's no way to measure text. In particular the FormattedText class is absent from Silverlight. You can do some basic measurement by putting text one word at a time into a TextBlock object and reading back the ActualHeight/ActualWidth properties, but that doesn't help you much because you don't have other information needed for vertical layout such as the baseline. Important metrics are also missing from the FontFamily class.&lt;BR&gt;&lt;BR&gt;Kindof sucks that a really important core class like FormattedText got left out when there are controls like DataGrid in the main install that could have been provided as a separate assembly for the few people that will use that instead of their own or a 3rd party control.</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=448347</link><pubDate>Sat, 13 Dec 2008 14:48:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=448347</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448347/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Silverlight 3? Hmmm. So if you're going to add a bunch of stuff to Silverlight I guess that means the target size for the redistributable is going to increase from the original 4Mb and therefore the excuse that you had to leave out this or that vital API because of size constraints is going to go&amp;#8230;</evnet:previewtext><dc:creator>rhm</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/448347/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>That works, thanks! I really need to learn some XML...</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=448038</link><pubDate>Thu, 11 Dec 2008 08:44:45 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=448038</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/448038/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>That works, thanks! I really need to learn some XML...</evnet:previewtext><dc:creator>Gio</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/448038/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Thanks Giovanni,&lt;BR&gt;&lt;BR&gt;It looks like I have a bug in the code that builds the FeedUrl for custom searches. The easy way to fix this is to&lt;BR&gt;&lt;BR&gt;
&lt;OL&gt;
&lt;LI&gt;Open the XML file&lt;/LI&gt;
&lt;LI&gt;Go to the second InnerTubeFeed and change the FeedUrl from "&lt;B&gt;http://gdata.youtube.com/feeds/api/videosvq=Microsoft&lt;/B&gt;" to &lt;B&gt;&lt;A href="http://gdata.youtube.com/feeds/api/videos?q=Microsoft"&gt;http://gdata.youtube.com/feeds/api/videos?q=Microsoft&lt;/A&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;As you can see, I've changed the "vq=" to "?q=" which is a well-formatted XML result.&lt;BR&gt;&lt;BR&gt;Apologies for that, but thanks for finding the bug! Let me know if you can't get it to work&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447971</link><pubDate>Wed, 10 Dec 2008 17:48:59 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447971</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447971/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks Giovanni,It looks like I have a bug in the code that builds the FeedUrl for custom searches. The easy way to fix this is to

Open the XML file
Go to the second InnerTubeFeed and change the FeedUrl from "http://gdata.youtube.com/feeds/api/videosvq=Microsoft" to&amp;#8230;</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447971/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Dan, Enjoy the read... and thank you for your help.&lt;BR&gt;&lt;BR&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; 
&lt;DIV&gt;
&lt;DIV&gt;&lt;A href="http://channel9.msdn.comfile:///C:/Users/giovanni/Videos/InnerTube/InnerTube.xml#&gt;&lt;B&gt;-&lt;/B&gt;&lt;/A&gt; &amp;lt;ArrayOfInnerTubeFeed xmlns:xsi="&lt;B&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/B&gt;" xmlns:xsd="&lt;B&gt;http://www.w3.org/2001/XMLSchema&lt;/B&gt;"&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;A href="http://channel9.msdn.comfile:///C:/Users/giovanni/Videos/InnerTube/InnerTube.xml#&gt;&lt;B&gt;-&lt;/B&gt;&lt;/A&gt; &amp;lt;InnerTubeFeed&amp;gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedName&amp;gt;&lt;B&gt;Most Viewed Videos&lt;/B&gt;&amp;lt;/FeedName&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedUrl&amp;gt;&lt;B&gt;http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed&lt;/B&gt;&amp;lt;/FeedUrl&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;LastUpdated&amp;gt;&lt;B&gt;0001-01-01T00:00:00&lt;/B&gt;&amp;lt;/LastUpdated&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedVideos /&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;/InnerTubeFeed&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;A href="http://channel9.msdn.comfile:///C:/Users/giovanni/Videos/InnerTube/InnerTube.xml#&gt;&lt;B&gt;-&lt;/B&gt;&lt;/A&gt; &amp;lt;InnerTubeFeed&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedName&amp;gt;&lt;B&gt;Search for: 'Microsoft'&lt;/B&gt;&amp;lt;/FeedName&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedUrl&amp;gt;&lt;B&gt;http://gdata.youtube.com/feeds/api/videosvq=Microsoft&lt;/B&gt;&amp;lt;/FeedUrl&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;LastUpdated&amp;gt;&lt;B&gt;0001-01-01T00:00:00&lt;/B&gt;&amp;lt;/LastUpdated&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;FeedVideos /&amp;gt; &lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;/InnerTubeFeed&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;B&gt;&amp;nbsp;&lt;/B&gt; &amp;lt;/ArrayOfInnerTubeFeed&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447925</link><pubDate>Wed, 10 Dec 2008 08:40:06 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447925</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447925/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Dan, Enjoy the read... and thank you for your help.&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt; 

- &amp;lt;ArrayOfInnerTubeFeed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;


- &amp;lt;InnerTubeFeed&amp;gt;


&amp;nbsp; &amp;lt;FeedName&amp;gt;Most Viewed&amp;#8230;</evnet:previewtext><dc:creator>Gio</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447925/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>&lt;P&gt;Thanks giovanni, this is very helpful, it looks like the URL for the feeds that are added aren't XML files, hence the bad request.&amp;nbsp;I suspect it's a bug where, if your using a username to add a feed, YouTube needs to encode that username in a particular way to display it correctly.&lt;BR&gt;&lt;BR&gt;To help understand the issue,&amp;nbsp;can you copy and paste your InnerTube.xml file which you can find at &lt;STRONG&gt;$username$\Videos\InnerTube\InnerTube.xml&amp;nbsp;&lt;/STRONG&gt;(on XP at Documents&amp;nbsp;and Settings\$username$\Videos\InnerTube\InnerTube.xml)&amp;nbsp;. The InnerTube.xml file will have the URLs that the code above is tryign to call and we can figure out why one of them is bad.&lt;BR&gt;&lt;BR&gt;Thanks!&lt;BR&gt;-Dan&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447853</link><pubDate>Tue, 09 Dec 2008 18:34:37 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447853</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447853/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks giovanni, this is very helpful, it looks like the URL for the feeds that are added aren't XML files, hence the bad request.&amp;nbsp;I suspect it's a bug where, if your using a username to add a feed, YouTube needs to encode that username in a particular way to display it correctly.To help&amp;#8230;</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447853/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>&lt;P&gt;Hi Dan,&lt;BR&gt;&lt;BR&gt;Thank you for helping out. I am using VS Express 2008. I added the SmartThread dll (v 1.0) and since I don't have (or want) an&amp;nbsp;iTune library, I commented out&amp;nbsp;its references. InnerTube seems to compile fine. I can launch it and it looks I can add feeds as needed, but when I click on refresh feeds the apps stops working (I get the Windows&amp;nbsp;message "InnerTube has stopped working") and it exits. I could probably try debugging it, but my debugging skills are very basics.&lt;BR&gt;&lt;BR&gt;Edit: i tried debugging and the code stops on file InnerTubeService.cs at line&amp;nbsp;202:&lt;/P&gt;
&lt;P&gt;XmlTextReader xr = new XmlTextReader(wc.OpenRead(youTubeUrl));&lt;BR&gt;&lt;BR&gt;The debugger says:&lt;BR&gt;&lt;BR&gt;System.Net.WebException was unhandled by user code&lt;BR&gt;&amp;nbsp; Message="The remote server returned an error: (400) Bad Request."&lt;BR&gt;&amp;nbsp; Source="System"&lt;BR&gt;&amp;nbsp; StackTrace:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Net.WebClient.OpenRead(Uri address)&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at SharedUtilities.InnerTubeService.ConvertYouTubeXmlToObjects(Uri youTubeUrl, Setting setting) in C:\Users\giovanni\Documents\Visual Studio 2008\Projects\InnerTube-7380\CSharpBookVersion\InnerTube\SharedUtilities\InnerTubeService.cs:line 202&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at SharedUtilities.InnerTubeFeedWorker.UpdateFeeds(Object state) in C:\Users\giovanni\Documents\Visual Studio 2008\Projects\InnerTube-7380\CSharpBookVersion\InnerTube\SharedUtilities\InnerTubeFeedWorker.cs:line 302&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Amib.Threading.Internal.WorkItem.ExecuteWorkItem()&lt;BR&gt;&amp;nbsp; InnerException: &lt;BR&gt;&lt;BR&gt;Thanks for your help&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447805</link><pubDate>Tue, 09 Dec 2008 12:10:58 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447805</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447805/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi Dan,Thank you for helping out. I am using VS Express 2008. I added the SmartThread dll (v 1.0) and since I don't have (or want) an&amp;nbsp;iTune library, I commented out&amp;nbsp;its references. InnerTube seems to compile fine. I can launch it and it looks I can add feeds as needed, but when I click on&amp;#8230;</evnet:previewtext><dc:creator>Gio</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447805/Trackback.aspx</trackback:ping></item><item><title>Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>It's a good question as it's not a default feature of Visual Studio 2008. I'm using &lt;A href="http://www.devexpress.com/Products/Visual_Studio_Add-in/CodeRushX/"&gt;CodeRushX&lt;/A&gt;, a &lt;STRONG&gt;free&lt;/STRONG&gt; add-in built by the DevExpress team (Covered on a&amp;nbsp;previous &lt;A href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Big-updates-to-Live-services-Windows-7--ePC-Times-best-of-2008/"&gt;This Week on C9 episode&lt;/A&gt;). It's awesome, I highly suggest you download it now as it has a ton of features from code navigation, refactoring, and more. &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447681</link><pubDate>Mon, 08 Dec 2008 20:04:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447681</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447681/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>It's a good question as it's not a default feature of Visual Studio 2008. I'm using CodeRushX, a free add-in built by the DevExpress team (Covered on a&amp;nbsp;previous This Week on C9 episode). It's awesome, I highly suggest you download it now as it has a ton of features from code navigation, refactoring, and more. </evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447681/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>This is probably a stupid question, but how do you get the vertical line connecting the curly brackets in the c# editor? It shows in the coding4fun sample.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447663</link><pubDate>Mon, 08 Dec 2008 18:59:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447663</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447663/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This is probably a stupid question, but how do you get the vertical line connecting the curly brackets in the c# editor? It shows in the coding4fun sample.</evnet:previewtext><dc:creator>iwannabeanmvp</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447663/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Thanks man :)</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447643</link><pubDate>Mon, 08 Dec 2008 17:39:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447643</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447643/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks man :)</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447643/Trackback.aspx</trackback:ping></item><item><title>Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Hey Giovanni, what was the issue you ran into? I'd be happy to help debug :)</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447642</link><pubDate>Mon, 08 Dec 2008 17:38:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447642</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447642/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey Giovanni, what was the issue you ran into? I'd be happy to help debug :)</evnet:previewtext><dc:creator>Dan Fernandez</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447642/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Cool video. BTW,&amp;nbsp;I downloaded InnerTube and after a little bit of tewaking I was able to compile it, but can't get it to work. Anyone succeeded?</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447628</link><pubDate>Mon, 08 Dec 2008 14:13:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447628</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447628/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Cool video. BTW,&amp;nbsp;I downloaded InnerTube and after a little bit of tewaking I was able to compile it, but can't get it to work. Anyone succeeded?</evnet:previewtext><dc:creator>Gio</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447628/Trackback.aspx</trackback:ping></item><item><title>Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>I have to agree! Great show this week. Also congrats to Dan for publishing his first book.</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447605</link><pubDate>Mon, 08 Dec 2008 09:26:23 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447605</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447605/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have to agree! Great show this week. Also congrats to Dan for publishing his first book.</evnet:previewtext><dc:creator>Christian Liensberger</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447605/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>woah! does jonny work at microsoft? &lt;BR&gt;charles, pleeease interview him :)</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447565</link><pubDate>Sun, 07 Dec 2008 23:49:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447565</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447565/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>woah! does jonny work at microsoft? charles, pleeease interview him :)</evnet:previewtext><dc:creator>Allan Lindqvist</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447565/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Hehe... Of course. I literally LOL'ed when I saw it.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447563</link><pubDate>Sun, 07 Dec 2008 23:04:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447563</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447563/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hehe... Of course. I literally LOL'ed when I saw it.</evnet:previewtext><dc:creator>Minh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447563/Trackback.aspx</trackback:ping></item><item><title>Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>I've got nothin' but love for ya, Minh! Hope you know I was only kidding. :-)</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447556</link><pubDate>Sun, 07 Dec 2008 22:19:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447556</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447556/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've got nothin' but love for ya, Minh! Hope you know I was only kidding. :-)</evnet:previewtext><dc:creator>Brian Keller</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447556/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Hey, that's hitting a little close to home. But, no worries, I'm hard headed. I still love you all!!!&amp;nbsp; Typing on the iPod a sucks a$$

:-)</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447530</link><pubDate>Sun, 07 Dec 2008 20:22:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447530</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447530/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey, that's hitting a little close to home. But, no worries, I'm hard headed. I still love you all!!!&amp;nbsp; Typing on the iPod a sucks a$$

:-)</evnet:previewtext><dc:creator>Minh</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447530/Trackback.aspx</trackback:ping></item><item><title>Re: Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Thanks for the kind words and support dot_tom. &lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447371</link><pubDate>Sat, 06 Dec 2008 19:09:10 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447371</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447371/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks for the kind words and support dot_tom. C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447371/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>Best TED videos: &lt;A href="http://www.ted.com/index.php/talks/vilayanur_ramachandran_on_your_mind.html"&gt;Vilayanur Ramachandran on the brain and phantom limbs&lt;/A&gt;&amp;nbsp;and &lt;A href="http://www.ted.com/index.php/talks/joshua_klein_on_the_intelligence_of_crows.html"&gt;Joshua Klein on crows&lt;/A&gt;. I can listen to Vilayanur's talk hundreds of times in a row, just because of his awesome accent.&lt;BR&gt;&lt;BR&gt;That Vista Bridge API is a gift sent from the Gods. This has been frustrating me so much, and finally, a solution. Thanks for the link, guys.</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447334</link><pubDate>Sat, 06 Dec 2008 13:00:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447334</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447334/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Best TED videos: Vilayanur Ramachandran on the brain and phantom limbs&amp;nbsp;and Joshua Klein on crows. I can listen to Vilayanur's talk hundreds of times in a row, just because of his awesome accent.That Vista Bridge API is a gift sent from the Gods. This has been frustrating me so much, and&amp;#8230;</evnet:previewtext><dc:creator>Bas</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447334/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>&lt;P&gt;Very happy to see the Spec# release. Looking forward to giving it a run around this weekend.&lt;/P&gt;
&lt;P&gt;I've often wondered how Microsoft measures the return on investment when it comes to things like Channel 9. Should the pointy nosed bean counters ever start pounding on Charles' and the rest of the 9er crew's doors demanding a blood sacrifice then I will happily get on a plane, come to the 'States and explain to them - with diagrams - why Channel 9 rocks and from my perspective represents the best outreach / programming community initiative I've experienced from Microsoft in 15 years of programming on Windows.&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447330</link><pubDate>Sat, 06 Dec 2008 11:58:49 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447330</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447330/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Very happy to see the Spec# release. Looking forward to giving it a run around this weekend.
I've often wondered how Microsoft measures the return on investment when it comes to things like Channel 9. Should the pointy nosed bean counters ever start pounding on Charles' and the rest of the 9er&amp;#8230;</evnet:previewtext><dc:creator>Tom Kirby-Green</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447330/Trackback.aspx</trackback:ping></item><item><title>Re: This Week on C9: Live Wave 3, Coding4Fun - the book, Johnny Chung Lee, and Rise</title><description>The TED video is awesome. Thanks for that.</description><comments></comments><link>http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447323</link><pubDate>Sat, 06 Dec 2008 10:11:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-on-C9-Live-Wave-3-Coding4Fun-the-book-Johnny-Chung-Lee-and-Rise/?CommentID=447323</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/447323/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The TED video is awesome. Thanks for that.</evnet:previewtext><dc:creator>Tommy Carlier</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/447323/Trackback.aspx</trackback:ping></item></channel></rss>