Beginning Plugin Development (It’s not as hard as it looks)

This presentation would introduce the basic concepts and techniques behind building a simple WordPress plugin. It would briefly describe the differences between plugin and theme development, or why you might prefer to develop some functionality as a plugin rather than as part of a theme. It would then walk through the creation of a simple WP plugin using the shortcode API, stressing how to employ WP’s plugin architecture for greater security, longevity, & interoperability.