in

ASP.NET Weblogs

Dan Bright's .NET Weblog

July 2003 - Posts

  • LearningXml/Xslt Sites

    It seems that Jeff has taken on another project.

    He has secured LearningXslt.com and LearningXml.com to be used as a community site for articles and such. These should be great resources, and I've already signed up for the GDN workspace for the project.

    Also, I want to thank ScottW for his hard work on these blogs. I love my new theme Scott.

  • Command Prompt Insanity

    I took the command prompt registry patch (thanks to Sudhakar via Matthew) and modified it a bit to offer a regular cmd prompt, a VS.NET 2002 cmd prompt, and a VS.NET 2003 cmd prompt.

    I just didn't think that the one prompt was enough I guess.

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Command Prompt\Command]
    @="cmd.exe"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Command Prompt (VS.NET 200&2)\Command]
    @="cmd.exe /k \"C:\\Program Files\\Microsoft Visual Studio .NET\\Common7\\Tools\\vsvars32.bat\""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Command Prompt (VS.NET 200&3)\Command]
    @="cmd.exe /k \"C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Common7\\Tools\\vsvars32.bat\""
    


    You can find the REG file here.
  • What's this?

    I may be a day late & a dollar short (as they say...), but Juval Lowy shows us some great VS.NET tips & tricks. Definately worth the time to watch.

    Also, I just got the movie Basic. Definately worth adding to your collection.

    And.  I added a story about my w.bloggar config settings.  Just in case anyone needs it.

More Posts