JavaScript 19 Shorthand Techniques
Must read for any serious JavaScript based developer. Whether it's jQuery, Mootools or Dojo this reference for learning shorthand JavaScript coding techniques. (more…)
Read more »JSC.js is a JavaScript engine which can run on top of you browser’s JavaScript engine. It’s based on the default JavaScript engine (JavaScriptCore) of WebKit and compiled with emscripten. Therefore, if you’re using Safari, you can literally run its JavaSc… Read more