Skip to main content
Dublin Library

The Publishing Project

Notes on upgrading to Babel 7

After a long time, Babel 7 has been released. If you use Babel at all, it's important to do the following things to make sure you're good to go: Make sure that the project's package.json file points...

TODO with Indexed DB

IndexedDB (currently version 2) provides client-sided database storage for web applications. From the specification: This document defines APIs for a database of records holding simple values and...

CSS Houdini Properties & Values

If you haven't read my prior articles about CSS Houdini, I'll point you to the video below by Tab Atkins where he talks about Houdini as a (far) future combination of CSS and Javascript (he should...

Revisiting Bibliotype: Version 1

I've been meaning to update Bibliotype to more modern technologies and document the process. The original # In 2011 Craig Mod published Bibliotype, a demo and an article in a List Apart. The article...

Using LocalStorage

The idea behind local storage (also known as web storage) is that we can save key/value pairs of data in the browser for later retrieval and use. A good example of where this may be useful is to set...

Archive Navigation