For use with Ionic, but can also be used outside of it. Makes correct use of Unicode’s Private Use Area. Ionicons →
Snazzy Maps
CSS Animations: Using animation-fill-mode
Animation-fill-mode defines how styles are applied to the target of your CSS animations outside of the animation itself. By default your CSS animations won’t affect the element you’re animating until the first keyframe is “played”, then stops affecting it once the last keyframe has completed. This can leave you with some awkward jumps and cuts. …
Continue reading “CSS Animations: Using animation-fill-mode”
Phonebloks – The next step
Drobo vs OS X Mavericks
After upgrading to Mavericks your Drobo might not show up in Finder (here it did just fine, using a Drobo FS800 (aka 2nd gen Drobo) connected over Firewire). If that happens, do either one of these to get your Drobo visible in Finder again: Unmount the Drobo from Disk Utility (where it by magic will …
Making the all new Mac Pro
Mount Kimbie — Blood and Form
Security Question
zxcvbn: realistic password strength estimation
Simplistic strength estimation gives bad advice. Without checking for common patterns, the practice of encouraging numbers and symbols means encouraging passwords that might only be slightly harder for a computer to crack, and yet frustratingly harder for a human to remember. zxcvbn, named after a crappy password, is a JavaScript password strength estimation library. Use …
Continue reading “zxcvbn: realistic password strength estimation”
Form.requestAutocomplete()
In a world of WebGL, WebRTC and other fancy web APIs that start with “Web”, requestAutocomplete is rather unglamorous. However, it’s a superhero in beige clothing. A tiny, boring API that can stick a stake through the heart of the web payments time-vampire. requestAutocomplete – take my money, not my time →