Posted April 27th, 2009 by Eric Webb
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…
Posted April 9th, 2009 by Eric Webb
Helpful article just posted:
http://msdn.microsoft.com/en-us/library/dd638968.aspx
Posted April 1st, 2009 by Eric Webb
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 [...]