December 1, 2017 — Das Pluginkollektiv hat einige beliebte Plugins von Sergej Müller übernommen und betreut und entwickelt die Plugins weiter. In dem Video erzählen euch Entwickler des Pluginkollektivs was es damit auf sich hat und zeigt euch wie ihr mitmachen könnt.
November 29, 2017 — Bernhard Kau describes how to use docker for the local development environment.
November 21, 2016 — The Child Theme concept is well known to many theme developers. Sometimes people ask, if there is something similar for plugins. Unfortunately, no.
At least not exactly. There are many ways to customize a plugin without modifying the plugin’s original code. In this session I would like to present some of there techniques and talk about the advantages and disadvantages of each approach.
September 10, 2016 — Das Konzept von Child Themes wird wohl vielen Theme-Entwicklern bekannt sein. Sehr häufig kommt dann auch die Frage auf, ob es auch so etwas wie Child Plugins gibt. Die Antwort hierauf ist leider nein.
Aber es gibt sehr viele Möglichkeiten ein Plugin anzupassen, ohne den Code selbst verändern zu müssen. In meiner Session möchte ich euch daher die verschiedenen Möglichkeiten zeigen und auf die Vor- und Nachteile davon eingehen.
April 21, 2016 — A responsive design has become a standard of modern WordPress theme. But not only the content of a website has to be optimized for the mobile screen. The theme should also provide high resolution images and icons. Using SVG images here is usually the best way to accomplish this goal. This session will give a brief overview on how you can utilize Scalable Vector Graphics.
February 4, 2016 — As a plugin developer, you should write code that plays well with other plugins. When a plugin is not initialized in an optimal way, it can be hard or even impossible for other plugins, to interact with it. In this lightning talk I would like to give you some tips on how to do it right in your plugins, which can also decrease the number of service requests.
October 9, 2015 — Every web designer should know how to build a responsive website using some fancy CSS3 features. But dealing with different browsers and with constantly changing clients request can be a huge hassle.
This introduction session will give you a brief overview over the features of SASS. You will learn how to utilize SASS to speed up your development and handle those clients’ requests with ease.
June 25, 2015 — In seinem Vortrag zeigt Bernhard Kau eine Einführung in die Arbeitsweise von CSS-Präprozessoren. Am Beispiel von SASS werden Funktionen gezeigt, die bei der täglichen Arbeit mit CSS helfen können.
April 26, 2015 — Projektbezogene Textänderungen bei Plugins bzw. Themes sind ein häufiger Kunden- bzw. Support-Wunsch. Aufgrund der Struktur von WordPress bzw. Plugins & Themes ergeben sich dabei einige Probleme im Alltagsbetrieb beim Sprach- und Übersetzungsmanagement. Die Session will dafür sensibilisieren und anhand eines Shop-Plugins Lösungswege aufzeigen.
April 17, 2015 — Das Auto-Update: Aktualisierung von WordPress-Komponenten ohne Zutun des Admins, eingeführt mit Version 3.8. Sollte ich es Deaktivieren? NEIN!