Posted in jQuery, ColdFusion | Posted on 11-03-2009 | 4,541 views
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!



<code>
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'tblblogroles'.
</code>
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.
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
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!
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.
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. :)
Thanks for the hard work on this project!
Ray, will you be utilizing a theming concept like WordPress? How about being able to using some WordPress themes?
Thanks!
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.
About kicking butt...I'm using your software for one of my websites and Mango for another. I have CF8 Window 2007 Server with 1GB of RAM. The Mango Blog software is killing my JVM memory! But BlogCFC is running GREAT.
Thanks!
[Add Comment] [Subscribe to Comments]