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
Slick Slider Code Examples
Slick slider relies on jquery. jquery is old. and old is stupid. maybe try something new. like https://swiperjs.com In a sea of sliders and carousels, “Slick slider” has been in our toolkit for al...
Shopify Github Integration
Keep your live shopify website and local dev synced by using github. Prerequisites Github repo for your shopify website shopify local dev environment Important to note that there is no ...
Technical SEO Checklist
Technical SEO refers to the process of optimising the technical aspects of your website to ensure that it can be effectively crawled, indexed, and understood by search engines. It focuses on improv...
Deploy to WPEngine Using Git Push
Sometimes you can think something is more complicated than it is. And sometimes you get beaten down by the fear or the overwhelm of a concept. That’s why I have created this article. It breaks down...
Deploy files to a remote server using git push
To deploy files to a remote server using Git, you can follow these general steps. As you may need to do this process several times before it works. Its best to set up an external text file so you d...
Tmux Cheatsheet
Tmux Windows and Panes Cheatsheet Run these shortcuts from within vim once you have created a tmux session from your terminal. Open window explorer prefix w Close window from the window explore...
Shopify Theme Customisation
Integrating a new Shopify Theme into your Store So, You found a brand-new theme and now it’s time to install it and integrate it into your website. Steps to take login to your store purchas...
Shopify CLI Cheatsheet
setup a local shopify website on your computer and deploy your theme with shopify cli.
Shopify Cheatsheet
General admin and site development and maintenance cheatsheet for site owners
Valet Cheatsheet
Serve a single site After installing your php framework or cms, run the below command in your projects root directory, you can now access the site at the currentdirectoryname.test valet link As...