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.

Wednesday, May 29, 2024

Thoughts on WordPress

I need a fresh WordPress. I need a light WordPress. What would it take to fork WordPress and remove all…

Wednesday, November 29, 2023

WordPress SEO

Introduction WordPress is used on ~43% of the sites out there. WordPress is very easy to install and has very…

Wednesday, February 21, 2018

18 WordPress Tutorials for DIY Developers

Our WordPress tutorials allow you to extend the power of WordPress. Our step by step WordPress tutorials are easy to understand…

Tuesday, June 18, 2024

WordPress Management Checklist

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

Upgrade PHP 7.1.x to 7.2.x

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

Changing or Updating Your Version of PHP for WordPress

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

OOP In PHP (Object Oriented Programming in PHP)

This is a basic introduction on how to use OOP – Object-Oriented Programming in PHP, as requested by a friend.…

Tuesday, March 22, 2022

How to make an iframe responsive using jQuery

Stubborn iframes can be tamed using a simple jQuery trick and a couple of code tweaks. Use the code below…

Wednesday, June 15, 2022

How I cleaned up my Ubuntu server

This is how I clean up my Ubuntu server with a weekly or monthly frequency. It also applies to Debian…

Friday, September 15, 2017

Search for an element until found using JavaScript

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

Pure JavaScript tabbing functionality with linkable tabs

This script shows you how to create vanilla JavaScript tabs anywhere, physically linkable without any external JavaScript library. 305 bytes…

Friday, September 15, 2017

How to dynamically append a CSS file

This code snippet allows you to dynamically append a CSS file to your document's head. It can be used inside…

Page 17/19« First‹ Previous13141516171819Next ›