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
Drupal website install and configuration guide.
Avoid using online services to remove silence from audio files. (they just want to on sell your email address). If you have homebrew installed the process to remove silence from audio files can be ...
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: ...
Keeping your domains organised is essential for anyone in the online space. I dont own a lot of domains, but enough to be worried about keeping then organised. A key part to any organised system i...
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...