A Git tutorial that makes it easy to understand GIT.
A documentation of GIT version control that can be grasped very quickly through visualisation: http://marklodato.github.io/visual-git-guide/index-en.html
A completely disorganised collection of short technical documentation, instructions and templates for self-service. Many of the snippets helped us with web development at the time, but consider the creation date of the contributions as the best-before date, because some of them are simply no longer "up to date".
A documentation of GIT version control that can be grasped very quickly through visualisation: http://marklodato.github.io/visual-git-guide/index-en.html
Preparation: Homebrew should be installed Valet should be installed and running: https://laravel.com/docs/7.x/valet Browser extension for PHPSTORM should be installed: https://www.jetbrains.com/help/phpstorm/browser-debugging-extensions.html gerry@webgarten ~ % brew install pecl gerry@webgarten ~ % pecl install xdebug In case of error message: Warning:...
Installation of redmine on Ubuntu Linux system. All steps from the history. Wherever "ERROR" appears, additional installation steps were necessary.
This shortcode writes the copyright sign with the current year and other info. Useful for the footer of a website.
A WordPress shortcode to display the "Jump to main content" link in a frontend area.
Insert this snippet into the CPT configuration and change it accordingly to display a CPT in another CPT. Useful for cross-references or relations between CPTs. (Example: contract contract element)
Use this gist (in functions.php) to hide the menu item "Posts" in the admin menu
This snippet gives a user with the editor role the rights to change the Customizer (Design -> Customizer) settings.
Troubleshooting: How to get to the bottom of the error "PHP Parse error: syntax error, unexpected end of file in ...".