user warning: Table './nerdyd5_nerdydragon/drupal_accesslog' is marked as crashed and should be repaired query: INSERT INTO drupal_accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('The best website projects involve vision, technology, and relationships', 'node/212', '', '38.107.179.244', 0, 'b5f639cae6f9bab84d0cae30957c0a23', 386, 1337321666) in /home/nerdyd5/public_html/modules/statistics/statistics.module on line 63.

html 5 canvas animation - boise web designers, take note, if you don't know already

the simplest for of html5 js support ckeck:

 
   var canvas = document.getElementById('tutorial');  
   if (canvas.getContext){  
     var ctx = canvas.getContext('2d');  
     // drawing code here  
   } else {  
     // canvas-unsupported code here  
   }  
 
We're just getting moving with html 5 canvas animations, and this is a key element of a graceful fallback.  Thanks Jon, for sending this over.
We look forward to sharing this project, it's pretty special for us.