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.…
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.…
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.…
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.…
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.…