RE: machii performance (was Mach II 1.0 released)

2003-08-15 Thread Mark Stewart
Excellent! I'll give that a try tonight. The documentation was extremely helpful, thanks! Mark -Original Message- From: Hal Helms [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 2:40 PM To: CF-Talk Subject: RE: machii performance (was Mach II 1.0 released) Mark, We've got

machII(too much)

2003-08-15 Thread Tony Weeg
question: why does it seem like mach ii and this whole oop thingie with cf seem to over complicate a simple thing? to produce this below: ===output begins here = Contact Manager Menu | List Contacts | Add Contact

Preventing Page Caching

2003-08-15 Thread Jamie Jackson
I'm using session cookies to store CFID and CFTOKEN. Concern: If there's no user-distinguishing cfid/cftoken in the URL, isn't a page in danger of being cached (since the URL is no longer unique), and then getting served to a user in a different session? (When I write cached I mean cached by an

RE: Caller access to query

2003-08-15 Thread Venable, John
Well, even though there's some issue of the best way to pull this off, I am having another problem. I am trying to create a custom tag that will out put user data into x number of columns with the attributes being QueryName and NumberOfColumns. My problem now is that I want to be able to mix plain

Session is invalid on CFMX

2003-08-15 Thread Ubqtous
Has anyone received the message Session is invalid on his CFMX app? I just moved to MX 6.1 (Linux) from 6.0 (This code worked in 6.0). For ease of movement between production and development environments I have a switch above my CFAPPLICATION tag that sets the application name (I am sometimes

Removing Extra Lines

2003-08-15 Thread Terry Troxel
I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF adding extra space between images. Here is an simplistic example: cfset x = 40cfset y = 100cfset z = 50cfset total = x+y+z table width=50 cellpadding=0 cellspacing=0 tr td width=50

RE: Query Param numeric type?

2003-08-15 Thread Tyler Silcox
It's a Numeric data type in MS-SQL 2000, and the one (major) fault I've had with cfqueryparam is the lack of documentation for which cfsqltype to use with which data type from each different db vendor. (i.e.: if you use a datetime or smalldatetime data type in MS-SQL, you must use CF_SQL_TIMESTAMP

Re: Content Management Systems - a short list...

2003-08-15 Thread Calvin Ward
I would install CFMX 6.1 from the get go on a new server - Calvin - Original Message - From: Brian Meloche [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 3:29 PM Subject: Content Management Systems - a short list... Geoff: I am very happy you

Where's my CGI.PATH_INFO variable?

2003-08-15 Thread Owens, Howard
I have a little security device I just on some of my sites ... if somebody goes to the /secure section of the site, and the proper client vars haven't been set, they get prompted to login. The code begins with this line: cfif CGI.PATH_INFO contains /secure On CF 5.0, this works fine every time.

RE: Oracle Application Server and CF 6.1

2003-08-15 Thread Stacy Young
HHmm...Maybe run 6.1 installer...make urself an EAR and/or WAR. Check Oracle's specs on EAR/WAR deployment. You might have to extract the contents into a specific directory...or just point to the EAR/WAR via an admin console of sorts. Sorry I don't know the specifics on the platform. (After that

Adding field values problem

2003-08-15 Thread Creese, Eric
I have a table with an amount field for 24 categories. Users can enter the amount and I want to automatically update a total field each time the enter a value and tab to the next field. However the code below I am using is not working tr class=defaulttext cfoutput query=GetCats

RE: Flash remoting and CF question

2003-08-15 Thread Stacy Young
If you want to use CF to generate this data for flash, then no, you'd have to go CFMX. The remoting for Java is a server-side utility that helps expose java classes as available remoting services. HTH Stace -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: machii performance (was Mach II 1.0 released)

2003-08-15 Thread Hal Helms
On the shopping cart app, once the files are compiled, I'm seeing under 100 ms. for page loads, sometimes considerably less. In writing several apps with Mach-II, I'm noticing no sluggishness at all. Note that in the mach-ii.cfm file, you should have MACHII_CONFIG_MODE = -1 as a setting for

RE: CFMX and Red Hat 7.3?

2003-08-15 Thread Tim Blair
Has anyone out there managed to get MX to run on RH 7.3? Yup, MX installed fine on a default install of RH 7.3 and the 6.1 updater worked fine, both first time out-of-the-box installs. We're running 1.3.x apache so have had to recompile connectors, but that's nothing to do with 7.3... What

NaN pain in my Nass

2003-08-15 Thread Igor Ilyinsky
I should have found this during the beta for RedSky, but I didn't. It turns out that NaN is a reserved word of some sort, that really ruins my day. do this: CFSET word = Hello Dolly CFIF trim(word) EQ NaN /CFIF You will get an error: The value NaN cannot be converted to a number... however,

Re: machii performance (was Mach II 1.0 released)

2003-08-15 Thread Sean A Corfield
On Thursday, Aug 14, 2003, at 12:08 US/Pacific, Dave Carabetta wrote: Not just you. It's *extremely* sluggish for a Hello World-type application. ContactManager runs about 50ms per request for me (even with dynamic config mode). If you are trying to get execution times from the debugging

Re: Query Param numeric type?

2003-08-15 Thread Jochem van Dieten
Tyler Silcox wrote: It's a Numeric data type in MS-SQL 2000, and the one (major) fault I've had with cfqueryparam is the lack of documentation for which cfsqltype to use with which data type from each different db vendor. That should be in the documentation of the DB vendor. The cfsqltype

single quotes instead of doubles in cfml

2003-08-15 Thread David Fafard
Hi. I have started using 'single quotes' in all my cfml coding... like cfset theVar = 'dave' I just like the look better. Is there any downside to this? Does the coldfusion parser have to work harder? Thanks, Dave Fafard ~|

Test - Please Delete

2003-08-15 Thread Michael Wilson
Test - Please Delete ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Regex help

2003-08-15 Thread Thanh Nguyen
Can someone assist me in writing a regex to remove all common words such as inc., corp., llc., ltd. from a company name field. Thanks Thanh Nguyen ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

pkg CFMX with other Java apps?

2003-08-15 Thread John Cummings
We need to package CFMX, the .cfm files of our application, and other Java applications all together. Weapos;apos;re using CFMX v6.1 for J2EE, on Solaris 8, with WebSphere App Server v5. MM tells us to just physically copy all parts of the other applications into the CFMX directory tree, but

Adding field values problem

2003-08-15 Thread Creese, Eric
I have a table with an amount field for 24 categories. Users can enter the amount and I want to automatically update a total field each time the enter a value and tab to the next field. However the code below I am using is not working tr class=defaulttext cfoutput query=GetCats

RE: Session is invalid on CFMX

2003-08-15 Thread Fetter, Brad
Benoit, When do expect your site, Benorama to back up? It has lots of useful info. Thanks, Brad Fetter [EMAIL PROTECTED] -Original Message- From: Benoit Hediard [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 12:08 AM To: CF-Talk Subject: RE: Session is invalid on CFMX You're

Re: Query Param numeric type?

2003-08-15 Thread Matt Robertson
Tyler Silcox wrote: I'm trying to put a Numeric data type into a MS-SQL db with cfqueryparam and I've never had a problem with this. The only thing I do differently (and its bad syntax) is I don't use quotes around the value parameter. -- --- Matt

RE: Oracle Application Server and CF 6.1

2003-08-15 Thread Dave Watts
Subject: Oracle Application Server and CF 6.1 Anyone done this before? What exactly do you mean by this? Are you trying to install CFMX for J2EE 6.1 onto your Oracle Application Server? If so, it should be as simple as picking the third installation option, and building the appropriate war or

Re: CFMX 6.1 Problem

2003-08-15 Thread Bryan Stevenson
I seem to recall one of the install options said...If ya don't install this then all Java applets for browsing the server in CF admin will not work.I'm betting you dind't install whatever that was ;-) It's Friday and I'm a tad vague...sorry..hehe Cheers Bryan Stevenson B.Comm. VP Director

RE: single quotes instead of doubles in cfml

2003-08-15 Thread Bryan F. Hogan
Hey, thanks for joining my club. This is exactly what I do and I do it for the same reasons as you. The parser does not have to work any harder. Bryan -Original Message- From: David Fafard [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 7:35 PM To: CF-Talk Subject: single

RE: Roles in CFMX

2003-08-15 Thread Raymond Camden
Ryan, as far as I know, everytime you specify a list of roles, the user must be in ALL of them for the method call to work. Are you seeing otherwise? === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

RE: Calendar App

2003-08-15 Thread Dharmesh Goel
How about this one: http://www.infusiontechnology.com/web/products/handler.cfm?event=ProductViewChangedproduct=eday Dharmesh -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:43 AM To: CF-Talk Subject: Calendar App Was a link to the source

RE: TEST - Please reply *at least once

2003-08-15 Thread Heald, Tim
Timothy Heald Information Systems Specialist Overseas Security Advisory Council U.S. Department of State 571.345.2235 -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2003 4:37 PM To: CF-Talk Subject: Re: TEST - Please reply *at least once got it ;)

RE: Flash remoting and CF question

2003-08-15 Thread Dave Watts
I'm a bit confused here, so bear with me. We're running a CF 5.0 server. We want to do some data-generated Flash. My initial thought was that we had to set up a new CF MX 6.1 box (I don't want to migrate all of the sites on the current server) and that would let us use Flash Remoting.

Re: Good News: (was RE: Mach II 1.0 )

2003-08-15 Thread Sean A Corfield
On Wednesday, Aug 13, 2003, at 22:35 US/Pacific, Mike Kear wrote: Hal put a new version of Mach-II on the site Mach-II.com last night Yup, 1.0.1, fixes the non-US date format issue. Now I want to know more about how this whole thing works. Keep watching http://www.mach-ii.com/ and (shameless

RE: pkg CFMX with other Java apps?

2003-08-15 Thread Vince Bonfanti
Hi Chris, This may not be the answer you're looking for, but this is exactly what BlueDragon/J2EE was designed to do, and is one of the most significant differences between BlueDragon and CFMX: http://www.newatlanta.com/products/bluedragon/index.cfm With BlueDragon/J2EE, you can package your

Re: Good News: (was RE: Mach II 1.0 )

2003-08-15 Thread Sean A Corfield
On Thursday, Aug 14, 2003, at 06:00 US/Pacific, Candace Cottrell wrote: If I have never used Fusebox, is Mach II going to take a while to implement? Fusebox and Mach II aren't closely related so I don't think knowing (or not knowing) Fusebox will have much impact on what it takes to learn

Test

2003-08-15 Thread chad
Test message. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad

RE: machII(too much)

2003-08-15 Thread Barney Boisvert
The point of a framework is to make otherwise unmanagable tasks managable. Any framework is overkill for simple applications. Fusebox is a reasonably simple framework, so it starts being appropriate with fairly small applications. Mach-II is a more complex framework, so it stats being

Re: cfchart - java.lang.NoClassDefFoundError

2003-08-15 Thread Andrew Golden
At 04:00 PM 8/14/2003 -0400, you wrote: When I run CFCHART I still get the following error. I have verified the webchartsJava2d is in the right location and that I have the graphics enviornment sent to headless as specified in the Tech Notes. I am running MX 6.1 (which kicks a** by the way) on

RE: Any other (java) HTTP tags besides CFX_RawSocket?

2003-08-15 Thread Dowdell, Jason G
I've had good success with www.petdance.com/cf/ Download the cfx_http tag there and your woes should be fixed. ~jason -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:10 PM To: CF-Talk Subject: Re: Any other (java) HTTP tags besides

CFMX 6.1 and Verity on Linux

2003-08-15 Thread Doug James
I was reading through the release notes of CFMX 6.1 and came across this Known issue: 50943 - Verity cannot index documents on RedHat Linux versions 7.3 and later. Does this mean that CFMX 6.1 / Verity will not work on Linux? Apologies for the cross posting but this could prevent us from

OT: Streaming bandwidth

2003-08-15 Thread Dan O'Keefe
Anyone know where I can get some figures for calculating potential bandwidth for streaming music? Dan ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4

TEST - Please reply *at least once

2003-08-15 Thread B G
Sorry to do this to you all, but I haven't seen any of my messages or responses in the last few days. Thanks! _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail

Looking for altenatives to ActivePDF

2003-08-15 Thread Suyer, Ed [PRD Non-JJ]
Hey folks, Has anyone here used or evaluated ActivePDF, then choose another vendor/tool? If so, which one? We're looking for alternatives to ActivePDF for generating PDF files from CF. TIA ~| Archives:

RE: Cutting content...

2003-08-15 Thread Aidan Whitehall
Nah, use this (nice trick someone showed me.): cfscript function trimContent(string, chars) { return trim(reverse(listRest(reverse(left(string, chars)), ))); } /cfscript cfoutput#trimContent(This is the content that's been drawn from the database, 15)#/cfoutput -- Aidan Whitehall

Re: CFMX Unicode and Oracle w/soEditor

2003-08-15 Thread Paul Hastings
Thanks, Paul. I thought AL32UTF8 was only supported in Oracle 8i. We are going to try creating a new db with UTF8 and see if that works. let me say this again: UTF8 UTF-8. ~| Archives:

Removing extra space between images

2003-08-15 Thread Terry Troxel
I an trying to dynamically build an html table and draw wall modules and am having a problem with html or CF adding extra space between images. Here is an simplistic example: cfset x = 40cfset y = 100cfset z = 50cfset total = x+y+z table width=50 cellpadding=0 cellspacing=0 tr td width=50

SQL Server 7.0 / XML

2003-08-15 Thread Robertson-Ravo, Neil (RX)
Probably been thrashed around loads of times, but anyone know of any options available to SQL 7.0 to export data in XML format? I know there was an XML component ages ago which was used to export data in XML via URL params but I am not sure if it still exists. Cant seem to find anything on MS

RE: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-15 Thread Debbie Dickerson
The fix for this issue is now available in TechNote 18833: http://www.macromedia.com/support/coldfusion/ts/documents/missing_username.htm -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:59 PM To: CF-Talk

Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-15 Thread David Schmidt
Just got notification from Macromedia this morning -- a hotfix has been released -- Technote 18833. See: http://www.macromedia.com/support/coldfusion/ts/documents/missing_username.htm Warm thanks go out to the folks at Macromedia: (in alphabetical order) grin Camille Batarekh Larry Cassese

CFMX 6.1 Problem

2003-08-15 Thread chad
I got this error when I clicked the button Browse Server in CF Administrator: IO error on server communication. None of the Browse Server button in CF Administrator is working. CFIDE is in the directory: D:\CFusionMX\CFide ~|

IIS Disappeared

2003-08-15 Thread Brad Roberts
All of the sudden, IIS doesn't show up in my console. When I click on Services and Applications, I get a message, No Administerable Services Found. Anyone have any idea what would've caused this? I'm using Win2k Pro. -Brad

test

2003-08-15 Thread Stephen Hait
List alive? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could

Re: TEST - Please reply *at least once

2003-08-15 Thread Clint
got it ;) - Original Message - From: B G [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 3:00 PM Subject: TEST - Please reply *at least once Sorry to do this to you all, but I haven't seen any of my messages or responses in the last few days. Thanks!

Where's my CGI.PATH_INFO variable?

2003-08-15 Thread Owens, Howard
I have a little security device I just on some of my sites ... if somebody goes to the /secure section of the site, and the proper client vars haven't been set, they get prompted to login. The code begins with this line: cfif CGI.PATH_INFO contains /secure On CF 5.0, this works fine every time.

Re: machII(too much)

2003-08-15 Thread Sean A Corfield
On Thursday, Aug 14, 2003, at 13:08 US/Pacific, Tony Weeg wrote: question: why does it seem like mach ii and this whole oop thingie with cf seem to over complicate a simple thing? Frameworks always look a bit complex at first, especially when you compare them to a little sample application!

I debated whether or not this question was too stupid to ask...

2003-08-15 Thread Jeff
Do you lock the *creation* of session variables? For instance, is cflock type=exclusive timeout=30 cfset SESSION.MyStruct = StructNew() /cflock Do-able? Bad? Good? Stupid? A Sign of Weakness that the rest of the pack will surely exploit?

Re: Removing extra space between images

2003-08-15 Thread Bryan Stevenson
Quite often if image tags are on seperate lines in your code there will be an extra space...put the td tags and the images all in one huge line and see if that helpsmabye even the tr tags as well Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc.

Re: Looking for altenatives to ActivePDF

2003-08-15 Thread Pablo Varando
Check out this tutorial: http://tutorial135.easycfm.com/ Uses a good (and fee) solution... Pablo - Original Message - From: Suyer, Ed [PRD Non-JJ] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 15, 2003 10:28 AM Subject: Looking for altenatives to ActivePDF Hey

RE: IIS Disappeared

2003-08-15 Thread Dave Watts
All of the sudden, IIS doesn't show up in my console. When I click on Services and Applications, I get a message, No Administerable Services Found. Anyone have any idea what would've caused this? I'm using Win2k Pro. Is RPC broken on your machine? Was it infected with the latest worm?

Re: TEST - Please reply *at least once

2003-08-15 Thread cf-talk
Here's your reply -Novak - Original Message - From: B G [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:00 PM Subject: TEST - Please reply *at least once Sorry to do this to you all, but I haven't seen any of my messages or responses in the last few

Removing Extra Lines

2003-08-15 Thread Mike Mertsock
Terry, If you have CF version 5 or newer, try putting everything in cfscript: table width=50 cellpadding=0 cellspacing=0 tr td width=50 height=#total# cfscript if ( transom is 1 ) WriteOutput(img src=transom.jpg width=50 height=#x#); WriteOutput(img src=window.jpg width=50 height=#y#); if (

Re: CFMX 6.1 Problem

2003-08-15 Thread Bryan Stevenson
Oh ya...and use hpcase and vspace attributes in your images set = 0 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

Re: Where's my CGI.PATH_INFO variable?

2003-08-15 Thread Jochem van Dieten
Owens, Howard wrote: Now I'm using this code on a CFMX site, and it's not working. In Debug, the CGI variables shows PATH_INFO as blank. This bit of debug code: cfoutputscriptalert('#CGI.PATH_INFO#');/script/cfoutput Shows the PATH_INFO is blank. Which webserver? Which updater?