Programatically configure Windows Processor Scheduling for Applications or Background Services
Sometimes you might want to programmatically switch processor priority for applications vs services. You can do it via the Control Panel applet (System->Advanced->Performance Tab->Settings->Advanced Tab->Processor Scheduling). Or, do it in […]
Continue ReadingDevelopmentNow Groups
A quick note to say development now has a newsgroup archive. It’s still in beta (alpha?) but it should show quick & steady improvement over the next few weeks. I […]
Continue ReadingSourceSafe restoration with ssrestor.exe
A few weeks ago I blogged some scripts that allow you to analyze and back up your VSS installation. But I omitted a restoration script. 🙂 “C:Program FilesMicrosoft Visual StudioCommonVSSwin32ssrestor.exe” […]
Continue ReadingA regular expressions testing and example site
I don’t work with regular expressions very often, so I find myself having to brush up on the nuances from time to time. And it gets old writing email validation […]
Continue ReadingProtecting Email Addresses on Your Web Site
Want to put your email address on your web site? But, do you want spam-spiders grabbing it and sending you porn, viagra, and mortgages? You do? Or, perhaps you don’t […]
Continue ReadingDeleting directories with a space at the end
Somehow a directory on our network got a space at the end of the name. Some crazy script (in desperate need of Trim(), apparently) created it, I think. And, we […]
Continue Reading