Access , Excel VBA Samples and Wordpress Plugin Posts
-
Useful Plugin to List all Images
This plugin for Wordpress will list all images used in the site and give you the page name and the images location. I used this to ensure all the images were of the correct format and moving only the required images to the new website. You have the option to download the list to a…
-
A better Home Page Video in WordPress
I was working on a website which featured a video on the home page. The home page video loaded quickly but I wanted to ensure if there was a connection delay the user would not be presented with a blank screen. I added a function to WordPress to substitute a placeholder static image with the…
-
Simple Image Slider to save time !
I wanted a image slider for WordPress that scanned a folder and presented the images to a maximum size with the user option to view and view the image in its original format. If a image was smaller than the container the object wouldn’t distort. The user can automatically scan a given folder and log…
-
Stock Counting App
I was testing a stock counting app from iReap. The android app allows you to load a master stock file or just scan barcodes , you have the option to edit the quantity and if the same item is scanned it increases the count quantity. Stock Counting App – Scanner for Mobile phone I had…
-
Video Slider for Wordpress
I was working on our clubs website and trying to find a clean and free method for adding a video slider. There are lots of free sliders which only seem to cover images. I asked Chatgpt how this would be implemented in wordpress without using a plugin. The code generated worked but I needed to…
-
A New Approach to Sponsor Visibility
Supporting our sponsors is just as important as they support us. Over the past few months, I have been working to enhance my club’s website, ensuring that our sponsors receive the visibility they deserve while making sponsorship management seamless and professional. This update not only improves our website’s functionality but also strengthens relationships with our…
-
Barcodes for VBA
Barcodes for VBA: I downloaded and tested the TEC-IT Barcode activex. IT comes with a host of example in Excel , Word and Access. I created a simple table with a product code and added the barcode control and tied the control to the part number if the table and set the barcode to QR…
-
Manage your Site Downloads
Manage your site downloads ; this plugin will load all forms into a single folder and allow easy display in alphabetical order on any page or post on your site. From the admin menu you can load the file and give it a description which can be edited if required or removed if no longer…
-
Formatting CSV files in Excel
As a csv file is a text delimited file it doesn’t contain any formatting. The process of formatting csv files in Excel is a repetitive process which is an ideal candidate for a macro. You can store macros you need to run on different excel workbooks in your personal workbook. This is a hidden workbook…
-
Wordpress Site Migration
I was testing a number of backup and restore options for our club website in the last few weeks. Many of the plugin will do an excellent job but almost all require some pro features (Understandable but we don’t have the budget ) I came across the plugin Migrate Guru which directly clones the site…