Blog Archive

Everything I wrote on this blog is here.

2015

September 30

We

2014

2013

JS Tip of the day

Optimization: Minimize look-ups in for loops.

In JavaScript, like in many other languages a loop can be defined in many ways. The standard of course is the for-loop, the while loop, or do while loop. They a…

Photography