Page Speed Optimization, WordPress Plugins & Tutorials
Tuesday, August 9, 2022
If you are into JavaScript code golfing or just looking to minify your code, here’s a collection of tips and…
Tuesday, August 9, 2022
JavaScript strings are deceptively complex constructs. There are actually two different types of strings – string Literals and string Objects…
Thursday, August 4, 2022
I have a new tool on getButterfly: a data de-duplicator for emails, URLs, IDs, names and more. It's written in…
Monday, July 4, 2022
This JavaScript code snippet adds inline validation to any form field (input, select and textarea). Feel free to customise it…
Friday, May 27, 2022
Here’s the scenario: One of my websites is static, and I need to maintain a changelog both on the website…
Tuesday, May 24, 2022
How I implemented a dark/light theme switcher using JavaScript and CSS for both WordPress and static websites.
Friday, June 3, 2022
Bookmarklet 1: Show Password A simple JavaScript snippet can be used to view passwords in web browsers. To use the code,…
Friday, June 3, 2022
I need to extract some data from a web page and place it on a fishing site. The source web…
Tuesday, May 17, 2022
Here’s a quick snippet to preload the next step in a theoretical funnel/workflow: PHP JavaScript
Friday, June 3, 2022
This is a quick reminder on how to use mathematical functions inside JavaScript. Instructions Use * to indicate multiplication: Type…
Tuesday, May 17, 2022
I needed some structural updates for a site, and among them, I added some JavaScript snippets. I will show you…
Friday, June 3, 2022
A JavaScript global variable is a variable with global scope, meaning that it is visible and accessible throughout the program, unless…