Bookmarks

There are 95 published Bookmarks.

2020

  1. In-Browser Performance Linting With Feature Policies

    🔖 “Feature-Policy is a relatively new feature that lets you opt-in or out of certain browser features on your site.” Tim...

2019

  1. Accessible Color Spaces - Color Contrast Tool

    🔖 This is such an amazing tool for visualising colour and contrast that’ll help you confidently meet your accessibility requirements. It...
  2. How Not To Sort By Average Rating – Evan Miller

    🔖 PROBLEM: You are a web programmer. You have users. Your users rate stuff on your site. You want to put...
  3. An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods

    🔖 I’ve struggled for a little while to wrap my head around these new methods, but this article by Una Kravets...
  4. Sophisticated Partitioning with CSS Grid

    🔖 Equally as impressive as Rob Weychert’s ’Tinnitus Tracker’ is the CSS Grid that powers it. This article and accompanying code...
  5. 1% Better • Robin Rendle

    🔖 This really resonates with me—too often I’ve planned or been part of planning a big project that fizzles out and...
  6. CSS doesn’t suck

    🔖 Front-end communities have been up-in-arms recently about CSS’s shortcomings (and how they compare to JS’s shortcomings, for example). I think...
  7. Chrono Trigger: Secret of the Forest - Reuben Gingrich

    🔖 I’m clearly cruising on a Chrono Trigger vibe because, again, I need to share some music by some unquestionably-talented musicians...

2018

  1. Piano Genie

    🔖 Piano Genie, an intelligent controller that maps 8-button input to a full 88-key piano in real time, is in some...

2016

  1. IE9 :before font-size bug

    🔖 Seems there’s a bug in Internet Explorer 9 wherein pseudo content (:before and :after content) doesn’t get parsed properly in...
  2. Polyfill Service

    🔖 The polyfill service selectively bundles browser polyfills based on the User-Agent header supplied in a request, with the intention of...