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
Screaming Frog Cheatsheet
Configure Screaming Frog settings to crawl sites and fix 404s.

Git Branch Cheatsheet
Develop, Staging and Main git workflow using git switch Working with develop, staging, main git repo’s, and respective environments. 1. Start work on a feature branch (from develop) git switch de...
Imagemagick Cheatsheet
Change / convert Filetype You can use ImageMagick’s convert command-line tool to change the file type of an image. Here’s the basic syntax: Change filetype of Multiple Images Using a wildcard it...
PlatformSH Cheatsheet
SSH into Environment SSH into develop environment. Specify project id. upsun ssh --project projectid --environment develop Enable module platform drush en auto_anchors -y #enable module platfor...
DDev Cheatsheat
Get list of active wordpress plugins ddev wp plugin list --status=active Change php version Change it to 7.4 ddev config --php-version=7.4 Start a new project cd into your project root dire...

Git Cheatsheet
Use the power and structure of GIT in your web development workflow with these helpful Git commands.
Gravity forms cheatsheet
This article is compilation of some of the more intricate Gravity Forms Functions and Features. Overwrite css Super hard to overwrite GF styles using classes. The simple way is just to use the id’...
WordPress Training Guide for Website Administrators
Basic overview of the areas covered in WordPress Training. Login yourdomain.com/wp-admin Login and forgotten username and password reset User Setting Managing users and setting the use...
Install Drupal
Install Drupal Locally from Upsun using ddev Upsun and ddev have a special relationship. Upsun have an integration tool to help pull your remote enviroments down to your local. upsun ddev integra...
SSH for WPEngine Cheatsheet
SSH config WP Engine requires a specific key per connection type. Add both hosts to ~/.ssh/config. SSH Gateway (terminal access) User and hostname are on the site’s Overview screen in WP Engine ...