Creating a data URI from a file
Sunday, January 28th, 2007Data URIs are a way of making a URI that actually contains the data inside it. They’re useful when you want to include normally external resources within another file (in my instance, including images in user styles).
The data URI kitchen is an online resource that lets you generate data URIs from files. But what if […]