January 7, 2015 by Christoff Truter
Over the last decade or so, JavaScript evolved quite a bit, mostly (if not primarily) thanks to the advent of Web 2.0 and technologies like HTML5 introducing powerful API's.
JavaScriptDecember 18, 2012 by Christoff Truter
Unlike timers a worker runs in an isolated thread, which allows us to run intensive tasks without blocking the UI/parent thread.
JavaScript ThreadingDecember 18, 2012 by Christoff Truter
In the first part of this series we're going to have a look at timers (setTimeout and setInterval functions)
JavaScript ThreadingFebruary 23, 2012 by Christoff Truter - 2 Comments
Post on how Mootools as cross-browser scripting solution and a look at HTML5 in the same context
JavaScript Cross BrowserFebruary 7, 2012 by Christoff Truter
a few practical examples and ideas around solving cross browser issues using GWT and Dart
JavaScript Cross Browser