RE: CFGraph with PWS

2001-08-21 Thread Tilbrook, Peter
Professional as opposed to Enterprise also restricts certain features. You will usually find out the hard way! Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278

RE: CFGraph with PWS

2001-08-21 Thread Thomas Chiverton
You need jrun to have cfgraph You'll never guess what come with CF5 for free... ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Storing complex data types

2001-08-21 Thread Aidan Whitehall
Can you use WDDX to store a complex data type (such as a session variable which is a structure of structures) in a string format that you can dump into a database field and then pull back out the next time that user logs in? If not, is there any other way of doing it? I want to avoid having to

RE: Storing complex data types

2001-08-21 Thread Rich Wild
yes, yes you can. Its fun as well! An example of where we've used this is to queue emails that an admiistrator wants to send until such time as he wants to send them. To normalise this would be a real pain as there are so many factors involved, so we didn't. We just kept the queries stored in a

Re: Dreamweaver/ColdFusion extensions

2001-08-21 Thread Massimo Foti
Tilbrook, Peter [EMAIL PROTECTED] wrote in message Does anyone know where I can download the CF extension for Dreamweaver 4? In case you are referring to the old set of extensions that first came out for DW 2 and then get a small update for DW 3, I would recommend against using them in DW 4.

RE: Storing complex data types

2001-08-21 Thread Aidan Whitehall
yes, yes you can. Its fun as well! An example of where we've used this is to queue emails that an admiistrator wants to send until such time as he wants to send them. To normalise this would be a real pain as there are so many factors involved, so we didn't. We just kept the queries

OT: Obtree C3

2001-08-21 Thread James Maltby
Hi - does anyone have any experience and/or knowledge of Obtree's C3 CMS? TIA J ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Longish comments on XML... was RE: Storing complex data types

2001-08-21 Thread Dick Applebaum
At 9:14 AM +0100 8/21/01, Rich Wild wrote: yes, yes you can. Its fun as well! An example of where we've used this is to queue emails that an admiistrator wants to send until such time as he wants to send them. To normalise this would be a real pain as there are so many factors involved, so we

RE: OT - JDBC driver for SQL Server 7

2001-08-21 Thread Peter Stolz
ThinWeb also offers a free Type 4 JDBC 2.0 driver for SQL Server called TWFreeTds. It improves on FreeTDS and it works great. www.thinweb.com P. -Original Message- From: Richard Kuryk [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 12:01 PM To: CF-Talk Subject: RE: OT - JDBC

Image button submition

2001-08-21 Thread Don Kiggins
Can anyone tell me how to set a image for a submition button while using CF validation on the form fields. Right now I'm using: cfform name=quickcontact action=formprocess.cfm method=POST input type=text name=name size=8 required=yes message=Please enter your Name. input type=text name=email

RE: Image button submition

2001-08-21 Thread Thomas Chiverton
input type=text name=email size=8 required=yes If you dont use cfinput, the required attribute has no meaning. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Image button submition

2001-08-21 Thread Joshua Miller
input type=image src=submit.gif instead of: a href=javascript:document.quickcontact.submit()img src=submit.gif border=0 width=72 height=19/a - it acts just like a submit button. Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED]

RE: CFGraph with PWS

2001-08-21 Thread Debbie Dickerson
A copy of JRun is installed by CF 5 specifically for the use of CFGraph. As mentioned in the Release Notes, it's not supported on the Windows 98 platform however. Debbie -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:05 AM To: CF-Talk

Re: Activeedit 2.5

2001-08-21 Thread eric . laney
What about the various ActiveX plugins for Netscape? Do they work? Are they supported? |+| |Eric A. Laney |As we know, the value of pi is a transcendental | |Systems Engineer|figure without resolution.

Using query2pdf

2001-08-21 Thread Dave Hannum
Is anybody using the query2pdf tag? In the requirements, it say: //= Recent Java SDK or JRE must be installed on your CF server, and properly referenced in CF administrator. The setting that can cause problems is Java Virtual Machine path. It should be something similar to:

Meeting Tonight

2001-08-21 Thread Dave Hannum
Tonight is the August meeting of the MOVCFUG. Tonight's topic: XML WDDX When: 6:30pm Where: 3 Presidents St. Room 114, CSC Building on the Ohio University Campus Everyone welcome. We've got some new MM/CF goodies to give away! See ya there. === David R

OT: Checking server

2001-08-21 Thread Michael Lugassy
We're about to co-locate a server in a new location. The sales dept. of the farm and sysadmin agreed to let us hook a computer to check their farm speed and connectivity. prefearbly, without the need to purchase any software.. How can we do it efficiently? How can we simulate users access and

RE: Using query2pdf

2001-08-21 Thread Janine Jakim
you just need to put it in as a custom tag CFX in the administrator which asks for class name and tag name. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:27 AM To: CF-Talk Subject: Using query2pdf Is anybody using the query2pdf tag?

Re: Using query2pdf

2001-08-21 Thread Dave Hannum
OK - I buy that, but what do I call it? CFX_JRE Dave - Original Message - From: Janine Jakim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 8:39 AM Subject: RE: Using query2pdf you just need to put it in as a custom tag CFX in the administrator

RE: Optimizing CF 5

2001-08-21 Thread Phil Costa
There is also a brief discussion of optimization considerations in the CF5 performance brief: http://www.macromedia.com/software/coldfusion/productinfo/performance_brief/ cf5_perf_brief.pdf Phil -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21,

RE: Using query2pdf

2001-08-21 Thread Janine Jakim
To keep consistent I named mine CFX_query2PDF with the class name query2pdf.class -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:57 AM To: CF-Talk Subject: Re: Using query2pdf OK - I buy that, but what do I call it? CFX_JRE Dave

URL Variables

2001-08-21 Thread Bonzi Bohill
We have an application where we have to pass specific information across pages using url variables. Is there any way in which we can encode or hide these variables in the bottom of the browser or / and when the user views the properties of a specific page. Cheers.

RE: URL Variables

2001-08-21 Thread Carlisle, Eric
Check out the encrypt() function. EC -Original Message- From: Bonzi Bohill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:14 AM To: CF-Talk Subject: URL Variables We have an application where we have to pass specific information across pages using url variables.

RE: URL Variables

2001-08-21 Thread JSchlosser
You can set them up as variables or send them in a form. JoAnn A. Schlosser Senior Consultant Association Management Software Grant Thornton LLP Washington, D. C. 703.837.4428 -Original Message- From: Bonzi Bohill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:14 AM To:

Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
http://www.compsoc.man.ac.uk/~falken/example.html The way its meant to work, is like a normal drop down, but if you click once in the box (no blue highlight) and type (say) inr it will highlight and select into the box the 1st item in the drop down that has that prefix. I'm looking for Netscape

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Katherine Maltby
Just tested in Netscape 4.7 and it's not working. There's a text box and then a separate drop-down next to it but it's empty, and also very small. I checked it in IE just to see how it's supposed to work. I had a look at the code in 'view page source' and I think it might be having a tantrum over

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
I'm running IE6 and it will not let me type in the text box at all. I can select items from the drop-down, and can put the cursor in the text box, but whatever I type does not show up. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Russel Madere
It works fine in IE 5.0, Win 2K Pro. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:27 AM To: CF-Talk Subject: Could someone check this with non-IE5.5 ? http://www.compsoc.man.ac.uk/~falken/example.html The way its meant

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Deanna Schneider
NS 4.76 is a no go. -d Deanna Schneider Interactive Media Developer [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bruce Sorge
I tried it using Nutscrape 4.78. There is a text box and next to it is an empty select list. I do not think it is working the way you intended. It works great in IE5.5 though, - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday,

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Neil Clark
Yes but IE6 is still in Beta! asking a bit much aren't you :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
I'm running IE6 and it will not let me type in the text box at all. Thats the idea. Its meant to work like the searchable drop downs you get in Java - if you type on the keyboard while the object is selected, it uses that to search the list and select the first match. select items from

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Hubert Vaudaux
Hello Just see an input text with Mozilla 0.9.3 on win2k, no drop down. does nothing when typing text. Regards, At 06:26 21/08/2001 -0700, you wrote: http://www.compsoc.man.ac.uk/~falken/example.html The way its meant to work, is like a normal drop down, but if you click once in the box (no

Retrieval of cached query failed error

2001-08-21 Thread Alistair Davidson
Hi all The saga of our bizarre server errors continues anyone seen (and more importantly, FIXED!) this one before? Retrieval of cached query failed I've scoured the Allaire forums, and the only answers I found were - This error typically happens in one of three cases: 1) If you were

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
Yes but IE6 is still in Beta! asking a bit much aren't you :-) You should see what Konquror does to it :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

CFLDAP and Windows 2000

2001-08-21 Thread Aitken, Jeffrey
Hi, I am new to the CF-Talk list, so I apologize if this topic has already been addressed and resolved, but this problem is giving me a concussion. Well, maybe the wall is giving me the concussion... We have several apps on our Intranet that used to use the cfldap (CF 4.51) tag to retrieve user

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
Out of intrest, anyone know if cfdev's cf_combobox is meant to run under non IE browesers ? Compare to example2.html at the same URL, which is a combined pick and type-in. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Optimizing CF 5

2001-08-21 Thread Billy Cravens
There's a new book out about optimizing CF: Optimizing ColdFusion by Christopher Cortes --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 9:00 PM To: CF-Talk Subject: Optimizing CF

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
Ah, i c what you are doing, works pretty well now that I understand how it is suppose to work :) Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 8:46 AM

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
Ah, i c what you are doing, works pretty well now that I understand how it is suppose to work :) Yeah, takes a while to get :-) I've been asked to implemented it on an internal web app., I'm convinced it'll just confuse the average user ! ~~

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Neil Clark
Erm, doesn't IE do the selection itself? you know if you type N in the box it will search it for you ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
if you type N in the box it will search it for you Yeah, but if you then type 'r' it wont go to the 1st item that starts 'nr', but instead to the 1st item that starts 'r'. I've tried explaining that its normal windows symantics :-/ BTW - the reason its all goign tits up is that IE

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
Its cool how you did it, I have always wished there was a way to make an editable drop down for the web, almost thought that's what you had when i first saw it. Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To:

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread John Patterson
Bernd, I can find an editable dropdown at CFDev.com. It is a free tag. John - Original Message - From: Bernd VanSkiver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 10:35 AM Subject: Re: Could someone check this with non-IE5.5 ? Its cool how you did

RE: Optimizing CF 5

2001-08-21 Thread Jeffry Houser
It's coming, but I don't think it's in bookstores yet. At 08:58 AM 08/21/2001 -0500, you wrote: There's a new book out about optimizing CF: Optimizing ColdFusion by Christopher Cortes --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Robert Everland

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread savan . thongvanh
sorry what's that url? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: I save these CF scripts in Note-It-All Software...

2001-08-21 Thread Aaron Rouse
One problem with Snippets is if you develop in different physical environments, your Snippets can not easily follow you. I usually just store useful code in email and then access my email always through either IMAP or directly on the mail server. In some cases I am lucky enough to use RDS and

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread John Patterson
Bernd, The tag at CFDev.com is the combo tag. John - Original Message - From: John Patterson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 10:42 AM Subject: Re: Could someone check this with non-IE5.5 ? Bernd, I can find an editable dropdown at

RE: Anyone else having problems with Hostcentric?

2001-08-21 Thread Marcus
All I can go by is what was said in the post. What was said is that your company contacted the owner of the site, rather then the developer, and that a member of the hosting staff modified the code and the database in order to avoid conflict. If the reality is that you contacted the first

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Jeffry Houser
IE 5.0 Windows 98 (second edition) ... The select list seems to work, but I can't type in it (and have characters show up) Navigator 4.76 I get a text box and a non-form-element list of all the items that should be in the select box. At 08:43 AM 08/21/2001 -0500, you wrote: It works

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Jeffry Houser
Aww.. scratch my last email then. It does work as expected in IE 5 . At 06:46 AM 08/21/2001 -0700, you wrote: I'm running IE6 and it will not let me type in the text box at all. Thats the idea. Its meant to work like the searchable drop downs you get in Java - if you type on the

Creating Table with COM in MSWord - unknown method ?!

2001-08-21 Thread João Luiz de Brito Macaíba
Hi, I'm trying to create a table in a msword97 document using COM. In 'Microsoft Word Visual Basic' help I see the example below: Set myRange = ActiveDocument.Range(0, 0) ActiveDocument.Tables.Add

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Bernd VanSkiver
very kewl, thanx! that work in netscrape as well? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer - Original Message - From: John Patterson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 9:42 AM Subject: Re: Could someone check this with non-IE5.5

RE: Could someone check this with non-IE5.5 ?

2001-08-21 Thread Thomas Chiverton
The tag at CFDev.com is the combo tag. I I just heard from them that it is untested on Netscape or anything other than IE. Probably why it doesnt work :-) ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread John Patterson
Bernd, I haven't tried the tag honestly. I just happened to see it today. John - Original Message - From: Bernd VanSkiver [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 10:53 AM Subject: Re: Could someone check this with non-IE5.5 ? very kewl, thanx!

Article: Optimization for Dynamic Web Sites

2001-08-21 Thread Howie Hamlin
FYI: http://spider-food.net/dynamic-page-optimization.html This article pertains to search engine-friendly urls and covers asp and cf perspectives. Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) -

WAY OT: Project Management Tools

2001-08-21 Thread Yager, Brian T Contractor/NCCIM
I am sorry for posting this on channel but I am in a crunch to come up with a solution. My management is sick of Microsoft Project and wants to find another project management tool. I trust everyone on this list and would like to know what some of you use. You can email it to me off list so we

RE: Loading extremely large files via CFFILE

2001-08-21 Thread Shawn Grover
The memory error is a result of how HTTP handles file uploads. It loads the entire file into memory, then the server side app (CFFile in this case) transfers it from memory to disk. As a result, if your server doesn't have the pysical memory to handle a large file, or if the memory is

RE: Creating Table with COM in MSWord - unknown method ?!

2001-08-21 Thread Benjamin S. Rogers
I don't know what the solution is to your problem, but you may want to have a look at the site cfcomet.com. The site is dedicated to using COM objects (mostly those available from Microsoft) within ColdFusion. You may be better able to find the solution (or someone to help you find the solution)

RE: WAY OT: Project Management Tools

2001-08-21 Thread Shawn Grover
I'd be interested in hearing more as we are using M$ Project as well. Thanks. Shawn Grover -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:26 AM To: CF-Talk Subject: WAY OT: Project Management Tools I am sorry for

Re: Could someone check this with non-IE5.5 ?

2001-08-21 Thread sebastian palmigiani
checked it out on the mac with IE 5.0 and NN 4.7 does not work with the mac Sebastian on 8/21/01 7:26 AM, Thomas Chiverton at [EMAIL PROTECTED] wrote: http://www.compsoc.man.ac.uk/~falken/example.html The way its meant to work, is like a normal drop down, but if you click once in the box

Re: WAY OT: Project Management Tools

2001-08-21 Thread John Paitel
Brian- You can check out http://sourceforge.net , it's an open source repository. They have tons of projects out there, and a quick search for project management pulled up 200+ responses. Most of them that are in final phases or have been around a while will have Windoze ports, and many of

RE: WAY OT: Project Management Tools

2001-08-21 Thread Rick Osborne [Mojo]
Brian Yager asked: My management is sick of Microsoft Project and wants to find another project management tool. Actually, this may not be as OT as you think. I got this email the other day. I haven't had a chance to check it out yet, so I can't give you any recommendations, but it might be

RE: WAY OT: Project Management Tools

2001-08-21 Thread James Maltby
we wrote our own took about 2 weeks J (it's bespoke for our own requirements though - with a project tool, scheduler, QnA Tool, Wireframe Tool and project timesheet) -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 16:31 To: CF-Talk Subject: RE:

RE: WAY OT: Project Management Tools

2001-08-21 Thread Andy Ewings
Having said that the project scheduler, quoting utility, and timesheet have been written in a modularised way so that we can port the backend functionality to different front ends -- Andrew Ewings Project Manager Thoughtbubble Ltd

RE: WAY OT: Project Management Tools

2001-08-21 Thread Joshua Miller
Have you looked into Macromedia SiteSpring? I believe this is one of the areas it covers. It's built specifically for the Web Development Process however. Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] -Original Message-

load page when CF restarts

2001-08-21 Thread Mike Amburn
I would like to store some variables in the Server scope so that they're available to all applications on the server. Is there an automated way to load a specific page when CF restarts? -mike ~~ Structure your ColdFusion code with Fusebox. Get

RE: WAY OT: Project Management Tools

2001-08-21 Thread Rick Osborne [Mojo]
Heh. D'oh! The server snipped the message. :p Macromedia Sitespring is now available! Download Macromedia Sitespring today at: http://www.macromedia.com/go/0801158a1na-a Dear Rick, Sitespring is now available through all channels where Macromedia products are sold! ANNOUNCING Macromedia

Search Safe String - How-To?

2001-08-21 Thread Joshua Miller
Where can I find some information on using the Search Safe String methodology (part of Fusebox I believe?) I went to fusebox.org but couldn't find anything specifically detailing how this is done, etc. Thanks! Joshua Miller Web Development::Programming Eagle Technologies Group, Inc.

RE: WAY OT: Project Management Tools

2001-08-21 Thread Yager, Brian T Contractor/NCCIM
That was one someone just mentioned. I am in the process of looking at it... Thanks! Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst NCCIM/CIC [EMAIL PROTECTED] (256) 842-8342 -Original Message- From: Joshua Miller [mailto:[EMAIL PROTECTED]] Sent:

Re: load page when CF restarts

2001-08-21 Thread Michael Dinowitz
I've begged for this feature for the last 2 or 3 releases of CF. Basically, the only way to make sure something is in memory before the page is called is to place it in the application.cfm (all application.cfms). I usually set a 'SetServer.cfm' file with the following code: CFLOCK.. CFIF

Re: load page when CF restarts

2001-08-21 Thread Paris Lundis
We have some server variables that we need setup as well at startup... We accomodate by have a server based schedule task run once per minute to check the variables and reinitialize them if need be because of reboot or data change... Thats how we do it.. in the mix of rebooting a server, the

Re: Search Safe String - How-To?

2001-08-21 Thread Howie Hamlin
Try this: http://spider-food.net/dynamic-page-optimization.html Regards, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server Join the DevCon community at www.coolfusion.com/devcon

RE: load page when CF restarts

2001-08-21 Thread Lee Fuller
Couldn't you just sched a page to load every 5 mins or so, and have it do that? Lee Fuller Chief Technical Officer PrimeDNA Corporation / AAA Web Hosting Corporation We ARE the net. http://www.aaawebhosting.com -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]

RE: load page when CF restarts

2001-08-21 Thread Michael Dinowitz
Would that make sure the page ran before anything else? Is a scheduled event run as the server starts up or after its already running. A test would be to set a scheduled event to set one variable and a page to set another. cycle the server and keep running the page until the server comes up.

RE: YEAH FOR MICROSOFT SECURITY

2001-08-21 Thread Josh R
The major difference between Microsoft and Allaire/Macromedia is that A/M makes it VERY clear that the code your getting is not their creation. MS happilly takes credit for other people's work by either placing a hard to find writen by line at the bottom of some technical sheet only 13 people

Open Source Content Mananagent System

2001-08-21 Thread Mark Smyth
Hi Does anyone know of any decent open source content management systems, preferably in modular format. I know some have been mentioned in recent threads.. Thanks in Advance Mark Smyth Macromedia Certified ColdFusion Developer Systems Union eBusiness Solutions 01865 880800 [EMAIL

Java Script

2001-08-21 Thread Joshua Tipton
I am not a java script person at all can someone please tell me why this is not working and what I could use in its place or how to fix it? script language=JavaScript window.location.href = cfoutput#HTTP_REFERER#/cfoutput /script Joshua Tipton

RE: load page when CF restarts

2001-08-21 Thread Lee Fuller
True.. What I was getting at is that at least once every 5 mins (or minute.. Or whatever) a script could be run to cause an error that would then load the server vars. You're right, it wouldn't be (most likely) the FIRST thing that ran on the server. But depending upon scheduling, it may be

RE: Open Source Content Mananagent System

2001-08-21 Thread Lee Fuller
www.sourceforge.com -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:51 AM To: CF-Talk Subject: Open Source Content Mananagent System Hi Does anyone know of any decent open source content management systems, preferably in

RE: Open Source Content Mananagent System

2001-08-21 Thread Kevin Langevin
Umm...Spectra? Kevin Langevin UsWebGuys 954-612-2136 [EMAIL PROTECTED] -Original Message- From: Mark Smyth [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:51 PM To: CF-Talk Subject: Open Source Content Mananagent System Hi Does anyone know of any decent open

RE: Java Script

2001-08-21 Thread Lee Fuller
Try this.. I think it should work... window.location.href = cfoutput#cgi.http_referer#cfoutput -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 9:56 AM To: CF-Talk Subject: Java Script I am not a java script person at all can

RE: Java Script

2001-08-21 Thread Aitken, Jeffrey
Try this... script language=JavaScript window.location = cfoutput#HTTP_REFERER#/cfoutput; /script -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:56 PM To: CF-Talk Subject: Java Script I am not a java script person at all can

Re: Java Script

2001-08-21 Thread Bruce Sorge
This works script language=JavaScript window.location.href = cfoutput'#HTTP_REFERER#'/cfoutput /script - Original Message - From: Joshua Tipton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 21, 2001 11:55 AM Subject: Java Script I am not a java script person at

RE: load page when CF restarts

2001-08-21 Thread C. Hatton Humphrey
cf_ot_remark Of course.. Who am I kidding... When does pretty close count?? ;) Last I heard, close only counts in horseshoes, hand grenades and thermonuclear war... /cf_ot_remark Just as a thought, CF5 does incorporate a site-wide error handler, which might also be used to act as a catch-all

accessing Cf session variables on same server from another virtual domain

2001-08-21 Thread Stephen M. Marcus
I have an application which was running on a single domain and I'm porting to multiple virtual domains. These must share a a single secure domain for collecting credit card information. Unfortunately, session variables, which are used throughout the application, are specific to each domain, so

RE: Java Script

2001-08-21 Thread Justin Hansen
Try this script language=JavaScript window.location.href = cfoutput#HTTP_REFERER#/cfoutput; /script Off the top of my head... I have not tested it. Justin Hansen - [EMAIL PROTECTED] Project Leader / Web Application Developer Interactive Business Solutions, Inc 816-221-5200 ext. 1305

Re: Java Script

2001-08-21 Thread savan . thongvanh
try window.location.href=cfoutput#HTTP_REFERER#/cfoutput; i can't remember if you have to escape the s or not Joshua Tipton [EMAIL PROTECTED] on 08/21/2001 11:55:52 AM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc: Subject: Java Script I am not a java script

RE: Open Source Content Mananagent System

2001-08-21 Thread Andrew Scott
Spectra is only open source if you have purchased it, then you are free to add submissions to be included in the next release or patches.. A qwuick search shows that a trial version of spectra is obtainable, but you will need to purchase a serial number for this product! Am I wrong on this or

Sitespring - Jrun conflicts?

2001-08-21 Thread Mike Brunt
Has, anyone installed Sitespring on a server already running JRun. If so, any issues? Kind Regards - Mike Brunt, EmbeeMedia Tel: 562.790.8631 http://www.embeemedia.com Instant Messaging: - AIM: MediaEmbee MSN: [EMAIL PROTECTED] Yahoo: MediaEmbeeYH

RE: Open Source Content Mananagent System

2001-08-21 Thread Alex
is spectra open source? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Open Source Content Mananagent System

2001-08-21 Thread Zac Belado
Does anyone know of any decent open source content management systems, preferably in modular format. Not sure what you mean about modularity but I have recently released a CMS for small to mid-sized sites. You can download the code (you have to Join the site as a member first) at

RE: Java Script

2001-08-21 Thread Joshua Miller
try document.location.href=cfoutput#HTTP_REFERER#/cfoutput; Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:56 PM To: CF-Talk

RE: accessing Cf session variables on same server from another virtual domain

2001-08-21 Thread Andrew Scott
Yes pass the cfid cftoken in the url, but this will only work if the domains are on the same machine!! And btw is not very secure!! The other way is to use client variables instead, or maybe throw them into a DB and retrieve them afterwards. The are many methods just what is practical for your

RE: Java Script

2001-08-21 Thread Lee Fuller
Oops.. Yes.. The ;.. -Original Message- From: Aitken, Jeffrey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:03 AM To: CF-Talk Subject: RE: Java Script Try this... script language=JavaScript window.location = cfoutput#HTTP_REFERER#/cfoutput; /script

Making 2D array

2001-08-21 Thread Mike Kear
I get a large ASCII text file every month, and I want to read it into a 2D array so I can manipulate it then write it out to a HTML file in a series of tables. But I'm stumped with the second dimension of the array. I can read it into one dimensional table like this: CFSET filearray =

Re: Open Source Content Mananagent System

2001-08-21 Thread John Paitel
CVS is an open source management system...I posted it as a project management system earlier (Oops...sorry all!), but it is an open source Content Versioning System (Hence CVS). The address for it is http://cvshome.org John Paitel ~~

RE: Sitespring - Jrun conflicts?

2001-08-21 Thread Timothy A. Newton
I installed SiteSpring on a server running CF5, which if you remember comes with JRun, but I didn't experience any issues. Tim Newton MacroMedia Certified Professional Chief Technology Officer MercuryFusion -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent:

CVS - Apology

2001-08-21 Thread John Paitel
Hey all... I posted CVS as a project management software package earlier...while it can be used for that, it is more of a Versioning software... I also gave a really hard way to find it...correct home address for it is http://cvshome.org (And it is open source...) John

Re: Longish comments on XML... was RE: Storing complex data types

2001-08-21 Thread Joseph Thompson
http://www.dbxml.com/ I don't suppose anyone has got this XML database playing nice with CF yet eh? There is a new class of databases evolving to address this... where the XML is stored in an hierarchical fashion which represents the structure of the XML documents (or hashes/CF structures,

  1   2   >