SVG is an acronym for "scalable vector graphics". SVGs should be used whenever an image can be described with vector...

makandra dev
icomoon.io

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...

blog.johnnovak.net

Good article about what "gamma correction" means for color processing, and what "sRGB" actually means. You probably do not need...

css-tricks.com

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...

makandra dev
chir.ag

This service gives you a kind-of standard color name for any hex code. This is useful if you want...

makandra dev
phrogz.net

...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...

makandra dev
css-tricks.com

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...

makandra dev
github.com

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...

makandra dev
thecssninja.com

Sometimes you want to preload images that you will be using later. E.g. if hovering over a an area changes...

brandcolors.net

brandcolors.net provides you with the colors of the world's biggest brands, easily searchable.

developer.mozilla.org

When building a form with a file select field, you may want to offer your users a live preview before...

workaround.org

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.

makandra dev

Geordi is now (partially) tested with Cucumber. Yay! geordi cucumber supports a new @solo tag. Scenarios tagged with @solo...