-
This post is part of a series called JavaScript Demystified . Answer quick. Do you know what date is being created here? var year = '2009', month = '09', day = '01'; var date = new Date( parseInt(year), parseInt(month), parseInt(day) ); At first glance, it wouldn't surprising...
-
This is a tip for those working with JavaScript (and possibly other types of files) that is freely available for download. For the n th time in the last few months I spent an unnecessary amount of time trying to find a problem in my code that wasn't really there. Windows keeps track of the files...
-
For a few weeks now, every time I try to logoff from my home banking website something bad happens. See screenshot below. (screenshot eaten by backup failure.) Firebug opens unexpectedly There's a frigging debugger; statement in the live production site The logoff process hangs until I press F8 in...