I just released BlogCFC 5.9.5 to RIAForge. The readme describes all the changes, but the major focus in this release on improving the editor (lots of jQuery love!). I took a quick video demonstrating some of the new features. I know I need to get a better way of embedding videos on here, but for now the image below will take you to the SWF file directly.
Sorry for the all the "uhs" and junk. For some reason I tend to clench up when doing Jing videos. I blame the software. It can't be my fault!


Comment 1 written by Ben Nadel on 3 November 2009, at 1:01 PM
Comment 2 written by Steve Caldwell on 3 November 2009, at 3:09 PM
<code>
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'tblblogroles'.
</code>
Comment 3 written by Raymond Camden on 3 November 2009, at 3:10 PM
Comment 4 written by Steve Caldwell on 3 November 2009, at 3:14 PM
Comment 5 written by Glyn Jackson on 3 November 2009, at 3:18 PM
Comment 6 written by Phillip Senn on 3 November 2009, at 4:45 PM
I just came up with this include file today:
<cfoutput>
<link rel="stylesheet" type="text/css" href="#Application.Home#/Includes/jQuery/UI/Smoothness/css/smoothness/jquery-ui-1.7.2.custom.css">
</cfoutput>
<script src="http://www.google.com/jsapi"></script&g...;
<script type="text/javascript">
google.load("jquery", "1");
google.load("jqueryui", "1");
function OnLoad(){
$('.date').datepicker();
}
google.setOnLoadCallback(OnLoad);
</script>
I'm thinking about replacing the hard coded "Smoothness" with a variable to allow users to pick from a selection of themes. And, the Themeroller site has a Firefox plugin that allows users to change their theme on the fly.
Comment 7 written by Jody Fitzpatrick on 4 November 2009, at 4:32 AM
Instead of having it delete right away you should have the ability to confirm the delete. Also view the post ( maybe in a cfwindow? ). Another thing that would be nice is how you said it only returns 200 results, you should allow the user to select the amount of results that display you know 10. 20.. 50.. 100.. 200 etc...
Looking good
Comment 8 written by Raymond Camden on 4 November 2009, at 6:08 AM
Comment 9 written by Brad Wood on 4 November 2009, at 11:57 AM
if (!regionMatches(thisLine....
The compatible line would obviously be:
if (not regionMatches(thisLine....
Also, do you know why my subscribe to comments is showing us as "_UNKNOWNTRANSLATION_"? I didn't have the time to dig for the solution last night.
Also, one last thing-- viewing the admin with Firebug shows a 404 happening:
/includes/jqtransform/jqtransform.css
Thanks again!
Comment 10 written by Raymond Camden on 4 November 2009, at 2:08 PM
As to your _UNK_ issue - it is a missing item from your en_US properties file. Just compare it with the latest from the zip.
Comment 11 written by Brad Wood on 4 November 2009, at 3:47 PM
Comment 12 written by Chris on 7 November 2009, at 1:00 AM
Comment 13 written by Raymond Camden on 7 November 2009, at 7:35 AM
It's something I've been hoping to fix in 6. When will 6 be done? No idea at all. Sorry - but that's me being as honest as possible. :)
Comment 14 written by Brad Wood on 7 November 2009, at 10:21 AM
Comment 15 written by jeff on 7 November 2009, at 10:21 AM
Thanks for the hard work on this project!
Comment 16 written by Raymond Camden on 7 November 2009, at 10:23 AM
Comment 17 written by Chris on 7 November 2009, at 11:34 AM
Ray, will you be utilizing a theming concept like WordPress? How about being able to using some WordPress themes?
Thanks!
Comment 18 written by Raymond Camden on 7 November 2009, at 11:40 AM
I cannot, and will not, make any promises on 6. One of the reasons I've made so many 5.9.X updates this year is that I felt like the product was languishing, and I didn't want to screw over my "customers" by making them wait forever for a new version. I'm actually pretty darn happy with BlogCFC now - I think it's got some strong features, but obviously the lack of themes that don't conflict with the core code is a big issue.
My _current_ thinking, and this is WAY off the record (even though I'm posting it here in a public comment), is that themes will work via simple custom tags. So you would write a displayEntries custom tag (if you want) that abides by a 'contract'. Ie, you know that BLogCFC always passes you a query with columns A, B, and C. In v7 I may add D, but it won't break your theme since I won't remove the old columns.
[Add Comment] [Subscribe to Comments]