Geoff Griffiths
![](https://m5.paperblog.com/images/members/geoffgriff-100x130.jpg?up=20250216142741)
MY BLOGS
-
BlackBeltWhiteHat.com - MMA & Fitness Blog
http://blackbeltwhitehat.com/gift-guide/
MMA, Fitness & Nutrition Blog, UK
-
Business Dad UK
https://businessdaduk.com/
Business articles, marketing, excel, PPC, SEO plus parenting bits and bobs
LATEST ARTICLES ( 545 )
-
Google Analytics 4 Tutorial (GA4 Benefits & Useful Reports)
GA4 uses events for bloody everything. You’ll need to set up one type of events – conversions, whilst others are set up for you. Read more
Posted on 13 June 2023 FAMILY, PARENTING -
JavaScript Functions and Events (2023)
Notes taken from various websites including: https://www.w3schools.com/js/js_whereto.asp... Read more
Posted on 05 June 2023 FAMILY, PARENTING -
The This Keyword in JavaScript (2023)
This – references the object that is executing the current function If the function is part of an object, we call that function a method. Read more
Posted on 02 June 2023 FAMILY, PARENTING -
Arrow Functions Vs Regular Functions in JavaScript (2023)
JavaScript has 2 types of functions. Normal/regular functions Arrow functions Arrow functions are simpler and shorter. A normal JS function, with arguments... Read more
Posted on 02 June 2023 FAMILY, PARENTING -
JavaScript – Primitives Vs Objects
Notes about primitives and objects data types in JavaScript I’ve got a bit fed up of the Udemy course I’m doing on JavaScript and the videos, so I’m taking note... Read more
Posted on 31 May 2023 FAMILY, PARENTING -
Using Get Stat to Monitor Rankings
Home – click on a website to view their rankings Dashboard Tab Graph at the bottom is arguably the most helpful. Ranking Averages vs. Read more
Posted on 24 May 2023 FAMILY, PARENTING -
Scope and the Scope Chain in JavaScript
Scoping – where do variables live? – Where can we access a certain variable? Notes from JS Udemy Course JS is a high level, object oriented multi paradigm... Read more
Posted on 16 May 2023 FAMILY, PARENTING -
Source HTML Vs Rendered HTML
Rendering process – start with the source HTML and CSS. The browser parses the source html and CSS which creates the DOM and CSSOM. Read more
Posted on 12 May 2023 FAMILY, PARENTING -
Creating an Actionable 404 Report from Screaming Frog
Follow this protocol, to produce a sheet you can send to devs etc, to remove 404s Run a crawl with Screaming Frog Export the report –> Screaming Frog – Bulk... Read more
Posted on 11 May 2023 FAMILY, PARENTING -
Deleting a Webpage – 404s and That
Had to do this today, would have helped to have a bit of a process written down… Check if page ranks for anything if it does, then consider redirecting... Read more
Posted on 04 May 2023 FAMILY, PARENTING -
CrossTheLimits.co.uk Review [2023]
I’ve bought a wide range of products from crossthelimits.co.uk over the last few years, and they have all been excellent quality. I recently purchased Hi-Tech... Read more
Posted on 15 April 2023 HEALTHY LIVING -
Resistance Band Chest Exercises .pdf [2023]
In this Article: Importance of Resistance Band For Chest Exercises Exercise Plan For Resistance Band Chest Exercises Resistance Band Push-Ups Standing... Read more
Posted on 31 March 2023 HEALTHY LIVING -
JavaScript – What is the DOM & DOM Manipulation? [2023]
The Document Object Model – is a structured representation of an HTML document. You can use the DOM to “connect” HTML to CSS and JS. Read more
Posted on 28 March 2023 FAMILY, PARENTING -
Parnter Drills/Circuit for Grappling Technique & Fitness (10 Mins)
To do this circuit, you’ll need a timer – the one below is 40 second intervals, with 10 second rest in between: Partner 1 does the circuit first, completes all... Read more
Posted on 23 March 2023 HEALTHY LIVING -
Resistance Band Chest Exercises (pdf) [2023]
Please give Fit Gent a follow on YouTube here and James Grage here Below is his great video, outlining how to perform chest exercises with a resistance band Ban... Read more
Posted on 22 March 2023 HEALTHY LIVING -
While Loops in JavaScript
A while loop is more versatile than a for loop. A while loop just needs a condition to keep running. Creating a while loop Add a condition. Read more
Posted on 20 March 2023 FAMILY, PARENTING -
Making CSS Padding Responsive [2023]
First – you may want to use “padding-block:” – which is the padding for the top and the bottom only. You can also use a “min()” statement or line of code, or... Read more
Posted on 15 March 2023 FAMILY, PARENTING -
JavaScript – the for Loop [2023] for beginners/dummies/SE0-helmets
A for loop, is a loop that will loop through (go through) the elements in an array or the properties of an Object. You can use it to update arrays, count the... Read more
Posted on 07 March 2023 FAMILY, PARENTING -
What Are Objects in Javascript? [2023]
Notes taken from the Udemy Course – the Complete JavaScript Course which you can enroll on here. I’ve also robbed some screenshots from other sites, but linked... Read more
Posted on 02 March 2023 FAMILY, PARENTING -
Javascript Arrays for Beginners (2023)
Arrays hold values. An array is an ordered list of values. Arrays are 0-based, in that the first value is 0, not 1 in terms of its position. Read more
Posted on 24 February 2023 FAMILY, PARENTING