Markdown editors for writing are becoming a lot more popular these days, they make writing very easy you don’t have to worry and styling you just write. You can quickly create a H1 by simply adding a…
Improving webfont performance with FontFaceObserver and sessionStorage • Elliot Jackson
I spent some time trying to optimise webfont loading on this site yesterday. The current best-practice for most websites leverages FontFaceObserver and sessionStorage. FontFaceObserver is a fairly small Javascript library made by Bram Stein that will load one or multiple @font-faces, then notify you once they have finished loading via a Promise. sessionStorage is like … Continued
Probiotic-rich Fermented Foods Excerpted from A Cheese Lovers Guide to Making Nut Cheese, Yogurt and Kefir, by Cherie Soria People have been eating fermented and cultured foods for millennia — many of…
Every CSS developer should know about Sass to see what it offers. This superset of CSS has revolutionized stylesheets much like jQuery revolutionized JavaScript. And alongside many CSS UI frameworks w…
If you’ve read my How to Write a WordPress Plugin article, you know that I’m fairly opinionated on how plugins should be built. The aforementioned article does a fairly deep dive on where to put vario…
Amplitude.js: The HTML Audio Player for the Modern Era
Amplitude.js is the HTML5 audio player for the modern era. Using no dependencies, take control of the browser and design an audio player the way you want it to look. Available for free on Github.
In March, Mozilla released Firefox 52, which added support for CSS Grid Layout. If you aren’t familiar with CSS Grid, it is a two-dimensional layout ...