RE: Scopes. Which are nested?

2004-10-12 Thread Pascal Peters
I really don't know, but it shouldn't take too long to test. Dump the variables scope in a CT and in a cfc (that should cover attributes, caller, this thistag) Make sure there is something in the scope and see if it gets dumped. I don't think any of them will be in that scope. Watch out if you

Trouble writing a file

2004-10-12 Thread Pascal Peters
Does anybody know why cffile can't write a file called com1.htm in an existing directory with the right permissions? This happens only on windows machines (win 2k XP) with CF4.5 and CF5 (haven't tested with CFMX). It writes the file ok on a linux box. Other files (like reg1.htm) are written

RE: Trouble writing a file

2004-10-12 Thread James Holmes
COM1 is a reserved device name in Windows (a throwback from ancient DOS days). The same will happen with LPT1 and some other names. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 October 2004 4:12 To: CF-Talk Subject: Trouble writing a file Does

flashblog

2004-10-12 Thread dave
anyone feel like helping me convert the flashblog (currently flash, pfp, mysql) to cfm? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: flashblog

2004-10-12 Thread dave
sorry thats php [quote](currently flash, pfp, mysql)[/quote] -- Original Message -- From: dave [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Tue, 12 Oct 2004 04:05:21 -0400 anyone feel like helping me convert the flashblog (currently flash, pfp,

the low down on laszlo

2004-10-12 Thread dave
ok a few dayz ago we had this discussion and here is some more info on it the most significant thing is that flex publishes to flash 7 laszlo outputs to flash 5. So a lot of the available cool stuff isnt available to laszlo users, like onfocus, scrolling, etc, not to mention flash 5 was WAY

RE: flashblog

2004-10-12 Thread James Holmes
Is it this one? http://www.flashblog.org/ -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 October 2004 4:05 To: CF-Talk Subject: flashblog anyone feel like helping me convert the flashblog (currently flash, pfp, mysql) to cfm? [Todays Threads] [This

RE: flashblog

2004-10-12 Thread dave
yes sorry at night it seems to take my messages bout an hour to post -- Original Message -- From: James Holmes [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Tue, 12 Oct 2004 16:43:59 +0800 Is it this one? http://www.flashblog.org/ -Original

Re: flashblog

2004-10-12 Thread Mark Drew
Its in spanish.. luckly I am in spain :) On Tue, 12 Oct 2004 16:43:59 +0800, James Holmes [EMAIL PROTECTED] wrote: Is it this one? http://www.flashblog.org/ -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, 12 October 2004 4:05 To: CF-Talk Subject:

Re: flashblog

2004-10-12 Thread dave
lol, im just glas as hell they finally put an the 1 english word i needed on there download -- Original Message -- From: Mark Drew [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Tue, 12 Oct 2004 11:30:58 +0200 Its in spanish.. luckly I am in spain :)

Re: flashblog

2004-10-12 Thread Mark Drew
Thats ok I can understand all of it MD On Tue, 12 Oct 2004 05:35:33 -0400, dave [EMAIL PROTECTED] wrote: lol, im just glas as hell they finally put an the 1 english word i needed on there download -- Original Message -- From: Mark Drew [EMAIL

Re: flashblog

2004-10-12 Thread dave
well if u'd like to take a stab at it let me know, i dont remember much php but i'll try. maybe we'll get a few more ppl today to kick in ang have it done [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cftree cftreeitem CF5 vs CFMX61

2004-10-12 Thread Francine Kalonji
Thanks Charles! Will look into. Francine. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Outputting Structure Key Problem

2004-10-12 Thread sp
THANKS! That solved it. I put a TRIM() around the variable when it was being put into the structure and now #SCORE.Sleep# outputs. Sebastian I checked the source of the page to which you linked; it is indeed adding whitespace at the end of the QUIZID column. I'm guessing that instead of using a

Collaboration software in CF?

2004-10-12 Thread Simon Smith
I’ve been asked to look into the possibility of using 3rd party software to create a collaborative workspace dynamically for our users. The feature list is below 1) Must be able to support multiple ‘workspaces’ 2) Must be able to digitally ‘sign’ documents 3) Allow users to add/update/delete

CF and HashCash for email

2004-10-12 Thread Anders Green
Has anyone integrated the HashCash algorithm into ColdFusion? Since the email volume of my site is low, I figure I have the spare cycles to compute it. (For those not familiar, HashCash is a computation that you add to the header of an email that lowers its spam rating. See hashcash.org )

RE: Collaboration software in CF?

2004-10-12 Thread Micha Schopman
Haven't found a real good product in CF, and since then I still need to refer to Microsoft Sharepoint as the most logic solution for your problem. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo

why can't they log in? post II

2004-10-12 Thread Ray Champagne
I know that a lot of ppl were out for the holiday here in the US yesterday, so I thought I might post this again. Ray I have inherited a rather simple application that has a section where listees of an online directory can add/edit/delete their account info once logging in to the system. I

SQL Help: nvarchar vs varchar

2004-10-12 Thread Ciliotta, Mario
Hi, I am trying to upsize an Access 97 database to SQL Server 7.0 and in the access database I have a few text fields with a size of 255.When I convert it to SQL Server, the text fields become nvarchar with a size of 255.Is there any difference in using nvarchar or varchar?I just started to

CF Certified Print Logos?

2004-10-12 Thread Daniel Farmer
I got the CD with the MX certified logos and all the print files (EPS). All have the extension .bin and NOT .eps or .tiff I tried converting the extensions to .eps / .jpg / .tif -- no work Does anyone else have this problem? [Todays Threads] [This Message] [Subscription] [Fast

Re: why can't they log in? post II

2004-10-12 Thread G
The accounts aren't being locked for a period of time are they Ray? I know you said you inherited the application, perhaps its locking accounts after unsuccessful attempts somewhere, maybe at the DB level? - Original Message - From: Ray Champagne To: CF-Talk Sent: Tuesday, October 12,

RE: SQL Help: nvarchar vs varchar

2004-10-12 Thread Micha Schopman
Microsoft SQL Server Help ... F1 .. Unicode Data Traditional non-Unicode data types in Microsoft(r) SQL Server(tm) 2000 allow the use of characters that are defined by a particular character set. A character set is chosen during SQL Server Setup and cannot be changed. Using Unicode data types,

Re: why can't they log in? post II

2004-10-12 Thread Ray Champagne
Nope, they are blocked all the time (on their machine, of course).And the DB is an access DB, so I am pretty certain it is not that. I really think it has something to do with Firewalls or, as someone suggested here yesterday, it might be a Norton thing, or a combo of both.I just don't know

RE: CF Certified Print Logos?

2004-10-12 Thread d.a.collie
All have the extension .bin and NOT .eps or .tiff Stab in the dark, are there equivalent .cue files (ie CD image files maybe)? -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

DRK 3

2004-10-12 Thread Dan O'Keefe
Is it just me, or is the DRK 3 not available for download when you are logeed into the devnet subscription site? I am looking for the CFUnit tool in that version. I know there is a CFCUnit in the openXCF framework. Dan O'Keefe [Todays Threads] [This Message] [Subscription]

Re: why can't they log in? post II

2004-10-12 Thread G
Do you have the ability to cross reference these users Ray, too see what Firewall/AV software they may have in common? That could go a long way towards pinpointing the guilty party. - Original Message - From: Ray Champagne To: CF-Talk Sent: Tuesday, October 12, 2004 9:31 AM Subject: Re:

Re: DRK 3

2004-10-12 Thread Joe Rinehart
Not sure, but you can get CFCUnit from http://www.cfcunit.org/:) -joe On Tue, 12 Oct 2004 10:42:07 -0400, Dan O'Keefe [EMAIL PROTECTED] wrote: Is it just me, or is the DRK 3 not available for download when you are logeed into the devnet subscription site? I am looking for the CFUnit tool in

Re: why can't they log in? post II

2004-10-12 Thread Ray Champagne
I have been trying, but the problem lies in the fact that this is an online directory of Yoga Teachers and Students. Unfortunately, not to pigeonhole people, but in my experience with this site, Yoga ppl are not the most computer savvy bunch in the world.Asking them what virus protection

Re: CF Certified Print Logos?

2004-10-12 Thread Daniel Farmer
All have the extension .bin and NOT .eps or .tiff Stab in the dark, are there equivalent .cue files (ie CD image files maybe)? nope, nothing. Just an icon.bin file [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: DRK 3

2004-10-12 Thread Qasim Rasheed
CFCUnit.org and CFUnit in DRK are essentially two different products. AFAIK On Tue, 12 Oct 2004 10:48:38 -0400, Joe Rinehart [EMAIL PROTECTED] wrote: Not sure, but you can get CFCUnit from http://www.cfcunit.org/:) -joe On Tue, 12 Oct 2004 10:42:07 -0400, Dan O'Keefe [EMAIL PROTECTED]

RE: why can't they log in? post II

2004-10-12 Thread Burns, John D
They could have the XP firewall thingy turned on. I'm not sure what all it limits, I just remember it being there. John -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 10:57 AM To: CF-Talk Subject: Re: why can't they log in? post II I

RE: why can't they log in? post II

2004-10-12 Thread Ian Skinner
They could have the XP firewall thingy turned on. I'm not sure what all it limits, I just remember it being there. John Or they could have applied the latest service pack for XP which automatically turns on the firewall and can cause problems with websites that use Active X or other advanced

Re: flashblog

2004-10-12 Thread Robert Munn
anyone feel like helping me convert the flashblog (currently flash, pfp, mysql) to cfm? I'd be happy to help. Do you want to translate the names of the templates into english along the way? Who is going to manage the work to make sure we don't re-code the same templates? I will volunteer to do

Fusebox.org downloads down? Core files mirror?

2004-10-12 Thread hofo
Hey, I'm having trouble downloading a new set of FB4 core files from the Fusebox site. The new window to downloads.fusebox.org displays some terse JRUN connection error.Is there a mirror somewhere? -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast

Re: DRK 3

2004-10-12 Thread Dan O'Keefe
Correct, that is why I am trying to get my hands on DRK 3 and it is not available for download and I do not have the CD. Dan On Tue, 12 Oct 2004 11:15:04 -0400, Qasim Rasheed [EMAIL PROTECTED] wrote: CFCUnit.org and CFUnit in DRK are essentially two different products. AFAIK On Tue, 12 Oct

Re: DRK 3

2004-10-12 Thread Paul Kenney
That is correct.CFUnit was written by Christian Cantrell and I wrote cfcUnit. Qasim Rasheed wrote: CFCUnit.org and CFUnit in DRK are essentially two different products. AFAIK On Tue, 12 Oct 2004 10:48:38 -0400, Joe Rinehart [EMAIL PROTECTED] wrote: Not sure, but you can get CFCUnit from

Re: flashblog

2004-10-12 Thread Mark Drew
I just got it running and it looks interesting looks like most of the PHP was done in/under Dreamweaver .. also.. is there any change to the flash files as there are a few bits that seem hardcoded On Tue, 12 Oct 2004 11:37:40 -0400, Robert Munn [EMAIL PROTECTED] wrote: anyone feel like helping

inserting from form

2004-10-12 Thread Greg Morphis
I have a form which returns several different values.. some values go into 1 table, others go into others. Here's a dump of some of the form fields HS_1 [empty string] HS_2 [empty string] HS_3 [empty string] HS_4 [empty string] HS_5 [empty string] these should go into the Handset table and

Re: Fusebox.org downloads down? Core files mirror?

2004-10-12 Thread Andrew Dixon
If you post a message in the Fusebox forum on the fusebox site someone will email them to you. There download server is always going offline. Andrew. On Tue, 12 Oct 2004 11:36:17 -0400, hofo [EMAIL PROTECTED] wrote: Hey, I'm having trouble downloading a new set of FB4 core files from the

SQL Question...

2004-10-12 Thread Blaine Korte
Hey. I've got 3 tables in MySQL: SizeLine: SizeLineID (primary key) SizeID, Quantity, Notes, armAdjID, bodyAdjID Sizes: SizeID, Caption more, not needed here SizeAdjID: SizeAdjID, Caption more, not needed here Now, I need to display the records in the SizeLine table just with the

How to Maintain State between Web Service Requests?

2004-10-12 Thread Jeffry Houser
I posted this on cfcdev a while back and heard nothing, so I thought I'd try here. Is there a way to maintain state between web service requests?I've done some searching for answers, but haven't found anything related to this. Obviously since I'm posting here, I'm building the web services in

RE: why can't they log in? post II

2004-10-12 Thread Dave Watts
About the only thing that I have found that seems to be common is that they are all using Windows XP.I did some searching online for XP and ColdFusion and Firewalls, etc and really have come up with a whole lotta nothing. You might try to use a recording proxy or network sniffer, and see

jrun.xml/JVM Tuning in CFMX

2004-10-12 Thread Sung Woo
What do you folks think about this article? http://www.robisen.com/index.cfm?mode=entryentry=FD4BE2FC-55DC-F2B1-FED0717CC1C7E0AF Seems to be working OK for me, so far.jrun.exe's thread count went from 54 to 65 and memory usage jumped from 80MB to 200MB, but the site does seem to be running

RE: why can't they log in? post II

2004-10-12 Thread Ray Champagne
Could you elaborate a little more?This sounds like something that I would like to try.Asking them to check this and check that sounds like I don't know what I am doing.This way at least I wouldn't have to have so much interaction and 'try this' with them. Ray At 11:58 AM 10/12/2004, you

Validating A String as XML

2004-10-12 Thread Duane Boudreau
Hi All, Has anyone written a routine to validate that all tags in a pseudo XML string are properly opened and closed? The strings aren't truly valid XML data but it does have opening and closing tags. Data looks like: book chapter1 TitleThe Beginning/Title Blah blah blah /chapter1 /book

Re: flashblog

2004-10-12 Thread Robert Munn
I just got it running and it looks interesting looks like most of the PHP was done in/under Dreamweaver .. also.. is there any change to the flash files as there are a few bits that seem hardcoded The .fla file is in the zip archive. It says it is compatible only with Flash MX 2004.

CFQueryParam Questions

2004-10-12 Thread Jim McAtee
Does the maxlength attribute truncate or throw an error if an excessively long string is passed. Is ODBC driver behavior any different when using cfqueryparam?For instance, Access will automatically truncate a too long string, while MS SQL will throw an error. What cfsqltype is best to use

Re: Validating A String as XML

2004-10-12 Thread Qasim Rasheed
This might help you http://cflib.org/udf.cfm?ID=993 On Tue, 12 Oct 2004 12:33:24 -0400, Duane Boudreau [EMAIL PROTECTED] wrote: Hi All, Has anyone written a routine to validate that all tags in a pseudo XML string are properly opened and closed? The strings aren't truly valid XML data

RE: Validating A String as XML

2004-10-12 Thread Duane Boudreau
I don't have access to using MX for this :( Duane _ From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 12:47 PM To: CF-Talk Subject: Re: Validating A String as XML This might help you http://cflib.org/udf.cfm?ID=993 On Tue, 12 Oct 2004 12:33:24 -0400, Duane

Re: CF Certified Print Logos?

2004-10-12 Thread Steve Kahn
Daniel, It sounds like a compression codec typically found on a Mac System. Try decompressing them on a Mac. HTH Steve [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: SQL Question...

2004-10-12 Thread Cornillon, Matthieu (Consultant)
Can anybody lend a hand and help me out on this one?All it does is return 1 row no matter how many rows are in the sizeLine table.. Blaine, I'm not exactly sure why this is happening, but here are some ideas of what to check: 1) Forgive me for suggesting the obvious, but since it's

RE: SQL Query Help Please.

2004-10-12 Thread Cornillon, Matthieu (Consultant)
2.) Can someone please suggest a good book on SQL syntax that will clear thing up for me. Other beginner resources: 1) http://www.sqlcourse.com/ http://www.sqlcourse.com/ 2) http://sqlcourse2.com/ http://sqlcourse2.com/ 3) http://www.freeprogrammingresources.com/sql.html

Re: CF and HashCash for email

2004-10-12 Thread Matt Robertson
A couple of observations: 1) Hashcash.org has had only 29k visitors since 11/2003.Thats not much even if every single visitor was a mail admin. 2) It only lowers the spam score if some external tool (SpamCop, Declude, ASSP et al) gives it any consideration. Unless you are just doing it for the

RE: SQL Question...

2004-10-12 Thread Blaine Korte
Wow, do I ever feel stupid.It was the output stage that I had my problem with.It's fixed, that join query runs fine. This is why I stay away from joins - they're so complicated that when I cant get them to work, that's all I concentrate on. ;-) Thanks a bunch for the help, Matthieu! Blaine

Re: SQL Question...

2004-10-12 Thread G
Ah but that's the nature of a dynamic web app. The joins that build the queries that power the application truly are the heart of the program. There's a reason you spend so much time on a malformed join: cuz nothing else works until it does! - Original Message - From: Blaine Korte To:

Re: CF and HashCash for email

2004-10-12 Thread Anders Green
At 01:15 PM 10/12/2004, Matt wrote: 2) It only lowers the spam score if some external tool (SpamCop, Declude, ASSP et al) gives it any consideration. Exactly. before you spend any time on this I would suggest finding out who actually uses the thing to compute reduced spam ratings. I found out

RE: inserting from form

2004-10-12 Thread Ian Skinner
Off the top of my head, debug at your own risk :-) cfloop list=#form.fieldnames# index=field cfif left(field,3) EQ HS_ DO HS INSERT STUFF cfelseif left(field,4) EQ QID_ cfset ID = right(field,len(field)-4) cfset QIDvalue = form[QID_ ID] cfset CIDvalue = form[CID_ ID] DO QID/CID STUFF /cfif

Re: Web services in FB3

2004-10-12 Thread Kyle McNamara
well, no one else answered, but I will will based on some other feedback: use CFMODULE within the CFC... challenge is getting the vars back out to the CFC... still working on that. k [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: why can't they log in? post II

2004-10-12 Thread Dain Anderson
We had a similar issue a while back that was caused by (something) that was changing users' CGI.REQUEST_METHOD from POST to GET on our login page. Try building a small sniffer (that logs this information upon unsuccessful login) that records this variable -- if it is being reset to GET, that

RE: SQL Question...

2004-10-12 Thread Cornillon, Matthieu (Consultant)
Wow, do I ever feel stupid.It was the output stage that I had my problem with.It's fixed, that join query runs fine. I'm glad it worked out.No need to feel stupid: getting a second (third, fourth,...,nth) pair of eyes to look at the issue freshly is one of the great things about this list.

Re: DRK 3

2004-10-12 Thread Joe Rinehart
Oops.My mistake, sorry. -joe On Tue, 12 Oct 2004 08:38:43 -0700, Paul Kenney [EMAIL PROTECTED] wrote: That is correct.CFUnit was written by Christian Cantrell and I wrote cfcUnit. Qasim Rasheed wrote: CFCUnit.org and CFUnit in DRK are essentially two different products. AFAIK On Tue,

Re: OT- netstat report

2004-10-12 Thread Asim Manzur
My problem has been solved. I had this option disable on my router settings and it just start working. Filter Internet NAT Redirection That thing works well. and problem is gone. But I don't understand one thing. Can this entry could be removed when I un-install the sp2? i mean it was

Re: Web services in FB3

2004-10-12 Thread Umer Farooq
Hi, Sorry.. I don't get exactly what you are trying to do.. are you trying to create your current FB3 app as a web service... can't you just wrap the web service in the FB3.. Or just include ur fbx_settings.cfm file in the webservice app. Kyle McNamara wrote: Hello, I am trying to

SOT: Connecting to PayPal

2004-10-12 Thread Jordan Michaels
I'm having trouble connecting to paypal. Are they experiencing a DOS attack or is it just me? I can get to every other site just fine... but paypal is responding so lowly that by the time I actually log in, my session has already expired. Thanks for any input! -Jordan [Todays Threads]

cfinclude or cflocation

2004-10-12 Thread Robert Orlini
I have a slight problem. I need to include code from one page into another. I tried cfinclude but it won't allow a logical path using http:\\... CFlocation sends me right to the url bypassing the page. I need something similar to what is found in html using an insert to put in a portion of

Re: SOT: Connecting to PayPal

2004-10-12 Thread Ray Champagne
See this link: http://www.msnbc.msn.com/id/6228586/ They are experiencing MAJOR problems.RUN!!! Ray At 02:08 PM 10/12/2004, you wrote: I'm having trouble connecting to paypal. Are they experiencing a DOS attack or is it just me? I can get to every other site just fine... but paypal is

Re: cfinclude or cflocation

2004-10-12 Thread Umer Farooq
What do you mean by code.. you can't include CFML code using http:// but if you need just the HTML output.. grab it using cfhttp and then #cfhttp.filecontent# Robert Orlini wrote: I have a slight problem. I need to include code from one page into another. I tried cfinclude but it won't allow

Re: SOT: Connecting to PayPal

2004-10-12 Thread Jordan Michaels
Ouch. I bet the tech's responsible are swating rivers... if they're not already fired. I can't even comprehend the cost to customers... not to mention the cost to paypal itself No. Fired is too nice a word. More like: hucked out a window by their ear. At any rate, thanks for the info. It's

RE: cfinclude or cflocation

2004-10-12 Thread Dave Watts
I have a slight problem. I need to include code from one page into another. I tried cfinclude but it won't allow a logical path using http:\\... CFlocation sends me right to the url bypassing the page. I need something similar to what is found in html using an insert to put in a

RE: SQL Question...

2004-10-12 Thread Dave Watts
This is why I stay away from joins - they're so complicated that when I cant get them to work, that's all I concentrate on. ;-) ... Blaine Korte Web Developer This is a scary thing to hear a web developer say. If you really feel that uncomfortable about joins, you should immediately stop

RE: SOT: Connecting to PayPal

2004-10-12 Thread Ian Skinner
On a slight tangent to this topic: I just started the initial steps to use PayPal to process credit cards for subscription to our outdoor recreation maps.I was asked if there where other economical options to allow credit card payments for immediate subscription to a website.When I last looked at

RE: SQL Question...

2004-10-12 Thread Blaine Korte
This is a scary thing to hear a web developer say. If you really feel that uncomfortable about joins, you should immediately stop what you're doing and study relational databases until you understand the basics - joins, normalization, and declarative referential integrity. It really is that

ColdFusion and J2EE Framework...

2004-10-12 Thread Troy Simpson
Anyone understand much about the J2EE Framework like *.ear files, *.war files, etc. and how it all relates to one another? I was considering deploying multiple ColdFusion Applications under one JRun Server.For example: \WebApps \WebApps\app1-ear \WebApps\app1-ear\cfusion1-war

Stand Alone CF Runtime

2004-10-12 Thread SStewart
A while back someone was discussing a standalone CF Runtime app, anyone remember the name and url? sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 100 Chantilly, VA 20151 Phone: (703) 471-8400 Fax: (703) 834-5527

RE: Connecting to PayPal

2004-10-12 Thread Mosh Teitelbaum
They're having some technical issues.Check out slashdot: http://slashdot.org/articles/04/10/12/0255227.shtml?tid=95tid=1 -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ Jordan Michaels wrote: I'm having trouble

RE: cfinclude or cflocation

2004-10-12 Thread Robert Orlini
Thanks Dave. cfhttp was what I needed. Robert O. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 2:34 PM To: CF-Talk Subject: RE: cfinclude or cflocation I have a slight problem. I need to include code from one page into another. I

RE: Stand Alone CF Runtime

2004-10-12 Thread Burns, John D
Coral was what it was called.I believe someone mentioned that Blue Dragon can do this same sort of thing.Someone mentioned being able to run stuff on a CD with BD. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 3:11 PM To:

Re: SQL Query Help Please.

2004-10-12 Thread Nomad
Thanks Umer Others, You guys have been of great help. Will try the query today.. Regards, Mark - Original Message - From: Umer Farooq [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, October 11, 2004 8:17 PM Subject: Re: SQL Query Help Please. Here you.. go.. returns..

RE: ColdFusion and J2EE Framework...

2004-10-12 Thread Dave Watts
Anyone understand much about the J2EE Framework like *.ear files, *.war files, etc. and how it all relates to one another? I was considering deploying multiple ColdFusion Applications under one JRun Server.For example: \WebApps \WebApps\app1-ear \WebApps\app1-ear\cfusion1-war

Threads taking over 10 seconds

2004-10-12 Thread Greg Czechowicz
I have looked in our logs, and we have a Ton of threads taking more than 10 seconds. I am talking like 500 a day. These are simple insert queries as well. Anyone know how I can alleviate this. Our server gets around 600 concurrent users and we have a lot of basic inserting to yes / no

RE: SOT: Connecting to PayPal

2004-10-12 Thread Matthew Walker
I use 2Checkout to sell software. The admin interface is ugly but generally it's satisfactory and the setup costs are negligible. _ From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 October 2004 7:45 a.m. To: CF-Talk Subject: RE: SOT: Connecting to PayPal On a slight

Re: SOT: Connecting to PayPal

2004-10-12 Thread Damien McKenna
Matthew Walker wrote: I use 2Checkout to sell software. The admin interface is ugly but generally it's satisfactory and the setup costs are negligible. The web hosting company I use had problems with them.They started noticing mistakes in the billing, e.g. the hosting company was being

Re: flashblog

2004-10-12 Thread dave
yes sure just gimme the easy ones lol maybe i'll mess with the flash files and give them a better color scheme, maybe a cfm flava -- Original Message -- From: Robert Munn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Tue, 12 Oct 2004 11:37:40 -0400

Re: CF Certified Print Logos?

2004-10-12 Thread dave
u cant just rename a bin file, its kinda like an iso file i think there are some iso software that will allow u to ectract the bins cotents, if not just burn it to a disk then go in and suck them out -- Original Message -- From: Daniel Farmer [EMAIL

RE: Threads taking over 10 seconds

2004-10-12 Thread Mark A Kruger
Over agressive indexing can cause this behavior on inserts under load. Remember, the db server has to update the index as well as the table.I've seen some folks try to speed up reporting on surveys (is this a survey?) by adding indexes willy nilly.Make sure your talbes have primary keys, make sure

Re: CF Certified Print Logos?

2004-10-12 Thread Tony Weeg
isnt there a pc disk too? or maybe not, or at least a disk with two dirs, one for pc and one for mac? mine had something like that. tw On Tue, 12 Oct 2004 16:23:28 -0400, dave [EMAIL PROTECTED] wrote: u cant just rename a bin file, its kinda like an iso file i think there are some iso

Merchant Account (SOT: Connecting to PayPal)

2004-10-12 Thread Bob Haroche
Can anybody here recommend other reliable and affordable credit card processors that are not expensive to set up?With this recent news I would be much more comfortable if we had an alternate to PayPal. I'm also looking at e-commerce subscription services for my own business. One reason I don't

Re: CF Certified Print Logos?

2004-10-12 Thread Tony Weeg
pardon that notion. loooks like the print versions are only for mac. and the digital versions are standard .jpg and .gif format/extensions. sorry. tw On Tue, 12 Oct 2004 16:32:22 -0400, Tony Weeg [EMAIL PROTECTED] wrote: isnt there a pc disk too? or maybe not, or at least a disk with two

Re: ColdFusion and J2EE Framework...

2004-10-12 Thread Troy Simpson
Would resources (memory, cpu, etc) be saved by clumping them into one JRun server? Plus, I am talking about grouping very simple and small coldfusion applications together. ColdFusion application of any significate size and importance would probably get their own JRun Server instance. What do

Re: CF Certified Print Logos?

2004-10-12 Thread dave
i just got up, im hung over so shuddup bout the typos lol -- Original Message -- From: dave [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date:Tue, 12 Oct 2004 16:23:28 -0400 u cant just rename a bin file, its kinda like an iso file i think there are some

Re: Stand Alone CF Runtime

2004-10-12 Thread Rick Mason
In addition to Coral http://www.pcaonline.com/coral/index.cfm there's also a competitor from Switzerland called Railo, http://www.railo.ch/en/ I haven't downloaded it, but I seem to remember that it had a small footprint and they were targeting the desktop. Rick Mason On Tue, 12 Oct 2004

Trading Card Database Application

2004-10-12 Thread Jamie Price
Here's a webpage I designed (with Loftboy's help) for an online trading card application. To see this in action goto http://mtgotradingpost.com/login/login.cfm and login with user/pass: test/test. Here's the question: can this page be done better? I know the checkboxes are ugly - what I'm

RE: ColdFusion and J2EE Framework...

2004-10-12 Thread Dave Watts
Would resources (memory, cpu, etc) be saved by clumping them into one JRun server? Well, sure, but again, what would you gain? If any one of your CF applications failed, the whole thing would fail. ColdFusion application of any significate size and importance would probably get their own

Re: Stand Alone CF Runtime

2004-10-12 Thread Phil Cruz
A while back someone was discussing a standalone CF Runtime app, anyone remember the name and url? Tracking Tools is a bug tracking application that runs an embedded CF engine using BlueDragon.You can download the demo application at http://tracking-tools.com/ -Phil [Todays Threads] [This

Re: ColdFusion and J2EE Framework...

2004-10-12 Thread Douglas Knudsen
why would small apps need their own CFAdmin and such?Seems to me just leave them under the default cfusion server, put the big ones under their own server instance. Doug On Tue, 12 Oct 2004 16:38:34 -0400, Troy Simpson [EMAIL PROTECTED] wrote: Would resources (memory, cpu, etc) be saved by

Axis Error after updater for 6.1

2004-10-12 Thread Brook Davies
I'm getting this axis error after installing the updater. It worked prior to the install. I searched the acrhive and found some info here http://www.mail-archive.com/[EMAIL PROTECTED]/msg16409.html , but it says to add a mapping to correct the problem but this did not help for me. Any other

J2EE Sessions / session.urlToken

2004-10-12 Thread Jamie Jackson
I've got a couple questions about session.urlToken under J2EE sessions: When J2EE sessions are enabled, why does session.urlToken bother with CFID/CFTOKEN anymore. The fact that both are there confuses me. I wonder which takes precedence? Do I lose the extra security that the uniqueness of

Re: flashblog

2004-10-12 Thread Robert Munn
yes sure just gimme the easy ones lol maybe i'll mess with the flash files and give them a better color scheme, maybe a cfm flava Anyone who wants to help, shoot me an email offline at [EMAIL PROTECTED] and I'll give you some templates to translate. Someone will need to mod the .fla file

Re: Trading Card Database Application

2004-10-12 Thread Umer Farooq
The query is just horrific.. use structs for checkboxes.. where.. the key is the value.. there are other ways to do it.. but.. I think this be easier to understand down the road.. cfscript colorCodes = StructNew(); StructInsert(colorCodes, W, White); StructInsert(colorCodes, U, Blue);

Re: ColdFusion and J2EE Framework...

2004-10-12 Thread Troy Simpson
I am considering giving a department their own ColdFusion instance. Each department can create all their CF apps in one instance. For example: \WebApps \WebApps\deptA-ear \WebApps\deptA-ear\cfapp1-war \WebApps\deptA-ear\cfapp2-war \WebApps\deptB-ear \WebApps\deptB-ear\cfusion-war etc. I was

  1   2   >