dhtml asciifire (IE4+) [by mados] - wow, check out the seemingly simple sourcecode. I like his trick for generating a custom array of characters:
instead of
char=' .:*sS#$'.split('');instead of
char=new Array(' ','.',':','*','s','S','#','$');1. posted by Jake at 15:55 on September 26, 2002
Well... Huh.
That *is* clever. I love split().
That *is* clever. I love split().
2. posted by Adjam at 15:00 on September 27, 2002
Agh! i just found out lows blog is written entirely in a language that i dont understand! doh!
3. posted by milov at 15:08 on September 27, 2002
tell me about it... ;)
4. posted by Low at 15:19 on September 27, 2002
Who? What? When? Where? Why? How?
5. posted by milov at 15:38 on September 27, 2002
Zijn we nu helemaal gek geworden?
6. posted by Low at 15:55 on September 27, 2002
Ik niet hoor. De rest wel.
Bij de weg, wordt het niet een beetje uit-onderwerp hier?
Bij de weg, wordt het niet een beetje uit-onderwerp hier?
7. posted by milov at 23:09 on September 27, 2002
Eens kijken of Adjam nog eens reageert, als ik een nederlands berichtje plaats met zijn naam er in...
8. posted by Adjam at 11:07 on September 30, 2002
This is the translation i got (as deutch is so unpopular i had to translate it 1 word at a time :/)
once consider of ADJAM another agree "reageert" acknoledge I a holland "berichtje" above-all about act name appear OK
once consider of ADJAM another agree "reageert" acknoledge I a holland "berichtje" above-all about act name appear OK
9. posted by Adjam at 11:07 on September 30, 2002
I have too much free time
10. posted by milov at 11:22 on September 30, 2002
Heheh... What I said was: "Let's see if Adjam comments again, if I post a dutch message with his name in it..."
You could have also tried http://www.tranexp.com:2000/InterTran
(Dutch -> English):
"Sometimes watch whether Adjam encore test tube , when I one Dutch tidings yard with one's reputation yonder within."
add a comment
You could have also tried http://www.tranexp.com:2000/InterTran
(Dutch -> English):
"Sometimes watch whether Adjam encore test tube , when I one Dutch tidings yard with one's reputation yonder within."

Related weblog entry: 474 [via fragment.nl and others]
1. posted by Adjam at 14:53 on October 02, 2002
2. posted by Adjam at 14:54 on October 02, 2002
3. posted by [unknown] at 14:54 on October 02, 2002
4. posted by [unknown] at 14:55 on October 02, 2002
http://pikachize.eye-of-newt.com/pika.cgi?url=
5. posted by Adjam at 14:56 on October 02, 2002
6. posted by milov at 15:35 on October 02, 2002
yes but the second one is actually by Low.
wow that's old...
7. posted by Jan! at 18:49 on October 02, 2002
javascript:var s1 = prompt('Hex String? [can contain spaces between hex pairs]', ''); if (s1) { var s2 = '', buffer = ''; for (var i = 0; i < s1.length; i++) { var c = s1.substr(i, 1); if (c.match(new RegExp('[0-9A-Za-z]'))) { buffer += c; if (buffer.length == 2) { if (parseInt(buffer) == 0) {buffer = "20"}; s2 += String.fromCharCode(parseInt('0x' + buffer)); buffer = ''; } } }; alert(s2); }
Wow: for the first time I made a bookmarklet that works in IE as well, without additional tinkering. Of course it still fucks up the location bar contents by URL-encoding it. [spam] http://www.mozilla.org/ [/spam]
Just you wait until I get my own blog ready! I'll bookmarklet you all to death!
Erm, that should read: I'd appreciate it if you would come on over.