Creating a Website Brandkit
The Problem When designing & building a website, quite often there’s no supplied Brandkit or styleguide, there is just the clients logo. This is especially true when working with a startup com...
The Problem When designing & building a website, quite often there’s no supplied Brandkit or styleguide, there is just the clients logo. This is especially true when working with a startup com...
Search and Replace Utilizes a regular expression for searching every occurrence of [pattern] and replaces it with [replacement] without asking for confirmation. :%s/[pattern]/[replacement]...
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 once window explorer is open then...
Add snippets to your functions.php Custom Excerpt Length Change the length function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_lengt...
Prerequisites WPCLI installed Create child theme wp scaffold child-theme sample-theme --parent_theme=twentysixteen Content Commands wp post create --post_type=page --post_title="Your Page Tit...
Gutenberg copped a lot of criticism from people that were used to working within elementor or some other DIVI like system. I found using the keyboard shortcuts made working within Gutenberg far eas...
A list of some of the more critical keyboard shortcuts. Ive excluded many of the shortcuts that are beyond the basics. Less is more. Tabs New Tab Command + t Rename Tab Command i Close Tab...
When your designing your progress shouldn’t be stunted by the program. You need to be fluid, actively using the keyboard to glide through operations. As the pen is mightier the the sword, the k...
Shortcuts to speed up common Figma practices Switch to the Rectangle tool. The humble rectangle tool is awesome and therefor insanely popular.. I think its trending. Switch to it with ease with t...
treesitter is a parser for programming and scripting languages. Treesitter helps with syntax highlighting, code formatting and for looking up code function definitions right from your code editor. ...