Monthly Archives: February 2006

Devstudio Undo/Redo broken

No idea what the heck happened to Visual Studio .NET 2003. Things were fine last week, now undo and redo are broken. They’re disabled on the menu and the hotkeys don’t have any effect. Happens on all projects.
Anybody have a suggestion?
Update: huh.  fixed itself, after three days of closing and restarting, rebooting, [...]

Ah, the Winter Olympics

Here are the things i like about the Winter Olympics:

Hockey
Speed Skating
… uh….

For things I don’t like about the Winter Olympics, let’s start with: “Women are too fragile for ski jumping“, add a dash of “it’s just a bunch of boring Northern Europeans” (plus the damn Norwegians and Germans seem to win everything, while my Swedish [...]

Running web.py behind SCGI

I’ve been doing some python webdev using this new web.py toolkit. It’s not bad, but I my host uses apache and apache + fastcgi (for now) means suck. So instead, we used SCGI:

Install mod_scgi into apache
Startup your web.py app with the command line arg ’scgi’. If you want to run on a [...]

Microformats?

What’s a microformat? Jesus, good luck figuring out from microformats.org. That’s the most useless description of a technology I’ve ever seen.
What is a microformat really? It’s a way of embedding structural information in the id and class attributes of xhtml to map back to an arbitrary xml standard. For example, you [...]