<?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 tagged with evnet - Channel 9</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/tags/evnet/feed/zune/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries tagged with evnet - Channel 9</title><link>http://channel9.msdn.com/tags/EvNet/</link></image><description>evnet</description><link>http://channel9.msdn.com/tags/EvNet/</link><language>en-us</language><pubDate>Tue, 28 Jul 2009 10:58:59 GMT</pubDate><lastBuildDate>Tue, 28 Jul 2009 10:58:59 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Canonical and ShortUrl on Channel9</title><description>&lt;p&gt;One of the things we spend time on for Channel 9 is trying to make sure we are following the right standards, adopting new ones as necessary and that we render correctly for both real people and for search engines. As part of that ongoing work, we recently adopted two new concepts.&lt;/p&gt;
&lt;h3&gt;Canonical URL&lt;/h3&gt;
&lt;p&gt;The first is the concept of &lt;a href="http://www.mattcutts.com/blog/canonical-link-tag/"&gt;a canonical URL, as described here by Matt Cutts&lt;/a&gt; (his blog is a must read for anyone building public facing web sites); a link element that specifies what our definitive single URL should be for any given post.&lt;/p&gt;
&lt;p&gt;Why does this matter? Well, on many web sites (including ours) there is more than one URL that will get you to the same piece of content. Consider the latest 'This Week On Channel 9' episode, it is available at:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;a href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/"&gt;http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/default.aspx"&gt;http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/default.aspx&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;and nearly &lt;a href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/?duncan=true"&gt;any variation of those URLs plus any random query string that you want to stick on the end&lt;/a&gt; &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Assuming Google/Bing/Yahoo only found the post from links on the Channel 9 home page, it would always see the first one... and everything would be great. That isn't how search engines work though, they care about inbound links from many different sources, and it is possible that many different URLs are out there in the wild that really represent the same single piece of content. Each additional URL beyond the first looks like duplicate content and takes away from the search engine love that should be given to the first result. The standard way to avoid this in the past was to redirect every person coming in on anything but the link we want. That works, but forcing your user to go through an extra browser round trip for some obscure technical reason is less than ideal. Enter the idea of the &lt;strong&gt;canonical&lt;/strong&gt; url. Add this to your page and no matter how the search engine finds the page, it knows what URL to associate it with in the system.&lt;/p&gt;
&lt;p&gt;If you check any of those links above and view source, you'll find the same thing on each and every one:&lt;br /&gt;
&amp;lt;link rel="canonical" href="http://channel9.msdn.com/shows/This+Week+On+Channel+9/This-Week-C9-Windows-7-RTMs-7-Sins-of-App-Compat--cool-Silverlight-apps/" /&amp;gt;&lt;/p&gt;
&lt;p&gt;A fair number of other sites implement this as well, check out &lt;a href="http://arstechnica.com/tech-policy/news/2009/07/-it-sounds-like-something.ars"&gt;Ars Technica&lt;/a&gt; for example, and I'm sure more will follow. Should you implement this on your site? Well, first think about how many duplicate URLs will work on your content (if you are running a site that supports both www.sitename.com and sitename.com, that's one ... then if you can optionally have a filename like default.php or index.html... then that is already two duplicates for every URL) and then think about whether or not your position in search engine rankings is important... odds are you should look at adding support for this link tag on your pages.&lt;/p&gt;
&lt;h3&gt;ShortUrl&lt;/h3&gt;
&lt;p&gt;A lot has been written &lt;a href="http://joshua.schachter.org/2009/04/on-url-shorteners.html"&gt;about how services like TinyURL, is.gd and other URL shortening services are bad for the internet&lt;/a&gt;, and we completely agree. They remove meaning from the link you are about to click (including the source of the content, which is an important issue for trust and security), and they are dependent on the reliability of some unknown third party that might just go away at some point in the future. One solution, that sites like C9, Amazon and others have decided to go with is to &lt;a href="http://channel9.msdn.com/posts/C9Team/Spelling-Code-Blocks-and-Twitter-on-Channel-9/"&gt;implement their own URL shortening&lt;/a&gt;. Yes, much of the meaning is lost, but at least they have control over that URL namespace and can make sure it is always available and always points at the intended content. Now that we have such a service though, what's to stop people from just taking our original URLs and using any one of the free URL shortening services? Well, nothing at the moment, but &lt;a href="http://code.google.com/p/shortlink/"&gt;a movement is underway to allow content owners to specify a pre-existing short URL if they have one&lt;/a&gt;. The hope is that once this concept catches on, then URL shortening service or client applications (like twitter clients) will try to look up a site's short url before calling out to a 3rd party service to create one. We don't know if this will catch on, but we like the idea so we've gone ahead and added the appropriate link tag and populated it with our special r.ch9.ms short url. Once again, if you view source on that TWOC9 episode from above, you'll find this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;link rel="shorturl" href="http://ch9.ms/AAPV" /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More to come...&lt;br /&gt;
If you went and viewed the source of those pages, you would have seen a &lt;strong&gt;ton&lt;/strong&gt; of other &amp;lt;link&amp;gt; tags, and many different &amp;lt;meta&amp;gt; tags as well. Each of those does serve a purpose, and I'll dig into the rest of them in upcoming posts.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Note: &lt;/strong&gt;For those of you who have the immediate response of 'aghhh... so much wasted bandwidth for meta tags!', I know what you mean... and I also know that some sites choose to only render those tags out when a search crawler hits them. &lt;a href="http://en.wikipedia.org/wiki/Cloaking"&gt;That practice is a bit&lt;strong&gt; &lt;/strong&gt;sneaky though&lt;/a&gt;, in general you should avoid alterting the content you serve up to search engines... although it is probably only an issue if you change the actual content of the page in an attempt to deceive the search engine.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/481253/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/C9Team/Canonical-and-ShortUrl-on-Channel9/</comments><link>http://channel9.msdn.com/posts/C9Team/Canonical-and-ShortUrl-on-Channel9/</link><pubDate>Tue, 28 Jul 2009 11:11:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/C9Team/Canonical-and-ShortUrl-on-Channel9/</guid><evnet:views>43587</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/481253/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>One of the things we spend time on for Channel 9 is trying to make sure we are following the right standards, adopting new ones as necessary and that we render correctly for both real people and for search engines. As part of that ongoing work, we recently adopted two new concepts</evnet:previewtext><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/C9Team/Canonical-and-ShortUrl-on-Channel9/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/481253/Trackback.aspx</trackback:ping><category>EvNet</category><category>Meta-Tag</category><category>Search</category><category>SEO</category></item><item><title>Spelling, Code Blocks and Twitter on Channel 9</title><description>&lt;img src="http://channel9.msdn.com/Link/e416bd52-3709-47b5-ab2e-8db95917dcf8/" border="0" /&gt;Hey folks, I thought I'd take a moment to update you on what the dev team has been working on recently, including spell checking in the editor, a slick way to insert code snippets and some already deployed features that you may or may not have noticed.&lt;br /&gt;
&lt;br /&gt;
We asked nicely and were given the code behind the 'insert code' button on MSDN's editor (&lt;a href="http://http://social.msdn.microsoft.com/Forums/en-US/categories"&gt;from their forums&lt;/a&gt;) and between Nathan and myself we were able to wrestle it into place onto our site. Not a lot of work in truth, but we needed to replace their script and css references with ones that work for us and build a simple service that takes in code and returned styled html (for the preview function). Of course, sending all sorts of code and markup to that service was causing the ASP.NET Request Validation to freak out, so that had to be selectively disabled ... isn't web development fun!&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="Insert Code Dialog in action" src="http://channel9.msdn.com/Link/33d56f39-9bf8-4148-be35-1040803343e9/" /&gt;
&lt;br /&gt;
Next up came the addition of spell checking.... which &lt;a title="SpellChecker plugin for TinyMCE" href="http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker"&gt;TinyMCE already includes a plug in for&lt;/a&gt;, with all the client side code already in place to break up the text into small chunks and send it off to a server side encoded into a block of JSON. The server side code they supply is php though, which is workable on our IIS boxes, but would involve a fair bit of custom work for a relatively small feature and either calls a console app (aspell ?) or calls out to Google. Neither of those options seemed that appealing, so I wrote a service that works with the &lt;a href="http://msdn.microsoft.com/en-us/library/dd251071.aspx"&gt;Live (Bing!) Search APIs&lt;/a&gt; and does the same thing.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://channel9.msdn.com/Link/f4d8f024-f6af-4777-be42-89312b8874b4/" /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm still doing some testing with this service, but so far it seems to be working out fine... English only at the moment, but the Live API certainly supports more options so I'll add more options in the future.&lt;br /&gt;
&lt;br /&gt;
And last, but not least, I thought I'd talk about a feature that was rolled out a while back; the addition of MSDN/Twitter/DotNetShoutout to the 'Share' drop down on videos.&lt;br /&gt;
&lt;br /&gt;
Ages back, Erik converted our 'share' options to be pulled from a database, with the idea that we'd add new ones from time to time, and now we finally have! In a recent update we added &lt;a href="http://twitter.com"&gt;Twitter&lt;/a&gt;, &lt;a href="http://dotnetshoutout.com/"&gt;DotNetShoutout&lt;/a&gt; and support for the &lt;a href="http://social.msdn.microsoft.com/bookmarks/en-us"&gt;MSDN bookmarking service&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
We toyed with the idea of a 'send to twitter' option for awhile, but once you put our URL into a tweet, we are either over 140 characters or we've hardly left any room for you to talk about the content! That meant that the deployment of a twitter link was dependent on the use of some form of URL shortening service. We have all sorts of reasons why we'd rather not use any of the existing services (&lt;a href="http://www.bing.com/search?q=problems+with+url+shortening+canonical"&gt;bing problems url shortening canonical&lt;/a&gt; for some of these reasons), so now the twitter button had to wait on the creation of our own URL shortening service.&lt;br /&gt;
&lt;br /&gt;
Enter the C9 url shortening service :)&lt;br /&gt;
&lt;br /&gt;
Not really a replacement for Tiny URL or any of those services, as ours only works for our content, but definitely what we needed so that we could (1) create short URLs that we control to prevent future broken links and (2) create them algorithmically so that we didn't have to make an external service call to display the twitter link on our page.&lt;br /&gt;
&lt;br /&gt;
The formula is simple, just turn the Entry ID of our post, which is a long into a short string by &lt;a href="http://en.wikipedia.org/wiki/Base_36"&gt;Base-36 encoding it &lt;/a&gt;and then stick 'http://ch9.ms/' onto the front of it. This produces reasonably short URLs, and can be computed at either end without any need for a database look up. The result, a URL like &lt;a href="http://ch9.ms/A49H"&gt;http://ch9.ms/A49H&lt;/a&gt; is then used in creating the twitter link.&lt;br /&gt;
&lt;br /&gt;
You can access the twitter link from the little 'share' drop down below each post, which is another interesting bit of code&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://channel9.msdn.com/Link/672f8198-b023-4cc3-8e80-7b1680ce7685/" alt="sharing on channel 9" /&gt;
&lt;br /&gt;
&lt;br /&gt;
This drop down and the 'Formats' drop down for downloadable media files share a common set of code and both support the storing of user preferences. It was our thought that most people have a single way that they usually will want to share a link and a single file format they usually want to download, so when you pick an item from either of these lists, we store your choice in a local cookie. Then, when you visit that page again later or any other page on C9 with the same drop down on it, we'll remember your choice and make that the default choice shown in the drop down. Of course, you can pick something different at anytime, so if you like to use Twitter most of the time and then feel like trying out DotNetShoutout you are not blocked in anyway!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;When will we see those editor updates?&lt;br /&gt;
&lt;/strong&gt;Soon... I'm still working on them, trying to make sure they are stable and reliable before we deploy them, but I definitely expect them live within a week!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://channel9.msdn.com/472143/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/C9Team/Spelling-Code-Blocks-and-Twitter-on-Channel-9/</comments><link>http://channel9.msdn.com/posts/C9Team/Spelling-Code-Blocks-and-Twitter-on-Channel-9/</link><pubDate>Fri, 05 Jun 2009 03:14:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/C9Team/Spelling-Code-Blocks-and-Twitter-on-Channel-9/</guid><evnet:views>37950</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/472143/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey folks, I thought I'd take a moment to update you on what the dev team has been working on recently, including spell checking in the editor, a slick way to insert code snippets and some already deployed features that you may or may not have noticed.
We asked nicely and were given the code behind the 'insert code' button on MSDN's editor (from their forums) and between Nathan and myself we were able to wrestle it into place onto our site. Not a lot of work in truth, but we needed to replace their script and css references with ones that work for us and build a simple service that takes in…</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/e416bd52-3709-47b5-ab2e-8db95917dcf8/" height="64" width="85" /><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>14</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/C9Team/Spelling-Code-Blocks-and-Twitter-on-Channel-9/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/472143/Trackback.aspx</trackback:ping><category>c9 team</category><category>EvNet</category></item><item><title>Silverlight support for Chrome and other site updates</title><description>&lt;p&gt;Hey folks, since the last C9 Team post, we've deployed (to C9, C8 and Edge) the TinyMCE editor that &lt;span&gt;&lt;a href="http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/"&gt;I talked about last time&lt;/a&gt;&lt;/span&gt;, and we've made some other small fixes and changes as well. The editor problem where you &lt;span&gt;&lt;a href="http://channel9.msdn.com/forums/Feedback/469766-Just-testing-the-editors-ability-to-make-hyperlinks/"&gt;couldn't put in a link to another page on C9&lt;/a&gt;&lt;/span&gt; has been resolved... &lt;span&gt;&lt;a href="http://wiki.moxiecode.com/index.php/TinyMCE:FAQ#Paths.2FURL.27s_are_incorrect.2C_I_want_absolute.2Frelative_URLs.3F"&gt;check out this page on the TinyMCE Wiki if you'd like to know specify relative or absolute URL behavior on your own site(s)&lt;/a&gt;&lt;/span&gt;. We also fixed &lt;span&gt;&lt;a href="http://channel9.msdn.com/forums/Feedback/469455-Reply-Add-Cancel-buttons-messed-up-in-Chrome/"&gt;the Add/Reply buttons in Safari and Chrome&lt;/a&gt;&lt;/span&gt;, so those buttons will be styled normally for you WebKit folks now.&lt;/p&gt;
&lt;p&gt;We also resolved the weird &lt;span&gt;&lt;a href="http://channel9.msdn.com/forums/Feedback/469048-New-twist-when-pressing-reply-and-not-being-signed-in/"&gt;'go to a random page when you click Reply and are not signed in'&lt;/a&gt;&lt;/span&gt; bug... although we have degraded the experience a bit there. When you do a Live ID sign in, you can't include query string parameters or anything after a hash mark, so to keep track of the fact that you wanted to reply to comment x, we used to send you to a special URL (something like /replyto/&amp;lt;commentid&amp;gt;) and that would then construct the appropriate URL to put you on the right page, with the editor open and the focus in the right spot to post your comment. That wasn't working reliably, so when we were trying to fix the 'go to a random page' bug we switched to just sending you back to the post you were on when you clicked reply. Yes, this means you have to click 'Reply' again, and we aren't happy with that, but that is at least consistent so it is the current state.&lt;/p&gt;
&lt;p&gt;Finally, and this should be interesting to the approximately 8% of you using one of these browsers, I tweaked the Silverlight detection code to treat Chrome and Safari on Windows as supported. I've only tested in the latest version of both of these (I happen to be writing this post in Chrome&amp;nbsp;2.0.172.28 right now since I was just testing it), but let me know if you run into any issues.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fun C9 Fact: &lt;/strong&gt;According to the Geographic info in WebTrends, when you view our traffic by city, London is #1 at 4.5% of our total traffic, and you don't hit Redmond, WA until #3 (1.4%).&lt;/p&gt;&lt;img src="http://channel9.msdn.com/470652/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/C9Team/Silverlight-support-for-Chrome-and-other-site-updates/</comments><link>http://channel9.msdn.com/posts/C9Team/Silverlight-support-for-Chrome-and-other-site-updates/</link><pubDate>Tue, 26 May 2009 21:23:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/C9Team/Silverlight-support-for-Chrome-and-other-site-updates/</guid><evnet:views>34164</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/470652/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey folks, since the last C9 Team post, we've deployed (to C9, C8 and Edge) the TinyMCE editor that&amp;nbsp;&lt;span&gt;&lt;a href="http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/"&gt;I talked about last time&lt;/a&gt;&lt;/span&gt;, and we've made some other small fixes and changes as well. The editor problem...</evnet:previewtext><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>12</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/C9Team/Silverlight-support-for-Chrome-and-other-site-updates/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/470652/Trackback.aspx</trackback:ping><category>c9 team</category><category>EvNet</category><category>Silverlight</category></item><item><title>Update on some new site features coming in the near future</title><description>&lt;img src="http://channel9.msdn.com/Link/68813e55-d718-4f89-936a-598e3fd177ea/" border="0" /&gt;Hey folks, Duncan from the dev team here. Just wanted to give you a heads up that we'll be rolling out some new features along with a list of bug fixes in the next few days.&lt;br /&gt;
&lt;br /&gt;
The main new feature is a completely new editor. We've moved to &lt;a href="http://tinymce.moxiecode.com/"&gt;TinyMCE&lt;/a&gt; for the commenting and creating new threads, and along with that move we've fixed a few of the issues that have been brought up around the editing experience. For one, we'll have a emoticon drop down finally :) and the insert image and insert URL dialogs should be much faster and simpler to use.&lt;br /&gt;
&lt;br /&gt;
At the same time as this update, we'll be rolling out fixes to some bugs that you've reported, including seeing the 'subject' field in some cases when commenting on videos, the fact that the 'all forums' feed is not updating and others.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://channel9.msdn.com/468522/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/</comments><link>http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/</link><pubDate>Fri, 08 May 2009 18:28:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/</guid><evnet:views>34656</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/468522/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey folks, Duncan from the dev team here. Just wanted to give you a heads up that we'll be rolling out some new features along with a list of bug fixes in the next few days.&lt;br /&gt;
&lt;br /&gt;
The main new feature is a completely new editor. We've moved to</evnet:previewtext><media:thumbnail url="http://tinymce.moxiecode.com/img/editor.gif" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/68813e55-d718-4f89-936a-598e3fd177ea/" height="64" width="85" /><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>14</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/C9Team/Update-on-some-new-site-features-coming-in-the-near-future/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/468522/Trackback.aspx</trackback:ping><category>c9 team</category><category>EvNet</category></item><item><title>Welcome to the Channel 9 Team Blog</title><description>Welcome to the Channel 9 Team blog.&lt;br /&gt;
&lt;br /&gt;
You know it is kind of ironic (some would say sad) that the team that for over five years who has worked to communicate what is happening behind the scenes at Microsoft does not have its own blog. Sure, many of us have our own personal blogs, but there is no official place on Channel 9 where we post regularly where we're headed. &lt;br /&gt;
&lt;br /&gt;
So today, we're changing that and have created this new blog as a way to explain where we are headed in the future and to listen in on your feedback. We'll post updates when we have updated the site to fix a bug or added a new feature. You can expect content that is a simple text and sometimes videos from members of the team.&lt;br /&gt;
&lt;br /&gt;
Over the years, the continued growth of Channel 9 has exceeded our wildest expectations and we are humbled by the fact that millions of visitors come to Channel 9 each and every month.&lt;br /&gt;
&lt;br /&gt;
Right now, we are in the early days of planning for the next major release of Channel 9. Our goal with the next release is to focus on the basics from site performance, reliability and content discoverability. We want to deliver on a great experience that makes it easier for you to interact with content, your peers and connect with Microsoft.&lt;br /&gt;
&lt;br /&gt;
So with that stayed tuned for news and updates on what's next for Channel 9 and thank you all for participating.&lt;br /&gt;
&lt;br /&gt;
-Jeff&lt;img src="http://channel9.msdn.com/467388/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/C9Team/Welcome-to-the-Channel-9-Team-Blog/</comments><link>http://channel9.msdn.com/posts/C9Team/Welcome-to-the-Channel-9-Team-Blog/</link><pubDate>Wed, 29 Apr 2009 22:18:00 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/C9Team/Welcome-to-the-Channel-9-Team-Blog/</guid><evnet:views>31198</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/467388/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Welcome to the Channel 9 Team blog.&lt;br /&gt;
&lt;br /&gt;
You know it is kind of ironic (some would say sad) that the team that for over five years who has worked to communicate what is happening behind the scenes at Microsoft does not have its own blog.</evnet:previewtext><dc:creator>Jeff Sandquist</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/C9Team/Welcome-to-the-Channel-9-Team-Blog/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/467388/Trackback.aspx</trackback:ping><category>Announcements</category><category>Channel9 Team</category><category>EvNet</category></item><item><title>Building Channel 9: Inside EvNet - Part 2</title><description>&lt;img src="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_small_ch9.jpg" border="0" /&gt;EvNet, which is the codebase that powers all of our channels, was written from the ground up. How is the codebase designed? What's the architecure? What did each developer work on? What were some of the challenges? Who are these dev geniuses, anyway? This is part two of the great conversation with the awesome folks who build and innovate Channel 9 (and several other web sites). Tune in.&lt;br /&gt;
&lt;br /&gt;
Part 1:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1/"&gt;http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1/&lt;/a&gt;&lt;img src="http://channel9.msdn.com/423900/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-2/</comments><link>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-2/</link><pubDate>Thu, 28 Aug 2008 20:59:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_2MB_ch9.wmv</guid><evnet:views>57818</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/423900/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>EvNet, which is the codebase that powers all of our channels, was written from the ground up. How is the codebase designed? What's the architecure? What did each developer work on? What were some of the challenges? Who are these dev geniuses, anyway? This is part two of the great conversation with the awesome folks who build and innovate Channel 9 (and several other web sites). Tune in.</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_large_ch9.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_small_ch9.jpg" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_ch9.mp4" expression="full" duration="2443" fileSize="138619166" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_ch9.mp3" expression="full" duration="2443" fileSize="19545362" type="audio/mp3" medium="audio" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_ch9.mp4" expression="full" duration="2443" fileSize="138619166" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_ch9.wma" expression="full" duration="2443" fileSize="19762415" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_ch9.wmv" expression="full" duration="2443" fileSize="155019387" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_2MB_ch9.wmv" expression="full" duration="2443" fileSize="764676603" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_Zune_ch9.wmv" expression="full" duration="2443" fileSize="193620215" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/0/9/3/2/4/InsideEvNetPart2_2MB_ch9.wmv" length="764676603" type="video/x-ms-wmv" /><dc:creator>Charles</dc:creator><slash:comments>20</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-2/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/423900/Trackback.aspx</trackback:ping><category>Architecture</category><category>EvNet</category><category>Programming</category></item><item><title>Building Channel 9: Inside EvNet - Part 1</title><description>&lt;img src="http://channel9.msdn.com/Link/3a6a2e84-f619-4485-a742-caa5bb3f675c/" border="0" /&gt;You asked. We deliver. Meet the developers behind Channel 9 (and 8, 10, Edge and MicrosoftPDC.com). Mike Samspon, Erik Porter, Duncan Mackenzie and Nathan Heskew are the super talented devs who built C9 V4. Unlike the older versions of Channel 9, V4 is a completely new codebase. Gone are the days of stitching together half-baked technologies (though, they did scale and Bryn and I deserve some credit for that! ).&lt;br /&gt;
&lt;br /&gt;
EvNet, which is the codebase that powers all of our channels, was written from the ground up. How is the codebase designed? What's the architecure? What did each developer work on? What were some of the challenges? Who are these dev geniuses, anyway? This is part one of the great conversation with the folks who build and innovate Channel 9. Tune in.&lt;br /&gt;
&lt;br /&gt;
Enjoy. &lt;br /&gt;
&lt;br /&gt;
Part 2:&lt;br /&gt;
&lt;a href="http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-2/"&gt;http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-2/&lt;/a&gt;&lt;img src="http://channel9.msdn.com/422806/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1/</comments><link>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1/</link><pubDate>Thu, 28 Aug 2008 19:52:00 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_2MB_ch9.wmv</guid><evnet:views>58446</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/422806/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>EvNet, which is the codebase that powers all of our channels, was written from the ground up. Gone are the days of stitching together half-baked technologies (though, they did scale and Bryn and I deserve some credit for that!).&lt;br /&gt;
&lt;br /&gt;
How is the codebase designed? What's the architecure? What did each developer work on? What were some of the challenges? Who are these dev geniuses, anyway? This is part one of the great conversation with the folks who build  and innovate Channel 9. Tune in.</evnet:previewtext><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_large_ch9.jpg" height="240" width="320" /><media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_large_ch9.jpg" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/3a6a2e84-f619-4485-a742-caa5bb3f675c/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.mp4" expression="full" duration="2941" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.mp4" expression="full" duration="2941" fileSize="166870090" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.mp4" expression="full" duration="2941" type="video/mp4" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.mp4" expression="full" duration="2941" fileSize="166870090" type="video/mp4" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.wma" expression="full" duration="2941" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.wma" expression="full" duration="2941" fileSize="23796803" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.wmv" expression="full" duration="2941" type="video/x-ms-wmv" medium="video" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_ch9.wmv" expression="full" duration="2941" fileSize="186430951" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_2MB_ch9.wmv" expression="full" duration="2941" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_2MB_ch9.wmv" expression="full" duration="2941" fileSize="920687591" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_Zune_ch9.wmv" expression="full" duration="2941" type="video/x-ms-wmv" medium="video" /><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_Zune_ch9.wmv" expression="full" duration="2941" fileSize="233095219" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/6/0/8/2/2/4/InsideEvNetPart1_2MB_ch9.wmv" length="920687591" type="video/x-ms-wmv" /><dc:creator>Charles</dc:creator><slash:comments>9</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/Going+Deep/Building-Channel-9-Inside-EvNet-Part-1/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/422806/Trackback.aspx</trackback:ping><category>Architecture</category><category>EvNet</category><category>Programming</category></item><item><title>Dev Diary for April 15th</title><description>&lt;p&gt;Just a quick, and poorly filmed, update from the dev team on what we worked 
on during the last sprint and what we are building right now. Yes the filming is 
shoddy, and yes the screens are hard to read... we'll get better, but we didn't 
want to spend a lot of time redoing this one when we know you'd rather we keep 
focused on developing the dev site :)&lt;br&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/249704/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/InsideChannel9/Dev-Diary-for-April-15th/</comments><link>http://channel9.msdn.com/shows/InsideChannel9/Dev-Diary-for-April-15th/</link><pubDate>Tue, 15 Apr 2008 23:36:12 GMT</pubDate><guid isPermaLink="false">http://mschnlnine.vo.llnwd.net/d1/ch9/0/DDApril152008_ch9.wmv</guid><evnet:views>12399</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249704/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>&lt;p&gt;Just a quick, and poorly filmed, update from the dev team on what we worked 
on during the last sprint and what we are building right now. Yes the filming is 
shoddy, and yes the screens are hard to read... we'll get better, but we didn't 
want to spend a lot of time redoing this one when we know you'd rather we keep 
focused on developing the dev site &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;/p&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/82800f50-107e-4b48-bed7-452da7659f27/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d172177c-dac9-4b4e-a2da-5202e199456e/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/81d5f449-c9c2-49f2-a125-e69aa4cee4c6/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/5e6129fb-176c-4298-bf3e-f00664e89fb1/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DDApril152008_ch9.wma" expression="full" duration="1075" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DDApril152008_ch9.wma" expression="full" duration="1075" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DDApril152008_ch9.wmv" expression="full" duration="1075" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/DDApril152008_ch9.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>32</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/InsideChannel9/Dev-Diary-for-April-15th/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249704/Trackback.aspx</trackback:ping><category>Channel9 Team</category><category>EvNet</category></item><item><title>Jeff Sandquist: Skateboarding, Channel 9 and Life at Microsoft</title><description>&lt;a href="http://neopoleon.com"&gt;Rory&lt;/a&gt;, in one of his final interviews for Channel 9 turned around the camera and interviewed me (Jeff :-)) for Channel 9.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;&lt;BR&gt;Here's the description Rory wrote for this piece:&lt;BR&gt;&lt;BR&gt;&lt;a href="http://jeffsandquist.com"&gt;Jeff Sandquist&lt;/a&gt; was there at the beginning. He has been behind the scenes at Channel 9 for years. He was part of the initial crew and has had a tremendous impact on the development of the site ever since. Oddly, despite his core involvement, Jeff has never before done a Channel 9 interview. Here, we get to talk to him just after he's come back from taking several months off, and he's in a very, very good mood :)&lt;BR&gt;&lt;BR&gt;&lt;img src="http://channel9.msdn.com/249512/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/jeffsand/Jeff-Sandquist-Skateboarding-Channel-9-and-Life-at-Microsoft/</comments><link>http://channel9.msdn.com/posts/jeffsand/Jeff-Sandquist-Skateboarding-Channel-9-and-Life-at-Microsoft/</link><pubDate>Fri, 05 Oct 2007 15:29:52 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/jeffsand/Jeff-Sandquist-Skateboarding-Channel-9-and-Life-at-Microsoft/</guid><evnet:views>19702</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249512/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Rory, in one of his final interviews for Channel 9 turned around the camera and interviewed me (Jeff &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;) for Channel 9.&amp;nbsp; Here's the description Rory wrote for this piece:Jeff Sandquist was there at the beginning. He has been behind the scenes at Channel 9 for years. He was part of the initial crew and has had a tremendous impact on the development of the site ever since. Oddly, despite his core involvement, Jeff has never before done a Channel 9 interview. Here, we get to talk to him just after he's come back from taking several months off, and he's in a very, very good mood &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/a8207161-9131-4b3d-9c17-cc1371a10afb/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/a3dc7fc8-9123-4832-95d3-97d6bb01f6b3/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/b23d01df-2899-48e9-b26f-be5028b227d6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/480e9d87-8d7c-4d28-a6e6-c50687cf01a6/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/96188f75-c01e-4923-b6ee-954b0e767d95/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/4928dcdd-120c-4cbb-ab9a-de1755dfd9c7/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/RB-JS_ch9.mp3" expression="full" duration="1702" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/RB-JS_ch9.wma" expression="full" duration="1702" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/RB-JS-Compressed.wmv" expression="full" duration="1702" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/RB-JS-Compressed.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Jeff Sandquist</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/jeffsand/Jeff-Sandquist-Skateboarding-Channel-9-and-Life-at-Microsoft/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249512/Trackback.aspx</trackback:ping><category>Channel10</category><category>Channel9 Team</category><category>EvNet</category></item><item><title>The Channel 9 beta has been updated</title><description>Hey folks, it has been awhile since we first published the Channel 9 beta site and we thought you might be wondering where we are with the whole 'new Channel 9' project. Well, we have been moving forward on many different areas of the code and we even shipped a new production site (&lt;a href="http://channel8.msdn.com/"&gt;http://Channel8.msdn.com&lt;/a&gt;) built on the exact same code base. All of the work done since we last updated the beta site is hard to describe in a few lines of text, but let me give it a shot anyway :)&lt;br&gt;&lt;br&gt;First and foremost, we have added the idea of 'managed tag pages'. These pages take the idea of filtering content by a certain tag and then add in the concept of an 'editor' for that tag's area. The editor will be your guide to the topic in question, selecting content from Channel 9 to feature on the page, blogs that should be included and more. We haven't fully configured it, but you can see an example of what I mean on &lt;a href="http://beta.channel9.msdn.com/tags/silverlight"&gt;the Silverlight tag page&lt;/a&gt;, where Adam Kinney is designated as the ownere of that page. You still get your straight filtered list of videos (right in the what's new area) but you can also see recommended or featured content along the upper right. We have more planned for the managed tag pages, but for now I hope this gives you an idea of what is to come in that area.&lt;br&gt;&lt;br&gt;The other major change is around the style of the site. In addition to a ton of minor changes, (many of which were as a direct result of feedback from you Niners), the site was made much more consistent overall. The fonts, HTML tags and information displayed have been standardized around the site; an entry displayed in the sidebar on one page should look exactly like another... this has the benefit of a better experience for you, and it also really simplifies our code, which is a great help for when we need to make ongoing changes or even launch a new site based off the same code.&lt;br&gt;&lt;br&gt;Finally, we heard your&amp;nbsp;comments around the new AJAX asynchronously loading of posts, threads and comments, and we acted on some of that feedback in this update. Your back button should work now, even when all you are doing is paging through the videos on the media page or all the comments on the current post. If you watch the address bar you'll also see that the page number is part of the URL, and that it is being updated as you page back and forth. With those URLs you'll be able to link someone right into a specific page in a discussion, as requested by &lt;strong&gt;your feedback&lt;/strong&gt; on the first Beta site we shipped. The AJAX features have a bunch of other improvements added to them as well, including a 'throbber' animation to let you know when we are loading data and other less obvious changes.&lt;br&gt;&lt;br&gt;Check it out over at &lt;a href="http://beta.channel9.msdn.com"&gt;http://beta.channel9.msdn.com&lt;/a&gt; and let us know what you think in &lt;a href="http://channel9.msdn.com/ShowForum.aspx?ForumID=39&gt;the beta forum here on C9&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;strong&gt;About the video:&lt;/strong&gt; This was made today by Erik (HumanCompiler here on C9)&amp;nbsp;and Sampy, shortly after we shipped this update... and was, as many of you already know, inspired by &lt;a href="http://www.xbox.com/en-US/games/h/halo3/media/default.htm%20"&gt;the recent set of Halo 3 videos&lt;/a&gt; :)&amp;nbsp;&amp;nbsp;&lt;img src="http://channel9.msdn.com/249508/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/InsideChannel9/The-Channel-9-beta-has-been-updated/</comments><link>http://channel9.msdn.com/shows/InsideChannel9/The-Channel-9-beta-has-been-updated/</link><pubDate>Sat, 29 Sep 2007 09:42:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/InsideChannel9/The-Channel-9-beta-has-been-updated/</guid><evnet:views>171176</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249508/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey folks, it has been awhile since we first published the Channel 9 beta site and we thought you might be wondering where we are with the whole 'new Channel 9' project. Well, we have been moving forward on many different areas of the code and we even shipped a new production site (&lt;a href="http://channel8.msdn.com/"&gt;http://Channel8.msdn.com&lt;/a&gt;) built on the exact same code base. All of the work done since we last updated the beta site is hard to describe in a few lines of text, but let me give it a shot anyway &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;&lt;br&gt;&lt;br&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/b6996700-da77-40a5-b29b-80901c1f188d/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/6a944cc5-7f03-4815-84d2-52e45129c3ac/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/c2b65c4c-2fdc-42ac-9a0e-1201d54c9a21/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/4462fe7f-81dc-4d7a-aa57-15ee5ba4e205/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/de55318d-0fb7-4e4b-8eb2-0875135d3b28/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/4e497f8a-d026-488e-8ef4-ff7434c3658c/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/on10/6/8/9/8/1/BelieveV4_on10.mp3" expression="full" duration="31" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/on10/6/8/9/8/1/BelieveV4_on10.wma" expression="full" duration="31" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/on10/6/8/9/8/1/BelieveV4_on10.wmv" expression="full" duration="31" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/on10/6/8/9/8/1/BelieveV4_on10.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>35</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/InsideChannel9/The-Channel-9-beta-has-been-updated/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249508/Trackback.aspx</trackback:ping><category>EvNet</category></item><item><title>Silverlight on C9</title><description>In &lt;a href="http://channel9.msdn.com/showpost.aspx?postid=344297&gt;today's video&lt;/a&gt;, featuring Sampy from the dev team and Adam Kinney... some guy who used to work on the dev team... they talk about putting a Silverlight player on C9, C8, C10, etc.... :)&lt;BR&gt;&lt;BR&gt;Well, we managed to get the player running on this site in dev, but the problem is we are running into intermittent media errors with some of our streaming media files when played in Silverlight.&lt;BR&gt;&lt;BR&gt;If you hit any of our relatively new videos (in the video forum only, and going back a few months) with an additional query parameter of "Silverlight=true" then you will get to see the SL player. If you do this, can you let me know if you get any error about the media file... and if so, what entry or entries you get it on?&lt;BR&gt;&lt;BR&gt;We've updated the Mike Nash video to use a different streaming media server than all the rest so you might want to try at least that video&lt;BR&gt;&lt;BR&gt;&lt;a href="http://channel9.msdn.com/showpost.aspx?postid=343787&amp;amp;Silverlight=true&gt;http://channel9.msdn.com/showpost.aspx?postid=343787&amp;amp;Silverlight=true&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;and this one, that uses the 'normal' streaming media server&lt;BR&gt;&lt;BR&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=339887&amp;amp;Silverlight=true&gt;http://channel9.msdn.com/Showpost.aspx?postid=339887&amp;amp;Silverlight=true&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;&lt;img src="http://channel9.msdn.com/257847/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/257847-Silverlight-on-C9/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/257847-Silverlight-on-C9/</link><pubDate>Wed, 26 Sep 2007 20:19:48 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/257847-Silverlight-on-C9/</guid><evnet:views>17017</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257847/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In today's video, featuring Sampy from the dev team and Adam Kinney... some guy who used to work on the dev team... they talk about putting a Silverlight player on C9, C8, C10, etc.... :)Well, we managed to get the player running on this site in dev, but the problem is we are running into intermittent media errors with some of our streaming media files when played in Silverlight.If you hit any of our relatively new videos (in the video forum only, and going back a few months) with an additional query parameter of "Silverlight=true" then you will get to see the SL player. If you do this, can&amp;#8230;</evnet:previewtext><dc:creator>Duncan Mackenzie</dc:creator><slash:comments>71</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/257847-Silverlight-on-C9/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257847/Trackback.aspx</trackback:ping><category>EvNet</category></item><item><title>Building a Silverlight player for Channel 9</title><description>&lt;p&gt;&lt;a href="http://channel9.msdn.com/Niners/sampy&gt;Mike Sampson&lt;/a&gt;, your friendly-neighborhood media-encoding and SCRUM specialist, lives in the office right next to mine.&amp;nbsp; I managed to walk the 12 steps over there and talk to him about what he's recently&amp;nbsp;been working on, mainly a Silverlight player for &lt;a href="http://beta.channel9.msdn.com/"&gt;version 4 of Channel 9&lt;/a&gt;.&amp;nbsp; &lt;br&gt;&lt;br&gt;He discusses how he was&amp;nbsp;able to reuse the code that comes with&amp;nbsp;&lt;a href="http://www.microsoft.com/Expression/products/overview.aspx?key=encoder"&gt;Expression Encoder&lt;/a&gt;&amp;nbsp;and how, as the developer, he can code the player while the designer &lt;a href="http://www.dshadle.com/"&gt;David Shadle&lt;/a&gt; can work on&amp;nbsp;the design.&lt;br&gt;&lt;br&gt;A preview of the player is available on &lt;a href="http://channel8.msdn.com/Posts/219/"&gt;Channel 8&lt;/a&gt; today and I'm expecting the player to go live on the &lt;a href="http://beta.channel9.msdn.com/"&gt;Channel 9 beta&lt;/a&gt; sometime in the near future.&lt;/p&gt;&lt;img src="http://channel9.msdn.com/249505/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9/</comments><link>http://channel9.msdn.com/shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9/</link><pubDate>Wed, 26 Sep 2007 20:08:50 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9/</guid><evnet:views>25279</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/249505/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Mike Sampson, your friendly-neighborhood media-encoding and SCRUM specialist, lives in the office right next to mine.&amp;nbsp; I managed to walk the 12 steps over there and talk to him about what he's recently&amp;nbsp;been working on, mainly a Silverlight player for version 4 of Channel 9.&amp;nbsp; He discusses how he was&amp;nbsp;able to reuse the code that comes with&amp;nbsp;Expression Encoder&amp;nbsp;and how, as the developer, he can code the player while the designer David Shadle can work on&amp;nbsp;the design.A preview of the player is available on Channel 8 today and I'm expecting the player to go live on the Channel 9 beta sometime in the near future.</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/8dfa5747-383f-44c2-b95f-fa80440114c6/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/100f0d82-c5b4-4122-9a63-68bad1813c35/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/072bd999-5f41-4a83-8405-87a138c56d90/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/9467b90a-7eaf-46ef-a90e-fca3b578f3d4/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/ce72a254-6fa4-4182-9682-f47c4e9f3e69/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/d9ac5e68-28b6-477d-99df-0cf40cfc5647/" height="64" width="85" /><media:group><media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/AK_MikeSampson_BasePlayer_ch9.mp3" expression="full" duration="890" type="audio/mp3" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/AK_MikeSampson_BasePlayer_ch9.wma" expression="full" duration="890" type="audio/x-ms-wma" medium="audio" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/AK_MikeSampson_BasePlayer.wmv" expression="full" duration="890" type="video/x-ms-wmv" medium="video" /></media:group><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/0/AK_MikeSampson_BasePlayer.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Adam Kinney</dc:creator><slash:comments>19</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/InsideChannel9/Building-a-Silverlight-player-for-Channel-9/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/249505/Trackback.aspx</trackback:ping><category>Channel9 Team</category><category>EvNet</category><category>Silverlight</category></item><item><title>Shipping the 10 update</title><description>Last week we shipped out an update to &lt;a href="http://on10.net"&gt;10&lt;/a&gt;&amp;nbsp;that not only refreshed the design but set up the EvNet platform to support Channel9. &lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=226369&gt;You've seen us before&lt;/a&gt; and you'll see us again as we move forward with the 9 update.&lt;br&gt;&lt;br&gt;WARNING: We were very tired and very zany. Enjoy :)&lt;img src="http://channel9.msdn.com/233347/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/shows/InsideChannel9/Shipping-the-10-update/</comments><link>http://channel9.msdn.com/shows/InsideChannel9/Shipping-the-10-update/</link><pubDate>Wed, 27 Sep 2006 21:26:29 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/InsideChannel9/Shipping-the-10-update/</guid><evnet:views>21403</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/233347/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Last week we shipped out an update to &lt;a href="http://on10.net"&gt;10&lt;/a&gt;&amp;nbsp;that not only refreshed the design but set up the EvNet platform to support Channel9. &lt;a href="/Showpost.aspx?postid=226369"&gt;You've seen us before&lt;/a&gt; and you'll see us again as we move forward with the 9 update.&lt;br&gt;&lt;br&gt;WARNING: We were very tired and very zany. Enjoy &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/963a0fb4-f9c5-462e-a94c-b88e29adca44/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/09c4a89a-2da9-4935-a839-d26dc4e505ed/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/5814141d-15f6-4fbd-b5eb-8a2b870a813c/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/8e8035ae-8c64-41fd-a206-24f29241d4a4/" height="64" width="85" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/6/6/8/3/2/ShippingTheUpdate_ch9.wmv" expression="full" duration="1698" type="video/x-ms-wmv" medium="video" /><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/6/6/8/3/2/ShippingTheUpdate_ch9.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Mike Sampson</dc:creator><slash:comments>13</slash:comments><wfw:commentRss>http://channel9.msdn.com/shows/InsideChannel9/Shipping-the-10-update/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/233347/Trackback.aspx</trackback:ping><category>Channel9 Team</category><category>EvNet</category></item><item><title>Meet the EvNet Dev Team</title><description>Channel9 started as &lt;a href="http://www.communityserver.org"&gt;Community Server&lt;/a&gt; and &lt;a href="http://www.flexwiki.com/"&gt;FlexWiki&lt;/a&gt; but has grown to a lot more. When we started working &lt;a href="http://on10.net"&gt;on10&lt;/a&gt;, the goal was to create a new site as well as a stable, extendable code base that we could grow all our communities on. That project is called EvNet and this is the dev team behind it. We dive in to how this all works as well so take a look.&lt;BR&gt;&lt;img src="http://channel9.msdn.com/221134/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/Sampy/Meet-the-EvNet-Dev-Team/</comments><link>http://channel9.msdn.com/posts/Sampy/Meet-the-EvNet-Dev-Team/</link><pubDate>Wed, 16 Aug 2006 16:12:56 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/Sampy/Meet-the-EvNet-Dev-Team/</guid><evnet:views>32729</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/221134/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Channel9 started as &lt;a href="http://www.communityserver.org"&gt;Community Server&lt;/a&gt; and &lt;a href="http://www.flexwiki.com/"&gt;FlexWiki&lt;/a&gt; but has grown to a lot more. When we started working &lt;a href="http://on10.net"&gt;on10&lt;/a&gt;, the goal was to create a new site as well as a stable, extendable code base that we could grow all our communities on. That project is called EvNet and this is the dev team behind it. We dive in to how this all works as well so take a look.&lt;BR&gt;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/bd28ffde-9c01-4602-a6bc-c79d7c425865/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/54920edf-ade5-47f0-8ba5-9b810b680f84/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/d961dbc3-c59f-4fba-8ec9-1ebb6e2699ce/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/f0c9777c-851a-4dc6-9b49-486811d91cd5/" height="64" width="85" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/3/6/2/2/EvNetDevTeam.wmv" expression="full" duration="2436" type="video/x-ms-wmv" medium="video" /><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/6/3/6/2/2/EvNetDevTeam.wmv" length="1" type="video/x-ms-wmv" /><dc:creator>Mike Sampson</dc:creator><slash:comments>22</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/Sampy/Meet-the-EvNet-Dev-Team/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/221134/Trackback.aspx</trackback:ping><category>Channel9 Team</category><category>EvNet</category><category>MS Personalities</category></item><item><title>Learn how 10 was made</title><description>Channel&amp;nbsp;9 now has a &lt;a href="http://on10.net"&gt;sister&lt;/a&gt; :-) &lt;BR&gt;&lt;BR&gt;This weekend we launched an all new community called &lt;a href="http://on10.net"&gt;10&lt;/a&gt;&amp;nbsp;at&amp;nbsp;&lt;a href="http://on10.net"&gt;http://on10.net&lt;/a&gt; &lt;BR&gt;&lt;BR&gt;10 was built from the ground up&amp;nbsp;using ASP.NET 2.0, SQL Server 2005&amp;nbsp;with a simple, easy to use design.&lt;BR&gt;&lt;BR&gt;Our dream with 10 is to create a place for those people who want to use technology to change the world.&amp;nbsp; Int his video &lt;a href="http://adamkinney.com"&gt;Adam&lt;/a&gt;, &lt;a href="http://blogs.duncanmackenzie.net/duncanma"&gt;Duncan&lt;/a&gt;, &lt;a href="http://weblogs.asp.net/eporter"&gt;Erik&lt;/a&gt; and &lt;a href="http://jeffsandquist.com"&gt;Jeff&lt;/a&gt; talk with Robert about how the site was built and the crazy weeks leading up to launching the site.&lt;BR&gt;&lt;BR&gt;Since 10 was built by the same development team that builds this site, is their anything from the 10 experiene you'd like to see in Channel 9?&amp;nbsp; &lt;BR&gt;&lt;img src="http://channel9.msdn.com/166867/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/posts/jeffsand/Learn-how-10-was-made/</comments><link>http://channel9.msdn.com/posts/jeffsand/Learn-how-10-was-made/</link><pubDate>Mon, 13 Mar 2006 16:24:38 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/posts/jeffsand/Learn-how-10-was-made/</guid><evnet:views>116564</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/166867/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Channel&amp;nbsp;9 now has a sister &lt;img src='/emoticons/C9/emotion-1.gif' alt='Smiley' /&gt; This weekend we launched an all new community called 10&amp;nbsp;at&amp;nbsp;http://on10.net 10 was built from the ground up&amp;nbsp;using ASP.NET 2.0, SQL Server 2005&amp;nbsp;with a simple, easy to use design.Our dream with 10 is to create a place for those people who want to use technology to change the world.&amp;nbsp; Int his video Adam, Duncan, Erik and Jeff talk with Robert about how the site was built and the crazy weeks leading up to launching the site.Since 10 was built by the same development team that builds this site, is their anything from the 10 experiene you'd like to see in Channel 9?&amp;nbsp;</evnet:previewtext><media:thumbnail url="http://channel9.msdn.com/Link/be952ac9-b5de-4064-9df2-92de97cf26e3/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/be769006-1f30-46b3-89f8-4f564d2f5866/" height="240" width="320" /><media:thumbnail url="http://channel9.msdn.com/Link/5a5122b4-75a9-47e3-b19e-54fd796c7633/" height="64" width="85" /><media:thumbnail url="http://channel9.msdn.com/Link/95115d75-9718-4395-a5a0-9df37c542b23/" height="64" width="85" /><media:content isDefault="true" url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/6/2/1/7/1/Channel910DevTeam.wmv " expression="full" type="video/x-ms-wmv" medium="video" /><enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/5/6/2/1/7/1/Channel910DevTeam.wmv " length="1" type="video/x-ms-wmv" /><dc:creator>Jeff Sandquist</dc:creator><slash:comments>46</slash:comments><wfw:commentRss>http://channel9.msdn.com/posts/jeffsand/Learn-how-10-was-made/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/166867/Trackback.aspx</trackback:ping><category>ASP.NET</category><category>Channel9 Team</category><category>EvNet</category><category>SQL Server</category></item></channel></rss>