RE: Kevin Roche is Lame

2004-06-21 Thread Kevin Roche
Apologies, if they annoyed you.I am getting way too much SPAM now and was spending hours throwing it away. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: 19 June 2004 15:31 To: CF-Talk Subject: Re: Kevin Roche is Lame On Fri, 18 Jun 2004 16:25:53 -0400,

RE: Help with CF5 Queued Requests

2004-06-21 Thread Kola Oyedeji
Frank Did you try using the timeout attribute of cfquery? KOla -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 21:36 To: CF-Talk Subject: Re: Help with CF5 Queued Requests Mark, I found the processes that lockup in SQL Server. When I kill

RE: Java-CF MX 6.1 (Enterprise edition) integration

2004-06-21 Thread Kola Oyedeji
Stavros Can you clarify? Do you mean importing JSP tag libraries with CFIMPORT? You should be able to call the api directly as long as the class files are somewhere on the classpath. Bear in mind if you have any classes with an init() method you may have to make some changes or introduce a

CFPOP streamlining

2004-06-21 Thread James Smith
I have a template that retrieves mail and processes it to extract order information using cfpop.At any one time it can be retrieving up to 300 emails of which around 200 will be orders, the rest will be a mixture of junk and correspondence aimed at the human who reads the account. I am currently

RE: CFPOP streamlining

2004-06-21 Thread Kola Oyedeji
James you could well be right, it may actually be quicker to download and then ignore the additional emails as opposed to constantly opening/closing connections to the mail server - I would test both options and see which one performs better. Kola -Original Message- From: James Smith

RE: CFPOP streamlining

2004-06-21 Thread James Smith
Thanks, that is what I am in the process of doing now, I was more wondering if there were any protocol issues here where one method would be considered more propper than the other. _ From: Kola Oyedeji [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 11:32 To: CF-Talk Subject: RE: CFPOP

RE: CFPOP streamlining

2004-06-21 Thread Paul Vernon
I'm not sure which version of CF you are using but on CF4.x/5 the getheaderonly action actually retrieved the entire mail although it didn't present it all in the query so for what you are doing, a single pass is probably preferable under the circumstances outlined above... I haven't really played

RE: CFPOP streamlining

2004-06-21 Thread Kola Oyedeji
James I just had a look at the livedocs for CFMX http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b14.htm#wp11 01854 (assuming you are on cfmx) and message number can actually be a comma separated list of all the messages you would like to retrieve, this should save you having to

RE: CFPOP streamlining

2004-06-21 Thread James Smith
In this case I am using MX, but that in useful information to be filed in the for future reference folder, cheers. I'm not sure which version of CF you are using but on CF4.x/5 the getheaderonly action actually retrieved the entire mail although it didn't present it all in the query so for

Re: ColdFusion Blogging Tool

2004-06-21 Thread Jake .
Sometimes, the paid versions aren't worth the money http://www.countersinkdg.com/demo/admin/login.cfm?url=""> dg.com/demo/admin/index.cfm? No need to be rude. As I stated in the notes to this demo, it's a demo and a testbed, and as such always getting tweaks. I was doing some testing this

cflocation fails

2004-06-21 Thread Kevin Roche
Hi, I have a strange situation which I can't track down. I have an application that I have been using successfully for some time running on CFMX 6.1 Recently the application has been giving problems because the cflocation tags are not working sometimes. The characteristics are that the browser

CGI variables

2004-06-21 Thread hemant jain
hi, We have a cold fusion web application. Which is under the security of another applicaiton. Security application passes the user id to our application in form of something like below. cgi.http_scempnum We access this variable value in applicaiton.cfm file and query the user table for this

Re: ColdFusion Blogging Tool

2004-06-21 Thread Jake .
Oh, and as a head's up, you appear to be producing broken RSS. You'll usually be able to skate by with invalid author / elements, but your invalid pubDate /s will result in most aggregators simply ignoring the date info entirely. Either switch to dc:date / with W3CDTF dates, or produce

RE: Load testing

2004-06-21 Thread Kelly Tetterton
I won't beat a dead horse here, other than to agree with the previous posters: look at the database and caching strategies first. We documented our recent load testing experience in an April CFDJ article; you can read it here:

Re: cflocation fails

2004-06-21 Thread Simon Horwith
is it possible that there is conditional logic around the relocation and the conditional test fails the first time that page loads? ~Simon Simon Horwith CTO, eTRILOGY ltd. Member of Team Macromedia Macromedia Certified Master Instructor http://www.cfstandards.org Kevin Roche wrote: Hi, I

RE: cflocation fails

2004-06-21 Thread James Smith
I wouldn't have thought so because the correct URL is in the browser window, if conditional logic was stopping the cflocation being executed then there would be no way for the browser to have the URL.I would suspect the browser is not handling the relocation properly, are you able to test it from

RE: Load testing

2004-06-21 Thread Yves Arsenault
Thanks to all who replied... Thanks for the info Dave. :-) Yves _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: June 20, 2004 9:45 PM To: CF-Talk Subject: RE: Load testing I was wondering what was the general pratice for testing your app is In my experience, the general

RE: Load testing

2004-06-21 Thread Yves Arsenault
And thanks Kelly... I'll certainly read the article. Yves _ From: Kelly Tetterton [mailto:[EMAIL PROTECTED] Sent: June 21, 2004 9:18 AM To: CF-Talk Subject: RE: Load testing I won't beat a dead horse here, other than to agree with the previous posters: look at the database and

Re: ColdFusion Blogging Tool

2004-06-21 Thread Jake .
Ironically, the support forum for this CF blogger is written in ASP? http://www.countersinkdg.com/forum/default.asp Indeed. It was some excellent free code. The only ASP I've run before, but very very easy to setup. It taught me a few things for how simply code should be to install. I threw

Re: CF and Eclipse

2004-06-21 Thread Ian Sheridan
DL the FTP and WEBDAV plugin. it's a little tricky but basically you deploy with FTP. http://download.eclipse.org/downloads/drops/S-3.0RC2-200406111814/ index.php scroll down you should see what you need. I manage using the FTP deployment with import and export. Hope that helps Ian On Jun

Unresponsive requests - very strange

2004-06-21 Thread Earl, George
I have a very strange and frustrating problem - We are running CF 5.0 on Windows 2000, Oracle 8i, and the Merant ODBC drivers that ship with CF (we have had problems with the Oracle native drivers). We have a reporting application that submits requests with 5 queries to Oracle and then massages

Re: ColdFusion Blogging Tool

2004-06-21 Thread George Abraham
By the way, is there a cf-based (or otherwise) blog that can be installed for multiple users on the same server. I know Ray's blog can be used for this, but then it would mean about a hundred datasources. Anything database-driven? Thanks, George [Todays Threads] [This Message] [Subscription]

Re: Unresponsive requests - very strange

2004-06-21 Thread G
Employing Ockham's Razor here.. Are you sure that the app on production is submitting the right date when the user selects May 1st, 2004 ?? Brian From: Earl, George To: CF-Talk Sent: Monday, June 21, 2004 8:31 AM Subject: Unresponsive requests - very strange I have a very strange and

Re: ColdFusion Blogging Tool

2004-06-21 Thread Bryan F. Hogan
Don't let yourself get carried away with that. +1 :-) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Unresponsive requests - very strange

2004-06-21 Thread Jochem van Dieten
Earl, George wrote: Any thoughts on what might be causing this problem ONLY on the production server and ONLY with dates starting on May 1? Where would you look next to try to find the source of this problem? Enable query tracing (ODBC Control Panel) and get a log of the actual query being

Re: Datasource creation errors

2004-06-21 Thread Kathleen Cashel
-now it will work ;-) Unfortunately not. Also there is no provision for testing Access DSNs in Windows ODBC (like there is for SQL). Perhaps I am missing something here? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Kevin Roche is Lame

2004-06-21 Thread Adrocknaphobia
lol. you do exist. no problems at all just worried about the same thing you are. -Adam - Original Message - From: Kevin Roche [EMAIL PROTECTED] Date: Mon, 21 Jun 2004 08:32:40 +0100 Subject: RE: Kevin Roche is Lame To: CF-Talk [EMAIL PROTECTED] Apologies, if they annoyed you.I am

RE: cflocation fails

2004-06-21 Thread Kevin Roche
The problem has been reported on two different machines. Although there is conditional logic the required location including URL variables is definitely shown in the address box. I am begining to think there is a response time problem on the server. Kevin -Original Message- From: James

CF Compatible Menus/Products?

2004-06-21 Thread Nick Baker
I am looking for a nice expandable/retractable menu. Have looked at several DHTML/_javascript_ offerings. Prefer CF 5.0 compatibility for some backwards projects, but will use 6 if necessary. Main concerns are: 1. CF compatible 2. Minimum time ;-) Any recommendations? One I ran across was

Re: ColdFusion Blogging Tool

2004-06-21 Thread Roger Benningfield
This feed actually works in most aggregators I tried (about 10-12 so far). Jake, Yep, as they should. Most aggregator authors try to parse anything you throw at them. The number of feeds out there with invalid pubDates is staggering, so they're conditioned to simply ignore a bad date and

Re: CF Compatible Menus/Products?

2004-06-21 Thread Dave Carabetta
On Mon, 21 Jun 2004 09:50:32 -0500, Nick Baker [EMAIL PROTECTED] wrote: I am looking for a nice expandable/retractable menu. Have looked at several DHTML/_javascript_ offerings. Prefer CF 5.0 compatibility for some backwards projects, but will use 6 if necessary. Main concerns are: 1.

Re: CF Compatible Menus/Products?

2004-06-21 Thread Philip Arnold
On Mon, 21 Jun 2004 09:50:32 -0500, Nick Baker wrote: I am looking for a nice expandable/retractable menu. Have looked at several DHTML/_javascript_ offerings. Prefer CF 5.0 compatibility for some backwards projects, but will use 6 if necessary. Main concerns are: 1. CF compatible 2.

RE: CF and Eclipse

2004-06-21 Thread John Beynon
Thanks Ian, All setup now, Jb. -Original Message- From: Ian Sheridan [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 13:57 To: CF-Talk Subject: Re: CF and Eclipse DL the FTP and WEBDAV plugin. it's a little tricky but basically you deploy with FTP.

OT: Kevin Roche is Lame

2004-06-21 Thread Scott Brady
I've found that a combination of the Bayesian filter on Thundermail and the use of K9 (http://www.keir.net/k9.html) eliminates me having to see virtually all spam.It will require some training, of course, but it eliminates the need to use a challenge-response system. (Almost every message that

RE: CF Compatible Menus/Products?

2004-06-21 Thread Kenneth Wilson
Something to bookmark for when you have the time... If you like CSS and don't need to support pre-5.0 browsers, you might want to take a look at the CSS menu code from Eric Meyers latest book. Project samples can be downloaded at http://more.ericmeyeroncss.com/projects/06/ but the book is well

Re: Kevin Roche is Lame

2004-06-21 Thread Matt Robertson
If you have your own mail server, try ASSP (http://assp.sourceforge.net).Its unbeatable, but like all Bayesian systems you have to train it for a week or so.Been running it for about 4 months.On average it stops about 82% of all incoming mail and I have zero complaints from customers.YMMV. --

Re: cfmx and CAPTCHA

2004-06-21 Thread Doug Hughes
1) Hi Joe! 2) I talked to Ben Forta when he came to the DC WAMMO meeting about the CFCs being replicated across clustered servers.His answer, in a nutshell was that they didn't have the time to do it.He also indicated that there was a good chance that it would be supported in the future.However,

CFCHARTSERIES cannot do different colors for each bar in bargraph

2004-06-21 Thread Dustin Snell [Unisyn Software, LLC]
Hi all, Trying to switch my charts finally from the old Allaire Java applets to the new CFCHART ones.I am using CFMX 6.1 with CFCHART and CFCHARTSERIES to show total sales for each sales rep for the current day. It is a Bar graph style outputting flash content and specifying the query parameter

RE: Kevin Roche is Lame

2004-06-21 Thread Kola Oyedeji
On average it stops about 82% of all incoming mail You mean people don't mind not receiving 82% of their email? ;-) KOla -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 16:42 To: CF-Talk Subject: Re: Kevin Roche is Lame If you have your own

Re: Kevin Roche is Lame

2004-06-21 Thread Matt Robertson
On average it stops about 82% of all incoming mail You mean people don't mind not receiving 82% of their email? ;-) KOla Not if whats incoming is pure, unadulterated kaka.I host what I would consider is a general mix of ordinary folk, plus a few with extremely low tolerance for false

Re: CFPOP streamlining

2004-06-21 Thread Cedric Villat
One thing that I came upon when using CFPOP and deciding which method to use, is that if you are using CFMX there is a nasty bug that deals with encoding. Check out http://www.mail-archive.com/[EMAIL PROTECTED]/msg149313.html for some information. I know Raymond Camden also wrote about this bug on

Re: CF Compatible Menus/Products?

2004-06-21 Thread Thomas Chiverton
On Monday 21 Jun 2004 16:09 pm, Kenneth Wilson wrote: Project samples can be downloaded at http://more.ericmeyeroncss.com/projects/06/ but the book is well worth the cost. Extemely lightweight with just a stylesheet and unordered lists controlling it. I belive alistapart.com show you how to

cfmail only works internally

2004-06-21 Thread Christy Carter
I use cfloop and cfmail to send a mass auto-email to all the users in my database. Or I try to anyway! :) It goes through to all users on our local email server - i.e. anyone with the same email extension (for example [EMAIL PROTECTED]).But nobody else seems to get it - nobody with a yahoo or

ODBC Service Hangs on Query

2004-06-21 Thread hammerin hankster
I've got two problems. One is that I'm running a (bad) query that causes the ODBC service to hang during the query attempt. I have to repeatedly try to stop the service and once it finally times out, I can restart it. In a nutshell, I have inherited a database full of relationships (which is

RE: CFPOP streamlining

2004-06-21 Thread Paul Vernon
You could always use CFX_POP3 to fix the utf-7 issue... http://www.web-architect.co.uk/downloads.cfm Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cfmail only works internally

2004-06-21 Thread Christine Lawson
What version of CF are you running and can you send email to these addresses using this mail server outside of ColdFusion? Christine _ From: Christy Carter [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 12:37 PM To: CF-Talk Subject: cfmail only works internally I use cfloop and

Re: cfmail only works internally

2004-06-21 Thread Jeff Garza
Make sure that your mail admin has enabled relaying for your CF server.Otherwise, it will only allow local addresses.What mail server are you using? Cheers, Jeff Garza - Original Message - From: Christy Carter To: CF-Talk Sent: Monday, June 21, 2004 9:37 AM Subject: cfmail only works

Re: cfmail only works internally

2004-06-21 Thread Rick Root
Christy Carter wrote: It goes through to all users on our local email server - i.e. anyone with the same email extension (for example [EMAIL PROTECTED]).But nobody else seems to get it - nobody with a yahoo or hotmail account, and nobody with a different ISP account...and I have no idea

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
Well, I'm using a mail server here at the university. I'm the admin of ColdFusion, but not of the mail server. Perhaps I should talk to our tech guy in the building, the one who administers the netowkr and mail server. So he would have to enable it for me? We are moving out on our own at the end

RE: cfmail only works internally

2004-06-21 Thread Kola Oyedeji
Christy Is the from address a valid from address? Have you checked the undelivr folder and the mail logs? These will normally give you a good clue as to what the problem is. KOla -Original Message- From: Christy Carter [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 17:37 To:

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
Yep, just looked in my Undeliverable folder (thanks - didn't realize this was there!) and all the messages are there. Must be something to do with the mail server - I suspect I'll have to talk to the admin guys. Thanks! Christy [Todays Threads] [This Message] [Subscription] [Fast

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
KOla, it's definitely a valid address, as it's the one I use every day for work purposes. But I think it probably has to do with the permissions on my account... Christy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
I'm running version 5 right now... Not sure about sending emails outside of CF - I don't administer the mail server - I'm just a client. I just put in my own email address as the from address, and put the name of the mail server in CF administrator. Christy [Todays Threads] [This Message]

Re: cfmail only works internally

2004-06-21 Thread Scott Brady
Original Message: From: Christy Carter [EMAIL PROTECTED] Yep, just looked in my Undeliverable folder (thanks - didn't realize this was there!) and all the messages are there. Must be something to do with the mail server - I suspect I'll have to talk to the admin guys. Have you checked the mail

Re: Kevin Roche is Lame

2004-06-21 Thread Doug White
My gateway server blocks 98% of spam with a rare false positive requiting whitelisting. And no challenge - response either. Currently serving 180 domains. == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
Thanks, Scott. Yep, just as you guys suggested - the majority of the emails say this. Error,1004,06/21/04,10:42:59,,Failed to send the spooled mail file, C:\CFusion\Mail\spool\D5.cfmail. SMTP server replied Relaying is prohibited Moved file to C:\CFusion\Mail\undelivr\D6.cfmail. I guess I'll

RE: ODBC Service Hangs on Query

2004-06-21 Thread Mark A. Kruger - CFG
First, make sure the query gives you what you want. Because you have no parenthasise this query is going to give you ALL records from the tables: tblbillingaddr, tblterm That's because the WHERE clause reads Give me everything WHERE where tblmasterclients.clientname = tblbillingaddr.Client

Re: ODBC Service Hangs on Query

2004-06-21 Thread hammerin hankster
It appears I *might* have found the problem.As I inherited this database, I didn't check all the fields to see if any queries were being done from the front end lookup tab and sure enough, there was a query to a non-existant table.Will keep troubleshooting. Thanks [Todays Threads] [This

Re: cfmail only works internally

2004-06-21 Thread Rick Eidson
IF you are the admin for the CF server why don;t you just use a local SMTP server instead of the campus email server. If you are running Windows then IIS has an SMTP server that works fine. Rick Eidson Partner CTO ArcRiver Technology, LLC ASP, PHP, PERL, Cold Fusion Hosting Kansas City

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
Well, that sounds promising, Rick...I'm off to figure out how to do it. :)I'm running Windows 2000 with IIS so that sounds promising. Thanks! Christy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

JS Issue submit() to CF Form

2004-06-21 Thread James Blaha
Hello All, I have a really stupid question. Can anyone please send me a html template that auto submits to a cf page that will have the form variable show up properly on the CF template that recieves the POST. Regards, -JB Example: html script LANGUAGE=_javascript_1.1 function login() {

RE: JS Issue submit() to CF Form

2004-06-21 Thread Dave Watts
Can anyone please send me a html template that auto submits to a cf page that will have the form variable show up properly on the CF template that recieves the POST. ... FORM NAME=LoginForm ACTION="" METHOD=POST The code you have is fine, except you're missing a quote around POST.

RE: cfmx and CAPTCHA

2004-06-21 Thread Burns, John D
Doug, Any break on your Image Manipulation CFC for fellow CF-Talkers?Just figured I'd ask :-) John -Original Message- From: Doug Hughes [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 11:57 AM To: CF-Talk Subject: Re: cfmx and CAPTCHA 1) Hi Joe! 2) I talked to Ben Forta when

Re: cfmx and CAPTCHA

2004-06-21 Thread Doug White
Still working on it - :-) == Our Anti-spam solution works!! http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com http://www.forta.com/cf/isp/isp.cfm?isp_id=1069 == - Original Message

Re: JS Issue submit() to CF Form

2004-06-21 Thread mavinson
James, Put cfif IsDefined(form.fieldnames) POST = cfoutput#form.fieldnames#/cfoutputbr cfelse NO POSTbr /cfif in your action page ... and you will find that it's all good. As my friend/pipefitter told me numerous times this weekend as we were wrangling gas-lines: I'd rather answer your

Re: cfmail only works internally

2004-06-21 Thread Rick Eidson
When you get IIS SMTP installed (if its not allready). Go into the proporties and under the Access Tab click the Relay button. Then Add the Local IP and the External IP of the server to this list and select the Radio Button Only the List Below Rick Eidson Partner CTO ArcRiver Technology, LLC

Re: cfmail only works internally

2004-06-21 Thread Christy Carter
Thanks! Okay, I've done that much - although I didn't rewlize there was a difference in local vs. external IP addresses. Now I'm trying to figure out how to use this server in my cfmail code. :) Christy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: cfmail only works internally

2004-06-21 Thread Rick Eidson
Go into the CF Admin and add the IP address of the local Server. Then you do not need to specify the server in the CFMAIL tag. If you are behind a firewal running NAT then you may have a 192.168.0.* IP address this would be the Local IP address. The External IP would be the one that the visitors

Determining Directory Where Current Template Is Located

2004-06-21 Thread Bob Haroche
I've done this before but of course now I can't remember how... I have a template located at: f:\wwwroot\client\myDirectory\template.cfm I need to extract just the name of the directory holding the template -- ie, myDirectory.And I need to do this in such a way that the CFML doesn't rely on

RE: Determining Directory Where Current Template Is Located

2004-06-21 Thread Barney Boisvert
cfscript dir = getDirectoryFromPath(getCurrentTemplatePath()); dir = listLast(dir, \/); /cfscript The first line basically does an expandPath('.'), but relative to the current template, rather than the root template for the request.The second line gets the last part of the directory, using the

RE: Determining Directory Where Current Template Is Located

2004-06-21 Thread Paul Vernon
Use GetDirectoryFromPath(GetCurrentTemplatePath()) to get the current directory path and then treat the directory as a list using \ as the delimiter to get the last item in the list! Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: Determining Directory Where Current Template Is Located

2004-06-21 Thread Bob Haroche
Ah, beautiful. Thanks to both of you. Use GetDirectoryFromPath(GetCurrentTemplatePath()) to get the current directory path and then treat the directory as a list using \ as the delimiter to get the last item in the list! I actually was doing that (almost). I was using / as my delimiter

RE: Determining Directory Where Current Template Is Located

2004-06-21 Thread Pascal Peters
If you want it to work on *nix too, use \/ as delimiter. -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED] Sent: maandag 21 juni 2004 20:31 To: CF-Talk Subject: Re: Determining Directory Where Current Template Is Located Ah, beautiful. Thanks to both of you. Use

Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Bob Haroche
So this works fine to tell me the current directory: cfset DirPath=#GetDirectoryFromPath(GetCurrentTemplatePath())# cfset CurrentDirectory=#ListLast(DirPath, \)# I find however that if my directory is called MyDirectory, the value returned for the variable CurrentDirectory is all lowercase, ie

RE: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Barney Boisvert
SQL comparisons are case insensitive, unless you tell it otherwise. You can probably get the proper case if you go through a java.io.File instance, and use the canonicalPath method.However, CF may be doing this already, and the canonical path according to your JRE is all lower case (since case is

RE: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Samuel R. Neff
case sensitivity in the database depends on the DB, Oracle is case sensitive for example. Paths are usually case insensitive in Windows but Java is case sensitive so there are situations where differences in case can be a problem. Specifically, CFMX can generate a Wrong name error when calling a

RE: Follow Up on Case Sensititive ( was Determining Directory Whe re Current Template Is Located)

2004-06-21 Thread Dave Watts
SQL comparisons are case insensitive, unless you tell it otherwise. This is true in MS Access, I think, but isn't always true. Case sensitivity will usually depend on your database's collation settings. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax:

RE: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Pascal Peters
It will only break on case-sensitive DBs like ORACLE. But even then you can convert the strings to lowercase WHERE LOWER(directory) = cfqueryparam cfsqltype=cf_sql_varchar value=#Lcase(variables.CurrentDirectory)# (or whatever the lowercase function is on the DB) Pascal PS As Barney and I

Re: Kevin Roche is Lame

2004-06-21 Thread Michael Dinowitz
Please move this thread off of CF-Talk to your OT list of choice. Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Rick Root
Bob Haroche wrote: Even though the value of directory stored in the DB is MyDirectory, the query works with the variable passed as mydirectory. No problem, but I'm wondering if this is going to break if I try it some day on another DB like MS SQL. I would probably insert the data in upper

ColdFusion TechNote Notification: ColdFusion MX 6.1: Oracle Stor ed Procedure errors

2004-06-21 Thread Debbie Dickerson
Check out the new TechNote at: http://www.macromedia.com/support/coldfusion/ts/documents/oracle_storedproc_ errors.htm http://www.macromedia.com/support/coldfusion/ts/documents/oracle_storedproc _errors.htm Intro: Errors may be encountered when running Oracle Stored Procedures with the

Re: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Dave Carabetta
On Mon, 21 Jun 2004 21:20:41 +0200, Pascal Peters [EMAIL PROTECTED] wrote: It will only break on case-sensitive DBs like ORACLE. But even then you can convert the strings to lowercase WHERE LOWER(directory) = cfqueryparam cfsqltype=cf_sql_varchar value=#Lcase(variables.CurrentDirectory)#

Re: FileExists() ?

2004-06-21 Thread Marlon Moyer
Is your ColdFusion Service running under an account with network permissions and is that drive mapped in that account? Marlon On Mon, 21 Jun 2004 15:00:31 -0500, Bailey, Neal [EMAIL PROTECTED] wrote: Hey guys... Can I use the FileExists() function on Map network drives? I have a line like

RE: FileExists() ?

2004-06-21 Thread Dave Watts
Can I use the FileExists() function on Map network drives? I have a line like below and for some reason it cannot validate that the file exist at all when it actually does. cfif FileExists(G:\UGA Web Sites\Images\AgentPictures\#Trim(AgPicture.PATH)#) is Yes cfDo something /cfif Does

Re: Follow Up on Case Sensititive ( was Determining Directory Where Current Template Is Located)

2004-06-21 Thread Jochem van Dieten
Dave Carabetta wrote: On Mon, 21 Jun 2004 21:20:41 +0200, Pascal Peters [EMAIL PROTECTED] wrote: It will only break on case-sensitive DBs like ORACLE. But even then you can convert the strings to lowercase WHERE LOWER(directory) = cfqueryparam cfsqltype=cf_sql_varchar

Re: ColdFusion Blogging Tool

2004-06-21 Thread Jake .
By the way, is there a cf-based (or otherwise) blog that can be installed for multiple users on the same server. I know Ray's blog can be used for this, but then it would mean about a hundred datasources. Anything database-driven? You mean with one datasource, rather than one per blog? BlogFusion

OT: HitBox for web traffic/marketing

2004-06-21 Thread Bryan Stevenson
Has anyone used HitBox from WebSideStory? I've got some specific questions but don't want to bother the whole list with them ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: OT: HitBox for web traffic/marketing

2004-06-21 Thread Jerry Johnson
I tried to respond directly, but the mail was bounced. I updated a site that had hitbox code in it. I think I may still have the code base at home. Is it something I could find out from the legacy code for you? Jerry Johnson [EMAIL PROTECTED] 06/21/04 04:42PM Has anyone used HitBox from

Re: OT: HitBox for web traffic/marketing

2004-06-21 Thread Bryan Stevenson
replied offlist Jerry ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Re: HitBox for web traffic/marketing

2004-06-21 Thread Bryan Stevenson
Does anyone know how to identify unique users hitting a site via the same proxy server? (this relates to HitBox's claims and I'm not sure how they would do it). TIA Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

JRUN and ColdFusion MX

2004-06-21 Thread Troy Simpson
All, Is there another list for JRUN or would this be the list for JRUN? Does anyone have a recommendation for a book on JRUN so that I can get up and running soon as possible. Thanks, Troy -- Troy Simpson Applications Analyst/Programmer, OCPDBA, MCSE, SCSA North Carolina State University

Dreamweaver seeing database

2004-06-21 Thread Karolus Smejda
I have loaded CFMx DreamweaverMx on a newly formatted laptop.CF Administrator sees the datasource, but Dreamweaver does not...any thoughts on how to proceed or where to look for the problem? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: HitBox for web traffic/marketing

2004-06-21 Thread Matt Robertson
Does anyone know how to identify unique users hitting a site via the same proxy server? HitBox plants a cookie if it doesn't find one already.Run Spybot on yourself and you'll probably find several. -- --Matt Robertson-- MSB Designs, Inc. [Todays Threads] [This Message] [Subscription]

Re: HitBox for web traffic/marketing

2004-06-21 Thread Bryan Stevenson
hehe...thanks Mattjust figured that one after looking at their code. So it looks like they use acombo of IP address and cookies to determine unique visitsboth have their obvious flaws. Does anyone know of a tag/UDF/CFC/code snippet that could parse http_referrer info to determine which

Re: JRUN and ColdFusion MX

2004-06-21 Thread Greg Stewart
Hi, Why not have a look at the Cold Fusion Developer Journal (http://www.sys-con.com/coldfusion/). Over the last couple of months there were a number of articles on setting up JRun with CFMX as a J2EE application. Here you can find a bunch of resources I put together on the topic:

Re: Dreamweaver seeing database

2004-06-21 Thread C. Hatton Humphrey
I have loaded CFMx DreamweaverMx on a newly formatted laptop. CF Administrator sees the datasource, but Dreamweaver does not...any thoughts on how to proceed or where to look for the problem? Thanks Does Dreamweaver see any of the datasources?IIRC you need to open up a ColdFusion site and

RE: JRUN and ColdFusion MX

2004-06-21 Thread Dave Watts
Is there another list for JRUN or would this be the list for JRUN? There is a separate JRun list hosted by houseoffusion.com. Does anyone have a recommendation for a book on JRUN so that I can get up and running soon as possible. To the best of my knowledge, there are no books specifically

cfscript'd switch with multi-params?

2004-06-21 Thread Matt Robertson
I'm trying to do this in cfscript: switch (variables.SwitchParam) { case 1,2,3: { parameters.foo[1]=parameters.foo[1]+1; break; } } // end switch which is similar to this: cfswitch _expression_=#variables.SwitchParam# cfcase 1,2,3 cfset parameters.foo[1]=parameters.foo[1]+1 /cfcase /cfswitch

re: cfscript'd switch with multi-params?

2004-06-21 Thread Matt Robertson
Never mind.RTFM. switch (variables.SwitchParam) { case 1: case 3: case 3: { parameters.foo[1]=parameters.foo[1]+1; break; } } // end switch Clunky, but works. -- --Matt Robertson-- MSB Designs, Inc. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cfscript'd switch with multi-params?

2004-06-21 Thread Barney Boisvert
This is how I learned to format switchblocks, and I like it.It makes it very obvious what leads up to what, especially since a scripted switch is so different from a CFSWITCH in how it executes. switch (variables.switchParam) { case 1: case 2: case 3: parameters.foo[1] = parameters.foo[1] + 1;

  1   2   >