webdeasy.de — The IT-Blog

2-Year Ezoic Review: My Experience with AI-Optimized Ads and Improved User Engagement

Find out if Ezoic, the full-service platform, which uses artificial intelligence to serve ads and improve user experience, is really as simple and effective as […]
Read more

Set up Security Camera Livestream on Raspberry Pi (with USB webcam)

Security camera livestream with a Raspberry Pi? Of course! With a few tools it’s very easy and works great. Security cameras are often very expensive […]
Read more

Setting up VPN with DynDNS on the FRITZ!Box

VPNs are more popular than ever. But did you know that you can also use your FRITZX!Box as a VPN server? In combination with DynDNS, […]
Read more

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

Plesk CI/CD: Automatic deployment of a Node.js app (+ automatic frontend build)

With this Plesk CI/CD workflow you can host your Node.js app incl. frontend on your Plesk server completely automated. With automatic build of your frontend […]
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

15 beautiful CSS Forms

CSS Forms should not only serve their practical purpose, but can also look very nice on the side! A list of very descriptive forms can […]
Read more

Install Twitch App on Samsung TV – Here’s how!

Samsung currently does not offer an official Twitch app for Samsung Smart TVs. However, there is a way to install a Twitch app on a […]
Read more

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

9 free WordPress plugins you need in 2022

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

Git SSH Keys: Use private GitHub repository (clone, push, etc.)

To work with a private GitHub repository you need an SSH key to authenticate yourself to GitHub. You can learn how to set this up […]
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

10 awesome CSS Hamburger Menus

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

Website Security: 11 Steps to protect your Website from Attacks

At this very moment, countless websites become targets of hacker attacks. Often, uninstalled updates and ignorance are to blame. What you can do to prevent […]
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

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

50 inspiring Loading Animations (CSS and JavaScript)

To bridge waiting times on websites and in web applications, the use of CSS loading animations is perfectly suitable. Here you can find a selection […]
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