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.

Friday, July 12, 2024

ImagePress Development #1

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

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…

Friday, September 15, 2017

JavaScript String Multiline Trim/Cleanup

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

AJAX Request Using Vanilla JavaScript

This is how you create an AJAX request with optional GET parameters in JavaScript. Note that you need to be…

Thursday, September 14, 2017

JavaScript/jQuery Credit Card Validation

This is a collection of JavaScript/jQuery snippets to validate credit card details without requiring any library. Feel free to customise…

Saturday, May 15, 2021

Plugin Spam, Plugin Adoption, Plugin Takeover

A recent Wordfence investigation brought up the fact that one of my plugins, Finance Calculator, has been taken over by…

Monday, April 22, 2024

PHP/MySQL Tutorials

Our PHP/MySQL tutorials and code snippets allow you to extend the power of your site. Our step by step PHP/MySQL…

Wednesday, October 2, 2024

WordPress Tutorials

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

Page 21/22« First‹ Previous171819202122Next ›