Featured Image for update-and-upgrade-torch-and-xformers-on-windows-11-for-automatic1111s-stable-diffusion-webui-2024

Update and Upgrade torch and xformers on Windows 11 for AUTOMATIC1111’s Stable Diffusion WebUI (2024)

Upgrade torch and xformers on Windows 11 for Stable Diffusion WebUI to improve generation speeds.

Sorty Terms by Latest Post Date Image

Sorting Category and Taxonomy Terms by Latest Post in WordPress

Recently I needed to implement a way to return custom taxonomy terms sorted by their latest posts. For example, imagine we have a movie review site, and we use the default category taxonomy as “Movie Categories”. Maybe they will have the following taxonomy terms: Getting taxonomy terms with get_terms() We can easily get the category […]

How to Autoplay Youtube Video Embeds

How to Autoplay Youtube Video Embeds (2024)

Often times we want to embed a Youtube video on our websites. These days this is very easy thanks to the embed option Youtube provides.

Analytics image for UA/GA4

Recreating, Finding Google Universal Analytics (UA) reports in Google Analytics 4 (GA4): Audience

With Google Universal Analytics (UA) being sunset very soon, everyone will be forced to use Google Analytics 4 (GA4). A lot of the default reports should feel familiar, however a lot of other reports that were available by default in UA are missing. For some, this may be a source of frustration and major deal […]

Most Useful Wordpress WP-CLI Commands

Most Useful WordPress WP-CLI commands

When working on a WordPress site, I often find myself using WordPress’s command-line interface tool called WP-CLI. With WP-CLI you can do a lot of tasks that normally require a separate plugin to do, or tasks that normally may be challenging using just the website. I will go over some of my most used commands […]

Reverse Engineering Android Games

Reverse Engineering and Unlocking Android Games that are no longer supported

Recently, I was going through my android phone backups and found a game that I hadn’t played in a while. I reinstalled it with adb to play it again, but I realized that my In-App Purchase for the game could not be recovered as it was no longer on the Play Store and was no […]

Wordpress category Thumbnail

WordPress Optimization Technique: Removing unused CSS styles and Javascript from the front-end

Overview WordPress is a popular platform to use when developing websites. It is easy to spin up and deploy, easy to develop with, and most importantly, provides huge options for extensibility due to its large plugin and theme directory. WordPress and its plugins allow webmasters to add features and modify their websites even without any […]

Image for JSON-LD Structured Data Markup Schema by developers.google.com

Implementing structured data markup (JSON-LD Schema) manually for WordPress

In this article, we will explore how we might go about implementing ourselves instead of using a plugin. We will assume we have a basic understanding of HTML, PHP, and how WordPress's theme or plugin works to add our own custom code.

5 Best CSS Reset/Normalization Libraries

CSS Reset and Normalization libraries allows you to start working on your project without worrying about browser inconsistencies, or forgetting to overwrite properties that may have unintended styling.