Theme park manager Eddie Stark has one week to whip his lackluster group of employees into shape before the park’s grand opening. Hilarious stuff!
Category Archives: Elsewhere
Custom HTML Elements
<template id=”sdtemplate”> <style> p { color: orange; } </style> <p>I’m in Shadow DOM. My markup was stamped from a <template>.</p> </template> <script> var proto = Object.create(HTMLElement.prototype, { createdCallback: { value: function() { var t = document.querySelector(‘#sdtemplate’); this.createShadowRoot().appendChild(t.content.cloneNode(true)); } } }); document.register(‘x-foo-from-template’, {prototype: proto}); </script> Custom Elements allow web developers to define new types of HTML …
Stacksort
Seene
Flat UI and Forms
Space Shuttle Endeavour Final Ride Timelapse
Google Quantum A.I. Lab
To This Day
Agnes Obel — The Curse
World War II From Space
World War II From Space is a 90 minute documentary visualising key events from World War II from the vantage point of space. This was a huge task as there were 300 animations (most between 20/30 secs) and 79 VFX shots completed in 8 months. This is a montage of some of these sequences. You …