archive · 2021 · 3 entries · desc
No. 0003
2021·07·08
Are cookies really the most important thing for your business?
The number one priority for so many businesses these days seem to be to get your oh so precious consent in order track you with cookies, and don't you dare do anything on their website before you've given it!
No. 0002
2021·05·06
How to add line numbers to pre tags
Reading code is easier when you have line numbers, but how can you show line numbers in a <pre> tag? This can easily be solved with a few lines of JS and CSS, no need for a big external library.
No. 0001
2021·04·28
UX tip for external links
Clicking links going to an external site can be annoying if you aren't prepared for that. To improve the user experience you should show some kind of indicator for external links.