Raymond Camden's Blog Rss

BlogCFC Alpha 2 Launched

13

Posted in | Posted on 09-22-2005 | 4,850 views

Didn't I say something about not having a new version for a while? I finished the second alpha today, which includes the improvements I mentioned in the earlier post, and trackback support.

Trackback support comes from work that Dave Lobb did for his blog. I'm not 100% satisfied with it yet, but thanks go to him for doing 99% of the work. How do you use it? Well, if your blog system supports doing TB hits, you just hit my blog url at trackback.cfm, with a form post containing title, except, your blog_name, and the URL of the entry. The form post should have a query string that equals the ID of the entry you are hitting. If you don't have a system that lets you TB other blogs, you can click on the Trackback links on the entry and add it manually. The response from this is XML and not user friendly, so I'll be changing that.

If you are the admin and are linking to another blog, you can click on the Trackbacks link to hit that other blog. The form appears below the form the site visitors see. It's hidden though for people who are not logged in.

So... as I said, I'm not 100% happy with it - but luckily it won't take much for me to get it just right for me. (Sorry Dave, I'm super-particular about my code. ;)

Comments

[Add Comment] [Subscribe to Comments]

FYI, TBing my site does NOT clear the cache. Will fix that later on.
Does it make sense to list trackbacks first, or comments?
You know, I don't know. I think comments maybe _should_ be first, although on other blogs I've seen TB first.

Let's take a vote. :)
Make it configurable, of course! :-)
Well - that I'm not so sure about. I don't want the INI to get -too- complex. I'd rather make my client code a bit easier to modify. I'd love to get it into a nice template system, with crap like

%entryTitle%
%entryBody%

%comments%

But that may be more a BlogCFC 5.0 thing. ;)
Ah, I am all for making things as runtime configurable as possible. Guess we'll have to agree to disagree.
Cool - so where's the trackback url? I see you can enter the trackback via a form post, thats cool. Most blog software that support trackbacks let you enter a trackback url's when you do a post.

BTW I have a few entries on implementing trackbacks in my blog here: http://www.petefreitag.com/tag/trackbacks
The trackback URL is missing - it is on my list to add. Basically it should be

myhost/track.cfm?XXXXXXX

where XXXXXX is the UUID of the post. Which is hidden now due to my SES URLs. :) So I definitely need to work on it a bit.
Ray, quick note, the Javascript Name for both your Comments window and Trackback window are the same causing one to overwrite the other upon open.
I think I prefer that actually Dave. FYI, a new alpha will be on soon. I'm adding Print format support.
Ok I wasn't sure but I thought I'd just mention it.
On a feature note for v2, any thought to added support for del.icio.us. I mean in the sense of ability to tag post, not pinching the idea but like Pete Frietag has done on his blog?
Just to clarify I don't use del.icio.us to tag my posts, that is all stored in my db. I simply provide a link for people to bookmark an entry on del.icio.us.

[Add Comment] [Subscribe to Comments]