Persistent/Floating layer (JS+CSS)

April 24, 2005, 3:49 am
I wrote this code for the ALT+U effect for boastMachine 3.1 . Unlike other similiar scripts, this simple piece of JS code will work on FireFox, IE, NS. And amazingly, it doesn't matter if your page is XHTML1.1 STRICT. I've seen some scripts stop working when DOCTYPE XHTML 1.1 STRICT is used.

Anyway, get the code here : http://code.kailashnadh.name
Sorry, I cant find the zip to upload here

PHP Easter egg :)

January 6, 2005, 11:48 pm
Dont know whether this works for all versions, but I just tried it on PHP 5. PHP produces an easter egg in the phpinfo() output if the system date is April 1. Just try it !

CODE:
<?php
         phpinfo();
?>

Page :  1 2 3 4