WordPress performance…

I was unhappy with the performance of my new blog, but Patrick told me that he fixed it by changing the MySQL engine to MyISAM instead of InnoDB.   Wasn’t that nice of him?  It would have been nicer if he had actually created a post about it….

“Failed to set Event Logging” error when logging into Citrix Apps

Users are getting the above error due to an invalid entry in the APPSRV.INI file. To fix it: 1. Open the appsrv.ini file located in the user’s Citrix ICA client folder, the default locations are: In Windows Vista – C:\Users\UserName\AppData\Roaming\ICAClient\ In Windows XP – C:\Documents and Settings\UserName\Application Data\ICAClient\ 2. Find the line beginning with”LogFileWin32”, it… Continue reading “Failed to set Event Logging” error when logging into Citrix Apps

DPM could not connect to SQL reporting services because of IIS connectivity

I am running Data Protection Manager 2007 on Windows Server 2008 (x64).  I have not been able to use the reporting piece, and haven’t been running DPM long enough to wonder much about it, but when I went to finally figure it out the answer was rather simple.  If you want to fix it, the… Continue reading DPM could not connect to SQL reporting services because of IIS connectivity

Icon Extractor in VB.NET – The Code Project – VB.NET

I was looking for a way to get a particular graphic, and came across this utility.  I thought it might be useful later. Background The general idea is to pull out icons that are embedded resources to DLL’s or EXE’s. The way it’s done is with the old fashioned Win32 API’s. Icon Extractor in VB.NET –… Continue reading Icon Extractor in VB.NET – The Code Project – VB.NET

Skip the “www”

I wasn’t familiar with how to get a website to repsond without the “www” in front, and when I went to do searches on it, I wasn’t too happy with the results.  So, I am creating this entry just to remind me how to do this simple little task. To get a website to respond… Continue reading Skip the “www”

WEFT the font?

I don’t know if anyone really ever does this, but I thought it was interesting.  It is a tool that lets you embed fonts in a web page so that people can see the font you created the page with even if they don’t have that font installed.  If someone knows of a more current… Continue reading WEFT the font?