2007-08-23

Win32 ""double quotes"" (cmd.exe)

Damn this "shell" sucks, in so many ways. Anyway:

wget.exe --post-file=./input.xml --header="Content-Type: text/xml; charset=utf-8" --header="SOAPAction: ""http://opcfoundation.org/webservices/XMLDA/1.0/Write""" -O output.xml http://localhost/OPCSimaticNET/sopcweb.asmx

QotD comes from Earl McGraw, Texas Ranger:
"Well, it's been one long goddamn hot miserable shit-ass fuckin' day every inch of the way."

2007-08-21

Javascript init( )

Always remember..

function init( )
{
    window.onload =function () { whateva( ); };
}