changes you may notice

October 23, 2002, 12:54 am

I figured out how to make use of the CSS overflow rule. If you search for something that will give a large number of results, for example “video game”, the results will be presented in table with a scrollbar for the data (but the headings stay put).

Of course, some of you with inferior browsers may not see this... it's not my fault nor my responsibility to keep you standards compliant.




My car's alternator is dead. I have to take it in early tomorrow morning so that maybe I can get a mechanic to replace it. My car is waiting for me, dead and lifeless, on the site of the Watterson Expressway.




If you're a vim user (and you ought to be) and want to add support for GNU aspell, you can add this to your .vimrc:

map ^T :w!aspell --lang=english check %<CR>:e! %<CR>