2020
Deno is a Browser for Code :: kitsonkelly.com — A recovering 7ft tall cactus
(via)are also a couple other commands that make managing repeatable builds. deno cache would resolve all the dependencies for a supplied module and populate the Deno cache. deno bundle can be used to generate a single file “build” of a workload which all the dependencies are resolved and included in that file, so only that single file is needed for future deno run commands.
2014
2010
Efficiently Rendering CSS | CSS-Tricks
by 1 other (via)Some rules for rendering efficiently CSS : ID, class and then universal, plus other tips
Detecting HTML5 Features - Dive Into HTML5
"You may well ask: “How can I start using HTML5 if older browsers don’t support it?” But the question itself is misleading. HTML5 is not one big thing; it is a collection of individual features. So you can’t detect “HTML5 support,” because that doesn’t make any sense. But you can detect support for individual features, like canvas, video, or geolocation."
HTML5 video markup, compatibility and playback
The emerging HTML5 specification lifts video playback out of the generic object element and into specialized video handlers. Explicit markup for audio and video places elevates moving pictures to a similar native rendering capacity as img markup we are used to but with more fine-grained details about underlying formats and compression available before loading. In this post I will dive into implementation details of HTML5 video based on currently available consuming agents and outline some of the nuances of preparing media for playback.
1
(6 marks)