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
Micro Modal
Download to project npm install micromodal --save move to public directory mv node_modules/micromodal src/js/vendor Import into project Enqueue the js https://unpkg.com/micromodal/dist/micr...
wordpress digitalocean migration guide
WordPress Migration to DigitalOcean App Platform with Docker Overview This guide walks through migrating a production WordPress site to DigitalOcean’s App Platform using Docker containers. App Pl...
Managing Custom Image Sizes in Drupal 11
Managing Images in Drupal Drupal shines when it comes to managing images. Specifically around serving an appropriate size images to the user regardless of what size the image was originally loaded...
developer interview questions
What do you use for your local environment. Ie: ddev, xampp, mamp. How would you go about creating 2 different versions / styles of a paragraph block? How do you do fluid scalable typography and pa...
Metafields vs Custom Templates in Shopify
What factors should I consider when choosing to use a custom template for collections or use metafields in a shopify theme development? This is a classic “layout vs. content” trade-off in Shopify....
Drush Cheatsheet
With a new Drupal install either locally or on a remote server Drush is probably one of the first modules you will want to install. It will help you do lots of other things that would otherwise be ...
Add Custom Fonts to Shopify theme
Convert your free ttf fonts to woff and woff2 using the mighty fontsquirrel. go to your theme in shopify. upload your woffs to assets directory.. assets directory wont upload a folder. So jus...
drupal microcontent cheatsheet
Microcontent Microcontent is a drupal module for usable fragments of content that can be configured to display throughout your site. Microcontent is a module Microcontent is the blueprint fo...
Drupal display modes cheatsheet
Custom display modes Drupal offers some ways to change the appearance of your content forms in the admin and also the appearance of your content on the frontend view. This article is focused on ar...
Drupal content reference entities
Content Reference Entities A content entity based page construction technique. This technique is native to Drupal and is suitable for working with premade finished nodes of content. So you can cre...