
YouTube Hack: Playlist-Videos schneller löschen!
Ich nutze bei YouTube sehr gerne die "Später ansehen"-Playlist, um mir selbst ein Programm zusammenzustellen mit Videos, die ich nacheinander ansehen möchte. Ich pflege diese auch sehr fl...
Ich nutze bei YouTube sehr gerne die "Später ansehen"-Playlist, um mir selbst ein Programm zusammenzustellen mit Videos, die ich nacheinander ansehen möchte. Ich pflege diese auch sehr fl...
I recently started using Piskel more often, which is a cool web app to create cute pixel graphics and animations. It's pretty nice to use, but there was a t...
It’s kinda a tradition for me to use my Christmas holidays for a fun little project. Since Svelte became more and more a thing, so I wanted to do try it in practice myself. I also heard that Svelte...
Als Programmier:in entwickelt man mit der Zeit eine eigene Code-"Handschrift". Benutzt du für Strings einfache Anführungszeichen (') oder doppelte (")? Benu...
For some months I'm working on a cool project. It's a web app where users can design their own characters...
Seit längere Zeit schon habe ich Lust ein eigenes Spiel zu entwickeln. Dafür habe ich auch einige Ideen, allerdings hat mich bisher immer sehr schnell wieder die Motivation dazu verlassen. Trotzdem...
CodePen ist für mich eine geniale Plattformen, um sich inspirieren zu lassen und herauszufinden, was durch Web-Technologien alles möglich ist. Was mich aber...
Sometimes (well, actually pretty often) you have to use conditional statements inside of React Component's Render methods. You could do it like this: import React from "react&quo...
Manchmal kommt es vor, dass HTML-Markup innerhalb von JavaScript eingebunden werden soll. Etwa so: var htmlCode = "Hello World"; Ich nutze als dop...
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...
Hint: I used the functions removeClass() and addClass() to make things easier. You can find them on
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...
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...
In den Artikeln Traffic verringern: JavaScript-Dateien kombinieren und
Für das Kombinieren und Minimieren von JavaScript-Dateien, habe ich UglifyJS2 auf GitHub gefunden. Das ist ein Node.js-Modul. Um es zu verwe...
html_bones ist ein kleines Werkzeug fü...
[caption id="attachment_725" align="alignleft" width="300"]