Currently browsing Blog

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, October 29, 2024

How to build a block editor sidebar using vanilla JavaScript

This article will explain how I moved away from the True Metabox plugin and coded my own sidebar for a…

Tuesday, October 31, 2023

20 essential steps in payment gateway testing for your WordPress plugin store

We have recently updated the user interface for our WordPress plugin store. We have also updated the customer experience with…

Monday, May 12, 2025

How to remove spam users and prevent spam registrations

A client of mine had an old website that grew uncontrollably large with thousands of spam registrations, spam posts, spam…

Thursday, October 3, 2024

How to Enable JavaScript

How to enable JavaScript in your browser and why Nowadays, all web pages contain JavaScript, a scripting programming language that…

Tuesday, September 26, 2023

The Musk Algorithm

Walter Isaacson’s new book about Elon Musk is a fine biography, but an even better business book. And like all the best…

Monday, September 25, 2023

Segmented Horizontal Bar Chart (Graph) Using Vanilla JavaScript

If you're looking to create a segmented (stepped) horizontal bar chart using nothing but vanilla JavaScript, you're in luck!

Wednesday, September 20, 2023

How to allow subsite administrators to edit users in a WordPress Multisite Network

WordPress Multisite is a powerful feature that allows me to manage multiple WordPress websites (or subsites) from a single installation.…

Wednesday, September 20, 2023

How You Can Join Successful Sellers Running an Amazon Business from Home

If you follow technology trends in recent years, you can’t help but notice the number of people running their Amazon…

Thursday, September 7, 2023

How to disable and remove old post revisions in WordPress (including multisite)

If you don't want to use a plugin to clean up your WordPress website and insist on custom coding it,…

Wednesday, April 30, 2025

How to add a Media Manager button to a block editor metabox

How to add a "Manage Media" (remember "Add Media"?) button to any post type and allow users to attach images,…

Wednesday, July 12, 2023

A collection of modern native JavaScript object and array utilities

Arrays Chunk Creates an array of elements split into groups the length of size. Compact Creates an array with all…

Monday, May 12, 2025

How I am tracking my WordPress plugin updates on my own update server

I am selling my plugins on CodeCanyon, and they all come with a lifetime updater feature. Most of my plugins,…

Tuesday, June 20, 2023

How to get all videos from a YouTube channel using PHP and JavaScript

The code below works with multiple channels. First, we need to loop through all channels and get all videos. The…

Thursday, June 15, 2023

Active Analytics and optimal data storage techniques

I have released a new version of the Active Analytics plugin for WordPress. This version focuses entirely on data storage,…

Monday, May 12, 2025

Lighthouse is removing the Core Web Vitals and CrUX features

Why? There are multiple reasons and multiple factors involved. There are a few key reasons behind this change, all of…

Monday, May 12, 2025

How I tackled WordPress registration spam

For a while now, I have been using Mika’s Ban Hammer plugin with a custom list of blacklisted domain names…

Tuesday, May 16, 2023

Tracking pageviews, sessions and unique users in WordPress using Active Analytics

For almost 2 years, I’ve been tracking WordPress visits using my Active Analytics plugin. I’ve gradually removed Google Analytics from…

Monday, June 24, 2024

QuakeWiki.net is changing owners

It’s time for me to pass the torch to another huge Quake fan – Spirit from Quaddicted.com. I’ve been the…

Tuesday, March 19, 2024

How to code a website security audit using PHP and WordPress

This tutorial will teach you how to build a website security audit in the form of a WordPress plugin. We…

Monday, June 24, 2024

The Impact of Website Speed on Conversion Rates

Although content, social media, paid marketing, and design all play an important role in setting up a successful online business,…

Tuesday, March 21, 2023

Admin Menu Tree Page View 2.8 Refactoring Update

This has been a long time coming, and it’s finally live now. For this refactoring update, I have employed around…

Friday, March 10, 2023

A Detailed Page Builder Comparison of Elementor, WPBakery and the Native WordPress Block Editor

This article is aimed at several of my clients, pondering which theme to use. There are countless comparisons out there,…

Monday, December 16, 2024

SEO, Adjacent Posts and Session Duration

Time on site, or session duration, is the total amount of time that a user spends on a website. A small…

Tuesday, February 14, 2023

Missing Open Graph Images? Remove Image Hotlinking!

I have just found out that my image hotlinking solution was preventing social networks from reading my Open Graph image…

Thursday, June 29, 2023

Custom WordPress Plugin Update Server

This is an automatic updater for plugins hosted outside WordPress.org. Currently, WordPress doesn’t have an easy way for plugins which…

Monday, May 12, 2025

Lighthouse Security Update: Brute-Force Login Protection

Security Update: Brute-Force Login Protection Have you heard about the latest update to the Lighthouse WordPress plugin? It just got…

Thursday, January 19, 2023

Securing Your WordPress Site: A Guide to Limiting Login Attempts Without a Plugin

Brute-force login attacks pose a significant threat to the security of WordPress websites. This type of attack involves repeatedly guessing…

Thursday, November 30, 2023

Analysis of a WordPress Analytics Plugin

Active Analytics has become a daily necessity, and the data is available at a glance with the most relevant information…

Friday, May 3, 2024

Breaking Changes for Active Analytics

If you are looking for a WordPress analytics plugin, look no further. Active Analytics is a lightweight plugin which stores…

Thursday, October 27, 2022

Active Analytics Tracking Update

Active Analytics has reached version 2.3. As part of an ongoing speed improvement initiative, we decided to switch to asynchronous…

Tuesday, October 29, 2024

Fast and accessible CSS-only client logo carousel

Fast and accessible CSS-only client logo carousel. One in two sites requires some kind of client/provider logo carousel.

Wednesday, May 29, 2024

BOTS

Introduction This year I have coded and launched a small app (available on Google Play Store and as a PWA),…

Thursday, September 15, 2022

What is an Influencer Marketing Strategy?

Influencer marketing has come along in leaps and bounds over the last few years, with the rise of social media…

Tuesday, June 18, 2024

Python Application SDKs For File Uploading

In this article, we will be looking at SDKs that can be used for file uploading in python applications. These…

Monday, August 8, 2022

Compress Your Images for Faster Page Speed and Better SEO

We have recently launched an image compressor aimed at web designers, web developers and bloggers in general to help optimizing…

Wednesday, August 17, 2022

How to Set Up a Professional Email Address With Gmail and Google Workspace (G Suite)

Need a helping hand with how to set up Google Workspace (formerly G Suite) for your website so that you can have…

Monday, December 16, 2024

WordPress Update Services: WordPress Ping List & Tutorial

Utilizing WordPress update services is your first step to faster indexing. As a mechanism that literally says “hello, I am…

Wednesday, January 18, 2023

Click Instead of Hover: A CSS-only “Clicky” Menu

Simple click-triggered navigation submenus. Accessible and progressively enhanced. Hover is not consistent, not accessible and inefficient.

Tuesday, May 6, 2025

WordPress Security X – 2025 Edition

When dealing with WordPress security, we need to start from the bottom of the stack and go up. There's usually…

Thursday, May 1, 2025

WordPress SEO: How to Calculate Text Readability?

In order to evaluate the effectiveness of your writing, you can easily check the readability of your website pages. Key…

Wednesday, January 18, 2023

Security Headers: A Concise Guide

Security is as essential as content and SEO, and thousands of websites get compromised due to misconfiguration or lack of…

Thursday, July 7, 2022

How to recover old images in WordPress

This article is about how to recover old images in WordPress that are still using obsolete or missing sizes. Let’s…

Thursday, May 8, 2025

How to Use WordPress: The Guide

At its core, WordPress is a free online tool for building websites and blogs. It’s a scalable, feature-rich Content Management…

Thursday, March 6, 2025

How to parse a WordPress gallery block and return image IDs

How to parse a WordPress gallery block programmatically and return all image IDs in an array using 3 lines of…

Tuesday, May 7, 2024

Why I removed my dark theme switcher

How I implemented a dark/light theme switcher using JavaScript and CSS for both WordPress and static websites.

Thursday, May 9, 2024

Grizzy: How to create a Grid Gallery using modern CSS

In this article, we are going to create a grid gallery using CSS only, more precisely Flexbox CSS. In the…

Wednesday, January 18, 2023

Deep Dive into CSS Grid

This tutorial will dive deep into the CSS Grid Layout, exploring all major elements of Grid and almost all properties…

Tuesday, March 8, 2022

How to completely remove Post SMTP logged emails

How to completely remove Post SMTP logged emails and session transcripts Post SMTP is an awesome WordPress plugin, but I…

Page 2/512345