Oh yeah... youngpup.net - How to Create Pop-up Windows
Related weblog entry: 474 [via fragment.nl and others]
Interaction design • webdevelopment • web art • photography
Oh yeah... youngpup.net - How to Create Pop-up Windows
Related weblog entry: 474 [via fragment.nl and others]
http://pikachize.eye-of-newt.com/pika.cgi?url=
yes but the second one is actually by Low.
wow that's old...
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.