Re: web hosting, sql 2000

2004-03-18 Thread Kay Smoljak
Hey Adam, yeah, if you dot mind crashing enterprise manager when it tries to load the 500+ databases they put on each server. Turns out that if you apply the SQL Server 2000 Service Packs (even on a machine with only the client tools installed) Enterprise Manager gets a lot more stable and

Re: Javascript remoting with cfcs

2004-03-18 Thread Oliver Tupman
Dick Applebaum wrote: The full impact of this hasn't ripenedin my mind yet -- at the very Yeah, same here. It's sounding very cool, I just can't yet work out where I'd use it... Having said that I could've created a whole web service back/frontend to my most recent project and built a whole

Re: Javascript remoting with cfcs

2004-03-18 Thread Oliver Tupman
Dick Applebaum wrote: The full impact of this hasn't ripenedin my mind yet -- at the very Yeah, same here. It's sounding very cool, I just can't yet work out where I'd use it... Having said that I could've created a whole web service back/frontend to my most recent project and built a whole

RE: server session settings

2004-03-18 Thread David Ashworth
Thanks for the help so far now, I implemented this code in my fbx_settings file - however, cutting and pasting the the URL still allows a user to bypass the login, is there something I have missed? cfif fusebox.IsHomeCircuit cfapplication name=funds clientmanagement=Yes sessionmanagement=Yes

Re: Javascript remoting with cfcs

2004-03-18 Thread Thomas Chiverton
On Wednesday 17 Mar 2004 23:39 pm, Rob wrote: It works on my linux Mozilla 1.4.1 and IE 6.0. I *think* it'll work on IE 5... I should try XP too. Doesn't work on my FireFox .8 :-( robject.getAddOne is not a function This is very cool though, but for the moment I'll have to stick to pengoworks

Installing dll online

2004-03-18 Thread Shahzad.Butt
Using Cold Fusion (MX or 5) how can we let a dll to be installed on client's web browser - online i.e. yahoo messenger installation. Shaz ** This email and any files transmitted with it are confidential and intended solely for

Re: Javascript remoting with cfcs

2004-03-18 Thread Dick Applebaum
On Mar 18, 2004, at 3:32 AM, Thomas Chiverton wrote: Doesn't work on my FireFox .8 :-( mmm... Works on FireFox 0.8 on OS X [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Installing dll online

2004-03-18 Thread Dave Watts
Using Cold Fusion (MX or 5) how can we let a dll to be installed on client's web browser - online i.e. yahoo messenger installation. You can't use CF, by itself, to install programs on a client's computer. You can provide links to installers, or you can use ActiveX controls within a page if

OT: SQL Server Table Design Question

2004-03-18 Thread Tangorre, Michael
What is the proper, or preferred way of doing the following: I have three tables: T1 - PK A T2 - PK B T3 - PK AB (compound) Is it acceptable to add column C to T3 and make that the PK, and then add a unique constraint to AB? This would ease writing in writing of the WHERE clauses when

RE: web hosting, sql 2000

2004-03-18 Thread Tim Laureska
Kay... I applied the SP2 to the client machine and it still took 15 minutes to expand the database tree with crystaltech.Ya know this never really bothered me until Adam said something about it, but now it does -Original Message- From: Kay Smoljak [mailto:[EMAIL PROTECTED] Sent:

Re: web hosting, sql 2000

2004-03-18 Thread Doug White
Probably the slow response is due to server load, and cramming so much on a single server in order to provide cheap hosting pricing. Not every provider loads up servers that heavy. == Stop spam on your domain, Anti-spam solutions

Re: OT: SQL Server Table Design Question

2004-03-18 Thread Dick Applebaum
On Mar 18, 2004, at 5:04 AM, Tangorre, Michael wrote: What is the proper, or preferred way of doing the following: I have three tables: T1 - PK A T2 - PK B T3 - PK AB (compound) Is it acceptable to add column C to T3 and make that the PK, and then add a unique constraint to AB? This

RE: OT: SQL Server Table Design Question

2004-03-18 Thread Tony Weeg
yeah, the question is a bit vague -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 8:44 AM To: CF-Talk Subject: Re: OT: SQL Server Table Design Question On Mar 18, 2004, at 5:04 AM, Tangorre, Michael wrote: What is the proper, or

RE: OT: SQL Server Table Design Question

2004-03-18 Thread Tangorre, Michael
Basically, I only gave you a partial story.. The rest of it is that the join tables are used in other relationships and the where conditions and join conditions are getting sloppy. In addition, a lot of the front end deals with dynamic forms and passing around a handful of IDs is getting

Re: web hosting, sql 2000

2004-03-18 Thread Pete Ruckelshaus
I host with Crystaltech and EM has never crashed on me when administering my database. Of course, my workstation loves me and it dares not ever let me down. Pete - Original Message - From: Adrocknaphobia To: CF-Talk Sent: Wednesday, March 17, 2004 4:23 PM Subject: Re: web hosting, sql

Re: Flash 7 for Unix

2004-03-18 Thread Thomas Chiverton
On Thursday 18 Mar 2004 01:11 am, John Dowdell wrote: At 4:25 AM 3/17/4, Thomas Chiverton wrote: Unix covers a lot of ground, particularly on desktops rather than on servers. It's writen to the NSPlugin API isn't it, so the version of linux or browser doesn't matter, which is why I didn't say

Re: web hosting, sql 2000

2004-03-18 Thread Pete Ruckelshaus
Wow, that looks like a cool little app.I'm going to check it out tonight when I get home... Thanks! p - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Wednesday, March 17, 2004 4:49 PM Subject: Re: web hosting, sql 2000 I can't help but mention Aqua Data Studio

Re: Undefined in Form when using MSIE

2004-03-18 Thread Michelle Dickens
We have tried it both ways, by clicking the submit button and also by hitting the enter key.We typically submit by clicking the button and that has been when the error occurred.Since the error occurs infrequently (which of course is too frequent if you ask our customers!), I have not been able to

RE: SQL Server Table Design Question

2004-03-18 Thread Dave Watts
What is the proper, or preferred way of doing the following: I have three tables: T1 - PK A T2 - PK B T3 - PK AB (compound) Is it acceptable to add column C to T3 and make that the PK, and then add a unique constraint to AB? This would ease writing in writing of the WHERE clauses

RE: server session settings - UPDATE

2004-03-18 Thread David Ashworth
Right, I have noticed what the main part of the problem I am having is. On my dev server, I go to the admin login screen, and a CFID and CFTOKEN are generated in the url, which is fine I open another window, go to admin on the dev server and as expected another CFID and CFTOKEN are

Printing PDF directly to printer using CFMX

2004-03-18 Thread Spectrum WebDesign
Hi all my app have an script to generate PDF files from DB user data. How to, after user clicks in a link(in Internet Explorer), that user's data(now PDF format) is send directly to printer? It's possible? Thanx in advance. Spectrum -- ___

Wordperfect automation with cf

2004-03-18 Thread Critter Gewlas
has anyone out there done any of this? i've got some old vb code that i am trying to convert over the scripts are running... but i get no errors, no results. /crit [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Undefined in Form when using MSIE

2004-03-18 Thread Thomas Chiverton
On Tuesday 16 Mar 2004 21:50 pm, Burns, John D wrote: As weird as this may sound (and possibly uneducated) is there any chance that it's CF losing the form scope somehow I've see CFMX fail to see form.fieldnames (despite being a POST) a few times on our dev box. Just out of intrest, does the

Re: Printing PDF directly to printer using CFMX

2004-03-18 Thread Pete Ruckelshaus
It's not possible without resorting to Java or ActiveX or something like that.Printing is done at the OS level, and the web browser cannot (for good reason) interact autonomously with the OS -- it needs a user to click a Print button. Pete - Original Message - From: Spectrum WebDesign

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Douglas.Knudsen
well, if using iText, they claim u can http://www.lowagie.com/iText/faq.html#printing Doug -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:03 AM To: CF-Talk Subject: Re: Printing PDF directly to printer using CFMX It's not possible

Re: OT: SQL Server Table Design Question

2004-03-18 Thread Dick Applebaum
I tend to agree with Dave and opt for not adding Column C If I understand, you want to deal with C as an abstractionof the A-B relationship.I can see how passingC (instead of A B) would simplify form handling. But, you could pass AB just as easily as you can pass C. I think introducing C in

CFC: Non-native argument types and returntypes?

2004-03-18 Thread Jamie Jackson
I'm not having much luck restricting cffunction's returntype to custom data types (e.g. FooObject). Likewise, I can't specify a custom data type as a cfargument type. The only place I seem to be having luck in this regard is in my init() methods, where I'm returning this, and specifying the

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Tony Weeg
www.activepdf.com check out their activespool I think its called that. tony -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:12 AM To: CF-Talk Subject: RE: Printing PDF directly to printer using CFMX well, if using iText, they

RE: Non-native argument types and returntypes?

2004-03-18 Thread Raymond Camden
Can you show us your code? I've had no issue using custom types. One thing to remember - If your CFC method has a returnType of dog, but the CFC itself doesn't know what dog is - ie, maybe it's in a different package, then you should switch your returnType to contain the full path to dog, ie,

Re: OT: SQL Server Table Design Question

2004-03-18 Thread Nick de Voil
Just to play devil's advocate and also enjoy the unusual experience of disagreeing with Dave - your proposed approach of adding a surrogate key is our standard way of doing things. Even when the table is a simple intersection table consisting of nothing but 2 foreign keys, we always make the

Re: Printing PDF directly to printer using CFMX

2004-03-18 Thread Paul Hastings
well, if using iText, they claim u can http://www.lowagie.com/iText/faq.html#printing not really, you can use arcobat commandline for printing with or without iText (though iText is certainly one cool app). [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: OT: SQL Server Table Design Question

2004-03-18 Thread Tom Kitta
I agree, we do the same thing here. TK -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:26 AM To: CF-Talk Subject: Re: OT: SQL Server Table Design Question Just to play devil's advocate and also enjoy the unusual experience of disagreeing

Re: Printing PDF directly to printer using CFMX

2004-03-18 Thread Spectrum WebDesign
You're right Paul. >From iText printing help page: How can I send a PDF file to a printer directly? Printing is a very platform dependent functionality. On Windows, you can print a PDF file by executing Acrobat Reader: String osName = System.getProperty(os.name ); //FOR WINDOWS 95 AND 98 USE

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Turetsky, Seth
What are you generating your pdf's with? -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 10:35 AM To: CF-Talk Subject: Re: Printing PDF directly to printer using CFMX You're right Paul. >From iText printing help page: How can I send

Re: OT: SQL Server Table Design Question

2004-03-18 Thread Dick Applebaum
On Mar 18, 2004, at 7:25 AM, Nick de Voil wrote: Just to play devil's advocate and also enjoy the unusual experience of disagreeing with Dave - your proposed approach of adding a surrogate key is our standard way of doing things. Even when the table is a simple intersection table consisting of

Re: Printing PDF directly to printer using CFMX

2004-03-18 Thread Paul Hastings
My question: how to do that with CFMX? send some java liek that iText example down the wire or maybe something like this: http://cwashington.netreach.net/depo/view.asp?Index=793ScriptType=jscript [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Help - Can't run CFMX's Installer - InstallAnywhere error

2004-03-18 Thread Michael Dinowitz
MM is looking into this problem. I just had it on a new box (had to downgrade from 2003 to 2000) and the solution for me was to wait till it threw the message. Rather than hitting cancel, go to the temp dir and look for a file called cf_redsky.exe. Run this file and CF will install properly. It's

Re: Javascript remoting with cfcs

2004-03-18 Thread Rob
On Thu, 2004-03-18 at 03:32, Thomas Chiverton wrote: On Wednesday 17 Mar 2004 23:39 pm, Rob wrote: It works on my linux Mozilla 1.4.1 and IE 6.0. I *think* it'll work on IE 5... I should try XP too. Doesn't work on my FireFox .8 :-( robject.getAddOne is not a function I was working on

Dependable way to download a file with CF

2004-03-18 Thread Mickael
Hi All I know this has been discussed a few time but I am not able to have a user download a file consistently with CF. Here is the code I use cfheader name=content-disposition value=attachment; filename=Processing_Report.XLS cfcontent type=application/msexcel

Re: Non-native argument types and returntypes?

2004-03-18 Thread Jamie Jackson
On Thu, 18 Mar 2004 09:16:08 -0600, in cf-talk you wrote: Can you show us your code? I've had no issue using custom types. One thing to remember - If I can't get it going, I'll try to condense the code to the problem area. If your CFC method has a returnType of dog, but the CFC itself doesn't

Non safe Array with XML2CF

2004-03-18 Thread David Brown
Not sure how to explain this, but I will try. I have an array after converting this to CF. Here is a layout of the array: idxDocument from a cfloop from 1 to ArrayLen sRetXML.BillPay.FACILITIES.FACILITY[idxDocument].VERISIGN.REFERENCENUM.Value The problem is there is not always a Regerencenum in

Re: Non safe Array with XML2CF

2004-03-18 Thread Bryan F. Hogan
cfscript try { sVerisignRef=sRetXML.billPay.facilities.facility[idxDocument].verisign.referanceNum.value; } catch(Any excpt){ sVerisignRef=0; } /cfscript David Brown wrote: Not sure how to explain this, but I will try. I have an array after converting this to CF. [Todays Threads] [This

Re: Non safe Array with XML2CF

2004-03-18 Thread David Brown
Thank you very much for your help. I must be missing something. cfif isArray(sRetXML.BillPay.FACILITIES.FACILITY) !--- Lets loop through the headlines and output the HeadLine, Source, and document URL --- cfloop index=idxDocument from=1 to=#ArrayLen(sRetXML.BillPay.FACILITIES.FACILITY)# cfscript

SOT?: SES URLs in CF

2004-03-18 Thread Jeff Langevin
Hi folks, What things are folks doing out there to get around issues of search engine indexing of dynamic sites? Recently we launched an application which uses SES URLs (and the application is written in Fusebox 3).However, we are still having a problem with the search engines not indexing

Re: Non safe Array with XML2CF

2004-03-18 Thread Bryan F. Hogan
Which line is 124? David Brown wrote: Thank you very much for your help. I must be missing something. cfif isArray(sRetXML.BillPay.FACILITIES.FACILITY) !--- Lets loop through the headlines and output the HeadLine, Source, and document URL --- cfloop index=idxDocument from=1

Re: Non safe Array with XML2CF

2004-03-18 Thread David Brown
I forgot to mention this is CF 5.not sure if that matters or not. - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Thursday, March 18, 2004 11:18 AM Subject: Re: Non safe Array with XML2CF cfscript try {

Re: Non safe Array with XML2CF

2004-03-18 Thread Bryan F. Hogan
What are you using to parse the XML into arrays and structures? David Brown wrote: I forgot to mention this is CF 5.not sure if that matters or not. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Non safe Array with XML2CF

2004-03-18 Thread David Brown
Line 124 is the line with Try { - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Thursday, March 18, 2004 11:28 AM Subject: Re: Non safe Array with XML2CF Which line is 124? David Brown wrote: Thank you very much for your help. I must be missing something. cfif

Re: Non safe Array with XML2CF

2004-03-18 Thread David Brown
SOXML since we have CF 5 and not CFMX. David Thank you again for your help. - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Thursday, March 18, 2004 11:31 AM Subject: Re: Non safe Array with XML2CF What are you using to parse the XML into arrays and structures? David

Re: Non safe Array with XML2CF

2004-03-18 Thread Bryan F. Hogan
CF5=no try/catch in cfscript. Change it to regular cftry and ctcatch. cftry cfset sVerisignRef=sRetXML.billPay.facilities.facility[idxDocument].verisign.referanceNum.value cfcatch type=any cfset sVerisignRef=0 /cfcatch /cftry David Brown wrote: SOXML since we have CF 5 and not CFMX. David

RE: OT: SQL Server Table Design Question

2004-03-18 Thread Tangorre, Michael
What are some of the downsides to this? Will I experience a performance hit should I use the additional key? Now, the above are valid reasons for including a separate key -- another might be that the T3 record contains intersection data, and/or it is sometimes meaningful to process this

Adding elements to a structure

2004-03-18 Thread Levenson, Keith
I'm new to using structures, and am having difficultly adding elements to an existing structure. Here's the code snippet: cfoutput query=getFlexDays cfset requestLimit.Date[currentrow] = DateFormat(getFlexDays.flexRequestDateRequested, mm/dd/) cfset requestLimit.Threshold[currentrow] =

RE: Undefined in Form when using MSIE

2004-03-18 Thread Robert Redpath
I'm glad someone else has been having this problem. I have been getting this same problem also and was beginning to pull my hair out... So did you go back place the validation code for every form you have on all your sites?If so did that solve it? cfif StructIsEmpty(form) do a js back.

CF5 and Stored Procedures

2004-03-18 Thread Morgan Senkal
I have a stored procedure that executes a somewhat complex query on a SQL 2000 database and returns a result set.How do I access that result set using CF?I've had lots of trouble getting the cfstoredproc and cfprocparam tags to work ( don't know what I'm doing wrong! so I've been successfully

Syntax for an event loop

2004-03-18 Thread Lee Flier
Hey all, I'm setting up an event loop for processing a series of functions.Each function will return the name of the next function to run, depending what happens during the function.I'm trying to figure how I would set up the syntax for this.Should the following work or do I need to do

Re: Printing PDF directly to printer using CFMX

2004-03-18 Thread Spectrum Web
Hi using CFHTML2PDF customtag + HTMLDOC application installed in your box... Using cfexecute cfhtml2pdf generate all pdf files for you. Cleaner and easier... What are you generating your pdf's with? -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Syntax for an event loop

2004-03-18 Thread Tom Kitta
I know I did dynamic function naming some time ago, it works fine, I think syntax was: cfset function_result = evaluate(function_name_var ()) For passing arguments: cfset function_result = evaluate(function_name_var (#arg1_variable#,arg2_as_number,'arg3_as_text')) OR cfset function_result =

Emailing Form.FieldNames results via looping?

2004-03-18 Thread Bob Haroche
I have a form with a lot of fields. I want to email the submitted results to someone, but instead of coding Form.Field1, Form.Field2, Form.Field3, etc. to do this, I want to loop over the form structure to get the values of the submitted fields. I'm using this to do that: cfloop index=thisField

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread DURETTE, STEVEN J (AIT)
Bob, Inside your cfmail tags, you only need to use this code: cfloop index=thisField list=#Form.FieldNames# #thisField#: #evaluate(thisField)#br /cfloop (just remove the cfoutputs) Steve -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18,

RE: CF5 and Stored Procedures

2004-03-18 Thread Dave Watts
I have a stored procedure that executes a somewhat complex query on a SQL 2000 database and returns a result set.How do I access that result set using CF?I've had lots of trouble getting the cfstoredproc and cfprocparam tags to work ( don't know what I'm doing wrong! so I've been

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread J E VanOver
About acrobat commandline Please note that other computers accessing your WEB SERVER can NOT use Acrobat from the command line without violating copyright restrictions. You - personally - as a workstation user - may of course run acrobat from the command line on your workstation in any way that

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Matt Robertson
Get rid of the cfoutputs and it'll work :-) Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc.http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Andy Ousterhout
You don't need CFOUTPUT inside of CFMAIL.Second, skip the evaluate and just use #form[thisField]# Andy -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 12:24 PM To: CF-Talk Subject: Emailing Form.FieldNames results via looping? I have a form

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread DURETTE, STEVEN J (AIT)
if I remember correctly, #form[thisField]# won't work in cf5, but I'm not 100% sure of that (It's been so long since I used CF5). Steve -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:40 PM To: CF-Talk Subject: RE: Emailing

RE: Printing PDF directly to printer using CFMX

2004-03-18 Thread Spectrum WebDesign
Thanx... But how to execute acrobat with cfexecute(command line)? - Original Message - From: J E VanOver [EMAIL PROTECTED] Date: Thu, 18 Mar 2004 10:37:00 -0800 To: CF-Talk [EMAIL PROTECTED] Subject: RE: Printing PDF directly to printer using CFMX About acrobat commandline Please note

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Dave Watts
if I remember correctly, #form[thisField]# won't work in cf5, but I'm not 100% sure of that (It's been so long since I used CF5). I'm pretty sure that syntax will work in CF 4 and up. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays

Re: Non safe Array with XML2CF

2004-03-18 Thread David Brown
Thank you very much for your help.Worked great. - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Thursday, March 18, 2004 11:44 AM Subject: Re: Non safe Array with XML2CF CF5=no try/catch in cfscript. Change it to regular cftry and ctcatch. cftry cfset

Re: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Bob Haroche
Andy Ousterhout wrote: You don't need CFOUTPUT inside of CFMAIL.Second, skip the evaluate and just use #form[thisField]# Thanks so much to both responeders. I had the dreaded Evaluate in there b/c I grabbed the code from the O'Reilly Programming CF book. I'll try without it. Regards, Bob

Re: OT: SQL Server Table Design Question

2004-03-18 Thread Dick Applebaum
You should not experience any performance hit. The only real downside is what Dave was talking about -- unless you have a good reason, why clutter up the database with an extra field and indexes -- the law of parsimony -- the simplest way is the best way. But, if you *do* have a good reason

CFMX CFDUMP output formatting

2004-03-18 Thread Stephen Hait
Is there a way to control the font-size for CFDUMP output with CFMX on W2003? I'd like to have the text display larger so I can read it. I'd prefer to be able to do this from the CFAdministrator. There appears to be a class file, cfdump2ecfm659484891.class, which contains an embedded style

RE: Undefined in Form when using MSIE

2004-03-18 Thread Nick Han
The hardest thing about this bug is that it doesn't happen consistently, so it is impossible to 'show' anyone about it.I personally have never come across this bug myself during development.The only reason I knew it had happened is through my error handler code, which emails me everything I needed

RE: CFMX CFDUMP output formatting

2004-03-18 Thread Raymond Camden
CFDUMP uses a request variable to determine if it should output it's CSS style sheet. If you set this yourself BEFORE calling cfdump and then output your own style sheet, it should work. For an example of wrapping cfdump, check out my DumpF tag from my blog. It allows you to do things like Dump

RE: CFMX CFDUMP output formatting

2004-03-18 Thread Barney Boisvert
You should be able to specify your own definition for the stylesheet inline, as long as it appears after the one CFDUMP provides.So just wrap CFDUMP in a custom CF_DUMP tag which, after calling CFDUMP, writes some new CSS to the HTML stream (or use CFHTMLHEAD).You can even use the same

Good (inexpensive) domain registration

2004-03-18 Thread Dick Applebaum
I need to register about a dozen domains for personal/family use. Who do you guys currently recommend as a good price-performer? TIA Dick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Good (inexpensive) domain registration

2004-03-18 Thread ColdFusion Developer
You could always register one domain and have many sub-domains from that. All depends on your hosting provider. Example: Single Domain:www.myFamilyName.com Sub-Domains: ryan.myfamilydomain.com one.myfamilydomain.com two.myfamilydomain.com three.myfamilydomain.com four.myfamilydomain.com etc...

CFDUMP: CF5 vs. CF6+

2004-03-18 Thread Matt Robertson
I never personally used CFDUMP on CF5, and I no longer have a CF5 dev server so unfortunately I can't test this myself.Shouldn't cfdump statements like this work fine on CF5: cfdump var=#variables# label=Local variables cfdump var=#client# label=Client variables Not so many moons ago I had a

RE: Good (inexpensive) domain registration

2004-03-18 Thread JT
GODADDY.COM -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I need to register about a dozen domains for personal/family use. Who do you guys currently recommend as a good

RE: Good (inexpensive) domain registration

2004-03-18 Thread Matt Robertson
Howdy Dick, I use GoDaddy.If you can get your volume up higher then consider their reseller program.Several months ago I was ticked at them for screwing some things up and I scoured the rest of the market.I couldn't find a better reseller deal (and they fixed my problem :-)). Cheers,

RE: CFDUMP: CF5 vs. CF6+

2004-03-18 Thread Raymond Camden
You couldn't dump Variables in CF5. If you need to get all variables for some logical reason, use a struct for all your variables, ie cfset local = structNew() cfset local.x = your mother [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Matt Robertson
Dave watts wrote: I'm pretty sure that syntax will work in CF 4 and up. Would it work for other scopes as well?i.e. #client[blah]#.I've got an app that has a boatload of evaluates that I would love to clean up, but have left alone so it doesn't break on older CFs.

RE: Good (inexpensive) domain registration

2004-03-18 Thread Dan Phillips
Go with GoDaddy. They start at about 7 or 8 bucks per name. I would really avoid any company that gives them for cheaper. You get what you pay for. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:57 PM To: CF-Talk Subject: Good

RE: Good (inexpensive) domain registration

2004-03-18 Thread Bruce Sorge
GoDaddy.com. I use them exclusively. _ From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I need to register about a dozen domains for personal/family use. Who do you guys currently recommend as

RE: Good (inexpensive) domain registration

2004-03-18 Thread Stacy Young
http://www.lanechange.net http://www.lanechange.net/ Very personalized service...and cheap...solid admin tools _ From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I need to register about a

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Ian Skinner
Yup, all your fav scopes.Form, URL, Variables(cf6+), Session, Client, Application and Server ... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Andy Ousterhout
If it works for form, it will work for all scopes.Just try it. -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:11 PM To: CF-Talk Subject: RE: Emailing Form.FieldNames results via looping? Dave watts wrote: I'm pretty sure that syntax will

RE: Good (inexpensive) domain registration

2004-03-18 Thread cf-talk
http://www.iregistrations.com I believe it's $5.95 USD per domain... interface works nice, etc. -Novak -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 12:57 PM To: CF-Talk Subject: Good (inexpensive) domain registration I need to

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Dave Watts
I'm pretty sure that syntax will work in CF 4 and up. Would it work for other scopes as well?i.e. #client[blah]#. I've got an app that has a boatload of evaluates that I would love to clean up, but have left alone so it doesn't break on older CFs. It will depend on what version, and for

RE: CFDUMP: CF5 vs. CF6+

2004-03-18 Thread Dave Watts
I never personally used CFDUMP on CF5, and I no longer have a CF5 dev server so unfortunately I can't test this myself. Shouldn't cfdump statements like this work fine on CF5: cfdump var=#variables# label=Local variables cfdump var=#client# label=Client variables Not so many moons ago

Re: SOT?: SES URLs in CF

2004-03-18 Thread Geoff Bowers
Jeff, Jeff Langevin wrote: What things are folks doing out there to get around issues of search engine indexing of dynamic sites? Recently we launched an application which uses SES URLs (and the application is written in Fusebox 3).However, we are still having a problem with the

RE: SOT?: SES URLs in CF

2004-03-18 Thread Barney Boisvert
How different is this than using mod_rewrite with maps?Obviously mod_rewrite isn't platform independent, and doesn't have a CFMX interface. What else? Cheers, barneyb -Original Message- From: Geoff Bowers [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 1:50 PM To: CF-Talk

Re: Good (inexpensive) domain registration

2004-03-18 Thread Doug White
www.registerfly.comhas a special going right now, plus, they provide FREE DNS service and free Search engine submissions. == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com

Re: Good (inexpensive) domain registration

2004-03-18 Thread Doug White
GoDADDY charges extra for DNS service - (hidden charge) == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == If you woke up breathing,

#url#

2004-03-18 Thread Daniel Kessler
I want to grab the querystring.If it's there, I can do #url.id#, but if it isn't there, that kills the page - I get an error page stating that I'm asking for something that doesn't exists.isDefined doesn't seem to help. Is this correct?It seems not very useful then. Maybe it's just the day

RE: #url#

2004-03-18 Thread Kevin Cundick
You can use this at the top of the page cfparam name=url.id default= type={var type} That should take care of it for you. -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:24 PM To: CF-Talk Subject: #url# I want to grab the

RE: CF5 and Stored Procedures

2004-03-18 Thread J E VanOver
We have always been able to make it work with CFPROCRESULT cfstoredproc procedure=procedureName datasource=xyz cfprocparam type=IN blah blah cfprocresult name=myQueryName /cfstoredproc then cfloop query=myQueryName... -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent:

RE: #url#

2004-03-18 Thread J E VanOver
No, that's not correct.isDefined DOES work for URL variables.(It does NOT work for CGI variables) cfif isDefined(url.id)do something -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:24 PM To: CF-Talk Subject: #url# I want to grab the

CFFILE to NFS issues?

2004-03-18 Thread Howard Fore
Hey, I'm having issues using CFFILE to move a file from a the CFMX server to a NFS mounted server. Has anyone done this sort of thing? From the shell on the Linux (CFMX) serve I can see the mounted directory and interact without issue. cfdirectory can create directories on it and read

RE: Good (inexpensive) domain registration

2004-03-18 Thread cf-talk
Speaking of free DNS... a GREAT site for free DNS... primary or secondary is: http://www.xname.org I've used them as secondary dens on a lot of stuff... never used them for primary though. So, basically... I register a lot of domains using http://www.iregistrations.com ($5.95/domain) and

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Matt Robertson
Thx Dave, The app does work well as is and, if it ain't broke... Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc.http://mysecretbase.com [Todays Threads] [This Message] [Subscription] [Fast

RE: Emailing Form.FieldNames results via looping?

2004-03-18 Thread Andy Ousterhout
break it!:-) -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 5:27 PM To: CF-Talk Subject: RE: Emailing Form.FieldNames results via looping? Thx Dave, The app does work well as is and, if it ain't broke...

  1   2   >