Explore >> Select a destination


You are here

blog.appsignal.com
| | wegowise.github.io
17.1 parsecs away

Travel
| | Great New Feature in RSpec 3: Verifying Doubles Posted by Joe Sep 3rd, 2014 ...
| | www.honeybadger.io
5.6 parsecs away

Travel
| | Ruby's flexibility has always been both its greatest strength and its greatest weakness. You can write amazingly expressive programs. You can also slip and break them in amazingly expressive ways. RBS is a new type an...
| | blog.jooq.org
13.9 parsecs away

Travel
| | Sometimes there are these moments of truth. They happen completely unexpectedly, such as when I read this tweet: https://twitter.com/whileydave/status/536422407297171457 David is the author of the lesser-known but not at all lesser-interesting Whiley programming language, a language that has a lot of static type checking built in it. One of the most interesting features of the...
| | krasimirtsonev.com
63.4 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.