Explore >> Select a destination


You are here

cassidoo.co
| | ntietz.com
34.9 parsecs away

Travel
| |
| | parametricity.com
36.7 parsecs away

Travel
| | I've often heard people say that the interesting part of number theory is the interaction between addition and multiplication, but I only yesterday realized one reason why that is, triggered by convincing myself that $a b = \mathrm{lcm}(a,b)\mathrm{gcd}(a,b)$ (a train of thought triggered by seeing the letters "GCD" graffitied on a wall in Chicago).
| | blog.cassidoo.co
4.3 parsecs away

Travel
| | I'm trying out TinaCMS to make it faster and easier to post here!
| | krasimirtsonev.com
46.7 parsecs away

Travel
| Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.