RE: Problem Tracking Systems

2002-12-21 Thread Peter Mayer
Hello! I can just recommend this one: http://www.bestpractical.com/rt/ license: GNU 2 It's not CF but CGI. Database is mysql. Best regards, Peter Orginale Nachricht Von: Trey Rouse [EMAIL PROTECTED] Betreff: RE: Problem Tracking Systems Datum/Zeit: Friday, 20. December 2002

Re: Problem Tracking Systems

2002-12-21 Thread Neil H.
I have a product I have been working on for a LONG time. It is CF based but needs a lot of clean up for it to be less proprietary. It is very similar to RT. A matter of fact its called CFaRT. Neil - Original Message - From: Peter Mayer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: somehow I missed this

2002-12-21 Thread Dave Lyons
That's pretty much what I thought, just wanted to be sure before I go telling them to change it. They didn't host cf before they merged with another company recently who did host cf. And it sounded to me as if all the people who used cf with them run 4.5, therefore that's what they were going to

Re: Highly Flammable Topic? BlueDragon, anyone?

2002-12-21 Thread Jesse Houwing
Sean A Corfield wrote: On Friday, Dec 20, 2002, at 14:47 US/Pacific, Willy Ray wrote: Is anybody using BlueDragon to process their CFML? Took me about an afternoon to get it configged and running my CF applications with datasources and everything, without a macromedia product on the server!

Re: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-21 Thread Frank Mamone
Do you really want to pass the username and password in the URL? I'm not sure how you are trying to implement your reports, but if you give some details I may be able to help as we use reporting with CF/Crystal extensively. -Frank - Original Message - From: Sean McCarthy [EMAIL

RE: somehow i missed this

2002-12-21 Thread Josh Trefethen
We host MX on Linux for 19.95 a month, which includes a lot of extras... Free domain registration for one year! (limit one free domain registration per paid account) All exciteworks custom tags preinstalled and ready for your use! MySQL and PostgreSQL databases Free PLESK(tm) Control Panel

Re: Problem Tracking Systems

2002-12-21 Thread Christian Cantrell
Also not ColdFusion, but a very good and widely used application: http://www.gnu.org/software/gnats/ Cantrell On Saturday, December 21, 2002, at 03:38 AM, Peter Mayer wrote: Hello! I can just recommend this one: http://www.bestpractical.com/rt/ license: GNU 2 It's not CF but CGI.

OT: innerHTML

2002-12-21 Thread Robert Polickoski
All, Thank you for your indulgence. I am trying to dynamically set the options of a select based on the option selected in a previous select. The javascript code for a particular case is thus: for (i=1; iProcess.length; i++) case 8: { for (i=1; iProcess.length; i++) {

ColdFusion and Interbase?

2002-12-21 Thread cf-talk
Does anyone here have any experience with ColdFusion MX and Interbase databases? From what I can see, there's no native driver in the CF Administrator and there's no ODBC in the Microsoft ODBC manager... at least not on the server I'm looking at. Anyone here know where I could find some

Re: ColdFusion and Interbase?

2002-12-21 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: Does anyone here have any experience with ColdFusion MX and Interbase databases? From what I can see, there's no native driver in the CF Administrator and there's no ODBC in the Microsoft ODBC manager... at least not on the server I'm looking at. Anyone here know

Re: ColdFusion and Interbase?

2002-12-21 Thread cf-talk
Jochem, Actually I believe the database *is* FireBird. And believe me, I'd LOVE to drop it completely since the data I'm trying to get is nothing more than a log (basically like a weblog) that really should have been saved as flat text to begin with. My goal here is to simply get connectivity

Re: OT: innerHTML

2002-12-21 Thread Christian Cantrell
I'm not sure exactly what the problem is, but I might try an approach that does not use innerHTML if possible as I think it simplifies the code. The example I put together is kind of long, so rather than including it, you can view it here:

RE: Easy CFFILE ?

2002-12-21 Thread Eric Hoffman
For real though, it can't be that, can it? (I could imagine it with this client's host) Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: Easy CFFILE ?

2002-12-21 Thread Dan Phillips
Is the server out of disk space? That could be a hardware problem. -Original Message- From: Eric Hoffman [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 2:06 PM To: CF-Talk Subject: RE: Easy CFFILE ? For real though, it can't be that, can it? (I could imagine it with this

Re: CFMX load test

2002-12-21 Thread Sean A Corfield
On Friday, Dec 20, 2002, at 07:58 US/Pacific, Adam Churvis wrote: The only way to get true load statistics is to have your specific application formally load tested using a commercial grade load testing tool, and to have your database filled with production-scale data during the tests.

Re: ColdFusion and Interbase?

2002-12-21 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: Actually I believe the database *is* FireBird. And believe me, I'd LOVE to drop it completely since the data I'm trying to get is nothing more than a log (basically like a weblog) that really should have been saved as flat text to begin with. My goal here is to

Re: OT: innerHTML

2002-12-21 Thread S . Isaac Dealey
I'd agree -- JavaScript for any browser I'm familiar with had the Option class afaik before innerHTML and it's always been very nice / clean and easy to use. I use innerHTML but never for select boxes. I'm not sure exactly what the problem is, but I might try an approach that does not use

RE: Easy CFFILE ?

2002-12-21 Thread Eric Hoffman
When I term service into the box and check, there is several gigs of space. Such an odd message. Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent:

RE: Easy CFFILE ?

2002-12-21 Thread Dave Lyons
There might be room on the server but are that at their service plans quota? Say if they have 10mb of storage and they have that much now, it wont let you upload anymore. Dave -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 2:12 PM

Randomization of a cfquery

2002-12-21 Thread David Jones
Does anyone have a custom tag that will take a regular query and randomize the results? I don't have to have a custom tag a database solution would do as well. Anything would help at this point. This seems like a simply thing to do. I am using Oracle for my backend so if anyone knows of a way to

RE: Highly Flammable Topic? BlueDragon, anyone?

2002-12-21 Thread Vince Bonfanti
No, that's not it. :-) Try this (yes, notice the .cfm, it *is* running on BlueDragon): http://www.newatlanta.com/products/bluedragon/index.cfm Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com -Original Message- From: Jesse Houwing [mailto:[EMAIL

RE: Randomization of a cfquery

2002-12-21 Thread Steve Dworman
I guess a simple solution would be to use the rand() function for the range of 1 - queryname.recordcount. Run a loop (queryname.recordcount times) and generate the random list of integers. use your randomized list and match up each value with the queryname.currentrow variable (cfquery), and voila

RE: How secure is encrypt

2002-12-21 Thread Dave Watts
[1] Has anybody checked with CF MX if encrypted .cfm templates produce encrypted .java files? As far as I can tell, they do not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Randomization of a cfquery

2002-12-21 Thread Joe Eugene
Dave, If i understand.. your question right... this is quite simple. cfset i=randRange(1,queryName.recordCount) cfoutput #queryName.FieldName[i]# /cfoutput The above will give you random records...one at a time. if you want all the records to be random each time.. you might want to put indexes

Re: Problem Tracking Systems

2002-12-21 Thread Jann VanOver
plug My friend Sabrina Flores, of Flores Development, has a mature CF bug tracking system available. I believe it relies on Windows user authentication, but other than that it has all the features you mention. I don't know if she'll sell the source, but you can always ask. See

Re: Randomization of a cfquery

2002-12-21 Thread Christian Cantrell
It's not as easy as it seems. Here's a function that I believe will do the trick. I wrote it pretty quickly, so if you are going to use it, test it thoroughly. Just pass in a query object and it will return a new query object with the rows randomized. You can wrap it in a custom tag if

OT: W3C DOM Reference

2002-12-21 Thread S . Isaac Dealey
I've been putting off going and buying a reference book for the W3C's dom .. I really like the dhtml reference on msdn.microsoft.com (in spite of its own dhtml being a bit hit or miss) -- it's really handy -- but I need something that includes only the official W3C specification. The MS site for

RE: W3C DOM Reference

2002-12-21 Thread Jim Davis
I'm honestly not sure how standards compliant it is (it covers everything, but does call out browser specific code) but the O'Reilly book Dynamic HTML: The Definitive Reference is great. It's one of the few books I keep on my close at hand shelf. I believe there's an updated version available

Re: OT: W3C DOM Reference

2002-12-21 Thread Jon Hall
You may already know these, but these are the refs I use. I'd use the msdn site, but the frames really get on my nerves sometimes :) http://www.w3.org/DOM/ http://www.mozilla.org/docs/dom/domref/ http://www.devguru.com/Technologies/ecmascript/quickref/javascript_intro.html and a good links