Re: SQL Server 2000 and Pagination

2003-12-22 Thread Calvin Ward
tempID @FirstRec AND tempID @LastRec -- Turn NOCOUNT back OFF SET NOCOUNT OFF -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 13:30 To: CF-Talk Subject: SQL Server 2000 and Pagination Happy Holidays! I'm curious how folks are implementing

Re: Joining the dark side - using DWMX

2003-12-21 Thread Calvin Ward
Exactly, HomeSite is just HomeSite, which is the html editor... HomeSite+ is ColdFusion Studio, which is the cfml editor. There are differences. Also of note, ColdFusion Studio listed at $499, whereas DWMX 2004 lists at $399 and includes HomeSite+ (ColdFusion Studio). - Calvin - Original

Re: Storing big queries in Application Scope to search?

2003-12-19 Thread Calvin Ward
How would you make the cached query solution viable on a load balanced solution with non-sticky sessions? - Calvin - Original Message - From: Pete Freitag To: CF-Talk Sent: Thursday, December 18, 2003 5:27 PM Subject: Re: Storing big queries in Application Scope to search? [EMAIL

Re: JSP and Cold Fusion.

2003-12-19 Thread Calvin Ward
It just struck me, what stands out most to me about BlueDragon the most of all is the incessant advertising that seems to crop up everywhere. Nearly every time BD is mentioned, it sounds to me like an ad. Hi, we copied the CFML functionality and we're cheaper, better, and will make your coffee

Re: About CFusion Undeliverable Mail Folder

2003-12-19 Thread Calvin Ward
In CFMX 6.1 I believe the behavior is more robust. I do know for sure that you can have 'backup' mail servers designated so that if the first one fails, CFMX attempts to send through the second one. - Calvin - Original Message - From: Rick Root To: CF-Talk Sent: Thursday, December 18,

Re: Getting Errors now I am using Coldfusion MX ???

2003-12-19 Thread Calvin Ward
I don't know much about Oracle, but what happens if you hard code the date on line 69? Also what value does #formatted_date# display? - Calvin - Original Message - From: Ian Vaughan To: CF-Talk Sent: Thursday, December 18, 2003 5:33 AM Subject: Getting Errors now I am using Coldfusion

Re: Storing big queries in Application Scope to search?

2003-12-19 Thread Calvin Ward
=exclusive scope=application cfoutput#StructFind(application.ThisForecastResults, #i#)#/cfoutput /cflock /cfloop -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 19 December 2003 10:11 am To: CF-Talk Subject: Re: Storing big queries in Application Scope to search? How

Re: CF Color coding tag?

2003-12-19 Thread Calvin Ward
What would be nice is one that could use the color-syntax files from Dreamweaver to do the color coding... - Calvin - Original Message - From: Ken Wilson To: CF-Talk Sent: Friday, December 19, 2003 8:22 AM Subject: Re: CF Color coding tag? There's one located here:

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Make sure you let Macromedia know what is wrong with their flagship product. The File Explorer affects non code developers as well! - Calvin - Original Message - From: Rick Root To: CF-Talk Sent: Friday, December 19, 2003 10:02 AM Subject: Re: Joining the dark side - using DWMX Kwang

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Agreed. One of the things I like is the fairly robust Find and Replace... Search Entire Site for every occurence of cfquery with a datasoure of mydata that contains INSERT INTO myTable. - Calvin - Original Message - From: Mickael To: CF-Talk Sent: Friday, December 19, 2003 12:01 PM

Re: Windows 2003 Web Edition ColdFusion

2003-12-19 Thread Calvin Ward
Maybe this will help: http://www.macromedia.com/support/coldfusion/ts/documents/install_cf_win2003.htm - Calvin - Original Message - From: Marc van den Dikkenberg To: CF-Talk Sent: Friday, December 19, 2003 1:02 PM Subject: Re: Windows 2003 Web Edition ColdFusion You won't be able

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Heh, I'd have to choose designer then, as I actually like having the Assets, Databases, Components, Server Behaviours and Bindings, which much of that stuff feeds :) - Calvin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Friday, December 19, 2003 1:02 PM Subject: RE:

Re: Joining the dark side - using DWMX

2003-12-19 Thread Calvin Ward
Bah! Hambug! with the generalizations! I'm a coder that prefers DW and chose Design View on first run :) - Calvin - Original Message - From: Tom Kitta To: CF-Talk Sent: Friday, December 19, 2003 1:13 PM Subject: RE: Joining the dark side - using DWMX Good point Steven. I also noticed

Re: How to make ColdFusion Verity/search better?

2003-12-15 Thread Calvin Ward
- Do you use our Search?Another technology?Why? Why not? We don't use the CF Search feature, the time to perform the indexing operation is too long. We do use both MSSQL Server Full Text Indexing (limitations come into play at around 1.4 million records though), and a product from Engenium called

Re: File Storage - Database vs. File System

2003-12-11 Thread Calvin Ward
For 1, isn't it often simpler to restore single files than it is to restore single rows? For 2, ideally, even if you are storing the file path in the db, wouldn't you want that file to exist in one place only and have the cluster access the 'file server'? For 3, wouldn't that be a non-issue if

Re: Calculating Holidays

2003-12-10 Thread Calvin Ward
Well, this is what occurs to me: I believe most holidays one of the following: - The x date in x month (25th of December) - The x number of x day of x month (Third Thursday of November) It's possible with some work those patterns should work for every holiday. You could preset the known

Re: Calculating Holidays

2003-12-10 Thread Calvin Ward
UTC = Coordinated Universal Time which is Greenwich Mean Time (GMT) or Zulu Time. JAR = Java Archive (or something like that) which is similar to a zip file for Java and typically holds stuff like class files. - Calvin - Original Message - From: Ian Skinner To: CF-Talk Sent: Wednesday,

Re: Access 97 with CFMX 6.0 unacceptably slow

2003-11-29 Thread Calvin Ward
CFMX 6.0? Have you tried the 6.1 updater? - Calvin - Original Message - From: Chunshen (Don) Li To: CF-Talk Sent: Friday, November 28, 2003 2:07 PM Subject: Access 97 with CFMX 6.0 unacceptably slow Hi, I have a small Access 97 database (~2.5 MB), which has about 9 user tables, and

Re: Inserting rows into a 2d array

2003-11-17 Thread Calvin Ward
You'll want to use ArrayInsertAt for this: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functia7.htm - Calvin - Original Message - From: DougF To: CF-Talk Sent: Sunday, November 16, 2003 11:06 PM Subject: Inserting rows into a 2d array Hi all, Need some help with inserting

Re: Re[2]: Best Practices

2003-11-13 Thread Calvin Ward
However, it doesn't feel like it is a good solution. What does the HTTP specification say about performing GET and POST operations on the same request? How does every browser version and OS combination handle GET and POST in the same HTTP call? Thoughts? - Calvin - Original Message -

Re: Re[2]: Best Practices

2003-11-13 Thread Calvin Ward
:19 AM Subject: Re: Re[2]: Best Practices Calvin Ward said: However, it doesn't feel like it is a good solution. What does the HTTP specification say about performing GET and POST operations on the same request? That it is not possible. HTTP requests can only have one verb. Jochem [Todays

Re: Best Practices

2003-11-13 Thread Calvin Ward
I personally prefer not to mix and match url and form variables and would simply use a hidden form field. - Calvin - Original Message - From: Kevin Graeme To: CF-Talk Sent: Thursday, November 13, 2003 9:17 AM Subject: Re: Best Practices I like the idea of just moving the url variable

Re: Re[2]: Best Practices

2003-11-13 Thread Calvin Ward
The question was theoritical in nature, not everyone scopes variables, I'm sure we all realize. - Calvin - Original Message - From: Philip Arnold To: CF-Talk Sent: Thursday, November 13, 2003 7:19 AM Subject: RE: Re[2]: Best Practices And incidentally, I wonder how it is handled if

Re: Re[2]: Best Practices

2003-11-13 Thread Calvin Ward
-Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 14:25 To: CF-Talk Subject: Re: Re[2]: Best Practices The question was theoritical in nature, not everyone scopes variables, I'm sure we all realize. - Calvin - Original Message - From: Philip

Re: Re[2]: Best Practices

2003-11-13 Thread Calvin Ward
ack, I answered this too quickly and didn't read it carefully. formurl2attributes is a good solution for that! Calvin - Original Message - From: Calvin Ward To: [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:44 AM Subject: Re: Re[2]: Best Practices In my opinion stick with one

Re: Installing Dreamweaver mx 6.1 on machine running cf 5 server

2003-11-12 Thread Calvin Ward
Sounds to me like CFMX of some flavor was installed at the same time. This would likely do the rename action that you mentioned. - Calvin - Original Message - From: Smith, Don , CTR , WHS/PSD To: CF-Talk Sent: Wednesday, November 12, 2003 11:36 AM Subject: Installing Dreamweaver mx 6.1

Re: cfscript question...

2003-11-07 Thread Calvin Ward
My .02 agrees with your .02 - Calvin - Original Message - From: Mark A. Kruger - CFG To: CF-Talk Sent: Friday, November 07, 2003 9:43 AM Subject: RE: cfscript question... I like this better: IF(StructKeyExists(form,Listgeat(fieldlist,i)) { } One of the reasons I like using

Re: Javascript CF question

2003-11-07 Thread Calvin Ward
Would there be a concern with caching using this option? - Calvin - Original Message - From: Ketan Patel To: CF-Talk Sent: Friday, November 07, 2003 11:34 AM Subject: _javascript_ CF question Hi All, I have a question related to _javascript_. I have some dynamic articles which I want

Re: Problems with CFMAIL

2003-11-06 Thread Calvin Ward
I believe this should help you out on that! http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/cfobject5.htm Thanks, Calvin - Original Message - From: Mickael To: CF-Talk Sent: Wednesday, November 05, 2003 6:15 PM Subject: Re: Problems with

Re: MX6.1 no more data to read error

2003-11-06 Thread Calvin Ward
the U3 drivers do resolve that issues. - Calvin - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Thursday, November 06, 2003 6:06 AM Subject: MX6.1 no more data to read error We're getting this error for once specifc 'delete' cfquery, and I've just read

Re: Application Question

2003-11-06 Thread Calvin Ward
The company I work for: http://www.recruitmax.com has a solution that does this, written in ColdFusion. Oh, and it seems we're hiring ColdFusion developers! http://www.prohire.com/candidates/default.cfm?szWID=8684szCID=39080 - Calvin - Original Message - From: Eric Creese To: CF-Talk

Re: Ouch! No MX2004 support for NT?

2003-11-04 Thread Calvin Ward
Possibly more important is this: http://www.microsoft.com/ntserver/ProductInfo/Availability/Retiring.asp For example: January 1, 2004 Beginning on this date, non-security hotfixes are no longer available. - Calvin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Monday,

Re: OT: Flash Remoting Question

2003-11-04 Thread Calvin Ward
You'll need JRunScripts mapped in the site for Flash Remoting to work: http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm Thanks, Calvin - Original Message - From: Brook Davies To: CF-Talk Sent: Monday, November 03, 2003 9:29 PM Subject: Re: OT:

Re: what do I need to know about CF 4.5

2003-11-04 Thread Calvin Ward
I'm curious, what's the motivation for not moving to CF current? - Calvin - Original Message - From: J E VanOver To: CF-Talk Sent: Tuesday, November 04, 2003 4:31 PM Subject: RE: what do I need to know about CF 4.5 And NO CFDUMP! Use a custom tag cf_dump instead Jann still workin'

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
Could you get that information with cookie.cfid or cookie.cftoken? - Calvin - Original Message - From: Nick Baker To: CF-Talk Sent: Friday, October 31, 2003 8:18 PM Subject: Extracting CFID and CFTOKEN? Anyone know the code to extract CFID and CFTOKEN from CFHTTP.HEADER or

Re: Update: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Calvin Ward
It seems the number one issue with MX 6.1 is that it doesn't handle issues gracefully. Whereas CF 5 would restart after x unresponsive requests (and that restart was fast). MX will never restart and problems appear to compound on top of each other, often rendering the server unresponsive, yet

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
: client.cfid, client.cftoken -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: maandag 3 november 2003 10:53 To: CF-Talk Subject: Re: Extracting CFID and CFTOKEN? Could you get that information with cookie.cfid or cookie.cftoken? - Calvin - Original Message - From

Re: sharing client variables datasources among servers

2003-11-03 Thread Calvin Ward
What's the impact of multiple servers doing the expired data flushing? Thanks, Calvin - Original Message - From: Dave Watts To: CF-Talk Sent: Monday, November 03, 2003 4:35 PM Subject: RE: sharing client variables datasources among servers This might be a stupid question, but can two

Re: ODBC vs. OLE

2003-10-31 Thread Calvin Ward
Start Run sysedit still gives me autoexec.bat and config.sys in Windows XP... how odd! - Calvin - Original Message - From: Robertson-Ravo, Neil (RX) To: CF-Talk Sent: Friday, October 31, 2003 10:02 AM Subject: RE: ODBC vs. OLE nonsense...this is typical from a MS list ;-) No matter

Re: REPOST: CFMX and varaiables available on error

2003-10-31 Thread Calvin Ward
I've been tinkering with this myself, and it seems that I'm not getting back the error template that the error was on, so now I'm actually outputting the template trace array as well.. I've also noticed that the sql error isn't available in diagnostics as it was in 5, so I've had to grab the sql

Re: CFFTP - putfile problem

2003-10-29 Thread Calvin Ward
Should localfile be: c:\documents\testaftp.txt ? - Calvin - Original Message - From: Pedro Mendes To: CF-Talk Sent: Wednesday, October 29, 2003 5:08 AM Subject: CFFTP - putfile problem Hello all, I am trying to send a file using CFFTP. I establish the connection and then use this:

Re: CFFTP - putfile problem

2003-10-29 Thread Calvin Ward
I believe you can open the connection and then loop over the files to send though. Instead of authenticating each time. - Calvin - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, October 29, 2003 7:39 AM Subject: Re: CFFTP - putfile problem On Wednesday 29 Oct

Re: Using cfftp

2003-10-29 Thread Calvin Ward
Unless you are running an FTP service on your local machine, cfftp isn't going to be the answer. You can do a straight http download and serve it up with cfcontent. - Calvin - Original Message - From: Bushy To: CF-Talk Sent: Wednesday, October 29, 2003 10:27 AM Subject: RE: Using

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-28 Thread Calvin Ward
. Neff To: CF-Talk Sent: Monday, October 27, 2003 8:56 PM Subject: RE: Scope Locking (RE: Blue Dragon and Fusebox) Care to clarify why? -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 1:09 PM To: CF-Talk Subject: Re: Scope Locking (RE

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-28 Thread Calvin Ward
--- -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 1:29 AM To: CF-Talk Subject: Re: Scope Locking (RE: Blue Dragon and Fusebox) From the previously referenced page: http://www.macromedia.com/support/coldfusion/ts

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-28 Thread Calvin Ward
with the technote, why would you lock everything? Best regards, Sam --- Blog: http://www.rewindlife.com Charts: http://www.blinex.com/products/charting --- -Original Message- From: Calvin Ward [mailto:[EMAIL

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-28 Thread Calvin Ward
It appears to me that there is/was some confusion over the meaning and impact of 'corrupt data'. - Calvin - Original Message - From: Raymond Camden To: CF-Talk Sent: Tuesday, October 28, 2003 11:58 AM Subject: RE: Scope Locking (RE: Blue Dragon and Fusebox) Ray, i believe what

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-28 Thread Calvin Ward
I definitely believe this discussion has provided some useful insights into locking! - Calvin - Original Message - From: Dave Watts To: CF-Talk Sent: Tuesday, October 28, 2003 1:36 PM Subject: RE: Scope Locking (RE: Blue Dragon and Fusebox) It appears to me that there is/was some

Re: ColdFusion Contribute - How well do they play together?

2003-10-28 Thread Calvin Ward
3) I do not believe that users can edit included files - Calvin - Original Message - From: Mosh Teitelbaum To: CF-Talk Sent: Tuesday, October 28, 2003 4:05 PM Subject: ColdFusion Contribute - How well do they play together? All: I'm looking into the possibility of using Contribute

Re: Scope Locking (RE: Blue Dragon and Fusebox)

2003-10-27 Thread Calvin Ward
I would opine that locking shared scope variables is still a best practice and not locking shared scope variables is a bad practice, regardless of CF version. - Calvin - Original Message - From: Samuel R. Neff To: CF-Talk Sent: Monday, October 27, 2003 5:13 PM Subject: RE: Scope

Re: OT (was Re: Macromedia sinks on sales news)

2003-10-24 Thread Calvin Ward
One can find both the system and the people who take advantage of the system to be less than honorable. And that opinion has no need to be influenced by the ethical level of target of the dishonorable behavior. It is my fervent hope that Eolas not only loses, but has to pay Microsoft's legal fees

Re: EXECUTING EXTERNAL PROGRAM

2003-10-23 Thread Calvin Ward
This thread makes me think about this: October 16, 2003Hey, If You Need to Upgrade, Upgrade! ref: http://www.forta.com/blog/ - Calvin - Original Message - From: Gunny To: CF-Talk Sent: Thursday, October 23, 2003 2:02 PM Subject: RE: EXECUTING EXTERNAL PROGRAM CFEXECUTE would be a

Re: Could not connect to JRUN server

2003-10-23 Thread Calvin Ward
and CFMX 6.1 of External DB Drivers. Thanks, Joe Eugene - Original Message - From: Calvin Ward To: CF-Talk Sent: Wednesday, October 22, 2003 5:25 PM Subject: Re: Could not connect to JRUN server That sounds like this issue: http://www.macromedia.com/support/coldfusion/ts/documents

Re: Could not connect to JRUN server

2003-10-22 Thread Calvin Ward
That sounds like this issue: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm Thanks, Calvin - Original Message - From: Joe Eugene To: CF-Talk Sent: Wednesday, October 22, 2003 3:01 PM Subject: Re: Could not connect to JRUN server I have seen some

Re: webmaster tool

2003-10-21 Thread Calvin Ward
DWMX 2004 has an orphaned file report. - Calvin - Original Message - From: Hugo Ahlenius To: CF-Talk Sent: Tuesday, October 21, 2003 3:17 AM Subject: OT: webmaster tool Hi, I am working on cleaning up a site. I have feeling that there are a huge number of images (and pages) in some

Re: DataDirect JDBC drivers (shipped with CFMX)..

2003-10-21 Thread Calvin Ward
- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 5:07 PM To: CF-Talk Subject: DataDirect JDBC drivers (shipped with CFMX).. Apparently whichever way you go there's going to be an issue to deal with on the JDBC drivers, has anyone else worked through

Re: JRun (Problems starting cfusion Server)

2003-10-20 Thread Calvin Ward
From my notes: In the file located at {drive}\JRun4\bin\jvm.config (default install): This line will rewrite itself if you add/subtract from the classes path from within the JRun Administrator java.args=-Xmx512M -server -Dsun.io.useCanonCaches=false Should Read: java.args=-server -Xmx512M

Re: OT - Some Catch Up on CF Migration?

2003-10-20 Thread Calvin Ward
Not to mention that 4.5 doesn't even have cfsavecontent... - Calvin - Original Message - From: Brook Davies To: CF-Talk Sent: Sunday, October 19, 2003 10:45 PM Subject: Re: OT - Some Catch Up on CF Migration? I think the difference between 4.5.1 is HUGE, the advantages are HUGE: 1.

Re: Sorting IP Addresses

2003-10-17 Thread Calvin Ward
That sounds like it could perform poorly, would it? - Calvin - Original Message - From: Benjamin S. Rogers To: CF-Talk Sent: Thursday, October 16, 2003 4:38 PM Subject: RE: Sorting IP Addresses that doesn't work perfectly. 166.141.22.4 166.141.22.40 166.141.22.41 166.141.22.47

DataDirect JDBC drivers (shipped with CFMX)..

2003-10-17 Thread Calvin Ward
Apparently whichever way you go there's going to be an issue to deal with on the JDBC drivers, has anyone else worked through these? This is on Windows 2000, with SQL Server 2000. === DataDirect 3.1 Old (CFMX Updater 3) - cfstoredproc: Could not find prepared

Re: Dumb Question

2003-10-16 Thread Calvin Ward
I might try a variation of this... cfset pageList = 'test,tech,contact' cfif NOT ListFindNoCase(pageList,url.page) Do this thing... /cfif - Calvin - Original Message - From: [EMAIL PROTECTED] To: CF-Talk Sent: Thursday, October 16, 2003 5:09 PM Subject: RE: Dumb Question cfif

Re: Re:project/bug management system

2003-10-15 Thread Calvin Ward
What would be the benefit of doing that? - Calvin - Original Message - From: brob To: CF-Talk Sent: Wednesday, October 15, 2003 3:54 AM Subject: Re: Re:project/bug management system Maybe somebody would liek to get together and work on a CF opensource project tracking tool :-D

Re: CFFILE Question

2003-10-15 Thread Calvin Ward
Keep in mind if you do that, it won't be able to provide you success or failure in the cf template. If you want to view the results of the .bat file in the calling cf template, you can set a timeout and use the new variable attribute for cfexecute (starting in MX 6.1) or surround your cfexecute

Re: Giving up on DW 2004 MX

2003-10-15 Thread Calvin Ward
Was there something specific you wanted feedback on? Thanks, Calvin - Original Message - From: Adam Reynolds To: CF-Talk Sent: Wednesday, October 15, 2003 8:00 AM Subject: Giving up on DW 2004 MX Anybody else got this far. The product is flaky and some very basic stuff falls over.

Re: Re:CFFILE Question

2003-10-15 Thread Calvin Ward
Try using the variable attribute. - Calvin - Original Message - From: ColdFusion Programmer To: CF-Talk Sent: Wednesday, October 15, 2003 7:47 AM Subject: Re:CFFILE Question This shows the batch files cmd output but does not error: cfexecute

Re: lite source control for Homesite+ ?

2003-10-15 Thread Calvin Ward
Check in/out for Dreamweaver MX 2004 Fast Track. Set up a site for the application you wish to enable source control on using DWMX 2004 using the following minimal steps: 1) Choose the menu item, Site :: Manage Sites 2) Choose New :: Site 3) Switch to the Advanced Tab 4) In the Local Info

Re: Giving up on DW 2004 MX

2003-10-15 Thread Calvin Ward
There is not a setting for this, so be sure to visit the wish form. However, someone should be able to whip up an extension to handle this pretty easily... - Calvin - Original Message - From: Raymond Camden To: CF-Talk Sent: Wednesday, October 15, 2003 2:14 PM Subject: RE: Giving up

CFML History

2003-10-15 Thread Calvin Ward
I accidentally deleted the message, but I believe someone was looking for this: http://www.macromedia.com/support/coldfusion/ts/documents/cfmlhistory.htm - Calvin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Giving up on DW 2004 MX

2003-10-15 Thread Calvin Ward
I'm not sure who you are responding too, but if it was me, I did develop an inhouse extension that displays the current file path and current site in a toolbar. It doesn't write to the title bar, BUT... it is a bit more flexible in other areas :) - Calvin - Original Message - From:

Re: OT: Server Hardware

2003-10-14 Thread Calvin Ward
I agree, there's insufficient reason to use Celeron chips, especially in a server (I wouldn't even get one for a workstation). I consider them to be less than desirable for all uses, I'd find somewhere else to cut that 100. - Calvin - Original Message - From: [EMAIL PROTECTED] To:

Re: Date Picker

2003-10-13 Thread Calvin Ward
Yeps it is, and if you decide to use it, might I sugget you throw a donation his way? - Calvin - Original Message - From: Lists2 - TriPointTek To: CF-Talk Sent: Sunday, October 12, 2003 7:41 PM Subject: Re: Date Picker jon hall wrote: http://dynarch.com/mishoo/calendar.epl If you

Re: JRun java.lang.RuntimeException

2003-10-11 Thread Calvin Ward
I've seen this, and tinkered with a number of settings and no longer get this. However CFMX 6.1 on Jrun still feels unstable. The current settings for our JVM ({drive}\Jrun\bin\jvm.config) is this: # Arguments to VM java.args=-server -Xmx1024m -Xms1024m -Dsun.io.useCanonCaches=false

Re: Anyone sucessfully using HomeSite+ to Debug CF5?

2003-10-10 Thread Calvin Ward
I struggled with the CFS/HomeSite+ debugging for quite a while trying to get it to be something I could effectively use. I finally decided it was easier and more productive to use cfabort. Which is a shame, an interactive debugger that actually works in DWMX would really help bring that tool and

Re: .bak files in Dreamweaver

2003-10-09 Thread Calvin Ward
each time you put your file to the server, up to a limit you set. If you are not using any Contribute functionality, then you may turn off Contribute compatibility by unchecking that option in your Site definition. - Calvin - Original Message - From: DeMarco, Alex To: 'Calvin Ward ' ; 'CF

[Macromedia][SQLServer JDBC Driver] No more data available to read

2003-10-08 Thread Calvin Ward
Alan, Did you ever find out anything about the error that reads: [Macromedia][SQLServer JDBC Driver] No more data available to read Or anyone else? Also I have the August 1 drivers that resolve the 100 percent cpu problem. Thanks, Calvin [Todays Threads] [This Message] [Subscription]

Re: FYI

2003-10-08 Thread Calvin Ward
I'm thinking that Brad was thinking about suing Eolas, not Microsoft... - Calvin - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, October 08, 2003 5:40 AM Subject: Re: FYI On Tuesday 07 Oct 2003 20:29 pm, Brad Roberts wrote: That's exactly what I thought.Seems

Re: FYI

2003-10-08 Thread Calvin Ward
I'm also thinking it was more of a musing than anything else. - Calvin - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Wednesday, October 08, 2003 8:20 AM Subject: Re: FYI On Wednesday 08 Oct 2003 13:01 pm, Calvin Ward wrote: I'm thinking that Brad was thinking about

Re: .bak files in Dreamweaver

2003-10-08 Thread Calvin Ward
Are you using Contribute? - Calvin - Original Message - From: Demarco, Alex To: CF-Talk Sent: Wednesday, October 08, 2003 10:38 AM Subject: OT: .bak files in Dreamweaver I had a user ask today How come everytime I save a file a .bak file is also created...Wheere is the option to

Re: re Using cfdump

2003-10-08 Thread Calvin Ward
That should work on the form processing page, if your method is set to POST. - Calvin - Original Message - From: Bushy To: CF-Talk Sent: Wednesday, October 08, 2003 11:40 AM Subject: re Using cfdump Why does this work cfdump var=#session# expand=yes and this doesn't... cfdump

Re: [Macromedia][SQLServer JDBC Driver] No more data available to read

2003-10-08 Thread Calvin Ward
I'm resending this in case anyone might have some ideas Thanks, Calvin - Original Message - From: Calvin Ward To: CF-Talk Sent: Wednesday, October 08, 2003 5:43 AM Subject: [Macromedia][SQLServer JDBC Driver] No more data available to read Alan, Did you ever find out anything about

Re: Legal?

2003-10-08 Thread Calvin Ward
I would have to offer the thought that it may very well cost the individual more to litigate than it will to redevelop. Personally I would be likely to ignore any and all threats that did not come from an attorney. I, of course, am not an attorney and my advice is worth about half of the dust

Re: Ok, I give up UDF error

2003-10-08 Thread Calvin Ward
What does this do for you? cfscript function qdecode(urlvars){ var tempurlvars = URLDecode(urlvars); var strlen = len(tempurlvars); var tempstr = ; var i = 1; var newstr = ; for(i=1;i lte strlen;i=i+1) { tempstr = Asc(Mid(tempurlvars, i, 1)); newstr = newstr Chr(tempstr - 3); } strReturn = 'Too

Re: [Macromedia][SQLServer JDBC Driver] No more data available to read

2003-10-08 Thread Calvin Ward
. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 2:41 PM To: CF-Talk Subject: Re: [Macromedia][SQLServer JDBC Driver] No more data available to read I'm resending this in case anyone might have some ideas Thanks, Calvin - Original Message

Re: Dreamweaver 2004 MX - Issues

2003-10-07 Thread Calvin Ward
I think the beta reference was a tongue in cheek implication that the product is in a beta state. As to the issues: 1) The files probably do save, just DW isn't reporting it. 2) Are you searching in text mode for something in the source code? Change Search In to Source Code instead of Text. 3)

Re: Server Slowness

2003-10-03 Thread Calvin Ward
Is this against a SQL Server DB? There's this one: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_cpu.htm At any rate, let us know what solution you find! Thanks, Calvin - Original Message - From: Ray Bujarski To: CF-Talk Sent: Friday, October 03, 2003

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-10-01 Thread Calvin Ward
The observation is probably one of those, here's another thing that indicates a certain amount of people have an off view of what ColdFusion is and offers, kind of observations... - Calvin - Original Message - From: Michael T. Tangorre To: CF-Talk Sent: Tuesday, September 30, 2003

Re: Extract Domain and scriptname seperate

2003-10-01 Thread Calvin Ward
I thought cgi_SERVER_NAME would return : www.abc.com , if that is what the user was accessing with. - Calvin - Original Message - From: Randell B Adkins To: CF-Talk Sent: Wednesday, October 01, 2003 7:23 AM Subject: Re: Extract Domain and scriptname seperate WHat you are looking for

Re: Extract Domain and scriptname seperate

2003-10-01 Thread Calvin Ward
er, actually I was referring to the lack of http :) - Calvin - Original Message - From: Randell B Adkins To: CF-Talk Sent: Wednesday, October 01, 2003 9:24 AM Subject: Re: Extract Domain and scriptname seperate Thats what I mean ratehr than the typo of CGI.SEVER_NAME. However they

Re: [Stats] Cold Fusion Talk List Stats; September 2003

2003-10-01 Thread Calvin Ward
Yeps, those stats look a bit low... - Original Message - From: Bryan Stevenson To: CF-Talk Sent: Wednesday, October 01, 2003 5:31 PM Subject: Re: [Stats] Cold Fusion Talk List Stats; September 2003 looks like the line monster got that post ;-) Bryan Stevenson B.Comm. VP Director of

Re: mailserver suggestions (outgoing)

2003-09-30 Thread Calvin Ward
IIS's SMTP service? - Calvin - Original Message - From: chris petersen To: CF-Talk Sent: Tuesday, September 30, 2003 1:36 PM Subject: mailserver suggestions (outgoing) I'm looking for a new outgoing mailserver (preferably free) to work with coldfusion for relaying outgoing mail. I'm

Re: What's wrong with this...

2003-09-28 Thread Calvin Ward
Hopefully I didn't miss anything, but it looks like you are trying to accomplish the following (in comments):cfscriptif (Len(qDates.ID1) AND Len(qDates.ID2) AND Len(qDates.ID4)) // if 1, 2, and 4 contain a value (other than blank) variable.status = 1;else if (Len(qDates.ID1) AND Len(qDates.ID2)

Re: Re:dynamic menus

2003-09-28 Thread Calvin Ward
I concur with Lee, cfform is certainly not a preferred route...- Calvin- Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: CF-Talk Sent: Sunday, September 28, 2003 4:40 PMSubject: Re:dynamic menusTry this. I'm a big fan of NOT using CFFORM etc.Note the onChange event - very

Re: New Javascript question

2003-09-27 Thread Calvin Ward
What does the first part of this code look like when you view source on the page?- Calvin- Original Message - From: E Creese To: CF-Talk Sent: Saturday, September 27, 2003 8:28 AMSubject: OT: New _javascript_ questionOnce I added CF code to this I began having problems. I am putting CF

Re: New Javascript question

2003-09-27 Thread Calvin Ward
(current.SH.value); return format(sum);}/SCRIPT - Original Message - From: Calvin Ward To: CF-Talk Sent: Saturday, September 27, 2003 8:04 AM Subject: Re: New _javascript_ question What does the first part of this code look like when you view source on the page? - Calvin- Origi! nal

Re: DWMX 2004 file save problem?

2003-09-26 Thread Calvin Ward
Just so you know, it is very likely that it is saving, it's just that DWMX 2004 isn't telling you that it is saving. You can check this by making a change, and open the file in notepad to see if the change is there.- Calvin- Original Message - From: Aunger, Mitch To: CF-Talk Sent:

Re: convert string of numbers to numeric?

2003-09-26 Thread Calvin Ward
val(form.var1) * 1 ?- Calvin- Original Message - From: Tony Weeg To: CF-Talk Sent: Friday, September 26, 2003 8:40 AMSubject: RE: convert string of numbers to numeric?can you send the whole bit of code? its got to work, there is a way!!!:) tony -Original Message-From: Sam Fisher

Re: Regular Expression find end of line / carriage return and replace

2003-09-26 Thread Calvin Ward
In CF Studio, you can use Extended Find and Replace and put your carriage return in the top, and your comma in the bottom and it should work.- Calvin- Original Message - From: Mark W. Breneman To: CF-Talk Sent: Friday, September 26, 2003 4:25 PMSubject: Regular _expression_ find end of

Looking for CFMX on Jrun Performance Tuning Resources

2003-09-25 Thread Calvin Ward
Greetings all, I'm looking for some solid resources on Performance Tuning for CFMX on Jrun, does anyone know of any? Thanks, Calvin ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138404 Archives:

Re: New email format

2003-09-23 Thread Calvin Ward
I like it, but I do wish that you could specify the font, something sans-serif l ike verdana or arial would be really nice... I find reading serif fonts unpleasa nt. - Calvin - Original Message - From: Kevin Graeme To: CF-Talk Sent: Tuesday, September 23, 2003 9:50 AM

Logs on CFMX for Jrun

2003-09-22 Thread Calvin Ward
For some reason, errors aren't being written to the application.log file on an installation of CFMX for Jrun, anyone seen this before? Thanks, Calvin ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137876 Archives:

<    2   3   4   5   6   7   8   9   >