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
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...
Color for User Interfaces Colour is a critical part of a UI website design. And a huge part of the UI design process. Starting with the right colour range can drastically improve the outcome and qu...
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. Submit Partial information. On a multipage form you can captu...
Use the power and structure of GIT in your web development workflow with these helpful Git commands.
Configure gtm to track the important user events on your website.
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...
// 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...
Setup Node SASS Watch If your a frontend web developer, then CSS is your bread-and-butter. For a long time, CSS is all us frontend devs had. CSS is pretty limited. It lacks variables and functions...