Essential Web development & Digital Marketing cheatsheets, step by step guides and tutorials, code examples. Simplified.
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Latest posts
Commandline Cheatsheet
Improve your Commandline usage with these Dns and Navigational terminal commands and functions.
Shopify Shipping Cheatsheet
https://youtu.be/1in-Jhrxm9o?si=7CaruuHAWgnvPuIL Shipping Zones shipping zones are the regions you like to ship to and the shipping methods offers Shipping Methods Shipping methods refer to the...
Sym Links
Sym links are “symbolic” links. Its a symbolic link to a real file or folder. The symbolic part is just a representation of a file, not a real file. Move your file or folder to its new locatio...
Debugging in the Browser
Using the Chrome browser for debugging website errors is a common practice among developers due to its powerful built-in developer tools. Here’s a step-by-step guide to help you get started: Access...
Woocommerce Code Snippets
User Registration Custom fields for user Registration function custom_woocommerce_registration_fields() { ?> <p class="form-row form-row-wide"> <label for="reg_first_n...
SCP Cheatsheet
Scp commands to run to copy files from your local computer to a remote server
MySQL CLI Cheatsheet
MySQL databases are an essential part of a WordPress or Drupal website. It’s where all the content for the website is stored. It is essentially just a large, ever growing, “dynamic” text file that ...
Imagemagick Cheatsheet
Overview of Imagemagick ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write images in a variety ...
Htaccess File Cheatsheet
An .htaccess file is a configuration file used by web servers running Apache. It allows webmasters to override server configuration settings for their specific directories without having access to...
SSH cheatsheet
Creating an ssh Key What is an SSH key? An SSH key, or Secure Shell key, is a pair of cryptographic keys used for secure communication over the SSH protocol. The pair consists of a private key an...