Tag Archive

Protozoa by Almagest – Demo in browser (html5/js)

Published on May 14, 2011 By akiko

Ok, here is the story. The amiga demoscene group i was coding for back in the nineties has called for reunion, so here we are, with our first public appearance after 15 years, since the age of BBS’s :) Protozoa, by Almagest, 2011 Music: BLAME, “convergent fields” album.     Credits: akiko (code), BLAME (music), blue imp [...]

JS, HTML5, Chrome and Uncaught Error: SECURITY_ERR: DOM Exception 18

Published on March 19, 2011 By akiko

Firefox has it. Chrome has it too. You cannot do some funky things with the files coming from different domains than the script you are running. I was just trying to load image from http://www.modmancer.com, and then to do some simple image manipulation code starting with: var data = context.getImageData(0,0,100,100); and both Firefox and Chrome [...]