Vista/Server 2008 Not Shutting Down

This is mostly for my purposes…
If you’re having trouble with Vista/Server 2008 not shutting down, try running:
fsutil resource setautoreset true C:\

and then restarting your computer.  This resets the NTFS transaction logs on your C: drive which apparently can become corrupted.  As a bonus, I think it sped up start-up as well…

Filed under:general

Configuring and Deploying Anonymous Publishing Sites for SharePoint Server 2007

Helpful article just posted:
http://msdn.microsoft.com/en-us/library/dd638968.aspx

Filed under:sharepoint

Handy Regular Expressions

While working on a Sharepoint css file, I was able to use a nift regex instead of copying and pasting all over the place.
The tag I had looked like this:
#MSOZoneCell_WebPartWPQ4 td h3 a
I wanted to add a tag on the end so that it looked like this:
#MSOZoneCell_WebPartWPQ4 td h3 a, #MSOZoneCell_WebPartWPQ5 td h3 a
I used [...]

Filed under:Regex, job, sharepoint