Radio button fun - September 16, 2011 @ 8:39 pm

Sometimes when you code and you are thinking “What if?”. And today I had that question myself “What if you used Radio Buttons for a LED wall”.

And this is the answer. (Watch out: high CPU usage).

Because modern browsers are not meant for very high performance usages the browser starts to lag.
So using RadioButtonWalls on websites is not going to be the best idea at this point. But maybe trough another way it is.

Ps. You are free to use the code and to modify it without my permission (Because the web should be free and open).


Tags:

HTML5 and JavaScript - July 2, 2010 @ 1:31 pm

After reading a post about canvas at http://carsonified.com/blog/dev/html-5-dev/how-to-draw-with-html-5-canvas/ I wanted to create something with it. So I came up the idea to create a RGB color selector without the selecting part, because that will be to much work :(. But here is the result:

jsAndHtml5 RGB Selector

If you want to see the live version you can go to: http://www.juje007.be/canvas.html (you may download and use the source :))

~Juje007


Tags: