Flex - Adobe shouldn't care if it's embraced by developers

2006-09-25 Thread Stephen Cassady
Reading Ryan Stewart's comments about Bruce Chizen's interview in Business 2.0 (http://blog.digitalbackcountry.com/?p=520) I got to thinking: Adobe doesn't likely care if Flex is supported by developers (ok, they do, but). That's because Flex isn't a product designed for the developer community.

Re: Seeking Advice on U.K. version of our U.S. website

2006-09-25 Thread Wayne Putterill
My initial thought would be to get a decent independent CF contractor who can handle arranging the hosting, transfer of existing code and implementation of an appropriate cart. The problem is that there are not that many development companies/contractors in the UK still using CF, and very few

Re: [OT Ann] Debugging Toolset: Dumper, Timer, Logger

2006-09-25 Thread Robertson-Ravo, Neil (RX)
Great work Jim. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the

Re: image scraping on ebay

2006-09-25 Thread Tom Chiverton
On Friday 22 September 2006 19:16, Chad Gray wrote: Any way to keep people from scraping images off of a web site? No. You've already sent them the image. A client is having all kinds of problems with ebay people linking to their images. You can make it *harder*, but you'll not stop someone

OT: CFEclipse Working Set Export

2006-09-25 Thread COLLIE David
Hi, Was just wondering if there was anyway to create a Working Set in CFEclipse containing a subset of the main project files, and then export only those files within the Working set to the File System. Every time I do it with the Export wizard, it ignores the Working Set and exports the whole

Re: OT: CFEclipse Working Set Export

2006-09-25 Thread Mark Drew
The two cfeclipse mailing lists are: [EMAIL PROTECTED] [EMAIL PROTECTED] Regards Mark Drew On 9/25/06, COLLIE David [EMAIL PROTECTED] wrote: Hi, Was just wondering if there was anyway to create a Working Set in CFEclipse containing a subset of the main project files, and then export only

RE: OT: CFEclipse Working Set Export

2006-09-25 Thread COLLIE David
The two cfeclipse mailing lists are: [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks Mark. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

Re: Trouble with Lyla Captcha

2006-09-25 Thread Tom Chiverton
On Saturday 23 September 2006 18:59, Jason Radosevich wrote: Have the same problem on my host.. They have cfcontent enabled. ..Running cf 7 also. Am I right in thinking Lyla needs write access to the file system, the way you have it set up ? Maybe your host doesn't allow that... -- Tom

RE: Seeking Advice on U.K. version of our U.S. website

2006-09-25 Thread kola.oyedeji
My initial thought would be to get a decent independent CF contractor who can handle arranging the hosting, transfer of existing code and implementation of an appropriate cart. The problem is that there are not that many development companies/contractors in the UK still using CF, and very

Re: Error 0 - java.lang.ArrayIndexOutOfBoundsException

2006-09-25 Thread Loyd Campbell
Try dumping the query the the QoQ is using. I bet it's something in there. Just a guess. On 9/23/06, Loyd Campbell [EMAIL PROTECTED] wrote: When I comment out the display of the QoQ that throws the error, the report displays fine. That is essentially the same thing as dumping the initial

Re: image scraping on ebay

2006-09-25 Thread Tony
totally a diff. chad gray :) s'all good. peace out On 9/22/06, Chad Gray [EMAIL PROTECTED] wrote: Must be a different Chad Gray... Sorry. Thanks for the flash tip though. I might have uses for that idea. -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Changes not reflected

2006-09-25 Thread COLLIE David
to my code and it is not refelcted for several mintues. I can tell this because I get an error code on the page that reflects the old settings of the page and will keep a time stamp of generally for to five minutes in the past instead of reflecting the change. I've tried the obvious

SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc Funaro
Our credit card gateway provider renewed their SSL certificate, and now our CFHTTP call to the https:// address simply spits back a connection failure message. I googled for this, but didn't get any useful information. We're using mx6.1... does anyone have any ideas?

RE: [OT Ann] Debugging Toolset: Dumper, Timer, Logger

2006-09-25 Thread Dan G. Switzer, II
Jim, Just curious, but why did you decide to extend Object instead of just creating a custom static debugging object? Like: Debugger.dump(); Debugger.log(); Debugger.timer(); etc ... -Dan -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Sunday, September 24,

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread COLLIE David
Our credit card gateway provider renewed their SSL certificate, and now our CFHTTP call to the https:// address simply spits back a connection failure message. I googled for this, but didn't get any useful information. We're using mx6.1... does anyone have any ideas? Have you tried

Re: Changes not reflected

2006-09-25 Thread Scott Hoff
Thanks for the help. I did have that checked. I am still experiencing a delay of a few minutes but that might help diminish the problem. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: FW: [jQuery] Ajaxian Framework Results

2006-09-25 Thread Rey Bango
Hey Andy! Haven't seen you on that list in a bit. Prototype Scriptaculous are definitely the most popular but having used started with that combo, I have to say that I'm finding JQuery to be as powerful and much easier to develop with. Its still a fairly young library compared to some of the

RE: Changes not reflected

2006-09-25 Thread COLLIE David
Thanks for the help. I did have that checked. I am still experiencing a delay of a few minutes but that might help diminish the problem. No probs, I often get it even with this checkbox unchecked. Guess something weird happens with the file timestamp and I usually get by it adding a

Re: cfe aptana

2006-09-25 Thread Cutter (CFRelated)
The standalone Aptana application download (not the plugin) include Eclipse 3.1. You would need 3.2 to run the Beta or nightly of CFEclipse. Cutter ___ http://blog.cutterscrossing.com Dave Lyons wrote: I guess I missed the plugin and only sw the whole ide but as it turns out I

RE: URL Parameter

2006-09-25 Thread Ben Nadel
Mark, I appreciate the words of encouragement :D I am really trying hard to make advances in ColdFusion. Especially in the last year or so. I am about to unveil a project of that I am using to learn object oriented programming for ColdFusion. It's gonna be a nice iterative example where people

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc Funaro
Have you tried imported their new SSL certificate into the Jrun keystore? Nope! Never knew that was needed, nor do I know how. Got a link for me? Thanks for the quick reply! marc ~| Introducing the Fusion Authority

RE: Error 0 - java.lang.ArrayIndexOutOfBoundsException

2006-09-25 Thread Ben Nadel
In standard SQL, I know that when you do a SELECT COUNT() you ALWAYS get back a row. However, in ColdFusion query of queries, if you do a SELECT COUNT() on a table that has no rows, the query -of-queries table actually does not return any rows. It is possible that you are expecting a value of 0

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Mike Chabot
Last time I checked (with cfmx 6.1), cfhttp over SSL required a completely valid certificate. If there is anything wrong with the cert, the call will fail and there is no way to recover from the error short of using something other than cfhttp. Importing the cert into the keystore on your server

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread COLLIE David
Have you tried imported their new SSL certificate into the Jrun keystore? Nope! Never knew that was needed, nor do I know how. Got a link for me? Here is the link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19139#enableC F It's for LDAP but the section I linked to has

RE: UK developers

2006-09-25 Thread Snake
Well that's like london in general really :-) -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 24 September 2006 00:07 To: CF-Talk Subject: Re: UK developers Aye, am thinking of going myself, but am not overly sure at the moment. Croydon's not a nice place to be

Changes not reflected

2006-09-25 Thread Scott Hoff
Often, when I am working on my webiste, I make a small change to my code and it is not refelcted for several mintues. I can tell this because I get an error code on the page that reflects the old settings of the page and will keep a time stamp of generally for to five minutes in the past

FW: [jQuery] Ajaxian Framework Results

2006-09-25 Thread Andy Matthews
Forwarding this from my jQuery list, showing a list of the top javascript libraries according to Ajaxian.com. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Steven Erat
This may also help: Using Keytool to Import SSL Certificates into Sun JDK http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool -Steven Erat -Original Message- From: COLLIE David [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 10:24 AM To: CF-Talk Subject: RE:

Re: UK developers

2006-09-25 Thread mac jordan
On 9/23/06, Snake [EMAIL PROTECTED] wrote: If there are any other UK people on this list, just thought I would mention the cfdevcon uk developer conference www.cfdevcon.com woud love to go, but we're too busy! -- mac jordan home: www.kestrel.org work: www.webhorus.net them:

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc Funaro
This may also help: Using Keytool to Import SSL Certificates into Sun JDK http://www.talkingtree.com/blog/index.cfm/2004/7/1/keytool Thanks. I do plan on trying this. But a question that's bugging the hell out of me is... I didn't have to do this before - we just used CFHTTP with an https

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread COLLIE David
Thanks. I do plan on trying this. But a question that's bugging the hell out of me is... I didn't have to do this before - we just used CFHTTP with an https site, and it just worked. Why now does it not? The keystore comes prepopulated with certificates from industry trusted CA's

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc
-Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 10:20 AM To: CF-Talk Subject: Re: SSL Certificate Changed, CFHTTP broken Last time I checked (with cfmx 6.1), cfhttp over SSL required

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Steven Erat
I don't think the problem is with https and certificates in general, but something particular to your situation. Its possible that: a) the new certificate is not signed by a Certificate Authority already trusted by the cacerts file but the previous certificate was, or b) the previous

Re: SESSION won''t save on user''s computer

2006-09-25 Thread Trey Rouse
Why not write a trap for the cookies, and have the user test it? What I would be looking for are 2 things. 1. Is the cookie present? 2. Are the session cookie values the same as the values set for his session. IE, has the company or isp proxy server presented a cached value that isn't the

Re: Changes not reflected

2006-09-25 Thread Tom Chiverton
On Monday 25 September 2006 14:19, Scott Hoff wrote: really doesn't work. I'm imagine there is a simple answer, and yet it eludes me. Are your local and server clocks both synchronised ? -- Tom Chiverton Helping to efficiently develop visionary infomediaries

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc Funaro
Here is the link: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19139#enableC F It's for LDAP but the section I linked to has the CF instructions. I did everything here. I saved the certificates from https://ntpnow.com, using Internet Explorer and saving as Base64Encoded. I then

RE: UK developers

2006-09-25 Thread Big Mad Kev
Guys If you speak to the SCFUG or UKCFUG they may allow you to use the adobe connect account and may be do a reduced fee and send the bags out in the post :-) Just an idea for peeps who can't make it? -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: 25 September 2006

credit cards

2006-09-25 Thread Richard Cooper
Hi, With a site that has a SSL and a form, what is the best way to get the credit card details from this form to right person? I'm a little concerned about storing credit card details in a database and sending un-encrypted emails. What methods do other people use? R

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread COLLIE David
I then used the keytool and saved both the certificate and the intermediate certificate. Bounced the CF server, still no joy. Very frustrating, I am still at square one. I've been round this kind of merry-go-round before... In the past we (and when I say 'we', I really mean the

RE: credit cards

2006-09-25 Thread Crow T Robot
You're not using a payment processor, I assume? -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 12:27 PM To: CF-Talk Subject: credit cards Hi, With a site that has a SSL and a form, what is the best way to get the credit card

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Jon Clausen
Having two certs on the server sounds like it could be the CF issue. On the length of the public key, though, depending on the type of application, you may have other problems with a cert that is shorter than 1024. For example, if the site is doing any type of e- commerce, using a public

Re: credit cards

2006-09-25 Thread Alan Rother
Ideally you should use an online Credit Card Processor such as Authorize.net, in this case you do not need to store or send the CC details to anyone. However, as is so often the case, the customer is not willing to spend the money to use such a service. Given that scenario, you should NEVER SEND

Re: credit cards

2006-09-25 Thread Richard Cooper
Thats right. The payment processing is done by my clients accounts team. R ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door

Re: credit cards

2006-09-25 Thread Jon Clausen
Richard, I highly advise against storing credit card information in your database, if you can help it.It's a liabiltiy issue for you and/ or your client. If you're using a payment processor, they can handle that for you once you're transmitted the card data. Both Verisign and

Re: credit cards

2006-09-25 Thread Richard Cooper
Thanks. That makes a lot of sense. R ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Re: credit cards

2006-09-25 Thread Jon Clausen
Oops. Didn't see Alan's response before I sent mine. In that case: Ditto. :-) - Jon On Sep 25, 2006, at 12:49 PM, Alan Rother wrote: Ideally you should use an online Credit Card Processor such as Authorize.net, in this case you do not need to store or send the CC details to

Re: Javascript vs. cfscript

2006-09-25 Thread Richard White
the only way i can make it actually display an alert within javascript is if i do the following code: alert(cfoutput#student.name#/cfoutput); if i do the following it doesnt work: alert(#student.name#); am i doing something wrong

Re: Placing a pointer in cfchart

2006-09-25 Thread Richard White
On 9/22/06, Richard White [EMAIL PROTECTED] wrote: does anyone have any ideas on this, i am completely stuck. or is there maybe another way or another component i can use to get this effect. CF has some type of java charting built in... maybe jfreechart? You could always use java and do it...

cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
hi, i was wondering if you could help me with this problem. I need to set the variable closeboxflag2 to true only if the user hits the OK button from the javascript confirm box, or false if the user hits cancel. script language=JavaScript type=text/javascript cfoutput var closeboxflag

Re: Javascript vs. cfscript

2006-09-25 Thread Jon Clausen
the only way i can make it actually display an alert within javascript is if i do the following code: alert(cfoutput#student.name#/cfoutput); if i do the following it doesnt work: alert(#student.name#); am i doing something wrong Not at all. You can't use a string in Javascript

RE: Javascript vs. cfscript

2006-09-25 Thread Sandra Clark
#student_name# is a coldfusion (server) code, so it needs the coldfusion outputs around it. alert() is the javascript it is client side. Since you are using the two together, you either need to wrap the variable (student_name) with cfoutput or you can wrap the entire alert with cfoutput

Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
I have a project where images are uploaded/saved in SQL Server. Outside of fusebox, I can retrieve the image in various ways and display it within my CFML page. Unfortunately, i'm required to use fusebox and have hit a brick wall. The solution I thought would help me was taking from a

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
I'm not sure where you are trying to reference closeboxflag2 from but from the looks of your code, you are mixing things that shouldn't be mixed. The following works: script language=javascript type=text/javascript var closeboxflag = false; var closeboxflag = ;

Re: cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
what i'm trying to do is a check from the user. if the user clicks ok, then a database update is completed, or if the user clicks cancel, nothing should happen. i was trying to set closeboxflag2 to true so that: cfif closeboxflag2 eq true //perform database update cfelse //do nothing /cfif

CF Java Tree - Hand Pointer

2006-09-25 Thread Richard White
Hi, is it possible in the cf java tree for the cursor to change into a hand icon when it is placed over a node that is hyperlinked? thanks for any help ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

Re: Javascript vs. cfscript

2006-09-25 Thread Richard White
oh i see, sorry i mis-read the post above it, i didnt see the whole alert was surrounded by cfoutput tags, thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc
-Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 12:39 PM To: CF-Talk Subject: Re: SSL Certificate Changed, CFHTTP broken Having two certs on the server sounds like it could be the CF

RE: Javascript vs. cfscript

2006-09-25 Thread Dan G. Switzer, II
the only way i can make it actually display an alert within javascript is if i do the following code: alert(cfoutput#student.name#/cfoutput); if i do the following it doesnt work: alert(#student.name#); am i doing something wrong First, in order to get the second example to work, you'd

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Dan G. Switzer, II
Chris, I have a project where images are uploaded/saved in SQL Server. Outside of fusebox, I can retrieve the image in various ways and display it within my CFML page. Unfortunately, i'm required to use fusebox and have hit a brick wall. The solution I thought would help me was taking from a

Re: CFinput submit Action page

2006-09-25 Thread Richard White
The action page doesnt have to be another page. If can be the same page, with the form submitting to itself. i have set up my page to submit to itself. When i am testing the submit button it works fine. I do all of the processing inside the action page and include it within the main oage if the

Re: CFinput submit Action page

2006-09-25 Thread Charlie Griefer
that'll happen with any action page. you could submit to a separate action page, do your stuff, then do a cflocation back to the form. it's just a matter of preference, but i do like having a separate action page. in my mind, the two pages (form, action) perform very distinct tasks, and should

RE: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc
- Made sure that CF was looking at that keystore (there can be multiple AFAK) Any information on how I can make sure CF is looking at that keystore? When I do keytool -list... I can see the keys I've added to the keystore. They are there, and they do import properly. It

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Eric Haskins
Are you getting a Fusebox error or just a broken image? What version of Fusebox? -- ~Eric ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers,

CFChart, works on DevEdition. not on Dev Server

2006-09-25 Thread coldfusion . developer
All, I'm able to display multiple cfcharts on one page viewing it locally through the cf developer's edition on localhost. However, when I upload the same code to a dev or production server the entire page generates all the dynamic code it's suppose to, accept the charts are not there and

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
Dan, Thanks for the feedback. Unfortunately, I have tried this too. I've even taken this solution and placed it into its own file (dsp_getImage.cfm). Then in the calling cfm page, used an img src=dsp_getImage.cfm to display the image. The image returns broken. I have a feeling the image

Re: NFL Player Stats Service

2006-09-25 Thread Eric Haskins
http://www.yellowbrix.com/index.nsp?T=NormalP=ProductsF=CSSS I talked with them a few times but my customer didnt want to pay me what I charged let alone the monthly charge from yellowbrix. They do offer other feeds besides sports. -- ~Eric

Posting variables

2006-09-25 Thread Richard White
Hi, i am used to programming standalone computer applications not internet applications and would really appreciate some advice. I have a form with quite a few fields (text boxes etc...) on it. For additiional HCI, when the user edits the form from pre-exsting data, i like to have the fields

Time-out error on connection to DB2 400

2006-09-25 Thread Smith, Daron [PA]
Anyone else use the built-in driver to access DB2 on the AS/400 (I-series)? I'm trying to connect and I keep getting time-out errors. I can telnet from the server to the 400 machine, but when I enter the same connection info into the datasource setting I get a timeout error. Any thoughts?

cflogin problem

2006-09-25 Thread GFSCold
This is my first post and I am a little new at this. I have an application that logs users in via cflogin. The situation is like this, user 1 logs in and uses the website. User 2 logs in with their own username and password and getauthuser() retuns that they are user 1. I have seen this happen

Re: CFinput submit Action page

2006-09-25 Thread Richard White
good point, thanks for the advice, i will do that :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year.

Database Interations - overloaded sites

2006-09-25 Thread Richard White
I am developing a system that could possibly have a large amount of users on the system at one time. I have been told that the database interactions are really what determines how many people you can have on the site at one time without the load getting too much. If this is the case do you

Re: Posting variables

2006-09-25 Thread Teddy Payne
The red and green aspect would probably be faciliated by client side scripting like Javascript to change the colors of the data fields as they are modified. OnChange event should handle those just fine. Are you opposed to querying the database for a complete recordset? What I mean by this, you

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
I'm getting a broken image. Using MX7, fusebox 3.0 Cheers. -c Are you getting a Fusebox error or just a broken image? What version of Fusebox? -- ~Eric ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Dan G. Switzer, II
Chris, Thanks for the feedback. Unfortunately, I have tried this too. I've even taken this solution and placed it into its own file (dsp_getImage.cfm). Then in the calling cfm page, used an img src=dsp_getImage.cfm to display the image. The image returns broken. I have a feeling the image

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Eric Haskins
Also make sure you are sending the content type and that it is the correct one for the image(i.e. image/gif). I know I ran into this on a PHP project I was doing with a dynamic image. If you cant get it to run outside fusebox then there is an issue with the code (if they have an App tag forcing

Re: credit cards

2006-09-25 Thread Trey Rouse
In every case I've done the research, using your non-web credit card processing equipment for web transactions is a clear violation of their transaction agreement. Generally pointing this out to said client, and explaining his potential loss of not being able to process cards for several weeks if

Re: cfset dependent on javascript problem

2006-09-25 Thread Teddy Payne
Javascript cannot the ColdFusion cfset portion of your code based upon your Javascript conditional logic. Your example will not work and jake was trying to show you a Javascript way. If the closeboxflag is a form element, it would be fire some sort of Javascript event to perform what you are

Re: Posting variables

2006-09-25 Thread Richard White
thanks for your reply teddy. This does make perfect sense. The only reason i am a little opposed to opening the record is that i have been told that database interactions is what determines howmany concurrent users you can have on your server.Ther project i have at the moment has to be

RE: Posting variables

2006-09-25 Thread Everett, Al \(NIH/NIGMS\) [C]
I've done something like that. My method was to have a hidden form field with the original data and compare it to the submitted data. input type=text name=userName value=#variables.userName# input type=hidden name=userName_orig value=#variables.userName# !--- Action page --- cfif form.userName

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
if it is a submit button, just put onClick=javascript:confirm('Are you sure...'); and it should handle it all correctly. Jonathan Hicks wrote: what i'm trying to do is a check from the user. if the user clicks ok, then a database update is completed, or if the user clicks cancel, nothing

Re: Posting variables

2006-09-25 Thread Greg Morphis
Updating one column verses 10 or even 50 wont make much difference PLUS this is done on the DB server, so CF just passes this on (if it's on 2 different servers). You wont see a performance increase from updating only a few columns. If you wanted the colors thingy.. you could use a Confirm page..

Re: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Chris Alfano
I'm going to look into the HTTP Proxy Debugger As for my code, I believe I have all bases covered: dsp_setImage.cfm -- cfquery name=getImage datasource=#request.DSN# SELECT attachment FROM images WHERE task_index = #attributes.dTaskIndex# /cfquery cfcontent type=image/jpeg

Re: Posting variables

2006-09-25 Thread Richard White
I've done something like that. My method was to have a hidden form field with the original data and compare it to the submitted data. input type=text name=userName value=#variables.userName# input type=hidden name=userName_orig value=#variables.userName# !--- Action page --- cfif form.userName

Re: Posting variables

2006-09-25 Thread Trey Rouse
You can also double post the fields with original data. form.lastname_orriginal, form.lastname_new, then compare the values on your action page. This could then serve as the comparison operator for your javascript coloring. If the 2 values don't match, change background to red, if the user

XML tour dates in Flash along with click for more details.

2006-09-25 Thread Andy Matthews
I have an performance artist website that I'm building. She would like tour dates to be pulled into Flash, and appear like so: DATETIMELOCATIONDETAILS - 9-21-2006 7pm your concert

Re: Posting variables

2006-09-25 Thread Richard White
Updating one column verses 10 or even 50 wont make much difference PLUS this is done on the DB server, so CF just passes this on (if it's on 2 different servers). You wont see a performance increase from updating only a few columns. If you wanted the colors thingy.. you could use a Confirm page..

RE: CFChart, works on DevEdition. not on Dev Server

2006-09-25 Thread Snake
Make sure you have the CFIDE and JRUNSCRIPTS virtual directories. -- Russ Michaels -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 25 September 2006 19:00 To: CF-Talk Subject: CFChart, works on DevEdition. not on Dev Server All, I'm able to display multiple

Re: cfset dependent on javascript problem

2006-09-25 Thread Jonathan Hicks
Thanks Jake and Teddy for the help! I'm just using the hidden fields on the form method. I should have known to do that, but it's just been a long day and my brain's not working right today I guess! if it is a submit button, just put onClick=javascript:confirm('Are you sure...'); and it

Re: cfset dependent on javascript problem

2006-09-25 Thread Jake Churchill
It's Monday...It's a miracle that I thought of that :) Jonathan Hicks wrote: Thanks Jake and Teddy for the help! I'm just using the hidden fields on the form method. I should have known to do that, but it's just been a long day and my brain's not working right today I guess! if it

Re: Posting variables

2006-09-25 Thread Richard White
very goodpoint about the js dependant, and the pre-processing, thanks ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four

Re: Database Interations - overloaded sites

2006-09-25 Thread Alan Rother
Well, the question is more complicated than that. It really comes down to what your system does. If it's an online spreadsheet program, theres going to be a large amount of database interaction and you are not going to be able to store very much of it in the session. Now, if it's some sort of

OT: Software to Start/Stop Groups of Services.

2006-09-25 Thread Che Vilnonis
Does anyone know of any software that allows you to start/stop groups of windows services? i.e. I would like to click a button and Apache, CFMX and MySQL all start... hit again and they all stop. The same could be done with say a Apache, PHP and MySql grouping as well. Make sense? Thanks, Che

Re: SSL Certificate Changed, CFHTTP broken

2006-09-25 Thread Marc Funaro
- Made sure that CF was looking at that keystore (there can be multiple AFAK) Any information on how I can make sure CF is looking at that keystore? When I do keytool -list... I can see the keys I've added to the keystore. They are there, and they do import properly. It

RE: Software to Start/Stop Groups of Services.

2006-09-25 Thread loathe
What OS? Windows? Just write a batch file. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 2:56 PM To: CF-Talk Subject: OT: Software to Start/Stop Groups of Services. Does anyone know of any software that allows you to start/stop

RE: Displaying images from SQL Server in Fusebox

2006-09-25 Thread Sandra Clark
The problem is that in FB3, the images are displayed in relation to the display fuse itself. I believe that a variable exists that is set up in each fbx_settings.cfm file for a circuit for an image and another one should be in the apps_globals.cfm at the top for a baseline directory of the

RE: Software to Start/Stop Groups of Services.

2006-09-25 Thread loathe
To expand. You would write a batch file that uses net start service name. Should be pretty basic. -Original Message- From: loathe [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 3:03 PM To: CF-Talk Subject: RE: Software to Start/Stop Groups of Services. What OS?

Re: OT: Software to Start/Stop Groups of Services.

2006-09-25 Thread Trey Rouse
I've always handled this by just making them dependent services. So stopping one forces stopping of what is dependent, etc. Maybe not the best sollution, but worked for my needs. Trey Rouse On 9/25/06, Che Vilnonis [EMAIL PROTECTED] wrote: Does anyone know of any software that allows you to

RE: Software to Start/Stop Groups of Services.

2006-09-25 Thread Che Vilnonis
Yeah, could do that. I as looking for something a little more robust. A nice little app to sit in the Windows application tray. I swear I remember a post on this list about this very topic. ~Che -Original Message- From: loathe [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006

Re: Database Interations - overloaded sites

2006-09-25 Thread Richard White
thanks for your reply alan. the system is not quite a complicated as a spreadsheet system, but also not a system for standardised data. The system could appear to be like a course management system, therefore each users data will be different. so although it wont need as much interaction with

Re: Database Interations - overloaded sites

2006-09-25 Thread Richard White
how do you feel about storing data in the session variable. as i think for storing the data in it will be great as if they are navigating among pages and come back to a page they were on before, then i would just check to see if the data is in the session variables. This would drastically

  1   2   >