-
Automatically update Pypi on GitHub releaseAutomatically update Pypi on GitHub release
This article will guide you through setting up a GitHub workflow that automatically updates your PYPI package upon a new GitHub release, using my zomboid_rcon repository as a practical example.
14 February 2024 -
A Guide to Optimising Image Sizes in DiviA Guide to Optimising Image Sizes in Divi
Within web design, images are central to user experience. However, unoptimised images can significantly slow down your website. For Divi users, fine-tuning image sizes can vastly improve site speed and performance.
5 January 2024 -
Compile Python to .exe Files With PyInstallerCompile Python to .exe Files With PyInstaller
If you’re delving into the world of Python programming, you might find yourself needing to convert your Python scripts into executables (.exe) files, especially for ease of distribution among Windows users.
4 January 2024 -
View and dequeue excess scripts in WordPressView and dequeue excess scripts in WordPress
One of the larger issues with WordPress, in my opinion, is the amount of bloat that it delivers from page to page. This happens because WordPress software is distributed as Plugins and Themes that tend to ship with a larger functionality than each user may require.
6 May 2023 -
Set WordPress featured image on publishSet WordPress featured image on publish
If you manage a WordPress blog, you know that creating unique featured images for each post can be time-consuming, especially for shorter posts. Wouldn’t it be great if you could standardise your featured images based on each post’s category?
5 May 2023 -
Get links from an XML sitemap using PythonGet links from an XML sitemap using Python
I’m going to walk you through step-by-step how to assemble a full list of all pages on a website’s sitemap using Python with BeautifulSoup4. I will assume some basic knowledge of Python on the part of the reader, so I won’t go into great detail on some basics.
14 March 2022