Dobby, the Friendly Admin Elf
WordPress admin notices are great, unless they get overused. This post is about Dobby, a small plugin that takes care of all your (unwanted) admin notices.
Upgrade XAMPP the Clean Way
So you want to upgrade XAMPP. Instead of installing the new version on top of the current one, though, here’s what to do to get a fresh and clean install.
JavaScript 30 – Day 25: Self-unbinding Event Listeners
This is my recap post for Day 25 of the FREE JavaScript 30 online video course by Wes Bos. It’s about event listeners, of which I only recap self-unbinding.
JavaScript 30 – Day 12: Key Sequence Detection
This is my recap post for Day 12 of the FREE JavaScript 30 online video course by Wes Bos. The task is to detect a given key sequence in the user input.
JavaScript 30 – Day 17: Sorting Without Leading Articles
This is my recap post for Day 17 of the FREE JavaScript 30 online video course by Wes Bos. The task is to sort a string array but ignore leading articles.
How to Detect WordPress Websites
Are there any ways to detect WordPress websites? Or indications of a website being powered by WordPress? How would these look like? This post is about that.
Displaying HTTP Headers in Your Browser
So you are curious what headers you can get from a specific (maybe your own) website? Well, you can list them directly in your (modern) browser. Here’s how.
How to Detect Joomla Websites
Are there any ways to detect Joomla websites? Or indications of a website being powered by Joomla? How would these look like? This post is about that.
JavaScript 30 – Day 9: Developer Tools
This is my recap post for Day 9 of the FREE JavaScript 30 online video course by Wes Bos. The task is to learn all about the browser console.
JavaScript 30 – Day 8: HTML5 Canvas
This is my recap post for Day 8 of the FREE JavaScript 30 online video course by Wes Bos. The task is to paint with your mouse on an HTML5 canvas element.