↧
Creating your own quick-and-dirty jQuery
If you don’t bother with cross-browser compatibility, nor a huge and useful API, nor the ongoing development by a large active community: Why not hack together your own small version of jQuery? This...
View ArticleAsynchronous event triggering in JavaScript
Triggering and handling events in the browser can take quite some time. Did you know in JavaScript/in the browser, this all happens synchronous? This means that when you trigger an event, the code will...
View ArticleTurning my Chromebook into a developer machine
I newly got me a Chromebook, namely the Acer Chromebook 13 CB5-311. First and foremost because it was cheap (a hand-me-down used for demo purposes, actually) and because I missed a little device I...
View Article