Skip to main content
Dublin Library

The Publishing Project

Working with scripts directly in Gulp

This is an interesting trick to help consolidate assets and reduce the number of network requests you need to make. Let's assume that your project depends on one big library like jQuery or Backbone to...

New CSS media queries

There is more to writing defensive CSS than what I thought. This post will look at feature queries (the @supports at rule) and CSS support for OS-level accessibility rules. Feature queries # Before...

Exploring Typescript(2): The Language

In the previous post we looked the tools we need to get Typescript transformed into Javascript to use in the browser. In this post we'll take a first look at the language itself and will discuss some...

Creating a login system for web apps

I'm working on a starter application template to get me started when working on prototyping ideas. One of the things that I'm most interested on is how to create a login system for Express-based...

Permissions policy and API

The Permissions API gives use the ability to request permission from the user to use a given web API. This is an update of the 2020 posts Feature Policies and Working with Feature Policies in...

Revisiting CSS Custom Properties

CSS variables are awesome, particularly when implemented using the @property at-rule but we need to remember that there can be too much of a good thing. This post will talk about how to define custom...

Centering things with CSS

Centering content, particularly vertical centering, has always been very challenging to me. The old way # These are some techniques to center content using CSS before Flexbox. Aligning text # Aligning...

Archive Navigation