Tuesday, March 30, 2021
HTML Select Fields as beautiful as never before tail.select is back: Create beautiful, functional and extensive (Multi) Select Fields with…
Friday, March 12, 2021
This is something I’ve always wanted to add to my theme, but I was afraid of the impact on the…
Tuesday, February 9, 2021
Here’s two ways to get (and set) query parameters from URL. I’ll add some real life examples in order to…
Tuesday, January 19, 2021
If you are familiar with the instant loading concept, you’ll know it’s about faster subsequent page loads by prefetching hovered…
Wednesday, December 2, 2020
All JavaScript range sliders are hacks or workarounds. Because there’s no native HTML element for a range slider (only a…
Wednesday, December 2, 2020
This was done for a client, and I do not recommend it as it uses setTimeout(). Anything using setTimeout() or…
Wednesday, December 2, 2020
This function converts a regular <select> element both into an intented ul/li structure and JSON. It’s light and it’s been…
Thursday, October 8, 2020
Here’s a neat trick to speed up your initial page loading time when you are using Drift. If you use…
Monday, October 5, 2020
Here’s an interesting JavaScript snippet allowing you to set a 24-hour countdown and save its progress, so that on the…
Saturday, October 3, 2020
This was part of a complex drawing project, which is not relevant right now. The idea was to have a…
Friday, October 2, 2020
A while ago, I coded several date countdowns for several promotions. These countdowns went straight inside a third-party popup solution,…
Thursday, October 1, 2020
I found this old code I used for an old forum a long time ago and I decided to bring…