This post explains the basic process for setting up React Navigation on React Native. I am using the newest version of React Nav at the time of writing which is v6. Also this is really an android dedicated post. I
Find WooCommerce products with missing images (SQL)
When you’re working on a WooCommerce site with loads of products and you know there are some with missing images it’s a drag to have to go through the product list to visually identify which ones they are. So how
Cloning Objects in JavaScript
There are a few ways to clone objects in JavaScript. You might know that if you assign an object to a new variable like you can do with a string literal, a number, or other primitives, you won’t end up
VS Code Custom Code Snippet
Code snippets are a great way to make your coding faster and your general productivity better. To make a custom code snippet in VS Code you have to put a bit of custom code in the relevant file for the
Order wp_query by the order of your input array
When you want to get some WordPress posts, products, custom posts, whatever, you usually head straight to the wp_query loop. If you want to show, say, a set of products chosen from dropdowns by a user, you might end up
Adding Navigation to React Native – Gettin’ Errors?
Adding this here as a reminder to myself as much as anyone else! If you’ve set up a brand new React Native project, installed React Navigation, written a bit of code and you’re getting this error, it’s because you didn’t
Resizing Dashicons in WordPress
If you’re working on a quick and dirty prototype like I am and don’t want to bother with getting yourself a more varied set of icons, or if you just like the look of Dashicons and want to use them
Coming down the mountain, to Cetara

I met a guy called Alberto. Gods was that his name? Anyway, I did meet him walking down the road from my hike today and he told me in half Italian, half English all about his life, which was interesting
All Your Network Adaptor Are Belong to Us!
This morning, just as I was about to dig enthusiastically into some WordPress customising, that scary little yellow warning sign appeared on the wifi icon on my task bar. Everyone knows how annoying that is. The question of “is it
PHP Debugging for Atom on Windows!
Yesterday I spent a large part of the afternoon getting debugging for PHP up and running on Atom editor. Although it turned out to be relatively simple in the end I did a lot of banging my head against stack