Convert Dynamic web to static

2002-03-05 Thread Bruce, Rodney (SIGNAL)
Hello all Is there a program out that can take a dynamice web site (ie coldfusion w/querys) and convert it to a static web pages (just HTML/java) so that it can then be ported and run some were with out coldfusion for a demo type prentation THanks for any info

RE: Convert Dynamic web to static

2002-03-05 Thread Rick Eidson
: Convert Dynamic web to static Hello all Is there a program out that can take a dynamice web site (i.e coldfusion w/querys) and convert it to a static web pages (just HTML/java) so that it can then be ported and run some were with out coldfusion for a demo type prentation. THanks for any

RE: Convert Dynamic web to static

2002-03-05 Thread Shawn Regan
: Convert Dynamic web to static Do a CFDIRECTORY and list all the files. Then loop through each using CFHTTP and write the results for each to a file. Just a thought... Rick Eidson -Original Message- From: Bruce, Rodney (SIGNAL) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 9

RE: Convert Dynamic web to static

2002-03-05 Thread Dave Watts
Is there a program out that can take a dynamice web site (ie coldfusion w/querys) and convert it to a static web pages (just HTML/java) so that it can then be ported and run some were with out coldfusion for a demo type prentation Two of my favorites for this (both free) are wget and

Re: Convert Dynamic web to static

2002-03-05 Thread Dave Hannum
Use CFHTTP to read the page output then use CFFILE to save it as an HTML file. Dave - Original Message - From: Bruce, Rodney (SIGNAL) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 05, 2002 10:51 AM Subject: Convert Dynamic web to static Hello all

RE: Convert Dynamic web to static

2002-03-05 Thread Jason Larson
Black Widow sorta does it: http://www.zdnet.com/downloads/stories/info/0,10615,27616,00.html Thanks, Jason -Original Message- From: Bruce, Rodney (SIGNAL) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 8:51 AM To: CF-Talk Subject: Convert Dynamic web to static Hello all

RE: Convert Dynamic web to static

2002-03-05 Thread Bruce, Rodney (SIGNAL)
Thanks for the replies, will check into the ones dave mentioned and play around with the other options as well. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 9:10 AM To: CF-Talk Subject: Re: Convert Dynamic web to static Use CFHTTP