Start Blog Projects
DE
You currently see all blog posts Show only posts in English language Nur Beiträge auf Deutsch zeigen
german coding css fluent-design frosted-glass fx how-to tutorial

Frosted Glass Effect CSS Tutorial

2017-07-22

[embed]https://www.youtube.com/watch?v=1yCGUe8w5oA[/embed] In diesem Video zeige ich wie einfach es ist, den Frosted Glass-Effekt mit CSS umzusetzen. Der Frosted Glass-Effekt ist gerade sehr...

Read full article


german debug javascript node-js production publish

Node.js: Check if you are in debug or production mode

2017-05-10

Sometimes you have to use other values in a variable when your application is in production as if when you are debugging it. For example you have to use another web service URL. Here is how...

Read full article


german example regex regular-expression tutorial

Regular expression collection

2017-05-08

On this post I want to collect different regular expressions, that I used in my projects so I can find them very quick, when I need them in the future. For more useful regular expressions you shoul...

Read full article


german dom javascript

JS: Hide an element when clicking on somewhere else

2017-05-08

Hint: I used the functions removeClass() and addClass() to make things easier. You can find them on

Read full article


german dom helper javascript

JavaScript "hasClass()", "addClass()", "removeClass()" helper functions

2017-05-08

If you're like me and come from jQuery to pure JavaScript, these helper functions might be very helpful for you: function hasClass(el, className) { if (el.classList) return el.classList.cont...

Read full article


german code javascript ux web webdev

Try to avoid loops in JavaScript for better performance

2017-04-03

Use objects instead of arrays A benefit of objects is that you can directly call its children elements (properties) by name. While arrays only have index numbers. Here is a simple e...

Read full article


  • Latest
  • Previous
  • Next
  • Last
Development Contact Imprint Privacy policy
Mastodon Bluesky Twitter (DE) Twitter (EN)
GitHub Behance Instagram YouTube

Copyright 2022- by LGK. All rights reserved.
HK Grotesk font licensed SIL. Bootstrap and Bootstrap Icons licensed MIT. Built with 11ty.