It could be simple though... you could make an ultra simple template, wack the html into a db table, load the layout from the db table into a wysiwyg editor like ezedit and then just post the content of that form to a page that updates the db table with the new html, writes the contents to a text file using cfcontent, uses cffile to rename the file from .txt to .htm and then use cfftp to throw it over to the remote server.
Simple! Then, all the client has has to do is load the appropriate page (if you had more than one) and edit the page like it was a word document. Benjamin ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 9:13 AM Subject: Re: An actual CF Question > YEAH!!!! I'm glad that it's not like, a really simple thing to do. I > was really afraid that I was going to get responses like... > > uhh...dude? All you have to do is nothing really because there is > nothing easier to do in ColdFusion that what you are asking it to do!!! > > My initial idea was to use cfhttp and then output the .filecontent. But > I think the cfftp way is probably better because the content is not > likely to change too regularly and I think cfhttp is pretty slow. > > Thanks folks!! > > Michael Corrigan > Programmer > Endora Digital Solutions > www.endoradigital.com > 630/942-5211 x-134 > ----- Original Message ----- > From: Benjamin Falloon > To: CF-Community > Sent: Thursday, December 06, 2001 5:04 PM > Subject: Re: An actual CF Question > > > You could run the app and control panel from your servers then modify > the > app to use cfftp to throw dynamically created but 'static' pages back > over > to their server... > > that would do the trick. but changing host providers would be > easier... > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "CF-Community" <[EMAIL PROTECTED]> > Sent: Friday, December 07, 2001 8:51 AM > Subject: An actual CF Question > > > > We have an application that allows clients to update the content of > > their websites and that application is on our server. We have one > > client that is on a completely different hosting company, server > etc. > > My boss wants to know if they can use our application (that's on our > > server) to update content on their site (a different server). Their > > site is currently static and want to switch over to something more > > dynamic but don't want to switch hosting companies. The databases > are > > on a different server and everything. Can I do this? I've never > been > > asked this before and never had to even think about it so i don't > know. > > > > > > Thanks in advance. > > > > Michael Corrigan > > Programmer > > Endora Digital Solutions > > www.endoradigital.com > > 630/942-5211 x-134 > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
