Skip to main content
Dublin Library

The Publishing Project

Exploring Canvas

In its simplest form <canvas> can be used to draw graphics via scripting (usually JavaScript). This can, for instance, be used to draw graphs, combine photos, or create simple (and not so...

pre-commit hooks (an update)

This is a different take on hooks from Pre Commit Hooks: Combating Laziness, written two years ago There are times when it would be awesome if we could force ourselves (or our development team) to...

CSS Variables For Handling Fonts

Thanks to Jason Pamental for feedback on this post. Variable fonts have a problem as currently implemented. If you use font-variation-settings to control the different axes of the font then every...

Understanding CSS Logical Properties

Most of the time it's ok to work with left and right to define elements of our design; that's what we're used to: English and other western languages that read from left to right and top to bottom....

Portals: New ways to view the web

(Web) Portals as technology are not new. Java has used portlets (as defined in JSR 362 for the latest edition) in containers for a long time. Teams have used other languages to use Portals. Chrome has...

Archive Navigation