Stuart Radcliffe

One step at a time
posts - 196, comments - 69, trackbacks - 6

Friday, November 30, 2007

Recent Links

posted @ 8:43 AM

Friday, June 01, 2007

Safari Bookshelf

Safari Bookshelf
Subscription on-line bookshelf. Lots of IT related text books that you can search or just read through.

posted @ 8:37 AM

Friday, May 04, 2007

Setting Up Subversion

Interesource Blogs: James Higgs
A serious of posts detailing how to set up Subversion in a Windows environment.

posted @ 8:51 AM

Friday, March 30, 2007

Converting Web Projects from Visual Studio 2003 to Visual Studio 2005

Step-By-Step Guide to Converting Web Projects from Visual Studio .NET 2002/2003 to Visual Studio 2005
Requires the extra Web Project add-in for VS2005.

posted @ 11:05 AM

Friday, March 16, 2007

Vista Activation DNS Error

SuitedCowboys » Vista Activation DNS Error
A solution to the "0×8007232B DNS name does not exist" error when installing Windows Vista Business Volume Licensing

posted @ 8:29 AM

Monday, October 23, 2006

Moving ASP.NET Web Application from Windows 2000 to Windows 2003

One thing I have to remember.

The ASPNET user no longer exists and will not be used by the web application when accessing SQL Server.  You will get an error - Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.  This user does not seem to exist, though.  It appears to be hidden but does exist inside the IIS_WPG group.  If you add this group as your SQL Server Login and give it the access permissions previously enjoyed by ASPNET then it should work.

posted @ 11:35 AM

Friday, October 20, 2006

Changing the name of a SQL Server machine

If you change the machine name of a machine with SQL Server installed, you need to do a few things in SQL Server after the machine name change. This article outlines those steps. The article applies to SQL Server 7.0, 2000 and 2005.

Changing the name of a SQL Server machine

posted @ 10:16 AM

Friday, October 06, 2006

TimeSnapper

TimeSnapper - make timesheets a snap
TimeSnapper is an Automatic Screenshot Journal. It runs in the background of your computer, taking screenshots of your desktop every few seconds all week long.

posted @ 9:17 AM

Friday, September 08, 2006

SpeedFiler

Claritude Software: Products
Good looking tool to help you file emails in Outlook.  Having used it for a few days now, it really looks useful.

posted @ 8:49 AM

Friday, August 18, 2006

Creating Sub-Web Projects

ScottGu's Blog : Tip/Trick: Creating Sub-Web Projects using the VS 2005 Web Application Project Option
VS 2003 supported splitting up a large site into multiple projects, although it is non-trivial to setup and manage. With the VS 2005 Web Application Project option it is now pretty easy to set this up and manage it using VS 2005.

posted @ 9:00 AM