Monthly Archives: June 2007

Cab ride out of Chicago

Pam, I’ll finish the Midway run but thats it, I got a H-E-R-N-I-A and its fucking killing me. Shit, I’m acting like my fares can’t spell or some shit.

Second best cabbie of the year, a close second behind the one who insisted on blasting Lil Wayne’s “Stuntin Like My Daddy” and almost getting us […]

Like innerHTML, except not as broken

function parseIt() { target_node = document.getElementById(”dom_xhtml_text”);

var page_XHTML = “”; page_XHTML = parseNode(target_node);

innerHTML_holder = document.getElementById(”innerHTML_contents”); parser_holder = document.getElementById(”parser_contents”);

innerHTML_holder.value = target_node.innerHTML; parser_holder.value = page_XHTML; }

A project recently required that I […]