I will participate in the WordCamp Europe 2023 as a volunteer
After 3 years of Covid abstinence I finally have the opportunity to attend a WordCamp in person again and I am sooooo happy about that! And what could be better to “fresh start” with WordCamp Europe? WordCamp Europe is the biggest of all WordCamps and especially brings together the European WordPress community. This year WordCamp […]
ChatGPT first try and Bingo!
Its very impressed how easy it is to generate code with ChatGPT. Today i signed up for an ChatGPT account and one of my first questions was: Write me a WordPress plugin make a database backup every day. This is what ChatGPT answers me immediately: Not bad! Of course this code is not “best practice” […]
Goodbye Twitter
In May i had my 10th Twitter anniversary for my old account @HeikoMamerow. But because I haven’t liked Twitter for a long time, I figured it would be a good time to scale back my social media presents further. I was already on Twitter with other accounts long before. I started this account for my […]
Preload CSS background image with CSS
If a CSS background image is to change on mouseover, there is always an unsightly loading delay on the first hover. Because the hover image must first be loaded by the browser. To make the hover image visible on the first mouseover without delay, it must be preloaded. Normally the image could be preloaded with […]
Switch from reCAPTCHA to hCaptcha for GDPR
With the judgment of the regional court München from 20.01.2022 it was made clear that in Germany Google Fonts are no longer allowed to be embedded remotely without the consent of the user. Therefore is it best to load the fonts locally. This means the fonts need to store on the same location where the […]
Hovering with inline CSS variables
Recently I had a nice little problem to solve: I need to change a dynamic bunch of inline background images (SVG icons) via CSS. The user should manage the icons in WordPress with custom fields. Origin code example with static inline background image: As you can see above every icon is just a div box […]
Hello world!
Welcome to my new website. This is my first post. After 3 years of not publishing and just reading others weblogs I decided to freeze my old blog and make a new start. Funny thing: My old website started in January 2012 and was running with Twenty Twelve. Now exact 10 years later i changed […]