SVG is an acronym for "scalable vector graphics". SVGs should be used whenever an image can be described with vector...
Icomoon.io offers a free app to build custom icon webfonts. It offers downloads as webfont set (.eot, .ttf, .woff, .woff2...
Say you have an RGBA color that you need as a non-transparent color because of reasons. Basically, this is...
Good article about what "gamma correction" means for color processing, and what "sRGB" actually means. You probably do not need...
The linked article shows what current browsers do when you click a link like this: 1-562-867-5309
When building a web application, one is tempted to claim it "done" too early. Make sure you check this list...
This service gives you a kind-of standard color name for any hex code. This is useful if you want...
...The and tags both come with some non-default behavior that you know from other tags.
So you want to use object-fit, but you also need to support Internet Explorer. One option is to use...
When using ImageMagick to manipulate images, you might see that images get darker when beeing modified by newer versions of...
All new browsers support the new object-fit CSS property. It allows to specify how an element behaves within its...
PostgreSQL uses the C library's locale facilities for sorting strings: First, all the letters are compared, ignoring spaces and...
It claims to be even faster and brings a new plugin that polyfills object-fit and object-position. This allows...
As your Rails project grows, you will accumulate a number of small patches. These will usually fix a bug in...
to create a Gallery that has a name and has_many :images, which in turn have a...
The attached ImageLoader helper will start fetching an image and return an image that is resolved once the image is...
Sometimes you want to preload images that you will be using later. E.g. if hovering over a an area changes...
brandcolors.net provides you with the colors of the world's biggest brands, easily searchable.
When building a form with a file select field, you may want to offer your users a live preview before...
You will need to look here and find your own device. Look for the "bootable CD" download, which will give...
Instead of using this hack you might want to use MariaDB 10.x which can work with both old and...
This card existed before, but was outdated due to browser implementation changes. The information below is validated for the current...
To upload a file via AJAX (e.g. from an ) you need to wrap your params in a FormData object.
Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...