Entries for month: January 2010

Meld Forums for Mura CMS Now Available for Purchase

ColdFusion , CFML , Mura CMS No Comments »

A lot of people have been asking/waiting for a forums plugin for Mura CMS. Grant Shepert and the folks at Clever Technology have been working on one and I just noticed that Meld Forums for Mura is now available for purchase and download. Just thought I'd help spread the word a little. You can get it here.

Memento Pattern with ColdFusion 9's Automatic Getters and Setters

ColdFusion , CFML 4 Comments »

One of the (many) ways ColdFusion 9 has made developers' lives easier is by not requiring us to write accessor and mutator methods ("getters and setters") in our components. By setting accessors="true" in a component and defining some properties, we can call getProperty() and setProperty() on the component without having to actually write the methods. Rupesh Kumar has a detailed blog post on this feature.

While this can be a great time saver and unclutters our components from all those getter and setter methods, the thing I wasn't too crazy about is that when we call a setter method, the value is put into the variables scope of the component.

Read more...

SyntaxHighlighter Mango Plugin Fix

ColdFusion , Mango Blog , CFML No Comments »

Recently, Akash Bavlecha pointed out to me that the SyntaxHighlighter Mango Plugin that I built only worked when it was used in the main "content" field of a post/page. If he tried to use it in the "excerpt" field, it didn't work. Turns out that this was the result of an omission on my part which I didn't notice because I have yet to highlight code in an excerpt.

In any case, I have fixed this issue and version 2.0.1 of the plugin now works when used in both Content and Excerpt sections of posts or pages (which is the way it was meant to work from the beginning). If you downloaded the plugin before January 2, you should upgrade the plugin by using the same install URL as found at the bottom of the original post.

I apologize for any inconvenience and/or confusion this may have caused, and thanks Akash for alterting me to this!

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds