I've been using the multiply emoji for a while for my close icons... but, to my big surprise, what did I realize? Source: https://emojipedia.org/multiply/ https://emojipedia.org/plus/ Guess who knows how to multiply? Not Microsoft, apparently. And ...
Recently I got an error that happened only on a very specific version of Chrome. In order to replicate the issue, I needed to be able to run an older version of Chrome on my computer. There are services out there to do just that, but I wanted to shar...
Bootstrap 5 toasts are great, but they require a lot of html to be included in the page. Most of the time, you want to generate toast notification from your javascript code. And there is no built-in solution for that. Recently, I tried BS5 toast and ...
I'm currently building a PWA that needs to persist some data. Lots of data, actually. In my application, I need to store products reference (about 200k of them). An easy task for IndexedDB ? Not so much... Bulk inserting The IndexedDB api is not grea...
Just in case you thought having a path starting with c:/ or C:/ was the same... let me tell you how wrong you are. Setting up my new computer I've been migrating all my local websites to a new computer, with a fresh install of WAMPServer (yes, I'm no...
Today I'm sharing with you a small snippet I've been working on this week. It's a smart responsive tabs concept. I initially found that idea on UIKit (but it's not working like that anymore). The idea is to collapse the tabs into one single dropdown ...