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
Figma Cheatsheet
Shortcuts to speed up common Figma practices Hide/Show UI command / Type show, then check/uncheck the box for hideshow UI. Command / is like the master command in Figma. If you run that command...
Curl Cheatsheet
Install php-curl on Apache on Ubuntu 20 If some plugins are not updating on your wordpress site. ensure Curl is enabled on the server. sudo apt update sudo apt install php8.0-curl sudo systemctl ...

Apache command cheatsheet
Find DB Version mariadb --version mysql --version When your running your own lamp on vps having a cheatsheet like this for Apache may come in handy. Especially when the rubber hits the road. ...
Robots Cheatsheet
code examples to help you configure the way your site is crawled by search engines
ZSH Cheatsheet
Pretty up your shell with Zsh.

Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
Onsite SEO Cheatsheet
Creating SEO title tags and Meta Descriptions What Are Title Tags? Title tags are HTML elements that define the title of a webpage. They appear as clickable headlines in search engine results pag...
Integration Tools Provided Wpengine
title: Integration tools provided WpEngine date: 2024-10-08 09:13 +1100
z cheatsheet
Using z on macOS is straightforward once installed. Follow these steps to get started and use z effectively: 1. Install z Using Homebrew (Recommended): Open your terminal. Run: brew install z 2...
bash shell scripting cheatsheet
Shell Scripting Crash Course - Cheatsheet for beginners This is a bash shell scripting which can be found on Unix, Linux and Mac. You can install bash on the Linux subsystem on Windows too. the f...