Category Archives: Site Status

Posts within this category detail any alterations that have been made to the status of the website such as hosting or technology changes.

Example Code Update – 15/06/2025

      Comments Off on Example Code Update – 15/06/2025
PHP 8.1

All PHP authored code examples contained within the Example Code section of my website have been given a minor update to include the latest versions of my dev tools. My Application Framework is constantly being updated to include new functionality so these example applications will periodically receive updates to reflect… Read more »

New Example Application – NASA Astronomy Picture of the Day

      Comments Off on New Example Application – NASA Astronomy Picture of the Day
NASA-astronomy-picture-of-the-day-image-viewer

I have added a new sample PHP application to the Example Code section of my website. This application queries the NASA Astronomy Picture of the Day (APOD) Open API, bringing stunning space imagery and insightful information daily. The new application can be found at the following URL: https://www.mikewilcock.com/example-code/tools-and-utilities/nasa-astronomy-picture-of-the-day/ Overview This… Read more »

PHP Code Examples Update

      Comments Off on PHP Code Examples Update
PHP 8.1

The code examples on my website have been updated to reflect the latest upgrades to my application framework. These changes include, but are not limited to, the following items: All of the code examples on this site can be accessed via the following URL: https://www.mikewilcock.com/example-code/ Print Twitter Facebook Linkedin Threads… Read more »

Documentation Update – September 2024

      Comments Off on Documentation Update – September 2024
documentation_update_23-09-2024

I have uploaded a documentation update for the code samples contained on this site. As before the new documentation is available in web help, PDF and compiled CHM format. New introduction sections have been added to the Database Applications, Tools & Utilities and PowerShell Scripts sections of the documentation along… Read more »

New Example Code – Application Framework

      Comments Off on New Example Code – Application Framework
upsilon_application_framework

A new page has been added to the Example Code section of the website. This example code is designed to demonstrate the Upsilon Application Framework that I have developed over the last few years to enable the rapid application development of bespoke, database driven, web applications. The framework includes templates for grid and… Read more »

Lego NASA Artemis Space Launch System Build Update

      Comments Off on Lego NASA Artemis Space Launch System Build Update
lego_nasa_artemis_space_launch_system_48

I have added a new page to the Lego Collection section of this website which details the build process of my Lego NASA Artemis Space Launch System kit. The build took place between 18/05/2024 and 19/05/2024 and the new page includes photographs and specifics relating to this new Lego kit…. Read more »

New Example Code – PowerShell Toast Notifications

      Comments Off on New Example Code – PowerShell Toast Notifications
mw_toast

A new page has been added to the Example Code section of the website. This example PowerShell code is designed to demonstrate the use of Toast Notifications using Windows PowerShell. The example uses an XML config file to allow customisation of the notification message as well as being able to configure… Read more »

Domain PHP 8 Upgrade

      Comments Off on Domain PHP 8 Upgrade

The version of PHP used by the https://www.mikewilcock.com/ domain has been upgraded from PHP 7.3 to PHP 8.3.4. This upgrade will provide stability, security and performance improvements across the board. All code samples have been moved to a separate subdomain which continues to use PHP 7.3. I have also created… Read more »

New Code Automation Example for Plesk PHP Scheduled Task

      Comments Off on New Code Automation Example for Plesk PHP Scheduled Task

I have added a new page to the Example Code section of the website. This example PHP code can be called as a scheduled task via Plesk to automate the execution of SQL scripts at pre-defined intervals. Please see the following link for further details: https://www.mikewilcock.com/example-code/tools-and-utilities/plesk_scheduled_task_php_script/ Print Twitter Facebook Linkedin… Read more »

New Look Website

      Comments Off on New Look Website
mikewilcock.com New look Website

I have updated the look and feel of the site to what I think is a more modern, mobile friendly look and feel. It is still work in progress, but the majority of the site has now been tested and migrated over to the new design. If you spot any… Read more »

Example Code – PowerShell Reposition the Windows Taskbar

      Comments Off on Example Code – PowerShell Reposition the Windows Taskbar

I have added a new example PowerShell script to the Example Code area of the website which updates the StuckRects3 Windows registry entry in order to reposition the Windows taskbar to either the top, left, bottom or right of the desktop. Please see the following link for further details: https://www.mikewilcock.com/example-code/powershell-scripts/reposition-windows-taskbar/ Print Twitter Facebook Linkedin… Read more »

Example Code – PowerShell Automated Reboot

      Comments Off on Example Code – PowerShell Automated Reboot

I have added a new example PowerShell script to the Example Code area of the website which performs an automated reboot of a device after a timeout period. The code is designed to be called as a Windows scheduled task to reboot workstations in shared areas which can often be left for long periods… Read more »

Work History Update

      Comments Off on Work History Update

New Work History Page

      Comments Off on New Work History Page

A new page has been added to the website which details my experience and work history within the IT industry. For further information please see my LinkedIn profile or get in touch using the site Contact page. Print Twitter Facebook Linkedin Threads Email

Documentation Update

      Comments Off on Documentation Update

The documentation for the Example Code featured on this website has now been updated to include the recently added PowerShell Scripts section of the site. All documentation featured on this website is available in WebHelp, PDF and Microsoft Compiled HTML Help format. A link to the updated documentation can be… Read more »

Example Code – PowerShell Device Report

      Comments Off on Example Code – PowerShell Device Report

I have added a new example PowerShell script to the Example Code area of the website which produces a device report for the machine on which it is executed. The resultant report includes information such as installed drives, printers, RAM and software. The code also allows you to optionally export the… Read more »

Example Code – PowerShell Scripts

      Comments Off on Example Code – PowerShell Scripts

I have added a new section to the Example Code area of the website which gives examples of useful PowerShell scripts that I have created recently. It is my intention to update this area of the site with more examples in the coming weeks and months. As a starting point… Read more »

New Microsoft Compiled HTML Help File

      Comments Off on New Microsoft Compiled HTML Help File

The documentation for the Example Code featured on this website has now been compiled in Microsoft HTML Help format; Because of this the Example Code documentation can now be viewed, natively within Microsoft Windows. This new compiled html help (.chm) documentation shares the same source code as the WebHelp and PDF Documentation making it… Read more »

Example Code New Documentation

      Comments Off on Example Code New Documentation

Documentation for the Example Code featured on this website has now been created in both context sensitive HTML help format and also in printable PDF booklet format. All of the applications featured on this site have been updated to include a Help button on the application main toolbar which will call the HTML help system and… Read more »

Northwind Customers Application Detailed Report

      Comments Off on Northwind Customers Application Detailed Report

The Northwind Customers Application has been updated to include a detailed report allowing the user to print the full details for each customer contained within the database. Once run there are options to search the report, export the report output to a variety of formats and to call the web… Read more »

Example IP Address Geolocation Application

      Comments Off on Example IP Address Geolocation Application

A new sample application has been added to the Tools & Utilities section of the website which returns geolocation information based upon the users public IP address. The application uses the IP Geolocation API from ipinfodb.com to retrieve the geolocation information and additionally integrates with Google Maps. You can try this application… Read more »

Example Clock Application

      Comments Off on Example Clock Application

A new example clock application has been added to the Tools & Utilities section of the site which displays the current, client side date and time in UK format and uses the JavaScript setTimeout() method to refresh the page fields at an interval of 0.5 seconds. Example Application Print Twitter… Read more »

New JavaScript Client Information Application

      Comments Off on New JavaScript Client Information Application

A new sample application has been added to the Tools & Utilities section of the website. The application demonstrates some of the types of information that it is possible to return by executing JavaScript code at the client side. Example Application The application is by no means a complete example but serves… Read more »

New Hexadecimal To IPv4 Address Conversion Application

      Comments Off on New Hexadecimal To IPv4 Address Conversion Application

A new example hexadecimal to IPv4 conversion application has been added to the Tools & Utilities section of the site. This application performs a conversion of a user entered hex value to an IPv4 address. Further information regarding this application can be found by following the link below.  Example Application The application… Read more »

Distance Conversion Application New Distance Metrics Added

      Comments Off on Distance Conversion Application New Distance Metrics Added

Two new distance metrics have been added to the Distance Conversion example application. The application now supports conversion between millimetres and miles as well as feet, metres and inches. It is intended to add further metrics to this application over the coming weeks. The application is written in and executes… Read more »

Site SLL Certificate Renewal

      Comments Off on Site SLL Certificate Renewal

The website SSL certificate renewal for mikewilcock.com has been renewed for twelve months. This renewal means that the website is up to date, safe and secure to browse. Print Twitter Facebook Linkedin Threads Email

Distance Conversion Application

      Comments Off on Distance Conversion Application

A new example distance conversion application has been added to the Tools & Utilities section of the site. This application performs conversions between various distance metrics. Further information regarding this application can be found by following the link below. Example Application The application serves as an example to demonstrate the… Read more »

Example Code Update #2

      Comments Off on Example Code Update #2

The Example Code section of the site has now received an update. This update includes the following two sample database applications and the following two sample report applications. Northwind Customers Application Northwind Customers Report Northwind Orders Application Northwind Orders Report All applications run under PHP 7.3 and use MariaDB 10.1.48…. Read more »

New Example Code Section

      Comments Off on New Example Code Section

I have added a new Example Code section to the website which contains some example applications that I have written over the last few years. All of the applications run on a dedicated Linux webserver and currently execute under PHP 7.3. It is my intention to expand this section considerably… Read more »

Web Server Migration

      Comments Off on Web Server Migration

Over the course of the next week the Web Server used to host my websites, bespoke applications and other assorted code (this site included) is being migrated from the existing VPS based hosting to a purpose built, dedicated piece of hardware located at one of our ISP’s data centres. Migration… Read more »

Website Upgraded To PHP 7.3

      Comments Off on Website Upgraded To PHP 7.3

Site SLL Certificate Updated

      Comments Off on Site SLL Certificate Updated

About Me Image Galleries

      Comments Off on About Me Image Galleries

About Me Page Update

      Comments Off on About Me Page Update

Site Gallery Page Added

      Comments Off on Site Gallery Page Added

I have added a gallery page to the website showing a selection of my favourite adventures and escapades; For a more complete photographic overview please check out my instagram page. Print Twitter Facebook Linkedin Threads Email

Site Now SSL Enabled

      Comments Off on Site Now SSL Enabled

PHP 7 Website Update

      Comments Off on PHP 7 Website Update