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
WordPress Code Snippets
Once you have a Wordpress site setup and you have access to the functions.php this is where the fun starts. You can start dropping snippets of code into the functions file, give your website a refr...
Essential WPCli Commands
How to install Use curl to download the WP-CLI phar file: curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Check if the file is executable: php wp-cli.phar --in...
Iterm2 Cheatsheet
A list of some of the more critical keyboard shortcuts. Ive excluded many of the shortcuts that are beyond the basics. Less is more. Advanced Features Enable shell intergration imgcat filename D...
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...
Tree-sitter Neovim Config Cheatsheet
treesitter is a parser for programming and scripting languages. Tree-sitter helps with syntax highlighting, code formatting and for looking up code function definitions right from your code editor....
Twig Cheatsheet
Twig coding overview, conditional statements extends, arrays, objects, loops
Technical SEO Checklist
Technical SEO refers to the process of optimizing the technical aspects of your website to ensure that it can be effectively crawled, indexed, and understood by search engines. It focuses on improv...
Fix Gyp Error with NVM
Try this if you cant run npm install because you keep getting gyp ERR!
Zip Command Cheatsheet
Cheatsheet for running zip on the commandline
Add SEO Schema to Wordpress page using ACF and ChatGPT
** Prerequisites ** acf plugin installed chatgpt credits Create header scripts field Create your textarea field and apply it to pages Add code to your header.php In your theme locate ...