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 4 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.
I use MySQL. I love MySQL. According to a great deal of feedback I've received re: Meld Forums being MySQL only, I seem to be in the minority (at least in the former). So, in making Meld Forums MS SQL-friendly, I made the startling, depressing discovery that MS SQL *doesn't* *have* *LIMIT* functionality. You can use TOP to get the first X rows of a query, but you cannot specify a start position.
Why isn't everything as easy as ColdFusion? It's a loaded and obviously rhetorical question ... loaded because I've been using CF for nearly 15 years (gasp!) and rhetorical for, well, pretty much the same reason.
That might seem an odd way to begin a post on the quandary between using jQuery and ExtJS, two powerful and distinct JavaScript frameworks among the many out there. I've used jQuery for a couple of years now, and ExtJS for about a week, and the differences between the two have painted me into quite a corner, development-wise. And please, don't assume this is another "vs" comparison, because it isn't. I really like jQuery, and in my brief introduction am a bit in awe of ExtJS, but having developed for so long I approach every new framework with a healthy amount of trepidation.
Recent Comments