Archive for July, 2003
Wednesday, July 2nd, 2003
Sitehack
Taking a cue from Douglas Bowman’s current move to MT(Movable Type), I figured out how to remove the ugly “default.aspx” from all my PermaLinks and archive links.
The trick was a little inline C#, turning this:
into this:
<code><% Response.Write(Regex.Replace("","default.aspx","")); %></code>
Nerdy, but cool. I like to be able to hide the implementation details (i.e. if [...]
Comments Off - Posted in Movable Type, Site News by mattcomroe
Tuesday, July 1st, 2003
Harder than it looks
It’s time for me to face up to the fact that I’m completely mechanically un-inclined. Sure, if it involves software, or drivers, or anything involving pecking away at little keys, I’m super. But once actual real-world objects start to get in the picture, I have problems.
I was changing my bike tires last night. [...]
