/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.phpied.com
| | krasimirtsonev.com
2.1 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.
| | tannerdolby.com
3.2 parsecs away

Travel
| | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.
| | solovyov.net
2.8 parsecs away

Travel
| | I really like Server-Sent Events: the protocol is quite simple and effective, and using it from a browser is easy. Listen for a message event on an EventSource, and it [...]
| | www.maxpou.fr
14.6 parsecs away

Travel
| How I created dynamic Open Graph images for my Gatsby website