Email Pixel Tracking

By Dillon Smart · · · 0 Comments

Email Pixel Tracking in PHP

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Destructuring in JavaScript

Updated 16th August 2022

Introduced in ES6, Destructuring in JavaScript is a way to unpack values from arrays, or properties from objects, into distinct variables. What is a use-case of Destructuring in JavaScript? Until ES6, if we wanted to extract data from an array we would have to do something similar to: let message = ; let greeting

MySQL 8: Create user and grant all privileges on database

Updated 16th August 2022

Learn how to create a new user in MySQL 8 and grant all privileges on a database. MySQL 8 introduced performance and security updates. Released in April 2018, MySQL 8 was the first major release since MySQL 5.7 in 2015. With MySQL 5.7 end of support looming in October 2023, it’s a good idea to

How to use a robots.txt file to improve your website’s SEO

Updated 16th August 2022

A robots.txt file is a text file that tells web robots (also known as spiders or crawlers) which pages on your website to crawl and which pages to ignore. Robots are often used by search engines to index websites, so the more information you can give them about your site, the better! You can use