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
Ternary operators Basic True / False Declaration $is_admin = ($user['permissions'] == 'admin') ? true : false; Conditional Welcome Message echo 'Welcome '.($user['is_logged_in'] ? $user['first_na...
Why use SEO Schema on a Webpage Using SEO schema (structured data markup) on a webpage is beneficial because it helps search engines better understand the content of your site. Here’s why it’s imp...
Cname To create a CNAME record, you need specific pieces of information related to your domain and the target you’re pointing to. Here’s how to gather all the necessary information step-by-step: ...
Now that Google has sold All our domains to squarespace. It’s time to transfer everything over from squarespace to cloudflare. Why? Because i just dont like page builders like squarespace. Im a cod...
Using z on macOS is straightforward once installed. Follow these steps to get started and use z effectively: 1. Install z Using Homebrew (Recommended): Open your terminal. Run: brew install z 2...
Guest Posting Guest posting (or guest blogging) is an SEO and content marketing strategy where an individual writes and publishes an article or blog post on someone else’s website. The primary goa...
Upgrading PHP on the web server Firstly, this article is primarily about upgrading the php version of the webserver rather then the php-cli version. to find the php-cli version run php -v on the ...
If you have an ssh access to a remote server. Deploying websites with rsync is a great option for simple sites and solo projects. Here’s a concise rsync cheatsheet for quick reference: Basic Synt...
Basic overview of the areas covered in WordPress Training. Login yourdomain.com/wp-admin Login and forgotten username and password reset User Setting Managing users and setting the user...
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 explorer...