Archive for July 2nd, 2003
Daily Archive
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. [...]
