Posts tagged with "JavaScript"

JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern Web browsers without plug-ins.

JavaScript Tip - Benchmarking

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.

JavaScript  

JavaScript Threading - Part 2 (Worker)

December 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   Threading  

JavaScript Threading - Part 1 (Timers)

December 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   Threading  

Solving Cross Browser Issues - Part 3 (Mootools and HTML5)

February 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 Browser  

Solving Cross Browser Issues - Part 2 (GWT and Dart)

February 7, 2012 by Christoff Truter

a few practical examples and ideas around solving cross browser issues using GWT and Dart

JavaScript   Cross Browser