Using a photo

I got an e-mail today in which someone asked to use a photo of mine for a Christmas prayer. This use is well within my creative commons license, but it’s always a nice touch when I’m shown how my photos are used. Besides, I always had a soft spot for Episcopalians. 🙂 I noticed they’re […]

Jeeeeeee–suuuuusss

Someone’s blasting Christian Pop in the small apartment complex I’m living in. Somewhat bothersome. At least it wasn’t anyone who has complained to me about noise.

URL encoding in Javascript

I mentioned this in my Ajax and eCards talk, but if you’ve ever had to encode querystring of anything that isn’t ascii, you’ve run into troubles with encode(). The solution is to use encodeURIComponent(). Here is an article that outlines the difference between the three escaping functions. The quick summary is, don’t use escape() use […]

RAW color space

A very interesting question popped up on Flickr: Is there any technical advantage of specifying AdobeRGB or sRGB in a Camera RAW file? Almost all digital cameras obtains color by placing a color filter in front of identically constructed photodiodes. The RAW file just stores digitization of those monochromatic values. Color profile information on a […]

Javascript monitoring

Yesterday my friend Dave added his blog to Technorati, he sent me this e-mail: Rank: 2,357,164 (0 links from 0 sites) That would put me in last place. You can help. Hopefully this blog entry will fix that. 🙂 To not be a completely friend-serving post, I’ll mention that Dave has a short entry on […]

YUI cheatsheets

While there are some strange redundancies and it’s missing a nice build tool and dependency/include system, I really do like Yahoo UI Library, mostly because it is easy to follow and the basic example widgets are far more refined than other UI libraries. Here is a link to YUI Cheetsheets in PDF.

Book Review: Tuesdays with Morrie

As the BART pulled in to the penultimate stop, I was half a dozen pages from the end of tuesdays with Morrie: an old man, a young man, and life’s greatest lesson, a “long paper on what was learned” as the author comes to the terms with the slow deterioration and death of his favorite […]