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
A Linux file system is made up of users, groups and files. The files need the appropriate permissions so that users can work with them. File permissions In order to create, remove, update and del...
No value set for skill_level_required This article is compilation of some of the more intricate Gravity Forms Functions and Features. Disable duplicate submissions Below are some methods you can...
Use the power and structure of GIT in your web development workflow with these helpful Git commands.
Google Tags, triggers and Tracking form submissions, phone and email clicks, site search.
Creating SEO title tags and Meta Descriptions What Are Title Tags? Title tags are HTML elements that define the title of a webpage. They appear as clickable headlines in search engine results pag...
To set up Gmail as the mailer for sending emails from your WordPress site using the WP Mail SMTP plugin, follow these steps: Step 1: Install and Activate WP Mail SMTP Plugin 1.Go to your WordPress...
Enable media embed modules swap out the default media icon module for the drupal embed media icon module when you add images to the Text (formatted, long, with summary). you want to have a cho...
Best to implement image sizes at the start of the project Its built into the core create your ideal image size In the Manage Display apply the custom image size by hitting the cog wheel to yo...
// Get Product ID $product->get_id(); // Get Product General Info $product->get_type(); $product->get_name(); $product->get_slug(); $product->get_date_created(); $product->get...
Watching sass --watch sass:css Comments // I will not show when compiled /* I will be shown when compiled */ Imports @import 'foo'; Variables $foo: #000 !default; $bar: baz qux quux corge;...