Blargh…looks like a problem with the form plugin this site is using. I’m troubleshooting the problem, and I’ll hopefully get it back up and running soon.
Category: Technical
TSVNCache.exe
I heard some disturbing hard drive noise from the server over the last week. I began to suspect imminent failure, but the click of doom was too intermittent and unusual sounding to indicate a hard drive failure. Just this week I began experiencing issues browsing the server using RDP. A defrag didn’t help speed things up…Windows Explorer would hourglass and take a very long while to open folders and navigate through directories. A big concern.
I checked task manager and discovered TSVNCache.exe sitting in the top 10 list…so I Googled up the process and discovered it was quite a cpu/memory hog. I ended the process right away and Windows Explorer was back to its zippy self.
I still have to perform some diagnostics on the server this weekend after a lightning strike blew the UPS up. My workstation setup is currently running on surge protectors.
Simpleviewer galleries for Garden pages
Scraped!
Open only to registered users:
UPDATE wp_posts SET comment_status="registered_only";
To close all pingbacks and trackbacks:
UPDATE wp_posts SET ping_status="closed";
Fun with JQuery
A problem with RichardandMeghan.com today (a sidebar login plugin caused me to reload WordPress except the server didn’t like my circumventing Fantastico to do it) led me to discover some interesting ways to make rounded corners using JQuery. Which in turn led me to the JQuery site.