Category: Technology

Proposal: Advance Directives for our digital legacies

Ten years from now, which is most likely to still be around, your last email or this one by some ancient Assyrian businessman?

4129726518_2a146956eb_m.jpg

Photo by mharrsch / CC BY-NC-SA 2.0

One thing I can tell you is that when the photographer who took this image  stops paying for their Flickr account, this photo is likely to disappear, and all sites that hotlinked to it using Flickr’s “embed” feature, will lose the use of it. 

Continue reading

Export your highlights and notes from the Kindle

Update, April 16, 2012 Please see this new post for updated instructions on how to export

A new and very much needed Kindle feature recently released by Amazon is the ability to export your notes and highlights from the Kindle to a usable form.

To get your notes, just sign in to http://kindle.amazon.com

Once you are logged in, you’ll see a list of your books. To the right of the ratings area, if you see tiny icons as shown below, there are notes or highlights that can be viewed.

Continue reading

ActionScript 2: Nested button events

Sometimes it’s helpful to have a quick reminder of how button events work within nested clips in ActionScript 2.

[ TRY DEMO ]

A button nested inside another button OR inside a MovieClip that has buttonEvents assigned to it will not work. (Button events include: onRollOver, onRollOut, onDragOver, onDragOut, onPress, onRelease and onReleaseOutside).

This is due to the way Flash captures events: the first parent instance with a button event handler assigned to it is the one that is listened to. None of its child objects will be listened for unless you use a workaround.

Continue reading

Kindle DX review

For several days I’ve already been enjoying a great pre-Christmas present: a new Kindle DX! Despite being early, it didn’t come a moment too soon. For quite a while, I’ve been hoping for a better way to read to cope with my aging eyesight and tired eyes and the ever-increasing amount of reading on my desk. Most of my work-related reading in PDF format, and up until now, no device displayed PDF’s well except a computer or laptop.

IMG_7809.JPG

Continue reading

jQuery UI Accordion does not function in IE7/WinXP

The Accordion is one of the handy interface widgets that can be generated using jQuery UI. There are several optional settings you can add into the function call, including animation, auto-height, etc. If you find it is not working on IE7try adding “animated:false” as one of the options.

If you are running a debugger on IE, and see the error “invalid option on line 486” this is definitely the problem.

Screen shot 2009-12-10 at 12.37.41 PM.jpg

Continue reading

Create photo-illustration effects with Photoshop

I’ve been experimenting with enhancing some of my photos in Photoshop to create more interesting images. I use a Canon PowerShot SD 990IS point-and-shoot camera that does a good job on the whole, but because the lens isn’t very high quality, images sometimes come out somewhat hazy. The camera actually captures a lot of detail but it takes some processing to bring it out. I’m not against using some tricks to emphasize what’s good about the picture, even to the point where it crosses the line into illustration.

[DOWNLOAD DEMO FILE]

For this project, I started with a fairly unexciting picture of my dining room. Its one strong point was the sunlight streaming in the windows which brought out the colors in the wood chair and tablecloth. This picture was one of several shots of the same scene with different exposure settings.

This was the lightest one, chosen for the detail visible through the windows. However in choosing the lightest exposure, the tablecloth lost a lot of its color. However I thought it had potential.

Original image

Original

Continue reading