September 22, 2005

Flickr Typography

Today I found a great open source php script that uses the flickr api to allow you to spell a word out of photos of letters that people have uploaded and tagged. After you type in a word and generate it, you can click on the individual letters to change them until you're satisfied. Try it out

An example:
typography.png

If you're not familiar with flickr, you should check it out. Its a great way to share your photos online and you can get a free account. One of the most innovative ideas behind flickr is the ability for people to tag photos with one or more tags. A tag is like a keyword and you can search easily by tag. Here's the results of photos tagged with the word typography.

Other great sites that use tags are del.icio.us and technorati.

Here's another flickr word with live images and links:
fLIThe C on the CliffKR

Posted by joshua at 3:57 PM | Comments (0) | TrackBack (0)

March 16, 2005

BBEdit HTML Entity Maker

I am constantly pasting text into BBEdit in the middle of markup. This copy often needs the entities to be encoded before the page can be published or it won't validate. I created this simple perl filter to automatically substitute the correct entitly code for each un-encoded character in a selection of text.

Continue reading "BBEdit HTML Entity Maker"
Posted by joshua at 10:00 PM | Comments (0)