Skip to main content
Dublin Library

The Publishing Project

Templating the web

There are times when writing the same thing over and over again gets to be really tedious. Think of populating large bulleted lists, select statements and other repetitive elements. We've been able...

Theme switcher With CSS Variables

Using CSS Variables to create themes we should be able to create more than one and then switch between them. I've experimented with using multiple roots with different classes and then use javascript...

Theming with CSS Variables

One of the best things about CSS variables is that they allow you to create themes for your content. Reviewing CSS Variables # CSS variables or, more precisely, CSS Custom properties allow you to...

Creating HLS content

MPEG-DASH is one way to create adaptive bitstream playback, but it's not the only one. In this post, we'll explore Apple's HLS (HTML Live Streaming) a direct competitor for MPEG-DASH and see how to...

Structured Metadata in HTML

This post deals mostly with Google's implementation of JSON-LD structured data. While the schema.org effort was undertaken in 2011/2012 by all major search engines at the time (Google, Bing, Yahoo,...

Archive Navigation