Interaction design • webdevelopment • web art • photography
dhtml asciifire (IE4+) [by mados] - wow, check out the seemingly simple sourcecode. I like his trick for generating a custom array of characters:
char=' .:*sS#$'.split('');
instead of
char=new Array(' ','.',':','*','s','S','#','$');
Mados made a the5k.org Rank Finder bookmarklet.