Blog
Hier schreiben wir über unsere Erfahrungen in der Webentwicklung, User-Interface Design und Projektmanagement.
-
Was kostet es eine Website erstellen zu lassen?
Hier erhältst du Antworten auf deine Fragen wieviel eine Website kostet
-
Live CMS Previews with Sanity and Eleventy
How to set up on-demand building in Eleventy to allow live content previews with Sanity CMS.
-
Shopify Bundle Builder
Mit einem Bundle Builder haben Verkäufer:innen jetzt die Möglichkeit geschickt mit vordefinierten Paketen und Rabatten zu arbeiten, um den durchschnittlichen Bestellwert ihrer Kund:innen zu erhöhen.
-
Wagtail Instagram Thumbnail Url Max Length
Facebook recently started having thumbnail_urls that are longer than the limit enforced by Wagtail (255 characters). In this post we will explore how to work (or "hack") around this limitation.
-
Wagtail Instagram New oEmbed API
Facebook recently deprecated the (now) legacy Instagram oEmbed API. This breaks embedding of Instagram posts in Wagtail. Here's how to work around this until the Wagtail Core Team can get to it.
-
Neon Mode: Building a new Dark UI
We recently added a darkmode to our website. It's not just white text on a black background though - this one has a few extra tricks up its sleeve. Here's how we built it.
-
Wagtail multi-language and internationalization
Websites often have an international audience. The process of serving translated content is referred to as "internationalization" or "multi-language" support. Here's how we're approaching that in our web projects using Wagtail.
-
How to build a language switcher in Wagtail / Django
A switcher enables users to seamlessly transition between different languages. But how can we achieve this functionality in a Wagtail project? We need a way to link pages together.
-
Initial data for Django projects - Fixtures, but better (part one)
Providing initial data for a web project can be cumbersome. Here's how to automate manual project setup tasks and save precious developer time.