IT Tips

Access

Blog History

Before you Upgrade to Windows 11

Download and install Veeam agent for Windows Community Edition https://www.veeam.com/agent-for-windows-community-edition.html If the upgrade fails you can roll back and try again later (my desktop that I write this post on was unbootable after the first upgrade and I...

read more...

List your VSCode Extensions

Ever wondered what extensions you have installed and want to keep a list? This actually is a good way to audit your currently installed extensions and then weed out the ones you no longer need or don't use code --list-extensions # output...

read more...

ZPL SBPL

Zebra Printer Language http://labelary.com/viewer.html The above website has a page where you can enter ZPL and it will render a sample. Very handy for development Sato Barcode Printer Language QZ Tray is a really cool web service you install on Windows, Linux and...

read more...

PHP Iterators

Just came across a Youtube talk "Iterators in PHP" by Jake Smith published in 2014 that steps through the many different Iterators and some practical examples. I have reproduced many of the examples Jake used below, running them with PHP 8.1.5 and published the code...

read more...