RE: Advice needed on how to proceed with app...

2006-12-04 Thread Rick Faircloth
From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 11:46 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... > If I understand correctly, a wildcard setup as you describe > would require a dedicated IP for that particular domain, right? Yo

RE: Advice needed on how to proceed with app...

2006-12-04 Thread Dave Watts
> If I understand correctly, a wildcard setup as you describe > would require a dedicated IP for that particular domain, right? You could have two A records pointing to the same IP address, although that will break reverse lookups. > One other thing... when you describe your method of setting >

RE: Advice needed on how to proceed with app...

2006-12-04 Thread Dave Watts
> Neil you regularly spout this tripe. Many of us in the > FarCry community use FarCry for *very* large and complex > installations every day. We often wonder how it is we ever > managed with such a simplistic application framework. > > The proof is in the pudding -- when you build enterprise

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
etup up a new site *using* IIS... you said you do that without fooling with IIS... ??? Thanks for the advice... Rick -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 4:17 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app.

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
TED] Sent: Saturday, December 02, 2006 4:21 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... We do exaclty this for a customer with "affiliates". They actually share a single codebase. When a web request comes in we check out the first part of the domain string which

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
ust what I was thinking... thanks for the confirmation! Rick -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 3:24 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... ~

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
Rick Root [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 3:07 PM To: CF-Talk Subject: Re: Advice needed on how to proceed with app... Casey Dougall wrote: > > Be careful of wildcard settings on your sites. Yeah it's cool but Search > Engins do not like it at all. The problem

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
les, since they are shared with all users in an app, and to use session variables, instead. Sound good? Rick -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 2:49 PM To: CF-Talk Subject: Re: Advice needed on how to proceed with app...

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
-Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 3:06 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... Maybe I'm misunderstanding the term "DNS wildcard"... can you explain what that is in your scen

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
domain.com to your host header list on the site. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 11:45 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... > Another approach is to use a wildcard entry with a dedicate

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
subdomains for each client... correct? Rick -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 2:07 PM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... > The next question that comes to mind is how to structure

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Michael E. Carluen
> > Now of course if you use some #CGI.SERVER_NAME# lookups first, then set > the > > content of index.cfm to match the domain in question you could be ok. > > Right, and I think that's what he's talking about doing. Casey, Rick R.: Yes, that is what I meant. Rick F.: domain1.thedomain.com, do

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Root
Casey Dougall wrote: > > Be careful of wildcard settings on your sites. Yeah it's cool but Search > Engins do not like it at all. The problem stems from Google, yahoo etc > thinking there are more than one website with the exact same content. This > of course means when someone goes to domain1.the

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Casey Dougall
On 12/2/06, Michael E. Carluen <[EMAIL PROTECTED]> wrote: > > > The next question that comes to mind is how to structure the > > domains / subdomains for the CMS's. > > Rick, How about using DNS wildcard? Lots of app-as-a-service sites > already > use it. You can register a single generic sounding

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Michael E. Carluen
t's company name on the URL like http:// Stickfordhomes.realtoroffice.net . This way, you do not need to manage any subdomains. Michael > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 02, 2006 8:16 AM > To: CF-Talk > Su

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
... Rick -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 12:51 PM To: CF-Talk Subject: Re: Advice needed on how to proceed with app... You could also just go with "admin.theirdomain.com" or "www.theirdomain.com/admin"

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Root
You could also just go with "admin.theirdomain.com" or "www.theirdomain.com/admin" (which is what I do). Or just put an admin link on the front page =) I have a "community" web site software that I built back in 2001 where the authentication setup is the same for all users, you log into the h

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
CF-Talk Subject: RE: Advice needed on how to proceed with app... You can pretty easily make "www.rea.white Work. I do this routinely. If I add a subdomain intended for run of the mill users I also add a "www. Entry for it in DNS and the host header as well... Another approac

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
them. So, I could do that... do you think that is the best solution? Rick -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 11:53 AM To: CF-Talk Subject: Re: Advice needed on how to proceed with app... Rick Faircloth wrote: > and send the

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Root
Mark A Kruger wrote: > You can pretty easily make "www.rea.white Work. I do this routinely. > If I add a subdomain intended for run of the mill users I also add a "www. > Entry for it in DNS and the host header as well... Another approach is to > use a wildcard entry with a dedicated IP. I

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
al Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, December 02, 2006 10:16 AM To: CF-Talk Subject: RE: Advice needed on how to proceed with app... Now, after our little Farcry sidebar (which I have no plans to use, cause I like to build my own, even while simpler,

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Root
Rick Faircloth wrote: > and send them all to that for content management. I found that using > subdomains > like this confuses many clients who think that www has to be in there > somewhere, > and they end up trying to go to www.REA.WhiteStoneMedia.com, which, of > course, > doesn't work and leads

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Rick Faircloth
Now, after our little Farcry sidebar (which I have no plans to use, cause I like to build my own, even while simpler, at least I understand it and can troubleshoot it much easier)... back to my original question, or at least a continuation thereof... If I decide to take this approach: - Build Cus

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Robertson-Ravo, Neil (RX)
02 15:07:30 2006 Subject: RE: Advice needed on how to proceed with app... I'd be interested in hearing a short list of those features... Let's get them added - at least as plugins :) -mark -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Sat

RE: Advice needed on how to proceed with app...

2006-12-02 Thread Mark A Kruger
necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Geoff Bowers To: CF-Talk Sent: Sat Dec 02 05:16:57 2006 Subject: Re: Advice needed on how to proceed with app... > Munson, Jacob wrote: > > Sounds like a go

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Robertson-Ravo, Neil (RX)
edexpo.com -Original Message- From: Rick Faircloth To: CF-Talk Sent: Sat Dec 02 02:13:12 2006 Subject: RE: Advice needed on how to proceed with app... > Rick, the only thing I'm wondering is, why create a separate database for > each client's site data. That seems to add a layer of

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Robertson-Ravo, Neil (RX)
s communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Geoff Bowers To: CF-Talk Sent: Sat Dec 02 05:16:57 2006 Subject: Re: Advice needed on how to proceed with app... > Munson, Jacob wrote: &

Re: Advice needed on how to proceed with app...

2006-12-02 Thread Robertson-Ravo, Neil (RX)
by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Geoff Bowers To: CF-Talk Sent: Sat Dec 02 05:16:57 2006 Subject: Re: Advice needed on how to proceed with app... > Munson, Jacob wrote: > > Sounds like a good plan to me. The o

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Geoff Bowers
> Munson, Jacob wrote: > > Sounds like a good plan to me. The only suggestion I'd make is to look > > at something like Farcry for your CMS parts. > > Farcry is an enterprise CMS. Your average real estate agent will *NOT* > be able to use it. It's fortunate that you can rewrite the UI for every

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Faircloth
umber of sites... but it certainly would be easier on me to create the db just once... probably go that route... Thanks for the feedback, Josh. Rick -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 5:24 PM To: CF-Talk Subject: Re: Advice

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Faircloth
Some good points, Rick... Rick -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 6:07 PM To: CF-Talk Subject: Re: Advice needed on how to proceed with app... Josh Nathanson wrote: > Rick, the only thing I'm wondering is, why create a

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Faircloth
ECTED] Sent: Friday, December 01, 2006 6:00 PM To: CF-Talk Subject: Re: Advice needed on how to proceed with app... Munson, Jacob wrote: > Sounds like a good plan to me. The only suggestion I'd make is to look > at something like Farcry for your CMS parts. Farcry is an enterprise CMS.

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Root
Munson, Jacob wrote: > > Does Enterprise mean it won't work for average users? I mean one of the > main purposes of CMS is to make things easy for non technical users. > I've heard that the latest versions of Farcry are a lot more user > friendly than it use to be. It would have to be =) No, en

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Munson, Jacob
> It's a lot more powerful than your run of the mill php CMS > systems that > are open source, full commercial support is available for it, > and it's > got pretty much all the features you'd want an enterprise > class CMS to > have, especially from the level of workflows, approvals, and such

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Robertson-Ravo, Neil (RX)
ot necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Rick Root To: CF-Talk Sent: Fri Dec 01 23:12:37 2006 Subject: Re: Advice needed on how to proceed with app... Robertson-Ravo, Neil (RX) wrote: > It is a good

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote: > It is a good CMS that is for sure, but I certainly wouldn't class it as > Enterprise. Why not? It's a lot more powerful than your run of the mill php CMS systems that are open source, full commercial support is available for it, and it's got pretty much all th

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Root
Josh Nathanson wrote: > Rick, the only thing I'm wondering is, why create a separate database for > each client's site data. That seems to add a layer of complication that > might not be needed. Security, Backup/restore, code complexity, site portability. Multiple commercial clients on multi

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Robertson-Ravo, Neil (RX)
-Original Message- From: Rick Root To: CF-Talk Sent: Fri Dec 01 23:00:08 2006 Subject: Re: Advice needed on how to proceed with app... Munson, Jacob wrote: > Sounds like a good plan to me. The only suggestion I'd make is to look > at something like Farcry for your CMS parts.

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Root
Munson, Jacob wrote: > Sounds like a good plan to me. The only suggestion I'd make is to look > at something like Farcry for your CMS parts. Farcry is an enterprise CMS. Your average real estate agent will *NOT* be able to use it. Rick ~~~

Re: Advice needed on how to proceed with app...

2006-12-01 Thread Josh Nathanson
o maintain than creating separate databases for each client. -- Josh - Original Message - From: "Rick Faircloth" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, December 01, 2006 1:51 PM Subject: Advice needed on how to proceed with app... > Ok. so for ab

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Munson, Jacob
> I had thought about upgrading awhile back, but then the upgrade price > from 4.5 to 7 jumped from about $600 to $1300 and that put a halt to > the upgrade for the moment. > > Especially with CF 8 due out next year, I can't see spending $1300 now > and another $600 next year to get into CF 8...

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Rick Faircloth
: CF-Talk Subject: RE: Advice needed on how to proceed with app... Sounds like a good plan to me. The only suggestion I'd make is to look at something like Farcry for your CMS parts. Building a feature rich CMS from the ground up will take a lot of work. I'm lazy at times, which is why I lik

RE: Advice needed on how to proceed with app...

2006-12-01 Thread Munson, Jacob
Sounds like a good plan to me. The only suggestion I'd make is to look at something like Farcry for your CMS parts. Building a feature rich CMS from the ground up will take a lot of work. I'm lazy at times, which is why I like to leverage the experience of other projects, especially open source,

Advice needed on how to proceed with app...

2006-12-01 Thread Rick Faircloth
Ok. so for about 10 years now, I've been making a living building websites, static and dynamic, as well as web apps. I've built them one at a time, always going back to the drawing board to recreate every page, form, and query from scratch. Mostly because I knew that once I started reusing code, i