The HTML5 Canvas / JavaScript Illustration took me days of blood, sweat and tears but still didn't turn out that great. I wouldn't say its my hidden talent but I had a lot of fun trying to teach myself how to do something I never would have thought I'd learn in a million years. <! doctype html > < html > < head > < meta charset = "UTF-8" > < title > DANCING STARZ </ title > <!-- import external .js scripts here --> <!-- <script type="text/javascript" src="#" ></script> --> <!-- modify CSS properties here --> < style type = "text/css" > body , td , th { font-family : Monaco, "Courier New" , "monospace" ; font-size : 14px ; color : rgba ( 255 , 255 , 255 , 1 ); } body { background-color : rgba ( 0 , 0 , 0 , 1 ); } #container { position : relative ; text-align : left ; width : 95% ; height : 800px ; } #fmxCanvas { position : relative ; ...