Category Archives: Info

Random bits of information that I had trouble finding on the internet. In hopes that it will be found by googlebot to make it easier for the next person to find it.

Redirecting www.domain.com to domain.com

There are a lot of examples how to redirect http://domain.com to http://www.domain.com, but not the other way around. So without further ado, this is what to put in your .htaccess file, if you want a site hosted by apache to redirect all URLs that start with www to the non-www variant: RewriteEngine On RewriteCond %{HTTP_HOST} [...]

Creative MuVo Slim

I got a Creative MuVo Slim for my birthday. It’s a nice mp3 player, but I had trouble finding the transfer rate when I was reading reviews. So here is my personal experience with this subject. The data transfer rate of a Creative MuVo Slim 256 mb model is approx 0.7 MB per second on [...]

Posted in Info | Comments Off

UltraEdit settings

This is for my own sake more than anyone elses. I need this information from time to time, and I forget it each time. Migrating settings for ultraedit requires that you copy all the uedit* files from C:\windows. The syntax color settings are saved in uedit32.ini. And now you know as well.