sweet! been wondering how to swap capslock and ctrl on my new iBook and uControl sounds perfect.
(via Raelity Bytes)
Month: February 2003
ZOOL!
Found this link inside userChrome-example.css in Mozilla’s profile directory:
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul
Nothing shows up when you click it (for me anyway), but if you view source:
THERE IS NO DATA
THERE IS ONLY XUL.
Ha!
Also: Why does Moz1.3b have less popup blocking functionality than 1.21. Seems like now you can only block based on site, rather than requested/unrequested popups … 🙁
Paris in the fall ..
Mr. Kottke has some nifty pictures of his trip to Paris
last fall.
Great photos .. especially the
Eiffel Tower,
the Seine, and
Notre Dame.
mod_rewrite kicks ass
Been having some problems with forum wheenies stealing images off my site. At least I was able to find out since they didn’t bother copying the image file, just IMG SRC’d straight to my server. So I enabled mod_rewrite in Apache and had it send a 403 for any image where the referer is not my own site … “l33t br47s” now g0nz0red, wheee.
inside a VirtualHost block:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://WWW.SPOON.CX/.*$ [NC] ReWriteRule .*.(gif|jpg)$ - [NC,N,F,L]
(Thank you, Scripty Goddess!)
audreyctl update
Oops! typo in the address for the audreyctl code: get it here instead. Also, fixed a small typo in the code, but that doesn’t really matter since nobody was able to download it anyway 😉
nifty
Hey, Chris has a weblog type thingy up on his site now .. nifty 🙂
Also don’t miss the main page for KungFooHampster.com (which is owned by Adam)
audreyctl
I made a perl script for controlling Audrey.
Lets you blink the lights, turn on/off the screen, make beepy noises, and push
webpages to Audrey’s browser. It’s basically just an interface to snarf or wget that calls the proper URLs on Audrey (becauase I never remember them).
This requires some hacks and fiddling on the
Audrey to work. Definitely need the hack that lets you access the Audrey webserver from addresses other than 127.0.0.1 —
If you happen to have an Audrey, you can get the script here if you’re interested.
google juice
Niftyness: my own homepage is finally at the top of the list when you Google for Larry Archer. yay!