Welcome to My Blog

JS

Web Components - Communication

If you're working with web components on the same page and want to establish communication between them...

Dec 15, 2023
JS

Native Web Components - part III

In Part I we already talked about the lifecycle events like "connectedCallback" which is called every...

Oct 04, 2022
JS

Native Web Components - part II

every time the component has to render the content it rebuilds the whole HTML structure. Therefore, "innerHTML" is less...

Aug 25, 2022
JS

Native Web Components - part I

Web Components is a suite of different technologies allowing you to create reusable custom elements — with their functionality...

Aug 13, 2022
NODE

Send HTML mails with NodeJS

When you search for "sending html mail with nodeJS", you'll find several articles and code snippets but none of them is explaining the...

Feb 12, 2022
MISC

App for well organized Calls

Planning for different time zones sales calls needs to be efficient, Int-CallPlanner is here to help you never miss a call nor any opportunity...

Jan 01, 2022
JS

HTML-element visibility check

One of the best known functions when it comes to turning effects on / off on elements which are not yet visible (for example only after a scroll)...

Dec 26, 2019
JS

Extending DOM elements

During the development of a site or a web application, it is sometimes very practical to want to use your own methods with the elements of the DOM...

Nov 20, 2017