Monthly Archives: June 2008

SVGForm alpha3; menus, input boxes, focus model… oh my!

I’ve updated SVGForm now to alpha3. It now includes some new stuff, a simple menu system (and I mean, simple), and a focus model allowing an input control to work. I’ve changed the way label elements are positioned now, and … Continue reading

Posted in Coding, Projects | Comments Off

Passing parameters in .addEventListener in JS

[element.addEventListener][ael] in Javascript allows you to pass an Object as the second parameter that has a `handleEvent` method exposed. This allows you to object orientate everything, however you can’t normally pass additional parameters (for example, if you’re trying to use … Continue reading

Posted in Coding | Comments Off