Kategorie: Tech
-
Static Website Editors
25 years ago the Web was built by hand, using impressive desktop GUI tools with offline templating and built-in web refactoring. This was the bees knees back then, believe me. Todays CMSes have largely pushed away the offline static web development, but static WYSIWYG web editors still enjoy their little niche. If you know what…
-
Deno 2
The newest major release of Deno, Deno 2 was released in Oktober, some 6 weeks ago or so. I missed out, because I was occupied with other things but I’m as of now catching up on the new feature-set and will likely use the new Deno in a project in an attempt to replace its…
-
Mobile First
„From here on out, if it’s not mobile-first, it is not web-design.“ Das heißt soviel wie: Von jetzt an gilt, ist es nicht mobile-first, ist es kein Webdesign. Dieser Spruch, der durch die Welt der professionellen Webentwicklung ging, ist nun ungefär 15 Jahre alt. Er wurde geprägt als zum ersten mal die Zahl der mobilen…
-
WordPress Kategorien, Schlagwörter und Taxonomien
Das Schlagwort- und Taxonomiesystem in WordPress ist vielseitig einsetzbar. Mit ein paar Zeilen PHP-Code an den richtigen Stellen kann man problemlos für jeden Inhaltstyp beliebig Schlagwort-Taxonomien anlegen. Es gibt auch bereits „ab Werk“ fertig eingerichtete Taxonomien. Hier eine kleine Erläuterung, was es damit in WordPress auf sich hat:
-
WordPress und seine Plugins
WordPress ist der Platzhirsch was Onlineredaktionssystem angeht. Und zwar durchaus zu recht. Es gibt von Experten viel Kritik an WordPress – wegen des Datenmodells und der laienhaften Integration der Datenbank als Innere Plattform, des wp_post Gottobjekts, hart verdrahteten URLs, der unzeitgemäßen rigiden Authentifizierung Marke Eigenbau, prozeduralen Programmierung und diversen anderen Eigenheiten. So fundiert diese Kritik…
-
SEO 2024
A few years back I wrote German piece on SEO, the somewhat obnoxious misuse the term gets from the broader masses and explained what the term „SEO“ actually means and how it relates to the shady claims of magic tricks to boost Google placement and search term domination. Having that issue covered it makes sense…
-
An all new Angular
Just this morning I had a very thorough and pleasant interview with a team that has its mission-critical stuff done with Angular. For me a good reason to check back with the Angular crew, also because they also were the pioneers of a PL that I’ve come to like and use in the mean time:…
-
State of the Word 2023
Matt and his crew together with the Spanish WordPress community just held the annual State of the Word keynote in Madrid. Interesting stuff, including a Gutenberg editor that’s growing more and more powerful.
-
The WordPress 2024 Theme
The brand new WordPress 2024 Theme is out and ready for use. This shows off the newest features of the Gutenberg Editor and its ever increasingly powerful pagebuilding features, that as of WordPress 6.4 now feature complete full page editing within the built-in Gutenberg pagebuilder and a bunch of updates and new default core WordPress…
-
Penpot
Looking for a professional free open source Screendesign tool that doesn’t lock you into subscriptions or fees but offers the full range of features? Penpot has you covered. I ran into this a few years ago but finally had the change to play around with it. And I’m impressed.
-
The Vue Ecosystem
For larger modern and VDOM-related frontend work the contemporary Vue ecosystem is a good choice and lets you move fast and deliver tried and tested results. Here’s a list of the broader technologies that yours truely recommends for non-trivial web projects using Vue as a foundation for your SPAs.
-
Hipster Compliant VDOM
VueJS is the third of The Big Three™ SPA/VDOM Toolkits and it enjoys an ever growing following. Sort of a mix of the best of React and Angular, it has a distinct „ISO-certified hipster compliant“ vibe about it and doesn’t fail to deliver on its „View!“ promise.
-
Lit & Kor
As an application platform the modern Browser is finally becoming more managable. MS IE and even the new one, MS Edge, are history, most Browsers are now based off the Blink Rendering Engine, meaning Chrome, with Safari and Firefox being modern exceptions that none-the-less offer most contemporary web-features. As a consequence it is now increasingly…
-
DropzoneJS & React Dropzone
Modern-Day Drag’n’Drop for the Web: DropzoneJS & React Dropzone. Enjoy.
-
Alle Docker Container stoppen
Um alle Docker Container zu stoppen, einfach diesen Befehl ausführen: Wie funktioniert das?Der ‚docker ps‘ Befehl listet alle laufenden Container. Die Option ‚-q‘ listet nur die IDs. Diese liste übergeben wir dem ‚docker kill‘ Befehl. Fertig. Alle Docker Container entfernen Wenn man die Container nicht nur stoppen, sondern auch entfernen will, einfach diesen Befehl ausführen:…
-
Inkscape Apply Transform
If you need to install the „Apply Transform“ Extension for Inkscape to easily … apply transforms (Duh.) on Linux you just need to execute this command and it will download the Inkscape extension scripts and deploy them straight to the global Inkscape extension directory:
-
Meet Deno, the new Node
Deno is a new implementation of a runtime environment by the original creator of Node. v1 came about roughly a year ago and it’s basically a redo of Node with all the insights gained and the newest proven technologies at its core. Deno is implemented in Rust and sports TypeScript as a native and first…
-
Cypress
Awesome new-era end-to-end testing.
-
Material UI – Material Design for React Applications
Nice. Check it out: Material UI.
-
Browser für die Webentwicklung
Für die Webentwicklung ergibt es oft Sinn, sich mehrere Browser zu installieren, um in getrennten Sessions und Nutzerkonten seine Webapplikationen zu testen. Hier eine Übersicht über verschiedene Browser, die sich weitgehend kollisionsfrei nebeneinander installieren lassen:
-
Svelte
While true Web Components are on the rise and the Google Polymer Project has ended its lifecycle and web component efforts are now continued with the super-light lit library, classic VDOM and PWA toolkits are still in wide use. The big three – React, Angular and Vue – have contenders, some of which have gained…