Hyperlinks with icons

Posted on May 7th 2022 in CSS

Hyperlinks with icons

Does your website have different types of hyperlinks - URLs, e-mail addresses, phone numbers... - and do you want to make it visually clear to your visitors where they will end up after clicking? Then there is a small but handy trick for this, namely adding icons.…

Read more…

JavaScript tricks for every developer

Posted on February 2nd 2022 in JavaScript

JavaScript tricks for every developer

With JavaScript, the most popular programming language for web development for both front-end and back-end, you can do (almost) anything these days. There are countless frameworks that allow you to write web apps quickly and easily. To make it even easier (read: clearer and more maintainable), I've listed some of my favorite tips & tricks here.…

Read more…

Project Euler: Problem 7

Posted on November 20th 2021 in Algorithms

Project Euler: Problem 7

A simple question from Project Euler, as usual, and - also as usual - a warning not to read further if you don't want to deprive yourself of the pleasure of looking for the solution.…

Read more…

Using sheet names in Excel

Posted on September 4th 2021 in Excel

Using sheet names in Excel

A specific problem... Suppose you have an Excel file with several worksheets - for example with sales figures per month - and you now want to get an overview of these figures in a table on a new worksheet. With two simple formulas you can achieve this in no time.…

Read more…

Project Euler: Problem 6

Posted on May 24th 2021 in Algorithms

Project Euler: Problem 6

Time for a new problem from Project Euler. Admittedly, a fairly easy problem to solve - you don't even need to be able to program for it, as long as you can work with software such as Excel. Of course I do not only want to find the right solution, but also a way with which we can also solve the same problem if the limits are slightly higher. Feel free to read on for the solution and for a quick and simple algorithm.…

Read more…