First, let me start off by saying I try not to write more than one "editorial" blog a month, simply because I find them distracting and less helpful than say, an actual tutorial or development experience. Being at CFUnited, however, has not only cast some illumination on perceptions (and perhaps misconceptions) I've had, but also those of people I've met. The particular one that triggers this is the "you're a Railo guy, right?" question that was directed my way last night. "No, I'm a CF guy" was my reply.
What makes you a good ColdFusion programmer? This is a question that came up recently over a couple of beers with some CF developers I really respect. This is something I always get pretty passionate and defensive about. Our talk evolved from a discussion on the CF Community in general, and being at CFUnited right now it seemed really important to talk about.
It's been about a week since I attended the Mura CMS training seminars, and my brain is still numb from all the new stuff packed into it. I only managed to catch the "Back-End Developer" portion of the series (there is also an admin/user and front end development seminar), but after my experience I'll definitely be following up with those two sessions as well. The developer session was presented by Matt Levine, chief architect and developer of the Mura CMS.
Mura Plugin Development: PluginConfig and PluginApplication
FW/1 , Mura CMS , Mura Plugins 3 Comments »As a brief sidebar in my Advanced Plugin Development series I'm going to explore the PluginConfig and PluginApplication objects, two very essential components in developing your Mura plugins. The "best practices" methodology of accessing PluginConfig has also recently changed, so if you are developing plugins there are a few important bits of information in here. Also, make sure you've read or have a copy of the programmer's guide to Mura CMS handy as I'll be referring to that document occasionally.
After many requests (and a few promises) I am finally putting together a series of blog posts on building a complex plugin for the Mura CMS. Plugins are basically stand-alone applications that take advantage of Mura's extensibility hooks to integrate themselves into the CMS and web site. This feature set has matured greatly over the last year, and allows developers a great deal of latitude over how they can achieve this and in what tools they can use. This series of posts will be as much about building the plugin as introducing developers to the many facets of Mura extensibility.
Recent Comments