Ghostscript Cheatsheet
Combine, manipulate, Merge, convert and Extract PDF files using Ghostscript with these powerful ghostscript commands
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
Handpicked cheatsheets and guides
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. S...
I’ve been using Git for a long time. Though for a long time I wasn’t using branches. I knew about them and I knew how powerful they were (or could be). I understood the concept. But you can’t use b...
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 ...
HTML data attributes are custom attributes that you can add to your HTML elements to store extra information. They are prefixed with “data-“ and can be used to hold data that is not displayed on th...
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 archiving different Disp...
css and scss code snippets for responsive tables, grids, youtube videos, fluid typography and flexbox.
Adding a google map to your wordpress website? Want to do it the coding way. Theres a couple things you should be aware of. Ensure the API loads before your map init script. Use the dependenc...
Svg security svg security is exposed when your site is open to svg uploads and you are allowing website users to upload there own files and content. they may upload malicious code in the svg gtag...
Add snippets to your functions.php hide acf fields on production Why do this? fields wont get overwritten when deploying from local or staging stop clients from deleting acf fields in prod...
If you already have your desktop fonts (Such as TTF format fonts), meaning fonts that work on your computer but you need these fonts in web format. You can use online tools to convert your TTF fon...