Archive for April, 2006

Safari not passing parameters with prototype Ajax.request (and Ajax.updater)

It turns out that safari needs the method option in an ajax call to be lowercase

new Ajax.updater({success: ‘response’, form.action, {
method: form.action,
parameters: Form.serialize(form),
}):

make that

new Ajax.updater({success: ‘response’, form.action, {
method: form.action.toLowerCase(),
parameters: Form.serialize(form),
}):

and all should be peachy.

We didn’t start the fire.

“”Harry Truman”:http://en.wikipedia.org/wiki/Harry_S._Truman, “Doris day”:http://en.wikipedia.org/wiki/Doris_Day”
I had a hankering for some whisteling. “Whistler’s Delight”:http://www.boingboing.net/2005/01/22/whistlers_delight_ma.html wasn’t gonna cut it, no, I needed some good old-fashioned Billy Joel “exploring the nesting-doll school of songwriting” whistling. And that means one thing - “The Stranger” from, um… “The Stranger” (”Scenes from an Italian Restruant” also on that album, is, for my […]

My new site - Sixpackbysummer.com

It’s launched!
www.sixpackbysummer.com
I’m putting up $1,000, PLUS whatever the site makes where my mouth is. I need to have a visible 4-pack by july 4th of this year, or I lose it all to a group of 20 people that are friends, family and random strangers. If I *do* manage to pull it off, I’m still […]

Best Toothbrush EVAR

0401062311.jpg

Originally uploaded by kastner.

I’m a big fan of never buying the same toothbrush more then once. But I had to give the 360 from colgate another shot.
I DID have a different toothbrush in-between (an oral-b pulsar), but using my old 360 as my travel […]