I have worked with these before but have forgotten what I’ve learned, probably because I didn’t learn it correctly to begin with. The Date object in JS may be replaced, or rather, joined by, an object called Temporal which is meant to fix a lot of issues ... (more…)
Read more »
LUA is a neat scripting language with an emphasis on portability and speed. It is designed to be embedded into other, larger programs. I've never written Javascript. In this post, I compare and contrast LUA with Javascript in various domains of software ...
Read more »
mandelbrot-js - Fast rendering of the Mandelbrot set in HTML5 canvas using javascript... (more…)
Read more »
In this post, we develop a JavaScript technique to position and scale a background image so that the subject matter is optimally placed at a target area of the browser viewport, no matter the device orientation or window size.
(more…)
Read more »