Category: JavaScript

JavaScript has become one of the most popular and widely used scripting languages in recent years. Through Node.js JavaScript has also found its way into server-side programming and through the countless front-end frameworks such as Vue.js, React.js and AngularJS it is very popular among most web developers!

You can now take your chance and learn more about the exciting scripting language through the numerous articles about JavaScript.

You're interested in JavaScript?
Then subscribe our newsletter!

Programming Real Time Charts & Graphs with JavaScript

With Real Time Charts and Graphs you can enhance your dashboard or infoboard and get and display the latest data in real time. A nice […]
Read more

How to build Vue.js apps without Node, Webpack, npm, build tools or CLI

I love Vue.js and for larger applications the development with Node.js is quite feasible. However, if you want to build a “normal” website it’s often […]
Read more

RegEx Validation: Cheatsheet of the most common regular expressions for validation (+ HowTo)

Regular expressions are often used to validate user input. These are repeated when validating the same input. Therefore I have created a list with the […]
Read more

WordPress: Pass PHP Variables to JavaScript

WordPress provides a simple, secure and fast way to pass arbitrary PHP variables to a JavaScript file.
Read more

JavaScript Arrays – JS Array Functions Explained (Cheatsheet)

JavaScript arrays are list-like structures, can store data and are necessary for almost every program. I explain the most important JavaScript array functions here.
Read more

Programming Reading Position Indicator (CSS & JavaScript)

The Reading Position Indicator is a bar on your website that shows how much the visitor has already read of your content – and you […]
Read more

How to use Ajax in WordPress: The right way (+ Example)

With Ajax you can exchange data with a server without having to reload the page. I’ll show you how to use Ajax correctly in WordPress […]
Read more

Rest API Testing with Postman: An Introduction

Testing of Rest APIs is one of the most important tasks in application development. A good strategy of approach can detect many errors before the […]
Read more

How to integrate Google Analytics into your Vue.js App

Google Analytics is a free tracking tool to analyse your website visitors – this is also possible in Vue.js Apps. Here you can find out […]
Read more

JavaScript Speech Recognition – A Voice controlled ToDo List

With the JavaScript Speech Recoginition API you can implement quite simply ingenious functions that can quickly make native apps look old. This article will show […]
Read more

Double Opt-In in Node.js: Sending User Confirmation Emails

The double opt-in procedure has established itself as the standard for all types of registrations on the Internet in recent years. I will show you […]
Read more

Detect tab changes in the browser: JavaScript Blur & Focus

By detecting the tab change in the browser you can conjure up some cool functions. And you can find out how to do this here!
Read more

How to integrate Matomo into your Vue.js application

Matomo allows us to perform analysis and tracking under privacy protection. Matomo is also easy to integrate into Vue.js. I will show you how it […]
Read more

From jQuery to JavaScript (Cheatsheet & Workflow)

Moving from jQuery to JavaScript offers several advantages. Besides removing dead code, you can also increase your website speed for SEO.
Read more

Node.js Tutorial: Learn how to develop Node applications

This Node.js tutorial is aimed at absolute beginners who want to learn how to program with Node.js.
Read more

Programming a game with Vue.js? – Of course!

Programming multiplayer games is a dream for many! I will show you with a practical example that you can develop a multiplayer game with Vue.js.
Read more

Vue.js Login System with Vuex & Axios

In this article you will learn how to create a complete Vue.js login system with Vue.js, Vuex and Axios.
Read more

Node.js Login System with Express, JWT & MySQL (Rest API)

In this article you will learn how to use Node.js, Express, JWT (JSON Web Tokens) and MySQL to create your own Rest API for user […]
Read more

Vue i18n: How to translate your Vue.js App with vue-i18n

Multilingual Vue.js Apps? No problem! In this tutorial you’ll learn how to use the Vue i18n library to translate your Vue App.
Read more

Programming JavaScript Equalizer

Simply as a design element or functional, this equalizer is a real eye-catcher! Here I explain to you how you can program this equalizer yourself […]
Read more

Test AdBlocker – Is the AdBlocker active? (+ Adblocker Detection Script)

You want to know if your AdBlocker works or if the visitors of your website have activated an AdBlocker? Then you’ve come to the right […]
Read more

Program your own WYSIWYG editor – with HTML, CSS & JavaScript

Are you annoyed by missing or unnecessary functions in WYSIWYG editors? No problem! Here I show you how to create your own fully functional WYSIWYG […]
Read more

Programming interactive (rotatable) 3D cube

You move your cell phone and the cube turns? Yes! That’s exactly what we’re programming today. With the help of the devices alignment via JavaScript.
Read more

Programming Vue.js Fullpage Scroll

With Fullpage Scroll, “normal” scrolling is deactivated and you are always scrolled exactly into the next section. Here you can learn step by step how […]
Read more