October 18, 2014 — GlotPress is a collaborative, web-based software translation tool and it’s the tool that was build for WordPress. This session will show the future of this tool and the roadmap to make GlotPress one of the best tools out there and a tool every plugin developer will use.
March 21, 2014 — 10 ans déjà que la première version de WordPress est sortie. Hériter du projet b2, il s’est enrichi au fur à et mesure des années de milliers de lignes de code pour donner naissance à toutes les super fonctionnalités que nous connaissons aujourd’hui.
Cette présentation portera sur le code source originel de 2003, toutes ses évolutions majeures depuis et sur comment WordPress en est venu à équiper près de 20% du web tout en continuant d’intégrer de nouvelles fonctionnalités. Tout ça pour en faire le meilleur outil de gestion de contenu qui existe.
March 21, 2014 — 10 ans déjà que la première version de WordPress est sortie. Hériter du projet b2, il s’est enrichi au fur à et mesure des années de milliers de lignes de code pour donner naissance à toutes les super fonctionnalités que nous connaissons aujourd’hui.
Cette présentation portera sur le code source originel de 2003, toutes ses évolutions majeures depuis et sur comment WordPress en est venu à équiper près de 20% du web tout en continuant d’intégrer de nouvelles fonctionnalités. Tout ça pour en faire le meilleur outil de gestion de contenu qui existe.
January 24, 2014 — In this presentation Marko Heijnen talks more about the workflow and what are the best practices and techniques of creating WordPress plugins.
December 23, 2013 — Discussion about all things media with Marko Heijnen, Mike Schroder and Scott Taylor
December 9, 2013 — In the past, image manipulation in WordPress was an alchemy of mixing GD functions and WordPress functions together to (hopefully) turn out the desired result. In WordPress 3.5+, GD is abstracted out, and a new class, WP_Image_Editor, allows easy manipulation of image files. This lets you perform simple resizing, crops, flips, rotates, and real-time streaming of those results using Imagick or GD. But, that’s not all! You can also easily extend WordPress’ classes to add your own functions, or replace the entire engine with your own.
This session will walk through what’s changed for image manipulation in 3.5, and explain ways you can take advantage of the APIs, both through using them directly and extending them for plugins of your own.
July 6, 2013 — This presentation goes into several code examples starting with a simple one what explains how to create a new re-sized image from a random file on disk, explaining how you can write your own implementation and shows code on how to implement WPThumb as the WordPress main image manipulator.
March 12, 2013 — Loop je regelmatig tegen beperkingen in de WordPress back-end aan? Of werken standaard plugins niet altijd zoals je wilt? Marko laat aan de hand van levendige voorbeelden zien hoe je de WordPress Back-end gebruikersvriendelijker kunt maken, door middel van custom coded plugins!
February 25, 2013 — Everyone always wonder what you can do with a WordPress network installation. This presentation shows a new service for Artists. They can create their own site like WordPress.com but they can also have their own mobile app and connect to their fans in a great way.
February 19, 2013 — Marko Heijnen discusses the new media flow in WordPress 3.5 & how you can do awesome stuff with it. He also digs into the new WP_Image_Editor, the backend API for doing all that awesome stuff and how to use it.