Last night Greg and I went to the Boston .Net User Group working meeting about designing version 2 of the web site. They have a really nice OO design going for it. I am going to be helping on part of the site soon, should be fun and challenging.
Something I walked away with last night .. NDoc Rocks! If you are looking to make a case for better commenting your code or if you are already perfect at commenting, but want to create a .chm file (Compiled HTML Help) of the code's comments check it out!. It makes it soooooo easy. I have used HTML Help workshop and its good, but a pain in the ass to create a complete file that documents a whole project...NDoc will generate it for you in a matter of minutes (depending on your solution of course).
A good document to help get you set up and using NDoc can be found on SitePoint