HTML5 Accordion cheatsheet
The style and HTML Code The tricky part with the HTML5 Accordions for me was styling the pseudo marker element. Trying to customise this element to be a ‘Plus icon’ rather then a blocky triangle w...
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
Deep dives into the topics that matter most — curated collections of guides, cheatsheets and tutorials.
The style and HTML Code The tricky part with the HTML5 Accordions for me was styling the pseudo marker element. Trying to customise this element to be a ‘Plus icon’ rather then a blocky triangle w...
https://youtu.be/1in-Jhrxm9o?si=7CaruuHAWgnvPuIL Shipping Zones Shipping zones are the regions you like to ship to and the shipping methods offers Shipping Methods Shipping methods refer to the...
Cheatsheet for running zip on the commandline
<?php /** * WordPress Query Comprehensive Reference * Compiled by luetkemj - luetkemj.com * * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query * Source: http://core.trac.wordpress.org/...
If you want to do a quick development test with some HTML and some JavaScript a good solution is to fire up a HTTP server for local development testing. You can run/install this in the folder your ...
** Prerequisites ** acf plugin installed chatgpt credits Create header scripts field Create your textarea field and apply it to pages Add code to your header.php In your theme locate ...
Try this if you cant run npm install because you keep getting gyp ERR!
treesitter is a parser for programming and scripting languages. Tree-sitter helps with syntax highlighting, code formatting and for looking up code function definitions right from your code editor....
Shortcuts to speed up common Figma practices Hide/Show UI command / Type show, then check/uncheck the box for hideshow UI. Command / is like the master command in Figma. If you run that command...
Install php-curl on Apache on Ubuntu 20 If some plugins are not updating on your wordpress site. ensure Curl is enabled on the server. sudo apt update sudo apt install php8.0-curl sudo systemctl ...