Working on my final entry (of 5) for the 256b.htm Compo. Deadline is tomorrow night. It's insane the tricks one resorts to when trying to fit something in 256 bytes. A little sample:
onmousemove="e='.style.border=event.client';eval
('a'+e+'X%200+(d=\' '+['dashed','groove','dotted'][b.s
%3]+' #666\');b'+e+'Y%200+d')"
not that I'd need to - already managed some fast, fullscreen, varied, detailed, interactive animations within the limit.
"... d"+(b.s%2?'ash':'ott')+"ed ..."
<body id=b onmousemove=y=event.clientY*2/b.clientHeight-1;x=event.clientX*6/b.clientWidth;a=[1,1-x%1,0,0,x%1,1];b.bgColor='rgb('+(a[i=x-x%1]-y)*255+','+(a[(i+4)%6]-y)*255+','+(a[(i+2)%6]-y)*255+')'>
great work on the colour picker!