• How to LazyLoad images in WordPress without using a WP Plugin

    This post explains how to use the jQuery Lazy library in a WordPress template. By implementing this library into a template manually will give you greater flexibility in terms of which images can be ‘lazy loaded’. A couple of requirements are necessary before using the jQuery Lazy library: Requires at least jQuery 3.4.1 – This ...
  • Fixing AMP-IMG Instrinsic ‘small’ images in IE11 and IE10

    During a recent project I found an issue with images being shown very small when viewing a web page in IE10/11, this happened when the page was built in AMP with images being loaded with the AMP-IMG component. E.g. Notice the small image floated right: The project was built with WordPress, and uses the official ...
  • Home Network Setup: What’s in my rack 2019

    This is a follow on from my first post which described how I installed multiple CAT6 network cable runs in my house, view here. In this post, I will talk through the equipment which is currently in my network rack for 2019. Firstly, I have upgraded to a larger rack; now a 9U 600x600mm rack....
  • Install Dafang custom firmware to Neos Smartcam

    The Neos Smart cam is a small indoor security camera based on the Xiaomi Xiaofang hardware, this is similar to the Wyze Cam 2 which is also based on the same Xiaomi hardware. I’ve wanted one of these for a while, and now the Neos smart cam is readily available on Amazon in the UK, ...
  • Using loadCSS with WordPress

    I have been using loadCSS from the Filament Group recently, it’s a great tool to asynchronously load your CSS files in-order to increase your scores for Google’s PageSpeed tests. The main issue I faced is using loadCSS with WordPress. WordPress has many plugins to install and each of these plugins usually integrate with the hook...