6.6.04

How to make Windows display thumbnails again.

I just rebuilt my computer at home. I like to do this every once in a while, to clear out the cruft that accumulates in the operating system. this time, I rebuilt with Win2K, and reinstalled all the tools that my wife likes: mozilla, real player, blah blah blah... and MS Office 2000. everything seemed fine, until she went to look at the pictures of our munchkins, and found that they wouldn't display as thumbnails.

at first, I thought that it was because I use Irfanview, since only the Irfanview icon showed. but, a short websearch later turned up this little gem from Windows Network Magazine:

Ensure Graphics Files Display Previews and Thumbnails Correctly .

it turns out that when I installed Office 2K, I also installed Photo Editor, then later uninstalled it so that it didn't accidently get used instead of Irfanview. when I did that, I wrecked the thumbnail associations.

it was a (relatively) simple fix, that only required that I add the ShellEx key back to the file extension, which associates MS Paint with them. I went through the registry editor to add it again, but here are the registry files that I created in case someone else needs to do it.

Reassociate .gif files with paint for thumbnails:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.gif\ShellEx]

[HKEY_CLASSES_ROOT\.gif\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{7376D660-C583-11d0-A3A5-00C04FD706EC}"

Reassociate .jpg files with paint for thumbnails:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.jpg\ShellEx]

[HKEY_CLASSES_ROOT\.jpg\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{7376D660-C583-11d0-A3A5-00C04FD706EC}"

this worked like a charm. I guess that the value of the key actually needs to be {7376D660-C583-11d0-A3A5-00C04FD706EC} or else it won't work... I'm guessing that this is a hex representation of MS Paint, or something like that.

as well, this didn't replace the file associations with Irfanview, so they still opened up properly.

Where the hell's the damn S-K-A-T-E letters?

well, I don't know if it has all the locations, but at least now I can figure out how to grind the molten bucket.

PlanetTonyHawk - A Member of the GameSpy Network

5.6.04

Harold and Kumar Go To Whitecastle

okay, I'm not sure if Harold and Kumar Go To Whitecastle is just viral marketing for Whitecastle, or this summer's sleeper hit comedy. but if it's real, I do think that I want to go see it. I nearly popped a blood vessel trying not to laugh out loud so I don't wake my kids.

but hey, don't take it from me. go watch the trailer for yourself. if you think I'm smoking crack, and this just isn't funny, feel free to come back and tell me!

of course, I'll just tell you that you're wrong...

(poop, I just realized that regardless of whether or not this is real, I've just participated in a marketting campaign. oh well. it's still funny).

4.6.04

Also, Gentoooooooo

since I'm on the subject of things that I've been fiddling with at work, I managed to get Gentoo serving out the web on my little pIII-450. (see 'My Current Homepage' on the sidebar). I ran into a couple of problems:

  1. mod_auth_kerb didn't compile. there was a simple bug that had a string split across lines, that it didn't like, but getting it fixed and updated was a problem - I'd fix the bug, then attempt to --resume my emerge, but it would re-extract the source over my changes. it took a little searching, but I managed to find a few other people with the same problem, over on the Gentoo forums. seems that I needed to fix the source bug, then rebuilt the .tar.gz file, and generate a new MD5 for it, then put it into the portage tree. so, I think that I've found my first annoying thing about Gentoo.

  2. my PHP4 and KERB_AUTH modules weren't being read. this was a bit of a confusing fix... they needed to be added to the /etc/conf.d/apache2 file, a la:
    APACHE2_OPTS="-D SSL -D PHP4 -D KERB_AUTH"
    but at first, the changes didn't seem to get picked up by apache2ctl when I restarted. I'm not sure what happened, but this afternoon when I tried it, they were picked up, and I was able to properly access things.

  3. Oh, the mod_proxy stuff also appeared to be enabled by default. (¿¿¿) I didn't want to have my box turned into a spam server, thank you very much, so I turned that off before I even turned apache on.

so, all in all, I'm mostly impressed with Gentoo. the product has made installation of packages simple, and everything is tuned to my box. I'm contemplating using this for the kiosks that I need to make one of these days... and maybe the next incarnation of the department webserver, if I get adventurous.

Quicktime Streaming Server

I spent part of today and yesterday reaquainting myself with the ins and outs of Apple's Quicktime Streaming Server. it's changed a bit since the last time we used it, and is now administered through the Server Admin tool, which is a good thing.

what we're trying to do is use the streaming server to deliver the video content of the online course that the department is creating. I'm not sure that it will be able to, however, since the movies were created in flash, and exported to Quicktime, and don't seem to be of proper streaming format. I suspect that this is partially due to the interactivity of them. I want to see if they just need to be hinted, or if they really can't be used. (I'm leaning towards the latter).

the tool that I'm really interested in trying is the QTSS Publisher. from the looks of the docs, you can use this to create playlists of media, which can be made to look like a live broadcast. this might be useful if we wanted to develop an online class that had its content broadcast only during certain parts of the day, or something like that. whether this would actually be useful or not is to be seen, but it's worth investigating.