This morning, my timeline on Twitter was full of pictures and remarks about Tesla's new "Cybertruck" with the futuristic and plain look, brutal even. One of the first things that came to my under-coffeed mind then was "hm, this looks so angular, this was maybe designed with CSS?" As one does, a tweet followed: "css…
Archiv für "Gebastel" (Seite 4)
The Layers Of The Web
Jeremy Keith's talk at Beyond Tellerrand Berlin 2019 about the "layers of the web" (be sure to watch this!) inspired me to a quick css animation experiment on codepen: See the Pen Web Layers Of Pace by Tom (@webrocker) on CodePen. Be sure to look at it in the full screen mode, the thing currently…
You Pay (Or Maybe You Don’t) - Heydon Pickering
Aside from the fact that Heydon and Andy have published a very interesting work regarding the art of (writing less) CSS "Every Layout" - and want to get paid for the value this will bring to your arsenal - this blog post is a very good read.
Using Framework Powers For Good - Marcus Herrmann
Marcus has compiled a great collection of ways how (js) frameworks, which are often blamed for being responsible for unaccessible sites, can actually help in getting things right, a11y-wise.
WordPress filter for lazy loading src
Chris Coyier (@css) has shared a code snippet that will add loading="lazy" to every scr=" instance in WordPress's content. But this will replace every instance, not only in img or iframe tags, which can lead to some unwanted replacements. Here's my version for that filter: // in theme’s functions.php or a plugin function wbr_add_lazy_loading($content){ $content…
TYPO3 8.7 translation handling of page media
Yesterday I once again got stuck with a seemingly simple task that quickly turned out to be a veritable rabbit hole: In a client website the header images are managed using the 'resources' tab of a page. File references are stored in the 'media' column of the pages table in the database. The site is…
wget it on
Today the german hosting company "domainFactory" (dF) announced that they will stop supporting the old PHP Versions 4 and 5. dF is one of the last providers to do so. So this comes as no surprise and I've been waiting for this moment for quite a while now: We have a couple of $clients that…
WordPress 5.2
Eine neue fünfer WordPress-Version ist gestern erschienen, mit einigen Zutaten, die den Entwicklern und Admins von WordPress-befeuerten Seiten das Leben leichter machen sollen und man hat wohl die Zugänglichkeit des Backends weiter verbessert: Die Mindest-PHP-Version wurde auf 5.6 angehoben - ganz alte und/oder ungepflegte Webhostingumgebungen mit PHP 5.2 könnten da Probleme bekommen. Das Update bekommt…
WordPress 5.1.1 Security + Maintenance Release
Heute Nacht ist ein neues Update für WordPress 5 und ältere Versionen erschienen: Wie immer bei Security-Gedöns: Aktualisieren, los, jetzt.
Deflektorschild
Ich hatte gerade in einem - zugegebenermaßen leicht rant-gruppigen - Gespräch über einem vergorenem Apfelgetränk einem guten Freund versucht zu erklären, warum mich das IrgendwasMitWebArbeiten zuweilen so … auslaugt. Dabei fiel das Wort "Deflektorschild". Ihr kennt das doch, wenn bei StarTrek sich die Raumschiffe beharken, und irgendwann kommt dann: "Capt'n, die Schildenergie ist runter auf…
WordPress 5.1 - Betty ist da
Following WordPress 5.0 — a major release which introduced the new block editor — 5.1 focuses on polish, in particular by improving the overall performance of the editor. In addition, this release paves the way for a better, faster, and more secure WordPress with some essential tools for site administrators and developers. wordpress.org Ich wartete hier in meiner Bloghütte…