Quick tips for cleaning up a hacked site

One of the least fun things is to clean up hacked WordPress sites. Much of these points goes without saying but after recovering don’t forget to do this: 1....

Have I been pwned?

Even if I know the value of a good password, I did some experimenting with my old passwords. I have had a legacy...

Tripmode, block data hogs when you are tethering

Since macOS is not designed to know if you are on a mobile or WIFI-connection, Tripmode is a god sent tool for...

The lobotomized owl selector

The lobotomized owl selector has been around for long, but still useful. li + li { border-bottom: 1px...

Find images without alt-tag

Never forget to add alt-tag to your images, add this css-snippet to your site. img:not(alt), img[alt=""