February 5, 2016 — As developer we can get excited about a new project idea and immediately we start coding and hacking to get a first alpha version ready. But in most cases our initial implementation idea is by far neither the best nor the fastest to implement. In this lightning talk I want to show you one example, where I exploit another plugin to accomplish my task and it saved me a lot of time.
February 5, 2016 — In dieser Session erhaltet ihr einen Einblick in Themen wie die Verwendung von CSS Sprites und Icon-Fonts, Optimierung für Retina Displays, sowie einige Anregungen um ein wahrer CSS Magier zu werden.
February 4, 2016 — Bei der Erstellung von modernen Websites kommt man an dem Thema Mehrsprachigkeit heute nicht mehr vorbei. Die dafür notwendigen Funktionalitäten werden von WordPress bereits mitgeliefert. Bei dieser Session geht es um das notwendige Wissen, um die für die eigenen oder für Kunden erstellten Themen und Plugins auf den Einsatz mit mehreren Sprachen vorzubereiten bzw. fit für den Einsatz in einer mehrsprachigen Konfiguration zu machen.
February 4, 2016 — Dieser Lightning-Talk soll dir ein Überblick über die Template-Hierarchie geben. Diese wird anhand von Beispielen erklärt. Im Nachhinein werde ich zeigen, wie man ein eigenes Template in die Hierarchie mit einfließen lassen kann.
February 4, 2016 — This session gives an introduction to how to test WordPress plugins with unit tests, focusing on the advantages it provides. We’ll have a look together at the main steps to set up a first test case.
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.
February 4, 2016 — Inne podejście oraz wykorzystanie nowych natywnych możliwości html5, css3, javascript do budowania frontendu.
Program prelekcji:
1. Szablony stron w HTML5 i CSS3 – inne podejście
2. Przygotowanie danych do serwowania (REST API, cache, WordPress tylko jako narzędzie do edycji)
3. Renderowanie GUI po stronie klienta zamiast po stronie serwera
4. Wykorzystanie wspólnych szablonów HTML: zarówno po stronie klienta jak i serwera (w niektórych przypadkach)
5. Rezygnacja z nadmiarowych frameworków oraz bibliotek (jquery) – podejście Vanilla JS
February 3, 2016 — What would happen if schools were powered by free and open source software? What if students were trusted and given the freedom to explore and experiment with their school-issued devices?
The results may surprise you.
Free and open source software has fueled Penn Manor School District’s classrooms for over a decade. The strategy culminated in a high school 1:1 learning program, where students received 1700 school-supplied laptops exclusively loaded with Linux and open source software.
Charlie will tell the unusual story of how Penn Manor applied open source principles to better prepare students for college, careers and beyond.
Central to the program is a student apprenticeship, where high school students form the core of a sophisticated help desk team, and write code used by their peers everyday.
February 1, 2016 — Nicht „Was die Welt im Innersten zusammenhält“, sondern was uns WordPress möglichst weit öffnet, das sind die Hooks. Egal ob Theme oder Plugin, um etwas in WordPress zu ändern, zu erweitern, umzubauen und das ohne dass man direkt im WordPress Code ändert, dazu muss man verstehen was Hooks sind und wie diese Funktionieren. Egal ob man ein komplexes Plugin bauen möchte oder nur in seinem verwendeten Theme z.B. den Titel der Beiträge manipulieren möchte.
January 29, 2016 — The picture element and src attributes are coming to all mayor browsers so we can start using them in our code and our sites. Furthermore, responsive images support is coming to WordPress in 4.4, high time for everyone to know about this 🙂