This article will explain how to change your WordPress salts. WordPress salts are a set of encryption data used to hide your login information from malicious actors. This is a quick tutorial on how to change them so for our purposes we won’t be going…
Category: Tutorial
6 Ways to select HTML Elements with Javascript
In this article Overview getElementById getElementsByClassName getElementsByName getElementsByTagName querySelector querySelectorAll The Root of Our Search Overview This is meant to be an overview for relative newcomers to Javascript. It’s part of a series of similar tutorials, on the basics. The process of targeting different elements…