Our blog deals with page speed optimization, page loading, web performance, WordPress tutorials, PHP code wrangling, JavaScript tutorials and code snippets. Our web insights series allow designers and developers to discover the latest and most significant stories on the web, while sipping a hot coffee.
Tuesday, June 18, 2024
I’ve been using this management checklist for my WordPress clients for more than 10 years, with various additions, changes, and…
Thursday, February 15, 2018
When you are upgrading a WordPress plugin or theme to be compatible with PHP 7.2.x, here is a pattern on…
Friday, June 24, 2022
If you want to keep your website running smoothly and securely, it’s a good idea to change or update the…
Monday, April 8, 2024
This is a basic introduction on how to use OOP – Object-Oriented Programming in PHP, as requested by a friend.…
Friday, July 12, 2024
In the past week, I’ve been busy working on an updated codebase for ImagePress. The main changes have been the updated profile…
Tuesday, March 22, 2022
Stubborn iframes can be tamed using a simple jQuery trick and a couple of code tweaks. Use the code below…
Wednesday, June 15, 2022
This is how I clean up my Ubuntu server with a weekly or monthly frequency. It also applies to Debian…
Friday, September 15, 2017
A nice piece of code to use for A/B testing to look for a certain element every 50 milliseconds, execute…
Tuesday, August 22, 2023
This script shows you how to create vanilla JavaScript tabs anywhere, physically linkable without any external JavaScript library. 305 bytes…
Friday, September 15, 2017
This code snippet allows you to dynamically append a CSS file to your document's head. It can be used inside…
Friday, September 15, 2017
This small JavaScript prototypes enhance the trim() function and allow for better trimming and/or replacing line breaks with commas (or…
Friday, September 15, 2017
This is how you create an AJAX request with optional GET parameters in JavaScript. Note that you need to be…