November 7, 2014 — A discussion of best practices for when and how to send out updates to plugins. The talk will include a discussion of deploying plugins from git to WordPress.org and how to best to use tags and branches to track stable releases, development releases, and past versions.
November 6, 2014 — The success of building your own plugin is all depends on how you start. From making the right decisions to finding the right structure and tools to maintain it.
We will cover during this talk the last part. I will short talk about how to setup your plugin, which things are needed and from there talk about some basic unit tests you should include in every plugin to make your live a bit easier. As last part I will cover grunt which is a task runner which can automate all your processes so you don’t need to even think about most of the things.
October 29, 2014 — Making the leap to writing your own WordPress plugin can seem impossible, but you can make it easy! In this talk, I’ll show you how to write the simplest possible WordPress plugin. The plugin won’t be able do much, but after writing it you will. You’ll learn how to add your own javascript, css, and php while making sure that all the code you write works correctly with WordPress and any other plugins you run.
The truth is that working with WordPress plugins opens up a new universe of creativity and it’s easy to feel a little overwhelmed by it. Some of the best plugins can have thousands of lines of code and might even interact with several web services. If that’s what a plugin needs to be, how could anyone ever get started? The solution is to figure out a Minimum Viable Plugin and start learning by creating the smallest plugin we can get away with.
You’ll be surprised how far you can go just by writing simple plugins, too. Sometimes, you just want to slightly tweak the functionality of WordPress, or even another plugin, and a simple plugin will get the job done. We’ll look at a few other small plugins I’ve written that make the WordPress sites they run on a little friendlier or just work better.
And, after you’ve built the simplest possible plugin, you can try developing the second simplest possible plugin on your own. We’ll talk about a few ideas you might like to try next. And once you’ve made a few simple plugins, you’ll find yourself making plugins that might have seemed to hard to even begin before. There’s a while lot of plugin development to do after you make the simplest possible plugin, but it’s an excellent way to get started.
October 20, 2014 — Nichts ist mächtiger als eine Idee, deren Zeit gekommen ist, nur wie setzt man sie um? Die Session behandelt anhand des Plugins SOSERE die wesentlichen Stufen und Herausforderungen bei der Umsetzung einer Plugin-Idee und ihrer Weiterentwicklung.
October 5, 2014 — A look at how anything is possible with the power of WordPress and its community.
September 24, 2014 — The purpose of this presentation is to give a very basic introduction to the creation of a new plugin. The audience will learn about using the Codex, actions, filters, shortcodes, custom settings, and some best practices. The resulting custom plugin will be able to add custom css, insert fancy horizontal breaks, link to existing posts, add color to text, and find and replace content in WordPress posts and pages on display. An existing understanding of some PHP is required to get the most value from this presentation.
August 21, 2014 — En demonstration af hvordan man kan lave en webside med WordPress-indhold, der opdateres/hentes ved hjælp af Ajax og Javascript – dvs. uden at hele siden skal genindlæses når indholdet ændres. Indlægget er beregnet på personer med nogen erfaring i at lave temaer og/eller plugins til WordPress.
August 5, 2014 — We will look at the difference between Options and Transients, in what situations plugin developers should use one over the other, and why one is not superior to the other.
May 17, 2014 — Since adopting the predecessor to Breadcrumb NavXT in 2007, I have grown immensely as a plugin developer and maintainer. Along the way, I have faced obstacles, made mistakes, and had fun. This session covers what I have found that works, and the mistakes I made as I’ve grown Breadcrumb NavXT into a plugin that has been downloaded over 1 million times. Topics covered include: support and release strategies, workflow and tools, and WordPress plugin coding tips.
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.