colorz (my first attempt)
[nfo]
|
||||||||
---|---|---|---|---|---|---|---|---|
|
||||||||
|
popularity : 55% |
|||||||
alltime top: #17850 |
|
|||||||
|
||||||||
added on the 2013-09-10 01:38:56 by aam |
popularity helper
comments
Serverside cubes? A firstie with perversity \o/
rulez added on the 2013-09-10 01:46:59 by Fell
Good first attempt
well. hmm k.
tries to install apple quicktime, wtf :/
never try to install that crap
never try to install that crap
hm ...
php \o/
yays
farbrausch
motivational piggy
Not really 512b... m.mp3...
Code:
<!-- thanks to deathboy for his tune www.deathboy.co.uk --><body onload=s() bgcolor=#000><embed src=m.mp3 hidden><script>function s(){window.scrollBy(0,25);window.setTimeout("s()",30);}</script><?function g(){usleep(1);mt_srand((double)microtime()*1000000);while(strlen($c)<6)$c.=sprintf("%02X",mt_rand(0,255));echo$c;}echo"<table>";echo"<tr><td bgcolor=#";g();for($i=1;$i<12;$i++){if($i==11){echo"<tr>";$i=0;$tt++;if($tt==5000){break;}}echo"<td height=50 width=50 bgcolor=#";g();echo"> ";}?>
Thumb for the idea, music (mp3) doesn't work here, so it's a silent 512b for me.
craptastic! crashed my browser...
Works fine for me, but not really a 512b considering the MP3.
good as first attempt (other wise I would not thumb up)
music is very good but as others said, its not really a 512b ...
scrolling page for effect display is innovative, even if modifying squares color directly would have been more efficient.
also : would have been nice to have some synch between track and tiles. I know its only 512b, but a single flash synchronized with beat would have been nice.
music is very good but as others said, its not really a 512b ...
scrolling page for effect display is innovative, even if modifying squares color directly would have been more efficient.
also : would have been nice to have some synch between track and tiles. I know its only 512b, but a single flash synchronized with beat would have been nice.
Effect ?
All I saw is a 5.000 rows HTML table with randomly colored cells o_O
It would have been much more compact to skip this TABLE madness and render 100.000
Also the HTML setup should rather be:
Which brings the prod down to 256 bytes land. It might even be possible to squeeze into 128b.
All I saw is a 5.000 rows HTML table with randomly colored cells o_O
It would have been much more compact to skip this TABLE madness and render 100.000
Code:
or whatever the correct PHP syntax is, but you get the idea.<?for($i=0;$i<100000;$i++)echo"<p style=width:5em;height:5em;float:left;background:rgb(".mt_rand(0,255).",".mt_rand(0,255).mt_rand(0,255).")>";?>
Also the HTML setup should rather be:
Code:
<body onload=setInterval("scrollBy(0,25)",30)><audio src=m.mp3 autoplay style=display:none></audio>
Which brings the prod down to 256 bytes land. It might even be possible to squeeze into 128b.
online version seems to be dead?
submit changes
if this prod is a fake, some info is false or the download link is broken,
do not post about it in the comments, it will get lost.
instead, click here !