RE: Coldfusion Blog Software sans DB

2005-10-20 Thread Marius Milosav
Thank you, much appreciated. Marius -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: October 20, 2005 1:02 PM To: CF-Talk Subject: Coldfusion Blog Software sans DB Good evening y'all I was wondering if any of the CF based blog stuff can run without a DB? (But what

RE: Coldfusion Blog Software sans DB

2005-10-20 Thread Marius Milosav
Sorry, disregard my previous message. Wrong thread. Marius -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: October 20, 2005 1:02 PM To: CF-Talk Subject: Coldfusion Blog Software sans DB Good evening y'all I was wondering if any of the CF based blog stuff can run

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Barney Boisvert
You can put more than one application's tables in a given database. Don't know if BlogCFC has facilities for table prefixes, but it wouldn't be to hard to add if not. So blog_* for the blog, store_* for your personal store, etc. Short of that, you might look into something like sqlite, which is

RE: Coldfusion Blog Software sans DB

2005-10-20 Thread Andy Matthews
Why not make ONE db with lots of tables? !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 12:02 PM To: CF-Talk

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Michael Dinowitz
Simply write the blog entry down to file and any comment to a secondary file, both of which will be included on template run. It will kill search unless you use verity though. Good evening y'all I was wondering if any of the CF based blog stuff can run without a DB? (But what of data

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Andrea Veggiani
You can check here: http://www.veggiani.it/projects/avblog//permalinks/2005/10/09/BETA-1-is-out/ Next week i'll release the second beta. The product is called AVBlog and can work both with DB or XML files. It's the new version of the old CFXML_Blog software i released some time ago. Let me

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread John Wilker
As it was said before, you could mix blog tables with whatever else you're doing with your DB. I have two blogs, and my Wife's Potter site on the same DB. That said, I love blogfusion (blogfusion.com http://blogfusion.com) Jake is very cool, and releases new versions often enough to keep the app

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Raymond Camden
BlogCFC supports N blogs per DSN, so you wouldn't need this. On 10/20/05, Barney Boisvert [EMAIL PROTECTED] wrote: You can put more than one application's tables in a given database. Don't know if BlogCFC has facilities for table prefixes, but it wouldn't be to hard to add if not. So blog_*

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Barney Boisvert
I was thinking more about a blog and some other apps, not multiple blogs. But a good point none-the-less. cheers, barneyb On 10/20/05, Raymond Camden [EMAIL PROTECTED] wrote: BlogCFC supports N blogs per DSN, so you wouldn't need this. On 10/20/05, Barney Boisvert [EMAIL PROTECTED] wrote:

Re: Coldfusion Blog Software sans DB

2005-10-20 Thread Jake .
Good evening y'all I was wondering if any of the CF based blog stuff can run without a DB? (But what of data storage?! I hear you yell) Yep - here I yell :) I'd think REALLY hard about doing a blog without a database. A blog, by nature, will grow VERY big VERY fast, with entries and comments