Currently browsing Featured

Thursday, March 30, 2023

A Repository of Fine JavaScript Libraries and Components

Today, I launched my personal repository of JavaScript libraries and components. All scripts and libraries in this repository have been…

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…

Monday, September 26, 2022

BOTS v2: Development Update

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

Wednesday, January 18, 2023

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…

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…

Thursday, January 6, 2022

Lighthouse: Rapidfire Updates

This year brought one major update and one minor update for my Lighthouse WordPress plugin. The entire codebase has been…

Tuesday, December 14, 2021

How to Add a Block Pattern to a WordPress Theme

Here is a hands-on code snippet on how to add a block pattern (or more) to a WordPress theme. The…

Friday, May 20, 2022

How to Create Double Off-canvas Menus With CSS Only

This feature has been part of a website project for many year. The left side off-canvas menu was mobile only,…

Wednesday, February 15, 2023

How to Create a Fixed Teaser Block in WordPress

This tutorial will show you how to create a collapsible fixed pop-up. It can contain subscriptions forms, contact forms, calls…