other
Archives
Category Archives: my code
testing changes to geopress
I’ve renamed it robopress, but haven’t changed much else. I’d like to use maps.google instead of yahoo; a scrolling zooming map is cooler than a static map any day. If I make any progress, I’ll give the code back to … Continue reading
my first AJAX type thing
This code is very very very stolen from Wikipedia. I don’t know why it doesn’t work here, but it works on my journal <script> // Wikipedia JavaScript support functions function showTocToggle() { if (document.createTextNode) { // Uses DOM calls to … Continue reading
Posted in my code
Leave a comment
000 to 999 in emacs
There have been times that I’ve needed lists of numbers in order. Mostly for programming things. Today I created such a list using emacs via a keyboard macro. To use it, do M-x edit-kbd-macro and then choose a key combo. … Continue reading
Posted in my code
Leave a comment