Securing user login details

2003-11-26 Thread John McCosker
Hi, is there an alternative way to secure (encrypt) user login details along the wire than SSL. We have a client who wants security but does not trust SSL. Is there anything out there I can look into. Thanx, J [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: cf calendar

2003-11-26 Thread Peter Tilbrook
I knocked up one yonks ago at www.coldgen.com. It was fusebox 1 and I haven't played with it lately but check it out. Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions Manager, ACT and Region ColdFusion Users Group - http://www.actcfug.com 4/73 Tharwa Road Queanbeyan,

RE: If Image Exist...

2003-11-26 Thread Peter Tilbrook
Have to disagree with that. If you need to go to the extent of stuffing around with the web server itself... well.It can't be the best way. Particularly if you are writing an app that you would like to market and be as OS/Web server independant as possible. -Original Message- From: Dirk

RE: Resize Image ?

2003-11-26 Thread [EMAIL PROTECTED]
We do it on the fly here.Check out www.efflare.com and CFX_ImageCR. Works wonders. Neil -Original Message- From: Kevin Graeme [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 04:42 To: CF-Talk Subject: Re: Resize Image ? Okay, based on those parameters, the two best options are

re: Can this be done??

2003-11-26 Thread Bushy
Hi, I have a frame split in half (topframe bottomframe). I the top frame I'm listing directories/files which have links to them. Beside each directory/file is an image that when clicked I want to send the link information to the bottom frame asthe path. Each time a link is clicked the bottom

ImageMagick/MagickTag

2003-11-26 Thread CF Lists
Has anyone used imagemagick or magicktag to write text on an image? This doesn't work. CF_MagickTag action=""> inputtype=file inputfile=/usr/var/www/html/greg/banner.gif outputType=file outputFile=/usr/var/www/html/greg/greg.gif debug=No timeout=5 CF_MagickAction action="" string=text 10,30

RE: Can this be done??

2003-11-26 Thread Heald, Tim
_javascript_. Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or any affiliated organization(s).Nor have these opinions been approved or

RE: Can this be done??

2003-11-26 Thread Bushy
Do you know where I could find some examples? --Original Message Text--- From: Heald, Tim Date: Wed, 26 Nov 2003 08:56:10 -0500 _javascript_. Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not

RE: Can this be done??

2003-11-26 Thread Heald, Tim
http://www.w3schools.com/js/js_frames.asp http://www.w3schools.com/js/js_frames.asp Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or

RE: Can this be done??

2003-11-26 Thread d.a.collie
http://developer.irt.org/script/script.htm... the _javascript_ FAQ's learned most of my js there many moons ago...don't know how up to date it is but certainly give you examples of things that you could use to achieve what you want -Original Message- From: Bushy [mailto:[EMAIL

Re: Can this be done??

2003-11-26 Thread Kevin Graeme
Actually, depending on how he's doing things _javascript_ might not be feasible. If the file/folder listing view is a ftp window in the frame, then he probably won't be able to use _javascript_. If it's a cf/html listing of files, then it's easy and doesn't even really need _javascript_. Just use

Re: Can this be done??

2003-11-26 Thread Bushy
--Original Message Text--- From: Kevin Graeme Date: Wed, 26 Nov 2003 08:20:45 -0600 Actually, depending on how he's doing things _javascript_ might not be feasible. If the file/folder listing view is a ftp window in the frame, then he probably won't be able to use _javascript_. The

Re: CFMX and a collection loop problem

2003-11-26 Thread Ubqtous
Shawn, On 11/25/2003 at 16:58, you wrote: SM This then prints out a nice list of the letters of the alphabet SM that have content.All works great in CF5 but under MX the fields SM are brought back in a pseudo random order.If I do a cfdump of SM the application variable it is just fine it is only

Sporadic Error

2003-11-26 Thread Tangorre, Michael
I am receiving this error sporadically on my dev box... Session is invalid BrowserMozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) Remote Address152.2.50.143 Referrer Date/Time26-Nov-03 09:30 AM Any Idea? Mike [Todays Threads] [This Message]

RE: CFMX and a collection loop problem

2003-11-26 Thread Raymond Camden
The docs actually say this? structSort sorts by the values, not by the keys. As for structKeySort - there is no function called structKeySort. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:How to call MS word spell checker

2003-11-26 Thread Jeremy Brodie
Mario, They are using MS Office automation to open up the MS word spell checker from the server. Two huge problems exist for using Office Automation using the web: 1) It does not scale. Office was ment to open and usedby one person and one person only. Hwn you run Office in Automation mode, the

MDAC Version

2003-11-26 Thread John Stanley
Can anyone tell me how to determine the MDAC version on our CFMX Server? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Can this be done??

2003-11-26 Thread Bushy
Hi, I have an example working from http://developer.irt.org/script/11.htm When I click on a directory or filename link the results gets passed to the bottom frame. The problem I have is every link that a user clicks on I want it to concatenate each directory/file to the listing. Currently it

RE: MDAC Version

2003-11-26 Thread Philip Arnold
How to determine which version of MDAC is installed on a Windows machine? Run regedit and search for the following key: HKEY_LOCAL_MACHINE \Software \Microsoft \DataAccess \Version Another option is to find msado15.dll (in %SYSTEM32%\DLLCache\) and check its properties. This should show the

force file download for a Mac

2003-11-26 Thread Phillip B.
I'm trying to make a mac download an XML file that is dynamically created. I can get it to work on a PC but a Mac just opens the file in the browser. This is the CF that I'm using. Any ideas on what I need to do to make this thing work? cfheader name=Content-Disposition value=attached;

Odd variable error

2003-11-26 Thread Scott Weikert
Let's see if anyone can shed some light on this, or if I'm just crazy... I've got a process, in a project, that does a database export, using SQL7's bcp utility, exporting the contents of a view into a text file. I then FTP that text file over from my DB server to my web server. I'll read in

Re: Can this be done??

2003-11-26 Thread Kevin Graeme
Ah, maybe I misunderstood what you were trying to do. That still sounds pretty basic and still may not need _javascript_. One way that you might do it is in the top frame, each link goes to the same page in the bottom frame and just passes the link information as a url variable. So pass from the

RE: MDAC Version

2003-11-26 Thread John Stanley
Phillip, thanks for your help. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 9:54 AM To: CF-Talk Subject: RE: MDAC Version How to determine which version of MDAC is installed on a Windows machine? Run regedit and search for the

RE: force file download for a Mac

2003-11-26 Thread Paul Vernon
This is all to do with the content type. If the any browser recognises the type as something it can display, it will. Your Mac browser in this instance knows about XML so it is displaying it inline I'm not sure what you can do to stop that other than change the content-type to something that

RE: Safari Issues

2003-11-26 Thread Adam Wayne Lehman
As I fully agree with the concept of web standards, I see it very much like world peace. It's just a concept not a reality. I think its best not to code for browsers _or_ web standards, but better to code for the users. Having a site with un-selectable text may be traced back to an issue with

Re: CFMX and a collection loop problem

2003-11-26 Thread Ubqtous
Raymond, On 11/26/2003 at 09:39, you wrote: RC The docs actually say this? Yeah, I quoted directly from the LiveDocs site. It's mentioned here as well: http://livedocs.macromedia.com/coldfusion/6/Migrating_ColdFusion_5_Applications/cf_migration_guide7.htm RC structSort sorts by the values, not

Re: force file download for a Mac

2003-11-26 Thread Patricia G. L. Hall
I'm trying to make a mac download an XML file that is dynamically created. I can get it to work on a PC but a Mac just opens the file in the browser. This is the CF that I'm using. Any ideas on what I need to do to make this thing work? cfheader name=Content-Disposition value=attached;

Re: Can this be done??

2003-11-26 Thread Bushy
Cool. I got it to work using the URL variable. How can I keep adding or concatenate each selection to the URL.item variable I'm displaying in the bottomframe to a list or array? --Original Message Text--- From: Kevin Graeme Date: Wed, 26 Nov 2003 08:56:40 -0600 Ah, maybe I misunderstood what

RE: Odd variable error

2003-11-26 Thread Tom Kitta
Are you maybe using CF5? I think it had a limit on the file size that can be operated with set at under 73kb of data you are talking about. I don't know what is the limit for CFMX. If you dealing with large files use Java (for very large files it becomes very tricky to do -- need to read some

RE: CFMX and a collection loop problem

2003-11-26 Thread Shawn McKee
Here is what I am using now and it works.It is a listSort on the structKeyList. cfset lastletter = '@' mailto:'@' cfloop list=#listSort(structKeyList(application.translate), 'textnocase')# index=field cfif mid(field,1,1) NEQ lastletter AND mid(field,1,1) NEQ '1' cfset lastletter =

Re: Can this be done??

2003-11-26 Thread Kevin Graeme
Did you even try looking up how to use a list or array and figure it out for yourself? Here's a lead: _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170. -Kevin - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

Re: force file download for a Mac

2003-11-26 Thread Phillip B.
Patricia G. L. Hall wrote: Try this: cfheader name=Content-Disposition value=attachment; filename=file.xml cfcontent file=[pathtofile]\sartxfercy.txt type=application/unknown I don't know for sure if you need the file=[pathtofile]I just know that in my application, which works on the

RE: Can this be done??

2003-11-26 Thread Heald, Tim
You could store the info in a session variable and then append the new value to it. Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or

RE: Safari Issues

2003-11-26 Thread Dave Watts
As I fully agree with the concept of web standards, I see it very much like world peace. It's just a concept not a reality. I think its best not to code for browsers _or_ web standards, but better to code for the users. For most websites, I'd probably agree with you, but if someone doesn't

RE: MDAC Version

2003-11-26 Thread Dave Watts
How to determine which version of MDAC is installed on a Windows machine? Run regedit and search for the following key: HKEY_LOCAL_MACHINE \Software \Microsoft \DataAccess \Version Another option is to find msado15.dll (in %SYSTEM32%\DLLCache\) and check its properties. This should

RE: Can this be done??

2003-11-26 Thread Heald, Tim
I was actually wondering the same thing. Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or any affiliated organization(s).Nor have these

RE: CFMX and a collection loop problem

2003-11-26 Thread Dave Watts
Perhaps this has something to do with MXs different approach to ordering stuctures: ColdFusion MX returns struct keys in the order that you create them. ColdFusion 5 returns struct keys in alphabetical order. If you need sorted struct values or keys, use the StructSort() and

Re: Can this be done??

2003-11-26 Thread Bushy
Nope. --Original Message Text--- From: Kevin Graeme Date: Wed, 26 Nov 2003 09:24:36 -0600 Did you even try looking up how to use a list or array and figure it out for yourself? Here's a lead: _ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170. -Kevin - Original

RE: Securing user login details

2003-11-26 Thread Dave Watts
is there an alternative way to secure (encrypt) user login details along the wire than SSL. We have a client who wants security but does not trust SSL. Is there anything out there I can look into. There are all sorts of things you can use on the client to do this. I once worked on a

Re:force file download for a Mac

2003-11-26 Thread Jack Dalaa
You need to change 'attached' to 'attachment' for it to work, like: cfheader name=Content-Disposition value=attachment; filename=file.xml cfcontent type=application/xml I'm doing the same with Excel and Word docs, works beautifully on Mac. Jack I'm trying to make a mac download an XML file

RE: CFMX and a collection loop problem

2003-11-26 Thread Raymond Camden
Furthermore, the simplest thing is to assume there is no order. If you need a particular order, use an array. If you still need struct-like data, just use an array of structs. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Safari Issues

2003-11-26 Thread Dave Watts
I think the point I'm trying to make is, support what makes sense to support. By and large, Web standards are difficult to support while offering our customers little benefit. Browser sniffing by user-agent is easy. If it solves a problem, then use it. A lot of the benefits of web

Re: Odd variable error

2003-11-26 Thread Scott Weikert
Tom Kitta writes: Are you maybe using CF5? I think it had a limit on the file size that can be operated with set at under 73kb of data you are talking about. I don't know what is the limit for CFMX. If you dealing with large files use Java (for very large files it becomes very tricky to do

Re: Can this be done??

2003-11-26 Thread Charlie Griefer
nice. - Original Message - From: Bushy To: CF-Talk Sent: Wednesday, November 26, 2003 8:40 AM Subject: Re: Can this be done?? Nope. --Original Message Text--- From: Kevin Graeme Date: Wed, 26 Nov 2003 09:24:36 -0600 Did you even try looking up how to use a list or array and figure

Re:Resize Image ?

2003-11-26 Thread Mary Jo Sminkey
The reason I didn't suggest a server-based image resizing method is because you have one person uploading the images, they're doing it with ftp instead of a web interface. You could still go with this method, and I think it would work best for what the OP needs. Have a temporary directory that

RE: Safari Issues

2003-11-26 Thread Adam Wayne Lehman
That is a great quote from Shaw. Your def right being that they are 'webstandards.org', I'm just not sure who would/should follow their lead. I once took over a contract where the client's site was having horrible HTML display issues across the browsers. When the client contacted noted these

OT: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Candace Cottrell
So, I am wondering if I am the only one in this boat... We bought 2 years of upgrade protection on Studio MX. Flash MX 2004 Pro comes out and it's not included in upgrade protection. Ok, I can understand that. We need to buy upgrades to Pro. BUT... according to CDW, we LOSE the 2 yrs

Re: force file download for a Mac

2003-11-26 Thread Patricia G. L. Hall
I think that is where the file=[pathtofile]\sartxfercy.txt attribute comes in.You didn't have it in your original code, did you put it in this go round? My application does exactly what you want.Forces a download of a text file on both Mac and PC and names the file as I have it spelled out in the

Problems using JRUN4 and CFMX together.

2003-11-26 Thread Bosky, Dave
We seem to be having trouble getting JRUN4 and CFMX to work together. Are there any special tweaks or requirements needed to get the two working together? Do I need to use CFMX Enterprise version with JRUN 4 or will the standard version work just as well? I switched over to Tomcat in the time

Anonymous access and authentication

2003-11-26 Thread Allan Clarke
Hello everybody, I'm trying to call a .asp file from my coldfusion page using cfhttp. When I browse the the cfm file in the browser, I see this message displayed on the browser: You are not authorized to view this page You do not have permission to view this directory or page using the

RE: Since CF knows no nulls...

2003-11-26 Thread Tom Jordahl
I think Kevin was referring to my web services talk (thanks for coming Kevin!) I was trying not to overload people with too many syntax-y things, so I tried to stay away from too much talk about the 16 different ways we have to deal with components. I only succeeded in 1.5 out of 3 talks.:-)

RE: force file download for a Mac

2003-11-26 Thread Dave Watts
I think that is where the file=[pathtofile]\sartxfercy.txt attribute comes in. This part is only applicable if you're returning a file from the filesystem using CFCONTENT. If you're returning text you've just generated with CF, you would omit the FILE attribute. Dave Watts, CTO, Fig Leaf

Re: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Nick de Voil
We seem to be having trouble getting JRUN4 and CFMX to work together. There may be a way of getting a standalone JRun to play nice with the one in CFMX, but we couldn't figure it out. We gave up in the end and we're running our pure Java apps through CFMX Enterprise's built-in JRun as well as

RE: Anonymous access and authentication

2003-11-26 Thread Barney Boisvert
The CFHTTP tag has 'username' and 'password' attributes that will pass along credentials for basic authentication.You probably have to pass the credentials of your user to IIS. That's just a WAG, but might be the problem. Cheers, barneyb -Original Message- From: Allan Clarke

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
We seem to be having trouble getting JRUN4 and CFMX to work together. Are there any special tweaks or requirements needed to get the two working together? Do I need to use CFMX Enterprise version with JRUN 4 or will the standard version work just as well? I'm not sure what you mean by

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
There may be a way of getting a standalone JRun to play nice with the one in CFMX, but we couldn't figure it out. We gave up in the end and we're running our pure Java apps through CFMX Enterprise's built-in JRun as well as our CF apps. Sounds crazy but it works OK. If you're running

Another Query Question

2003-11-26 Thread Ben Densmore
I have a query that currently looks like: CFQUERY name=clicks_per_product datasource=#Data_Source# select Count(*) As Clicks,emres_prod_part_numl, emres_prod_catagory from email_results Where emres_blast_sent_id = 23 GROUP BY emres_prod_part_numl, emres_prod_catagory /CFQUERY Based on the

Re:Anonymous access and authentication

2003-11-26 Thread cf coder
are you saying I should be passing my windows login username and password? The CFHTTP tag has 'username' and 'password' attributes that will pass along credentials for basic authentication.You probably have to pass the credentials of your user to IIS. That's just a WAG, but might be the problem.

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Samuel Neff
You should be using the J2EE version if you have JRun installed on it's own. JRun provides separate server instances within one installation which is all you need for segregation of applications. Sam -- Blog:http://www.rewindlife.com Chart:

RE: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Samuel Neff
You should contact MM sales directly, not 3rd party suppliers like CDW. AFAIK there is no official upgrade path right now for subscriptions, but I've seen it mentioned a lot and many subscribers were concerned about it and I think MM is working on this. Sam

Re:Anonymous access and authentication

2003-11-26 Thread cf coder
if I can rewrite the following asp code in coldfusion, my problem will automatically get solved, can I do this in coldfusion? % Set ADSys = CreateObject(ADSystemInfo) response.write User= ADSys.UserName % [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: ImageMagick/MagickTag

2003-11-26 Thread cf-talk
I've never really bothered with the CF_Magick tag myself.I just build the arguments in a string variable and then use CFEXECUTE.I've found this to be much easier to deal with since I can test my image manipulation(s) at the command prompt first and then, when I'm convinced its working, put it into

RE: Anonymous access and authentication

2003-11-26 Thread Bryan F. Hogan
You would run into the same issue. You would still have to provide access information to execute this code. cfscript ADSys=createObject('com', 'ADSystemInfo'); // you need a set user on this line. writeOutput=('User='ADSys.UserName); /cfscript [Todays Threads] [This Message]

Re:CFHTTP url rewriting

2003-11-26 Thread Cathy Taylor
Maybe this will be helpful. This was code I used to rewrite bulletin boards stripped down to just messages and made local using variables. I used the rereplace function: cfhttp URL=""> method=get resolveurl=true/cfhttp cfscript // Modify all links to local second agent page with variable links =

RE: ImageMagick/MagickTag

2003-11-26 Thread [EMAIL PROTECTED]
I'm in a similar mindset. I had trouble getting CF_Magick tag to work properly eventually I just decided to sod it and build the sting and run it in cfexecute. Damn, sight more simple and arguably quicker I would say (less steps to the solution). -Darren -Original Message- From: cf-talk

Re:CFHTTP url rewriting

2003-11-26 Thread Cathy Taylor
It can also be done without using cfscript: It can also be done without using cfscript cfhttp URL=""> method=get resolveurl=true/cfhttp CFSET color = ReReplace(#cfhttp.filecontent#, 800854, 99, All) CFSET links = ReReplaceNoCase(#Variables.color#, http://www.domain.com/d

Re:Anonymous access and authentication

2003-11-26 Thread cf coder
no, I won't use the cfhttp tag, I'll use the code directly in my file. Oh and btw, I get this error when I view in the browser An exception occurred when instantiating a Com object. The cause of this exception was that: java.lang.NullPointerException. any ideas? You would run into the same

Re: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Nick de Voil
If you're running CFMX 6.1, I'd recommend taking a look at just running CFMX on top of your existing JRun install Is CFMX for J2EE now simply an install option for Enterprise then? Or is it a different product version? Nick [Todays Threads] [This Message] [Subscription] [Fast

RE: Anonymous access and authentication

2003-11-26 Thread Bryan F. Hogan
Yep, com sucks. :) I don't know of any other way. -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:20 AM To: CF-Talk Subject: Re:Anonymous access and authentication no, I won't use the cfhttp tag, I'll use the code directly in my file. Oh

RE: Anonymous access and authentication

2003-11-26 Thread Kwang Suh
If it's an active directory component, you won't be able to call it using createObject. Try the cf_adsi tag in the developer's exchange. -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: November 26, 2003 9:20 AM To: CF-Talk Subject: Re:Anonymous access and

Re:Problems using JRUN4 and CFMX together.

2003-11-26 Thread Jeremy Brodie
Dave, Are you talking about adding classpaths to the JMC? (I'd bet that you are). If this is the case then this is a bug within JRUN4 (see reference for details) I recently had the same problem myself! When one adds the necessary Classpaths to the JRUN server (in this configuration the

Using Cursor in MS SQL 7.0

2003-11-26 Thread John McCosker
Hi, I have wrote a stored proc which creates a cursor, I then open it, loop within it, append the id to a variable and when finished close it and print out the variable. I am testing the PROC inside Query Analyzer. The first time it runs ok, but the second time it wont, this is the PROC,

Re: Can this be done??

2003-11-26 Thread Bushy
I've flipped through ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170. and this is just too deep for me. I've tried using cfset itemlist - listappend(itemlist,URL.DIR) without any success? When a link is clicked a href="" target=bottomframe I'm passing the results to the

Intermittent Error

2003-11-26 Thread Bryan Stevenson
Hey All, I've got a simple form with only 1 prompt of type file.Yes I have the proper enctype in the form ;-) This form is meant to allow the user to select a local image file and upload it (pretty standard stuff).The problem is that after some form posts I get this error intermittently. 500

Re: Using Cursor in MS SQL 7.0

2003-11-26 Thread tom
You might want to change your WHILE condition to this: WHILE (@@FETCH_STATUS=0) -- Here are the codes from Microsoft's site at http://msdn.microsoft.com/library/default.asp?url=""> : @@FETCH_STATUS Returns the status of the last cursor FETCH statement issued against any cursor

Re: Can this be done??

2003-11-26 Thread tom
cfset itemlist = listappend(itemlist,URL.DIR) You had a typo on the equals sign. Tom Nunamaker I've flipped through ColdFusion MX Web Application Construction Kit_ by Ben Forta, page 170. and this is just too deep for me. I've tried using cfset itemlist - listappend(itemlist,URL.DIR)

Re: Another Query Question

2003-11-26 Thread MILAN MUSHRAN
try this.. SELECTCOUNT(DISTINCT emres_prod_part_numl+ emres_prod_catagory) As Clicks,emres_prod_part_numl, emres_prod_catagory if emres_prod_part_numl and emres_prod_catagory are of different datatypes, then you have to convert them into a single datatype using the CONVERT function as in SQL

Re: Can this be done??

2003-11-26 Thread Bushy
That typo is OK in my code. I'm doing something else wrong. --Original Message Text--- From: [EMAIL PROTECTED] Date: Wed, 26 Nov 2003 13:07:46 -0500 (EST) cfset itemlist = listappend(itemlist,URL.DIR) You had a typo on the equals sign. Tom Nunamaker I've flipped through ColdFusion MX Web

CF Certification

2003-11-26 Thread Dominic J. Doucet-Lorang
Hi, I am looking at taking the Macromedia CF test and would like an idea on a good book for preparing for the exam. Thanks, Dominic J. Doucet-Lorang [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Certification

2003-11-26 Thread Ketan Patel
CFMX Exambuster from Centrasoft. http://www.centrasoft.com/ Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 It's Not Creative if it doesn't Sell. http://www.g3group.com http://www.g3group.com -Original Message- From: Dominic J.

RE: CF Certification

2003-11-26 Thread Dave Sueltenfuss
Dominic, I recommend Certified Macromedia ColdFusion MX Developer Study Guide by Ben Forta. Also, CFExam Buster offers a good practice test for the exams Dave -Original Message- From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:41 PM

RE: ImageMagick/MagickTag

2003-11-26 Thread Greg Luce
Have you ever gotten the draw text thing to work? See my examples below. -Original Message- From: cf-talk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 12:10 PM To: CF-Talk Subject: RE: ImageMagick/MagickTag I've never really bothered with the CF_Magick tag myself.I just

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Samuel Neff
With the release of 6.1 MM changed their product offering a little.CFMX Enterprise now encompasses what used to be CFMX Enterprise and CFMX for J2EE.With a purchase of CFMX Enterprise 6.1 (or free upgrade from CFMX Enterprise 6.0) you have the option to install in standalone mode or in J2EE mode.

RE: CF Certification

2003-11-26 Thread Boardwine, David L.
Check out CFMX Exam Buster here... http://www.centrasoft.com/ http://www.centrasoft.com/ I used an earlier version and was very pleased with it. HTH davidb -Original Message- From: Dominic J. Doucet-Lorang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:41 PM To:

Re: CF Certification

2003-11-26 Thread Mickael
One the topic of the CF Certification, I am curious as to what value people that are certified get from the certification?Is it worth it? - Original Message - From: Dominic J. Doucet-Lorang To: CF-Talk Sent: Wednesday, November 26, 2003 1:41 PM Subject: CF Certification Hi, I am

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Stacy Young
An install option if u own enterprise license. Stace _ From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: November 26, 2003 12:20 PM To: CF-Talk Subject: Re: Problems using JRUN4 and CFMX together. If you're running CFMX 6.1, I'd recommend taking a look at just running CFMX on top of

RE: Another Query Question

2003-11-26 Thread Ben Densmore
That worked. Thanks Milan. Ben -Original Message- From: MILAN MUSHRAN [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:05 PM To: CF-Talk Subject: Re: Another Query Question try this.. SELECTCOUNT(DISTINCT emres_prod_part_numl+ emres_prod_catagory) As

RE: Can this be done??

2003-11-26 Thread Greg Luce
If I'm hearing you right you want to pass a value from the top frame like: a href="" target=_bottom_frameSomething/a Then in your bottom.cfm you can have a persistant variable or maybe a cookie that you can add the selected value to: cfparam name=client.big_list default= cfif

RE: CF Certification

2003-11-26 Thread Heald, Tim
ack no not again. Go look in the archives /me runs and hides. Timothy Heald Web Portfolio Manager Overseas Security Advisory Council U.S. Department of State 571.345.2319 The opinions expressed here do not necessarily reflect those of the U.S. Department of State or any affiliated

RE: CF Certification

2003-11-26 Thread Tony Weeg
there is a ben forta book, all about preparing for the cfmx exam. I just took the test on Thursday @ Max, I Passed :), and the book was very helpful (thanks Scotty). I can also say that the cfmx buster exam by centrasoft (www.centrasoft.com) is irreplaceable. the forta book, also has a 15%

RE: CF Certification

2003-11-26 Thread Tony Weeg
that's really a personal choice, I believe.did it get me anything besides a nice little flag on my Max Badge, and a good feeling that I am proficient in the coding language that my livelihood is based on, nope.but it was cool to take, kinda let me know that I am good at what I do, and for what

RE: Can this be done??

2003-11-26 Thread Bushy
Exactly! Work like a charm! Mucho Grande! --Original Message Text--- From: Greg Luce Date: Wed, 26 Nov 2003 14:01:17 -0500 If I'm hearing you right you want to pass a value from the top frame like: a href="" target=_bottom_frameSomething/a Then in your bottom.cfm you can have a persistant

Re: CF Certification

2003-11-26 Thread Jim Campbell
There's a huge amount of back-and-forth in the archives regarding that very question, but I can quickly attest that having a CF Certification put me in front of the pack in interviews and has helped land contracts as well as my current position.It's more than worth the cost. - Jim Mickael

RE: CF Certification

2003-11-26 Thread Schuster, Steven
I've been in this industry for about 14 years and nobody at any job I have ever had (including ones I was the boss at) has ever asked or cared about those things. Granted I have a degree in CS Engineering but even at that they have never even bothered to contact my school to check it out (well

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Bosky, Dave
We own a full professional version of CMFX and a full version of JRUN 4. When running them together CFMX grabs every .jsp file and won't let JRUN 4 process them. I shouldn't have to purchase an enterprise version of CFMX to use JRUN 4 and CFMX together. -Original Message- From: Dave Watts

RE: CF Certification

2003-11-26 Thread Tom Kitta
I guess with such a long resume no one bathers too much about certifications. But if you are fresh from the school, certifications allow you to get your 'foot in the door' of potential employers. TK -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: CF Certification

2003-11-26 Thread Tony Weeg
eloquently stated tom! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Tom Kitta [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:55 PM To: CF-Talk Subject: RE: CF Certification I

Re:Problems using JRUN4 and CFMX together.

2003-11-26 Thread Jeremy Brodie
Cold Fusion professional is using an emedded JRUN engine in this case. Current you're running two versions of JRUN-- one from Cold Fusion and the other JRUN! As everyone has pointed out on the list the better was of making this happen is running Cold Fusion as an application from within the JRUN

RE: Problems using JRUN4 and CFMX together.

2003-11-26 Thread Dave Watts
We own a full professional version of CMFX and a full version of JRUN 4. When running them together CFMX grabs every .jsp file and won't let JRUN 4 process them. I shouldn't have to purchase an enterprise version of CFMX to use JRUN 4 and CFMX together. Well, you probably don't have to

LogFile Reader

2003-11-26 Thread cfhelp
Anyone recommend or knows of a good Log File reporting tool like web Trends built in CF? It needs to read IIS Log Files. Rick [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

  1   2   >