The Colour Clock
21–30 of 95 posts
Re: The Colour Clock
#22Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
Re: The Colour Clock
#23Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
Haha, I just did the same thing: http://nerdlife.net/colorclock.html
Re: The Colour Clock
#24Re: The Colour Clock
#25Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
Re: The Colour Clock
#26Simple & beautiful. Small criticism: Why Flash?
Re: The Colour Clock
#27Re: The Colour Clock
#28Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
I'm on a P4 3Ghz at the moment, whereby I can hear my CPU buzzing away when its under load. On the .co.uk site the buzzing is audible, its taking >70% of the CPU, whereas on your site its nice and quiet taking just 6% of the CPU.
Has he not heard of sleep(1) ? Saying "it's flash" is no excuse, flash is perfectly capable of sleeping.
Re: The Colour Clock
#29Awesome idea. I took some time to rewrite in HTML5: http://brisy.info/colors/ Though the colours I'm getting are different. I wonder why.
Re: The Colour Clock
#30Earlier quoted context omitted.
Haha, I just did the same thing: http://nerdlife.net/colorclock.html
Great minds and all. If you replace the html file in the screensaver bundle you can use yours (or mine) instead of the flash one.
window.setInterval(frame, 1000);
Do: window.setTimeout('window.setInterval(frame, 1000)', 999-(new Date()).getMilliseconds());
That way the seconds will be properly synchronized.