Posted by blainegarrett on Sep 5th, 2007 | View Comments

Amazing what our minds could...
Posted by blainegarrett on Sep 5th, 2007 | View Comments

I wasted a small portion of the last few hours of work today with this issue and the docs everywhere were unclear. So I am going to explain really quick what happened in hopes that others don’t have to waste time with it either.
The correct code is:
var e = document.getElementById('some_element')
e.onchange = some_func
function some_func() { alert('Oh boy have I changed')}
That seems...
Posted by blainegarrett on Sep 5th, 2007 | View Comments

I discovered a small thing today as I was checking this page’s ranking when searching for my own name. Go figure that middle names would screw up your placement…
...