Human Camera Video

Amazing what our minds could...
readmore

Assigning onChange Events in Javascript

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...
readmore

Interesting Google Tidbit

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… ...
readmore

line
footer
Copyright © 1997 - 2010 Blaine Garrett All Rights Reserved