Site Archives for the Tag : Development Subscribe to all posts tagged with  Development


The new and improved Channel 9 has shipped!

Posted on June 11th, 2008

When I joined my current team, it was called the Channel 9 dev team, because Channel 9 was the big site that they had built and was the center of all of their efforts. You certainly wouldn’t have known that from how we spent the last two years though :) We built a whole new code base for a video bl […]

Using my Xbox Live data service?

Posted on April 4th, 2008

If you've written an app, private or public, using my data feed of Xbox live info I'd really appreciate it if you'd let me know. This isn't a required 'sign-up', but I want to start to keep track so that I could possibly create a page listing all the sites using it, and it may also be useful to be a […]

ImageShack Toolbar causes incorrect results from ASP.NET's browser checking code

Posted on January 10th, 2008

We recently updated a few of our web sites with code that would provide a 'nicer' experience for browsers that were not compatible with the ASP.NET ATLAS (AJAX) scripts we were using. For some reason though, a few users who were running a fully compatible browser (Firefox 2.0.0.*), were seeing the […]

Code Metrics in Visual Studio 2008 and the EvNet project

Posted on January 7th, 2008

I don't know if this is good or bad, but I thought it was neat that I could right-click the main project (excluding all our client script and HTML) that runs behind on10.net, pick code metrics and see cool #s like "23,442 lines of code" :) […]

The Viewport Meta Tag and the iPhone

Posted on January 3rd, 2008

I've been fiddling around with mobile interfaces for both my personal site and for the various sites I work on (http://on10.net, http://channel9.msdn.com, amongst others) and I noticed the use of <meta name="viewport" content... /> on some other mobile sites. A quick search and I found a great […]

Looking for good examples of Mobile Interfaces

Posted on January 1st, 2008

I'm part of a dev team that builds blog/forum software and I've been thinking about mobile interfaces lately... so I'm trying to find a good example of site like ours that provides a good (enjoyable, useful and usable) mobile interface... one that will work across a variety of browses. It seems 37 […]

Trying to open a file into VS 2005/2008 ... never works from Explorer

Posted on December 20th

So I have a file on disk, web.config in this case, and I right click and pick 'open with | Visual Studio 2008' ... and I get this: […]