Typescript is good to usee but at times it can be really infuriating to learn how to use it and to use it properly.
When you bring in Javascript files to convert to Typescript it will give you many...
Typescript is an interesting language. It's a typed superset of Javascript that you can compile to usable Javascript, either ES5 or later yearly versions of the language.
Because it's not straight...
When I first looked at responsive images I thought that srcset and sizes would be enough to handle most of my responsive images needs. See Concepts and examples of responsive images and How To Use...
Web Performance is very important but at times it can be very frustrating.
WordPress introduces additional complexities to performance analysis and troubleshooting. Performance issues in a WordPress...
I've been working on troubleshooting WordPress performance issues for a while and one of the things that I found is that the version of jQuery used in WordPress is not secure and is far from the...
After researching image sizes (Revisiting images formats for the web and Image formats for the web: HEIC and AVIF) and how to add new mime types to WordPress there is one final question to ask. How do...
I was surprised when the WordPress media uploader blocked uploading WebP images. These are not like SVG graphics that have all sorts of security problems so I'm surprised that WordPress supports the...
There are two formats that I left out of the previous posts about image formats for the web: HEIF and AVIF
These two formats are based on video codecs and, depend on the parent video technology to...
Every so often I see comparisons between image formats that say one format is better than others or that one format is better for a given task but I’ve always wondered where the numbers came from and...
How do we customize WordPress? How do we make themes our own and add functionality that is not part of a theme or that you want to use regardless of the theme you have installed?
This post will...