Lavalamp effect
Sliding the background in a navigation to the current element is named lavalamp effect. I found a good tutorial and altered it a bit ...
html:
<div id="teaserNav">
Sliding the background in a navigation to the current element is named lavalamp effect. I found a good tutorial and altered it a bit ...
<div id="teaserNav">
Use the Google Analytics Debug (GA Debug) Chrome extension to check the event timeline of a page load and interaction.
Useful to test email sending on local development ...
Took a while to find it out:
find -type f -execdir bash -c 'var=$(basename "$PWD"); mv -- "$1" "${var%-*}_$(cut -c 3- < <(echo ${1}))"' execbash {} \;
My dev mysql service stopped working suddenly ... the logfile shows an error message:
awk '{gsub(/"/,"",$7); print $7}' access.log
Only not to forget it ... if you want to connect to a google doc (fEx a sheet to read data) you have to setup a Service account (Dienstkonto) at Google Cloud IAM.
Inspieriert von HTML 5 UP habe ich für die Ergotherapeutin in Innsbruck Brigitte Stärz eine Website aus nur einem einzigen Dokument erstellt, die alle Leistungen von Handtherapie bis zur Therapie v
During development, it's comfortable to have a command in bash history to create a quick development dump: