Tuesday, January 9, 2007

Zombies on Acid.

So
javascript: function cut(target) {if (target) return parseFloat(target.substring(0, target.length - 2)); else return 0;} function shift(target) {var a = target.childNodes; var b = 0; while (a[b]) { for (var d = a[b].childNodes.length - 1; d >= 0; d--) { var e = a[b].childNodes[d]; if (e.hasChildNodes) shift(e); if (e.style) { e.style.position="relative"; e.style.top = cut (e.style.top) + (Math.random() * 6 - 3) + "px"; e.style.left = cut(e.style.left) + (Math.random() * 6 - 3) + "px"; } } b++; } } setInterval("shift(document.getElementsByTagName('body')[0]);", 500); void(0);

No the webpage didn't explode through. Copy and paste that into the address bar and watch the blog get trippy.

In other news I still can't find a DS could have bought 2 or 3 PS3s by now but I don't have that much to spend.

I'm looking for a project to write in Python. I'm thinking about writing something to keep track of my students and programs. Any ideas?

2 comments:

Justin said...

Does this work in IE? I'm not seeing anything at the school library. Or is this a firefox thing?

tryDyingToLive said...

It maybe just be firfox. Of course IE is trippy enough. Hehe