Business Card: bowen@dwelle.org
Smoothbeats.com
KALX Berkeley    WSUM radio

WFMU radio

Here’s a bookmarklet that produces a popup version of the latest and greatest del.icio.us post interface. It grabs the selected text for the “extended” field and prompts you if nothing is selected. You can strip out the if you don't like that part...

popup post to del.icio.us

For some reason I couldn’t find a good WordPress post bookmarklet, so here’s mine. was already set up to accept post_title and content; I added support for feeding the referring url into the trackback url field. This requires a small change in bookmarklet.php and edit-form.php.

I made a neat mailto bookmarklet that uses the page title as the Subject, and puts the URL and any selected text into the Body. It was tricky because Javascript wanted to interpert the %0D%0A (crlf) too early, so I had to escape the %’s as %25, i.e. %0D%0A -> %250D%250A -> %22%250D%250A%22 (when surrounded by double quotes).