RE: http_referer

2004-05-11 Thread Barney Boisvert
HTTPS will only secure the cookies in transit.  They'll still be stored in plain text on the user's computer, and may even be sent to the server over plain HTTP if they weren't specifically set with the secure option. However, if you're using a new UUID for each time the form is generated, then th

Re: http_referer

2004-05-11 Thread Andrew Grosset
Thanks Matt for the comprehensive reply. I kind of thought that there was a flaw in setting a persistant uuid because cookies can be hijacked etc. On a related note I wonder if using a secure site (https://) can stop cookie hijacking - I have a feeling it can't ? Andrew. >I used to create a uuid,

cfcatch question

2004-05-11 Thread Matt Robertson
Does anyone know why this line errors out only in CF 5?  The following code is being run inside of a catch block: "error occurred on Line #CFCATCH.TAGCONTEXT[1]["LINE"]# " I could have sworn it worked in CF 4.5.1, but my memory is fading daily on them good ol' days. -

TranslateRSSItems problem

2004-05-11 Thread Les Irvin
Does anyone have any experience with the TranslateRSSItems UDF? (http://www.cflib.org/udf.cfm?ID=813) It hangs for me as soon as the script function is called.  Using CF 5.0. Thanks in advance for the help, Les [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Sett

Writing Websites for Phone Web Browsers

2004-05-11 Thread Ali Awan
I was wondering if anyone has any experience making their websites accessible via Phone Web-Browsers? What I am planning to do is check what kind of browser the client is using and based on that, they would view the WML version of the website. The thing is how do you program a CF page to be a WML

re: helpdesk

2004-05-11 Thread Jim
On Tuesday, May 11, 2004, 9:01:30 PM, CF-Talk wrote: >> What does everyone use/recommend? Doesn't have to be CF specific, >> or opensource is fine as well. Check out: http://www.cerberusweb.com/ It's PHP, reasonably priced, and the support is excellent. jim [Todays Threads] [This Message] [

Re: Could someone give this a try?

2004-05-11 Thread Troy Simpson
Disregard my post.  Is was the oddest thing causing my problem. All I had to do is change the null="yes" to null="no" or remove the null attribute. value="#v#" null="yes"> When the attribute null="yes" then you get a very very ambiguous error message like this: Message Error Executing Databa

RE: encrypting SQL Server data

2004-05-11 Thread Matt Robertson
Tom Kitta wrote >That is a public key cryptosystem, he needs symmetric key No, the original post didn't say that, and asymmetric key systems work in the scenario he provided.  Granted they are more trouble to deal with when used properly (i.e. the decryption key is kept off the server and input --

Re: Could someone give this a try?

2004-05-11 Thread Troy Simpson
This appears to be a bug in the Macromedia JDBC Driver for Oracle... -- Troy Simpson    Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University Libraries Campus Box 7111 | Raleigh | North Carolina ph.919.515.3855 | fax.919.513.3330 E-mail: [EMAIL PROTECTED] [Todays Th

Re: Could someone give this a try?

2004-05-11 Thread Troy Simpson
This appears to be bug in the Macromedia JDBC Driver for Oracle... Troy Simpson wrote: > I am using Oracle9i Release 2 (9.2.0.3.0) with CFMX 6.1 > > I am calling the Oracle Stored procedure "find_NestedTable" with > and I get an empty recordset/query.  But when I use > another oracle tool like

Re: Index Verity Collection - cannot load style.ddd

2004-05-11 Thread Tony B
I'm also having this problem.  I followed what Jerry said:  I had already created the collection so I made sure the style.ddd file was in cfusionmx\verity\collections\COLLECTIONNAME\file\style it wasn't there, but it was in cfusionmx\verity\collections\COLLECTIONNAME\style well, now it's in bo

Could someone give this a try?

2004-05-11 Thread Troy Simpson
I am using Oracle9i Release 2 (9.2.0.3.0) with CFMX 6.1 I am calling the Oracle Stored procedure "find_NestedTable" with and I get an empty recordset/query.  But when I use another oracle tool like TOAD or SQLPLUS to call the TEST procedure which calls find_NestedTable, I get the 7 items print

RE: CFFILE UPLOAD ???

2004-05-11 Thread Barney Boisvert
You can specify a full path, includeing filename in the CFFILE ACTION="" tag, or you can upload it, and then do a CFFILE ACTION="" to rename it to whatever you want.  The advantage of the second method is that you will have access to the CFFILE scope that the upload generates, containing all the in

CFFILE UPLOAD ???

2004-05-11 Thread sam komolafe
Hi All, How do I append a string value to the name of the file I am upload to the server?   EXAMPLE: File Name to upload is: Readme.txt File Name AFTER Upload: FOO-Readme.txt Thanks Sam Komolafe --- [This E-mail scanned for viruses.] [Todays Threads] [This Message] [Subscription] [Fast Un

RE: good error.cfm template

2004-05-11 Thread Semrau Steven Ctr SAF/IE
Here's something I have used for a while and just tweaked for each project - I never got around to making this a truly dynamic custom tag that I could just plug into an app I guess I should but I'm just to lazy :) Hope this helps for some ideas.

RE: good error.cfm template

2004-05-11 Thread Tony Weeg
a good debugging tool that a developer can use to troubleshoot issues when they arise tony -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 4:14 PM To: CF-Talk Subject: RE: good error.cfm template What do you consider a good error template?

RE: encrypting SQL Server data

2004-05-11 Thread Tom Kitta
That is a public key cryptosystem, he needs symmetric key. You can use one of the encryption functions on the http://www.cflib.org Plus functions there are free to use. TK http://www.tomkitta.com [Tom Kitta] -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesda

Re: encrypting SQL Server data

2004-05-11 Thread Matt Robertson
>Does anybody have any experience or recommendations about what to use >or how to go about doing it? http://developer.perthweb.com.au/textcrypt.html -- --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com --

encrypting SQL Server data

2004-05-11 Thread Sparrow-Hood, Walter
Walt I have to build an HR application that will contain sensitive information and they would like to have the data (salary, SSN, etc.) in the database encrypted.  We're using CFMX & SQL Server 2000.  Does anybody have any experience or recommendations about what to use or how to go about doing it

Re: IIS/CF permissions problem

2004-05-11 Thread Tom McNeer
Dave, Thanks very much for your thorough explanation of Authenticated Users, and the manner in which requests go through ISAPI filters. >I've encountered a bunch of problems almost every time I change user >authentication for any service, but these are generally easy to identify and >fix. I'm no

RE: good error.cfm template

2004-05-11 Thread Jerry Johnson
What do you consider a good error template? Good reporting to development staff? Good description of error for user, including next steps? Good error logging/catching in the logfiles? Good automated error recovery (system recovery, disk cleanup, link repair, CF recycling) Jerry Johnson >>> [EMAI

Re: Help Desk Software

2004-05-11 Thread Cedric Villat
Jeff, As Bruce said, CFTicket may fit your needs. You can see a demo of our new version at http://www.cornfeed.com. The demo should be fully functional for you to try. If you have any questions about the demo or the program itself, feel free to email me directly. Cedric Villat > Subject: OT: Hel

RE: good error.cfm template

2004-05-11 Thread Tony Weeg
yeah, that's what I have begun to do as well :) but, was just wondering what people thought of, and what they did... any one else have a cool error.cfm template? tony -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:55 PM To: CF-Talk Subj

Re: good error.cfm template

2004-05-11 Thread Matt Robertson
Tony, I've gone to just CFDUMPing out every scope you can think of.  It makes for a big, uh... dump, and usually its more info than I need, but doing it this way has proven invaluable to me on many occasions.  The emails tend to be about 110k to 180k, and if you are doing something like holding la

RE: Help Desk Software.

2004-05-11 Thread Dan Phillips
We use Right Now Web from rightnowtech.com. It's a PHP/MySQL based app that includes a tracking system, chat and FAQs. we have had it in place since day one and are currentlty looking for something else that matches out needs a little more. It's not that we don't like it, it just can't do what we h

RE: Help Desk Software.

2004-05-11 Thread Bruce Sorge
There is an application out there called CFTicket I think.   _   From: Jeff Waris [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:10 PM To: CF-Talk Subject: OT: Help Desk Software. What does everyone use/recommend? Doesn't have to be CF specific, commercial or opensource is fine as

OT: Help Desk Software.

2004-05-11 Thread Jeff Waris
What does everyone use/recommend? Doesn't have to be CF specific, commercial or opensource is fine as well. We are thinking of implementing one at our company for our clients and I'm just starting some prelim research and figured I would ask here first. Jeff [Todays Threads] [This Message]

RE: why? are we different?

2004-05-11 Thread Tony Weeg
christian, I have the hotfix on my production server, I have the following hotfixes and it still doesn't work: hf53398_61 hf53813_61 hf54464_61 hf53486_61 hf53852_61 tony -Original Message- From: Christian Cantrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:19 PM To: CF-Ta

Re: why? are we different?

2004-05-11 Thread Christian Cantrell
On May 11, 2004, at 1:38 PM, Larry White wrote: > The hotfix kind of works. On my developer's edition, which is single >  user Enterprise, it worked. On my production server, Professional 6.0 > upgraded to 6.1, it doesn't. You're saying that you applied the exact same hotfix to two different se

RE: IIS and Web? Hopefully CF

2004-05-11 Thread Dan Phillips
Ahh ok. Yeah it's a bit expensive for just a dev box :-) I think there are some CFX tags that will let you do this. It's been a while since I heard of this though. They should be in the developer exchange. Anyone remember what these are called? -Original Message- From: Adkins, Randy [m

Re: IIS and Web? Hopefully CF

2004-05-11 Thread Stephen Hait
I've got a copy of IHTK from 1/5/2002. If you'd like I could provide it to you. Stephen > Does anyone know a good utility to manage IIS, creating Virtual > Sites and such from a web browser? (Would like a CF based one) > > I tried to download the IHTK however there was an error on their > site

RE: IIS/CF permissions problem

2004-05-11 Thread Dave Watts
> I haven't actively set the permissions that way, but it > appears that "Users" do have permission to read/execute the > extension. I assume you mean they should have that permission, > right? Yes, you should set the permissions on that file so that "Authenticated Users" have read/execute righ

RE: good error.cfm template

2004-05-11 Thread Tony Weeg
I meant bryan. :) my brothers name is brian. anyway. thanks! -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:00 PM To: CF-Talk Subject: Re: good error.cfm template You can steel mine, http://www.cfm-applications.com/cferror_template.txt

RE: good error.cfm template

2004-05-11 Thread Tony Weeg
thanks brian! -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:00 PM To: CF-Talk Subject: Re: good error.cfm template You can steel mine, http://www.cfm-applications.com/cferror_template.txt Tony Weeg wrote: > a while back, I had received

RE: IIS and Web? Hopefully CF

2004-05-11 Thread Adkins, Randy
Good utility from the ensim pro. However it is a bit more than what I am looking for. Since it is my dev box, just looking for something to manage it when I need to remotely. -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 3:02 PM To: CF-Talk

RE: Query Results to XML

2004-05-11 Thread Dave Watts
> I'm testing the ability to export data from a query using > CFXML to create an XML file. > > My questions are ... > > 1) Is the exported XML file in XHTML format?  If not, what > DTD is being used? It's up to you to choose a specific XML language. The CFXML tag just lets you create the XML d

RE: IIS and Web? Hopefully CF

2004-05-11 Thread Dan Phillips
I'm not sure. One day it was just installed on one of our demo boxes for me to play with. -Original Message- From: Adkins, Randy [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:56 PM To: CF-Talk Subject: RE: IIS and Web? Hopefully CF Is there a demo or trial version? -Origi

Re: good error.cfm template

2004-05-11 Thread Bryan F. Hogan
You can steel mine, http://www.cfm-applications.com/cferror_template.txt Tony Weeg wrote: > a while back, I had received an error.cfm file from someone > who made it great, returned a bunch of good information, does > anyone have a REALLY good error.cfm file that they use to get > troubleshooting

RE: multiple hosts one server

2004-05-11 Thread Tony Weeg
that's what I thought...but for some reason this server started serving up a page with missing graphics etc, as if it was never correctly set up. ive been working on this server all morning, nothing crazy and I came back from lunch, and it started barfing??? strange. thanks anyway. tony -O

RE: Get file list

2004-05-11 Thread Dave Carabetta
> >Is it possible to get a list of files in a folder to store in an array? I >can do it in vbscrip but I am new to CF and could do with some help. > Look in to the cfdirectory tag. It'll do everything you want and then some. Regards, Dave. [Todays Threads] [This Message] [Subscription] [F

RE: Get file list

2004-05-11 Thread Adkins, Randy
Check out CFDIRECTORY as well as CFFILE if you need. -Original Message- From: John Croney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:52 PM To: CF-Talk Subject: Get file list Is it possible to get a list of files in a folder to store in an array? I can do it in vbscrip but I

RE: Get file list

2004-05-11 Thread Barney Boisvert
Use directory="/abs/path/to/dir" name="filelist" /> 'filelist' will be a standard query object containing a list of the files in the directory.  You can optionally specify a 'filter' attribute to CFDIRECTORY to narrow the files returned.  It accepts literal chars, as well as '?' and '*' wildcar

RE: IIS and Web? Hopefully CF

2004-05-11 Thread Adkins, Randy
Is there a demo or trial version? -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:47 PM To: CF-Talk Subject: RE: IIS and Web? Hopefully CF Check out Ensim.com We just started offering this to Dedicated server clients. It works with Windows a

Re: multiple hosts one server

2004-05-11 Thread Doug White
IIS manager will set up multiple hosts == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com ==   - Original Message -   From: Tony Weeg   To: CF-Tal

Re: Get file list

2004-05-11 Thread Stephen Moretti
John Croney wrote: > Is it possible to get a list of files in a folder to store in an > array? I can do it in vbscrip but I am new to CF and could do with > some help. > Have a look at CFDirectory.  It will return you a query with all sorts of info about files in a particular directory. Stephe

good error.cfm template

2004-05-11 Thread Tony Weeg
a while back, I had received an error.cfm file from someone who made it great, returned a bunch of good information, does anyone have a REALLY good error.cfm file that they use to get troubleshooting information when an error happens... ? thanks! ...tony tony weeg senior web applications archit

Query Results to XML

2004-05-11 Thread coldfusion . developer
Hi, I'm testing the ability to export data from a query using CFXML to create an XML file. My questions are ... 1) Is the exported XML file in XHTML format?  If not, what DTD is being used? Once the query has been exported to an XML file,  I want to send this XML file to someone that's not usi

Get file list

2004-05-11 Thread John Croney
Is it possible to get a list of files in a folder to store in an array? I can do it in vbscrip but I am new to CF and could do with some help. Thanks John [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: IIS and Web? Hopefully CF

2004-05-11 Thread Dan Phillips
Check out Ensim.com We just started offering this to Dedicated server clients. It works with Windows and Unix. You can add FTP users, create Sites, adjust permissions, all the basics from a web interface. Dan Phillips CFXHosting.com [EMAIL PROTECTED] -Original Message- From: Adkins, R

RE: multiple hosts one server

2004-05-11 Thread Tony Weeg
ok. where in the admin is that? I think ive seen it...just cant remember where? tw -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:41 PM To: CF-Talk Subject: RE: multiple hosts one server Which web root is deemed "the one" will fluctuat

Re: Seeking some elementary SQL teachings?

2004-05-11 Thread Stephen Moretti
Nick, > > 1. I think that I recently saw a posting in CFTalk that you can > convert an > existing DB by reading from Access and writing to SQL and/or MYSQL. > I use mySQL and a product called mySQLFront (vers 2.5 - version 3 is a commercial product now).  I often get excel spreadsheets of data,

IIS and Web? Hopefully CF

2004-05-11 Thread Adkins, Randy
Does anyone know a good utility to manage IIS, creating Virtual Sites and such from a web browser? (Would like a CF based one) I tried to download the IHTK however there was an error on their site so I am not sure what else would be available. I am running IIS 5 on a Windows platform. TIA!

RE: multiple hosts one server

2004-05-11 Thread Barney Boisvert
Which web root is deemed "the one" will fluctuate across requests.  So one request it'll work, come back in 10 minutes and it won't. Cheers, barneyb > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 11:31 AM > To: CF-Talk > Subject: RE: multip

Re: Seeking some elementary SQL teachings?

2004-05-11 Thread Dick Applebaum
On May 11, 2004, at 10:53 AM, Nick Baker wrote: > Wise Ones, > >  We have to change hosting services and need to make a quick decision > about >  converting from MS Access to SQL and/or MYSQL.  Two questions, if one > of >  you experts would like to advise on? > >  1. I think that I recently saw

RE: IIS/CF permissions problem

2004-05-11 Thread Tom McNeer
>Have you set the permissions on the CFMX ISAPI extension to allow >read/execute by Authenticated Users? I haven't actively set the permissions that way, but it appears that "Users" do have permission to read/execute the extension. I assume you mean they should have that permission, right? Woul

RE: multiple hosts one server

2004-05-11 Thread Tony Weeg
ok, the ghost went away, the site is back now weird. thank buddha its only a dev server :) tw -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:30 PM To: CF-Talk Subject: RE: multiple hosts one server On 6.1 it's exposed in the

RE: multiple hosts one server

2004-05-11 Thread Barney Boisvert
On 6.1 it's exposed in the CF admin. > -Original Message- > From: Tony Weeg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 11:22 AM > To: CF-Talk > Subject: multiple hosts one server > > hi there. > > I cant remember, whats the xml file that must be altered so that > you can sh

multiple hosts one server

2004-05-11 Thread Tony Weeg
hi there. I cant remember, whats the xml file that must be altered so that you can show multiple sites on one server...for some reason, this server Im on decided to only show one root...and I cant get multiple ones to show? thanks! ...tony tony weeg senior web applications architect navtrak, in

RE: -- back button

2004-05-11 Thread Sean McCarthy
i think you will have to use the _javascript_ onLoad to do the handling, put your logic there. . -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 2:13 PM To: CF-Talk Subject: RE: You could...and really should be checking for the existence o

RE: The other shoe drops

2004-05-11 Thread Stacy Young
Just FYI We've successfully deployed CFMX on JBoss. (don't remember which version but was within past 4-5 months) in order to have a backup plan for JRun. -Stace   _   From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 11:19 AM To: CF-Talk Subject: Re: The other shoe d

RE:

2004-05-11 Thread Burns, John D
You could...and really should be checking for the existence of those variables before calling them.  If they don't exist, use to redirect the user to the correct page. John -Original Message- From: Butch Zaccheo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 1:52 PM To: CF-Talk

RE:

2004-05-11 Thread Barney Boisvert
On the previous page, check to see if the variables exist, and if they don't, forward them to the "continue shopping" destination. > -Original Message- > From: Butch Zaccheo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 10:52 AM > To: CF-Talk > Subject: > > I¹m looking for a s

Seeking some elementary SQL teachings?

2004-05-11 Thread Nick Baker
Wise Ones, We have to change hosting services and need to make a quick decision about converting from MS Access to SQL and/or MYSQL.  Two questions, if one of you experts would like to advise on? 1. I think that I recently saw a posting in CFTalk that you can convert an existing DB by reading

RE: Image reset button

2004-05-11 Thread Marlon Moyer
Nope, it's part of the HTML 4 spec, but netscape 4 doesn't support it. Didn't even think of that since my company decided not to support that browser anymore.  Good news is that mozilla/gecko supports it :) -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone: 972.68

cf-talk@houseoffusion.com

2004-05-11 Thread Butch Zaccheo
I¹m looking for a solution to the the ³back button² problem. I¹m sure there is a stardard way of dealing with this but I don¹t know what it is. When a transaction is complete in my shopping cart an invoice is displayed. I eliminate all cookies and zero all session variables so the customer can retu

RE: why? are we different?

2004-05-11 Thread Tony Weeg
whats the difference between the two?  besides the obvious? macromedians? anyone? why is this sooo wrong? tony -Original Message- From: Larry White [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 1:39 PM To: CF-Talk Subject: Re: why? are we different? The hotfix kind of works.

RE: Image reset button

2004-05-11 Thread Robert Orlini
That's what happens to newbies - me culpa. I will change it and thanks for the help -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 1:02 PM To: CF-Talk Subject: Re: Image reset button dumb question (bear with me)...but did you change the

Re: why? are we different?

2004-05-11 Thread Larry White
The hotfix kind of works. On my developer's edition, which is single user Enterprise, it worked. On my production server, Professional 6.0 upgraded to 6.1, it doesn't. Why am I not surprised? >Did the latest hotfix correct this? Or was that only a different issue? >Docs on what was fixed note a b

Re: The other shoe drops

2004-05-11 Thread Howard Fore
Well, that's good to know, sort of. MM says they support Sun ONE 7. Sun says that Sun ONE 7 is supported on Red Hat 7.2. Good grief! RH just sent me the End Of Life email on RH 9. If it's not one thing, it's another. However, Sun ONE is certainly something to try on one of our testing boxes. -

RE: Access Question

2004-05-11 Thread Barney Boisvert
I haven't used access in quite a while, but I believe you can control the formatting of boolean fields in the schema edit form, down in the bottom part where all the options are.   If you're using an integer in a boolean context, the safest bet is always comparing to zero, because zero is always t

Getting GetMetricData() information with ColdFusion MX for J2EE

2004-05-11 Thread Tero Pikala
Hi I just realized that GetMetricData() isn't directly available when using CFMX for J2EE. Are there any other options for getting that data if using JRun? I know it's possible to write that information to log file but I'm looking to use that information in a CFML page. Parsing from a log file

Access Question

2004-05-11 Thread Jim McAtee
Off topic:  When a table is opened in Access in the spreadsheet-like view, sometimes a boolean Yes/No field appears as -1/0 and sometimes as checkboxes.  What controls this, and is it indicative in any way of how the data field itself is defined? On topic:  Is it always safe to do a query on an Ac

Re: Image reset button

2004-05-11 Thread Charlie Griefer
dumb question (bear with me)...but did you change the onclick attributes? myFormName should be the actual name of your form (?) - Original Message - From: "Robert Orlini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 11, 2004 9:42 AM Subject: RE: Image reset but

RE: Image reset button

2004-05-11 Thread Philip Arnold
> From: Robert Orlini > > Thanks Charles. I get a _javascript_ error when I click the > button though. In Charles' example, the form name was "myFormName" If your form wasn't named that, then it would error [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Setting

Re: Flash to animated GIF

2004-05-11 Thread Nick Gerig
try publish settings - u have to play around quite a bit with colors and other variables to get the right look cheers nick Bryan Stevenson wrote: > Oh ya...it's huge an grainy oin gradientsbut for the part of the > animation I need it might just do the trick. > > FYI a 341K FLA file becam

RE: Image reset button

2004-05-11 Thread Robert Orlini
Thanks Charles. I get a _javascript_ error when I click the button though. RO -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:04 PM To: CF-Talk Subject: Re: Image reset button - Original Message - From: "Robert Orlini" <[EMAI

RE: Image reset button

2004-05-11 Thread Burns, John D
Isn't that IE only? John -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:09 PM To: CF-Talk Subject: RE: Image reset button Actually, instead of background-color:#fff, use background:transparent The neat benefit of this is that you still g

Fusetalk Categories visible to registered users only.

2004-05-11 Thread Stephen Moretti
OK.  Officially stumped! I want to make all the categories in a/the forum visible only to registered users, so that guests that wander along only get to see an empty form/message telling them to go register. Now I've done this and it was all working ages ago, but I suspect the client has accident

RE: Image reset button

2004-05-11 Thread Robert Orlini
Thank you Marlon. Does this function work in Netscape as well? RO -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 12:05 PM To: CF-Talk Subject: RE: Image reset button You could use this: src=""> -- Marlon Moyer, Sr. Internet Developer Am

RE: The other shoe drops

2004-05-11 Thread Dave Watts
> > I would recommend trying a different J2EE application > > server. Sun One and JBoss are both freely available. > > But neither are officially supported CFMX platforms by MM, > right? Sun ONE is supported, JBoss is not: http://www.macromedia.com/software/coldfusion/productinfo/systemreqs/

RE: IIS/CF permissions problem

2004-05-11 Thread Dave Watts
> Yes, I have one of those nasty issues with permissions that > crop up with IIS, sometimes related to CF. And I'll start by > saying that I have attempted all the permissions fixes that I > can find in both the Macromedia and Microsoft knowledge bases. > > Basically, yesterday my development s

CFMX Error : Object Instantiation Exception

2004-05-11 Thread Robertson-Ravo, Neil (RX)
Anyone have any idea why this error appears?!  I get a useful message of "ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem." (class: cfAdvSearch2ecfm1661571554, method: _factor9 signature: (Ljavax/ser

RE: Image reset button

2004-05-11 Thread Marlon Moyer
Actually, instead of background-color:#fff, use background:transparent The neat benefit of this is that you still get the depressed movement when you click the button/image. -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone: 972.687.9445 fax: 972.687.0607 mailto:

RE: Image reset button

2004-05-11 Thread Marlon Moyer
You could use this: src=""> -- Marlon Moyer, Sr. Internet Developer American Contractors Insurance Group phone: 972.687.9445 fax: 972.687.0607 mailto:[EMAIL PROTECTED] www.acig.com > -Original Message- > From: Robert Orlini [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 11, 2004 10:49

Re: Image reset button

2004-05-11 Thread Charlie Griefer
- Original Message - From: "Robert Orlini" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, May 11, 2004 8:49 AM Subject: Image reset button > Is there a way to make an image button to function as a reset button? > > Here is a SUBMIT as an image: name="submit2" valu

Re: The other shoe drops

2004-05-11 Thread Howard Fore
On May 11, 2004, at 11:18 AM, Matt Liotta wrote: > Increasing the amount of RAM never fixes memory leaks. Further, unless > you are using a 64bit CPU and OS, then you can't make use of more than > 4GB of RAM anyway. In fact, most 32bit operating systems won't allow > you to even use all 4GB. Hmm,

RE: Image reset button

2004-05-11 Thread Philip Arnold
> From: Robert Orlini > > Is there a way to make an image button to function as a reset button? > > Here is a SUBMIT as an image: > src="" name="submit2" value="submit2"> > > How would I revise this w/an image? > Have an image and a JS onClick calling document.form.reset() I think that'll wo

RE: SQL Help...

2004-05-11 Thread Philip Arnold
> From: Jeff Waris > > I guess I am having an off day with SQL. I think technically > this should work but I get a syntax error >   > UPDATE Account a >   > SET a.last_update = (SELECT TOP 1 h.tranDate >   >  FROM History h >   >  WHERE a.Account_Number = h

Re: The other shoe drops

2004-05-11 Thread Dave Jones
Howard, You're in an unenviable situation, where it sounds like politics will play just as important a role as technical merit in making the decisions. My suggestion is that you push your idea of using CF for the front-end and Java for the back-end. CF is vastly superior (IMHO) to JSP for build

RE: SQL Help...

2004-05-11 Thread Jeff Waris
Nick, worked like a charm, the only thing I had to do was get rid of all the aliasing.. For whatever reason Query analyzer was throwing a fit with the aliases. Ben, Aliasing on tables can be set like that. :) I think your thinking of column aliases. Thanks all, Jeff [Todays Threads]

Re: SQL Help...

2004-05-11 Thread Stephen Moretti
Ben, > Without thinking about it too hard (which means this may or may not be > the real issue) it looks like you're missing a couple of 'as' clauses: > > update account as a ... from history as h ... > Unfortunately, AS is a voluntary addition to SQL statements. I would love to see them made com

Image reset button

2004-05-11 Thread Robert Orlini
Is there a way to make an image button to function as a reset button? Here is a SUBMIT as an image: How would I revise this w/an image? Thanks. Robert O. HWW [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Shanje refugees

2004-05-11 Thread Wurst, Keith D.
I second that motion - Cystaltech has been great. -Original Message- From: Pete Ruckelshaus - CFList [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 8:11 AM To: CF-Talk Subject: Re: Shanje refugees I have had great experiences with Crystaltech.net Karl Simanonok wrote: > I was jus

RE: The other shoe drops

2004-05-11 Thread Tom Kitta
[Tom Kitta] I agree with the memory leaks but not with the size of RAM limitation. There is no problem with going past 4Gb on Windows server. For example you can have SQL server use 8Gb. For how to do this see http://www.sql-server-performance.com/ As far as I know same holds true for other server

RE: http_referer

2004-05-11 Thread Matt Robertson
I used to create a uuid, store it in a persistent scope, hash it, put that in the hidden form field and then do a comparison on the form post side.  I thought this would stop scrapers as they couldn't know the hash source.   I threw this out here in another thread and asked if it had holes.  Dave

Re: SQL Help...

2004-05-11 Thread Ben Doom
Without thinking about it too hard (which means this may or may not be the real issue) it looks like you're missing a couple of 'as' clauses: update account as a ... from history as h ... --Ben Doom Jeff Waris wrote: > I guess I am having an off day with SQL. I think technically this should >

Re: Flash to animated GIF

2004-05-11 Thread Bryan Stevenson
Oh ya...it's huge an grainy oin gradientsbut for the part of the animation I need it might just do the trick. FYI a 341K FLA file became a 14.1 MB GIF ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECT

RE: Flash to animated GIF

2004-05-11 Thread Tom Kitta
There is recommendation that if you are serious about animated gifs you should optimize them in a gif animation specific program. TK http://www.tomkitta.com   -Original Message-   From: Turetsky, Seth [mailto:[EMAIL PROTECTED]   Sent: Tuesday, May 11, 2004 11:16 AM   To: CF-Talk   Subject:

Re: The other shoe drops

2004-05-11 Thread Matt Liotta
> At work a couple of weeks ago the Manager of IT was informed that he >  has a new boss as Directory of IT, to better set strategic direction >  and "bridge the gap between IT and the user community". One of the new >  strategic directions is towards Java/J2EE/JSP. We've been having some >  seriou

RE: Flash to animated GIF

2004-05-11 Thread Turetsky, Seth
No problem :) I don't know how good it is though, it could make very large sized files -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 11:14 AM To: CF-Talk Subject: Re: Flash to animated GIF LOLguess I shoulda checked there first huh ;-)

  1   2   >