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
CSS Cheatsheet
css code examples and for styling modern websites
HTTP Server local
If you want to do a quick development test with some HTML and some JavaScript a good solution is to fire up a HTTP server for local development testing. You can run/install this in the folder your ...
SMTP Cheatsheet
Website not sending mail? Maybe time to implement SMTP.
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 ...
Fix Gyp Error with NVM
Try this if you cant run npm install because you keep getting gyp ERR!
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....
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...
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...
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. ...