Webevelopment, DevOps & Co. — webdeasy.de

Adding WordPress Admin Bar Item (incl. Icon)

Here you will learn how to add your own Items to the WordPress Admin Bar with just a few lines of code and customize them […]
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

Add WYSIWYG editor in WordPress comments (without plugin)

By default, WordPress comments can only be written as plain text. I’ll show you how to add a WYSIWYG editor so visitors can format their […]
Read more

Indispensable: The 9 best WordPress plugins (all free!)

The free CMS WordPress officially has almost 60,000 plugins. But which WordPress plugins do you really need? I present you 9 free WordPress plugins that […]
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 generate Git SSH Keys (Windows, Mac & Linux)

In this tutorial, you will learn step-by-step how to generate, set up and store a Git SSH key for repository cloning.
Read more

Using Ajax in WordPress: The right way

Using Ajax in WordPress makes perfect sense in many places. A better user experience and shorter loading times are often the goal. You can find […]
Read more

15 genius CSS Hamburger Menus (+ animations)

Responsive web design has long been standard on the web. Almost every website has a menu on mobile devices, which is mostly realized by a […]
Read more

Website security tips: 11 tips to protect your website

Website security: At this very moment, countless websites are the target of hacker attacks. Uninstalled updates and ignorance are often to blame. These 11 website […]
Read more

Windows: (S)FTP Server as a Network Drive (with Drive Letter)

You want to manage files on your (S)FTP server, but the normal Windows network drive can’t do many functions? I’ll show you a free tool […]
Read more

20 Basic Linux Commands for Beginners (+ Explanations)

New to the Linux world and no idea which commands you need for what? Then you are not alone: All beginnings are difficult, but here […]
Read more

60 CSS Loading Animations

Looking for creative and inspiring CSS Loaders to bridge website wait times? Our selection of the most innovative CSS Loading animations and Spinners is 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

The 9 Best Free SEO Tools

In this article, I will introduce you to the best free SEO tools that will help you with search engine optimisation – for free!
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

35 HTML 404 Page Templates

When you call up a page that does not (or no longer) exist, you are redirected to 404 pages. But this is not directly bad, […]
Read more

jQuery to JavaScript Converter (Online tool + instructions)

With my jQuery to JavaScript Converter you can quickly and easily convert from jQuery to vanilla JS.
Read more

15 useful WordPress Code Snippets to improve your website!

WordPress Code Snippets can replace plugins, as plugins often make your site slow and often include too many features. With these 15 WordPress Snippets you […]
Read more

Node.js tutorial for beginners | Learn NodeJS

This Node.js tutorial is perfect for beginners who want to learn how to programme with Node.js. You will learn the basics of Node.js, the most […]
Read more

How the Domain Name System (DNS) works – Basics

DNS stands for Domain Name System and is one of the many systems that have been labelled as complicated. The concept is as simple as […]
Read more