Category: javascript
Before HTML5, there is no easy way to read files from you local hard drives in the browser because reading files exposes security issues. Long time ago, you might …
In this post, we have introduces the simplest way of doing unit tests in VBScript, here is the equivalent version in Javascript. With Javascript, it allows more flexible and …
@Jordan Hall tweets true exception handlers in PHP an Javascript. Javascript Exception Handler try { // something } catch (e) { window.location.href = "http://stackoverflow.com/search?q= + " + e.message; } …
JQuery has a handy function prototype animate which takes first final CSS properties as the first parameter, and the speed as the second parameter e.g. “fast“, “slow” or the …
This article is a recap from the youtube Talk “JS WAT Talk Reup”, which shows that Javascript has some weird things and also its powerful strengths (syntax flexibility). Array …