RE: Studio MX

2002-11-08 Thread Jason Lees (National Express)
My understanding is that there is no longer a CF Studio, its now fully integrated with Dreamweaver MX. Jason Lees Systems Developer National Express Coaches Ltd. -Original Message- From: Owens, Howard [mailto:HOwens;insidevc.com] Sent: 07 November 2002 20:49 To: CF-Talk Subject: Studio

Re: CF Mail version 5

2002-11-08 Thread Michael Dinowitz
iMS www.coolfusion.com I use it in place of CFMAIL and its great. My providor is pulling his hair out over problems he is having with ColdFusion 5's CFmail. He wants to know if there is a replacement for it commercially? Does any one have any suggestions and also how about some settings

RE: Studio MX

2002-11-08 Thread John Beynon
You can't actually buy the upgraded CFStudio/Homesite as a separate product. If you buy Dreamweaver MX, Homesite+ is on the CD which you may install under the license agreement. Jb. -Original Message- From: Jason Lees (National Express) [mailto:Jason.Lees;NationalExpress.Co.uk] Sent: 08

RE: Stored proc help

2002-11-08 Thread Andy Ewings
Stick this code at the top of your SP: SET DATEFORMAT DMY -Original Message- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:Rodney.Bruce;HQISEC.ARMY.MIL] Sent: 07 November 2002 19:29 To: CF-Talk Subject: RE: Stored proc help Sent it once but here it is again. It has the

cf5.0 + cfmx on same machine

2002-11-08 Thread Trifide
How can I make living beside cf5.0 and cfmx on the same machine? i.e. start cf5 to test an application. start cfmx to test another .. Did anyone get this goal? thanks Trifide

Re: Query size

2002-11-08 Thread Jochem van Dieten
S. Isaac Dealey wrote: Or ... #len(#valuelist(myquery.textcolumn)##valuelist(myquery.anothertextco lumn)#)# ... That will measure the length in characters, not in bytes. each character is a byte Not necessarily. Jochem

Re: Encrypt/Decrypt Recommendations

2002-11-08 Thread Jochem van Dieten
Bryan Stevenson wrote: Yes I do have to decrypt it to give it back to those users that lose it ;-) You should consider hashing anyway and issueing a new password. Especially if you combine this with a client side hashing script (there are javascripts available for download, just Google)

RE: Studio MX

2002-11-08 Thread Robertson-Ravo, Neil (REC)
I certainly wouldnt say integrated... I would say 'replaced' as DWMX -Original Message- From: Jason Lees (National Express) [mailto:Jason.Lees;NationalExpress.Co.uk] Sent: 08 November 2002 08:31 To: CF-Talk Subject: RE: Studio MX My understanding is that there is no longer a CF Studio,

Re: JSP share with CF 4.5?

2002-11-08 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Norloff wrote: | I have a request to get JSP's and CFML (CF 4.5) to share data. My first response is to say Easy - buy CFMX | | In the meantime, they'd like JSP's and CFML to share data. Can they share jsessionid or something? use your database

RE: cf5.0 + cfmx on same machine

2002-11-08 Thread Robertson-Ravo, Neil (REC)
Ciao, CFMX has an option at install for it to act standalone (using the internal webserver). Select Coexist when installing. Neil -Original Message- From: Trifide [mailto:trifide;gmx.it] Sent: 08 November 2002 10:34 To: CF-Talk Subject: cf5.0 + cfmx on same machine How can I make

Re: JSP share with CF 4.5?

2002-11-08 Thread Chris Norloff
Yeah, I was hoping there was a more elegant way. It's hard getting database changes made here. thanks, Chris Norloff -- Original Message -- from: Zac Spitzer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Fri, 08 Nov 2002 11:42:23 +0100 -BEGIN

RE: binary to decimal

2002-11-08 Thread Everett, Al
Try the InputBaseN() function: cfset binaryNumber=1110 cfset decimalNumber=InputBaseN(binaryNumber,2) -Original Message- From: Tony Weeg [mailto:tony;navtrak.net] Sent: Thursday, November 07, 2002 3:09 PM To: CF-Talk Subject: binary to decimal does anyone know of an easy method

RE: help with output from 2 tables

2002-11-08 Thread Everett, Al
The key, I believe, is to outer join your category table twice: cfquery datasource=calendar name=findcal SELECT e.category1, e.category2, c1.category_no as cat_no1, c1.descr as descr1, c2.category_no as cat_no2, c2.descr as descr2 FROM category c2 RIGHT OUTER JOIN

Upgrading to CFMX from CF 4.0

2002-11-08 Thread Rick Root
I'm about to take on the daunting task of moving a large departmental web site built in Cold fusion from a Windows NT machine running CF 4.0 to a new Windows 2000 machine running CFMX. Thank god I don't have to do a pure upgrade, as I can keep the web site live on the old machine until I've

RE: help with output from 2 tables

2002-11-08 Thread Tim Laureska
Al... thanks for the response... I need to show my ignorance what is a mapping table? -Original Message- From: Everett, Al [mailto:AEverett;askallied.com] Sent: Friday, November 08, 2002 8:27 AM To: CF-Talk Subject: RE: help with output from 2 tables The key, I believe, is to outer

RE: OT: Section 508 Compliancy

2002-11-08 Thread Trusz, Andrew
Your examples suggest that the problem isn't with Lynx but with screen readers. Lynx cleanly separates form and content (the goal of css standards). Readers don't seem able to perform such separation. So either developers have to go to extraordinary lengths to accommodate proprietary screen reader

RE: OT: Section 508 Compliancy

2002-11-08 Thread Robert Polickoski
Maybe this is too obvious to be stated, but the definitive site for information regarding 508 compliance is http://www.section508.gov . Additionally, Macromedia has an extension (actually provided by a third party) that you can download for evaluating and fixing pages regarding accessibility

RE: CFLOCK and data integrity question

2002-11-08 Thread Ryan Farrell
Yeah, we had to implement the cflock solution specifically because cftransaction and DB2 don't play nice. It was pretty ugly when we originally programmed the app thinking that cftransaction would be just fine. ::thumbs up:: . . . not. Ryan -Original Message- From: Jim Davis

RE: OT: Section 508 Compliancy

2002-11-08 Thread Sandy Clark
However Lynx delivers the content visually, I would argue that having a site come up in Lynx does not make it 508 compliant. Lynx is a great testing tool to evaluate whether your page is usable without graphics, plug-ins, JavaScript, Java or CSS. However being usable without those technologies

Re: Upgrading to CFMX from CF 4.0

2002-11-08 Thread Patric Stumpe
Hi Rick, a problem occurs when outputting database-entries with CFMX which came from CF4/CF5 because they know only use Unicode. Was a problem for me here with german extended characters... Patric RR I'm about to take on the daunting task of moving a large departmental RR web site built in

RE: Studio MX

2002-11-08 Thread David Adams
Everyone I know is still using studio and if in a pinch Homesite MX. In our lives we need more simplicity not complexity. To be fair to Macromedia, the code base for Studio was not in their strategic direction and therefore very expensive for them to maintain it. This probably means that the

RE: Using dreamweaver MX to read linux files

2002-11-08 Thread Luis Lebron
This happens because the files are being downloaded in binary instead of ascii mode. I don't have Dreamweaver MX, but look for file transfer mode or something similar. Luis -Original Message- From: Josh Trefethen [mailto:jtnewsletters;exciteworks.com] Sent: Friday, November 08, 2002

Re: Studio MX

2002-11-08 Thread Rick Root
David Adams wrote: Everyone I know is still using studio and if in a pinch Homesite MX. In our lives we need more simplicity not complexity. I guess I missed the rest of this thread but I thought I'd chime in with my opinion. I don't like Dreamweaver MX. We have a Site License for it here

RE: help with output from 2 tables

2002-11-08 Thread Everett, Al
It's a way to manage many-to-many relationships. One-to-many relationships are easy to manage with a foreign key in one table. Once you have to have more relationships (an event in more than one category, for instance) you have to start adding columns, which doesn't scale well. In your case, I

RE: Study material for Certified ColdFusion Developer test?

2002-11-08 Thread Jeffry Houser
;) I read my own book to prepare for the test. I'm sure there is an irony there. At 05:16 PM 11/7/2002 -0800, you wrote: Right -- I've noticed that. The study guides I've found, the sites -- nothing is updated for MX. --D -Original Message- From: Jeffry Houser

Re: Does a windows 2000 web server need antivirus?

2002-11-08 Thread Jacob
Your right. Sorry about that. Just another California Public School system graduate. I did notice that CF does run faster with AntiVirus disabled. I risk I am not taking. I rather have a couple more servers load balanced to make up for it. Jacob At 09:26 PM 11/7/2002 -0600, you wrote:

RE: Studio MX

2002-11-08 Thread Adrocknaphobia Jones
Howard, I forced myself to switch to Studio MX from Cold Fusion Studio 5 when it was released. Months later, and a jar full of complaints, I can honestly say that Dreamweaver MX does not meet the high standards that Studio 5 set. Dreamweaver is great for designers and n00bs. Like Forta said at

Re: cf5.0 + cfmx on same machine

2002-11-08 Thread Jeffry Houser
http://www.mcdonalds.com/corporate/careers/index.html But seriously... Search the archives. There is a way to have CF5 and CFMX on the same machine. I don't know it off-hand. This should go in the FAQ. At 11:33 AM 11/8/2002 +0100, you wrote: How can I make living beside cf5.0 and cfmx on

Mystery: images not arriving at browser

2002-11-08 Thread Everett, Al
We recently upgraded almost all of our webservers from CF4.5.1SP2/NT4.0SP6/IIS4.0 to CF5/Win2K/IIS5.0. Now, suddenly, some of our customers are not getting all of the images from the website. So, technically this is off-topic. However, it speaks to the larger issue of CF Website configuration, so

Looking for a tag such as CFSLEEP

2002-11-08 Thread David Adams
I am writing a small utility that I send a bunch of stuff through an outside process with CFEXECUTE. This process needs some time before I allow my code to continue on to the next section of code. Is there such a thing as CFSLEEP timespan=10? A really bad kludge would be to write a small loop

RE: Studio MX

2002-11-08 Thread Michael Kear
There are a lot of issues with Dreamweaver MX that are really just a matter of getting used to. Studio does it this way, Dreamweaver does it that way, and once you're used to it, it works just as fine. I love the file upload part of DWMX. This is one of the great features of Studio I always

Re: Does a windows 2000 web server need antivirus?

2002-11-08 Thread samcfug
If your anti-virus program ( I am thinking of Norton) is set to scan on opening files there will be a performance hit while it does its job. I have this box unchecked in my Norton options, and it does much better. I think this would be safer than disabling it completely.

Re: Looking for a tag such as CFSLEEP

2002-11-08 Thread Randell B Adkins
That is basically what CF_Sleep does [EMAIL PROTECTED] 11/08/02 10:19AM I am writing a small utility that I send a bunch of stuff through an outside process with CFEXECUTE. This process needs some time before I allow my code to continue on to the next section of code. Is there such a

Re: Query size

2002-11-08 Thread S . Isaac Dealey
S. Isaac Dealey wrote: Or ... #len(#valuelist(myquery.textcolumn)##valuelist(myquery.a nothertextco lumn)#)# ... That will measure the length in characters, not in bytes. each character is a byte Not necessarily. Ah yes -- I forget about double-byte character sets... each character

Re: Looking for a tag such as CFSLEEP

2002-11-08 Thread Rick Root
David Adams wrote: I am writing a small utility that I send a bunch of stuff through an outside process with CFEXECUTE. This process needs some time before I allow my code to continue on to the next section of code. Is there such a thing as CFSLEEP timespan=10? A really bad kludge would be

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Rick, Yeah - the file explorer drives me crazy - all the files and folders together... If you have a complex directory structure it means constantly scrolling over to the right to find the right file. Something else - DWMX has a bunch of wizards to write CF code. One I saw one demonstrated that

RE: Does a windows 2000 web server need antivirus?

2002-11-08 Thread Mark A. Kruger - CFG
Jacob, Which Anti-virus software and how is it configured. It is possible to configure your anti-virus software to not slow down your machine (too much). For example, if you scan changing files, the web logs will get a lot of attention and slow you to a crawl :-) -Original Message-

Re: Looking for a tag such as CFSLEEP

2002-11-08 Thread todd
There's one in the dev gallery called; CF_SLEEP. It's CFMX tag. Otherwise, you want a CFX_SLEEP (preMX) ~Todd On Fri, 8 Nov 2002, David Adams wrote: I am writing a small utility that I send a bunch of stuff through an outside process with CFEXECUTE. This process needs some time before I

RE: Mystery: images not arriving at browser

2002-11-08 Thread Mark A. Kruger - CFG
Check for virtual mappings to image directories. I always miss that. -mk -Original Message- From: Everett, Al [mailto:AEverett;askallied.com] Sent: Friday, November 08, 2002 9:26 AM To: CF-Talk Subject: Mystery: images not arriving at browser We recently upgraded almost all of our

RE: Looking for a tag such as CFSLEEP

2002-11-08 Thread Tony Weeg
http://devex.macromedia.com/developer/gallery/SearchResults.cfm?keywords =cfx_sleep lovely little tool :) ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Rick Root

RE: Studio MX

2002-11-08 Thread Robert Polickoski
I am fairly new to CFML (3 months). You mentioned the rookie use of pound signs. How else do you identify variables? Robert J. Polickoski Senior Programmer, ISRD Inc. (540) 842-6339 [EMAIL PROTECTED] AIM - RobertJFP -- Original Message -- From: Mark

Re: Studio MX

2002-11-08 Thread Rick Root
Mark A. Kruger - CFG wrote: CF code very poor. It actuallly did this on the validation: cfif #Form.Formname# NEQ validate blah /cfif Notice the rookie use of the pound signs. It made me wonder if CF server folks were involved in the creation of the CF wizards at all.

Simple serial interface and CF???

2002-11-08 Thread Kris Pilles
Can I read data vai SSI into a CF application??? We have symbol datawand III and I would like to read the data from the wand directly into my app... can I do this??? KP Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL

RE: Mystery: images not arriving at browser

2002-11-08 Thread Everett, Al
It's not always the same images. Besides it's not a virtual directory mapping. -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: Friday, November 08, 2002 10:38 AM To: CF-Talk Subject: RE: Mystery: images not arriving at browser Check for

RE: Does a windows 2000 web server need antivirus?

2002-11-08 Thread Will Swain
I've been evaluating Sophos anti virus, and it seems to work well, and doesn't slow our server down too much. Mind you, it IS only a development server. w -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: 08 November 2002 15:36 To: CF-Talk Subject: RE:

RE: Mystery: images not arriving at browser

2002-11-08 Thread Will Swain
Could it be that the users experiencing the problems have caching turned off in their browsers? Just a thought. w -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: 08 November 2002 15:38 To: CF-Talk Subject: RE: Mystery: images not arriving at browser

OT: Flash MX mailing list

2002-11-08 Thread S . Isaac Dealey
Does anybody know of a Flash equivalent of the cf-talk list? Isaac Dealey Certified Advanced ColdFusion 5 Developer new epoch www.turnkey.to 954-776-0046 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Studio MX

2002-11-08 Thread Clint Tredway
What he is talking about is inside, lets say the cfif tag, cf variables do not need pound signs around them. Clint -Original Message- From: Robert Polickoski [mailto:rpolickoski;isrd.com] Sent: Friday, November 08, 2002 9:42 AM To: CF-Talk Subject: RE: Studio MX I am fairly new to

RE: Studio MX

2002-11-08 Thread Raymond Camden
You only need the # signs when outputting the value of a variable or using it inside a string. For example: cfset x = y + 1 I didn't output x or y so I never needed the pound. cfoutput x is #x# /cfoutput Here I need the pound sign. It helps tell CF where the variable is. One more example:

Re: Reading database and inserting fields into another database

2002-11-08 Thread Dina Hess
cfset commalist = valuelist(GetAlias.env_var) cfquery name=Insert datasource=data2 dbtype=ODBC INSERT into profs (strField1) VALUES ('#commalist#') WHERE strUsername=cfqueryparam value=#auth# cfsqltype=CF_SQL_VARCHAR /cfquery My apologies for the late response to this thread, but I

CFX_HTML2PDF Help

2002-11-08 Thread Frank Mamone
Can someone guide me on how to setup the java CFX_HTML2PDF tag in CFMX? I never setup a java tag. There are so many calsses in the pacakage I'm not sure what to put where. Thanks, Frank Mamone ~| Archives:

RE: Flash MX mailing list

2002-11-08 Thread Ben Forta
http://www.flashcfm.com/mailing_list.cfm -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Friday, November 08, 2002 10:54 AM To: CF-Talk Subject: OT: Flash MX mailing list Does anybody know of a Flash equivalent of the cf-talk list? Isaac Dealey Certified

Re: Studio MX

2002-11-08 Thread samcfug
There are, of course many still using Studio 4.5, and an increasing number migrating to StudioMX and Homesite+ There are a couple of features that disappeared with the MX version due to the Adobe Lawsuit, however, many work-arounds have been posted from time to time, and there is an option for

RE: Flash MX mailing list

2002-11-08 Thread Stacy Young
This one seems to be picking up steam: http://www.devmx.com/mailing_list.cfm Stace -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Friday, November 08, 2002 10:54 AM To: CF-Talk Subject: OT: Flash MX mailing list Does anybody know of a Flash equivalent of the

RE: Studio MX

2002-11-08 Thread Lofback, Chris
As I learned it, pound signs are really only needed when CFOUTPUTting variables and for certain CF tag parameters. For comparisons and functions/expressions, drop the pound signs for clarity and--I think--better performance. cfif #Form.Formname# NEQ should be cfif Form.Formname NEQ And,

OT: Summary of large amounts of data

2002-11-08 Thread JS
I am working on a project that has a table that could potentially have large amounts of records, possibly in the upper millions. On many of the pages that will use the database I will need to do constant reads and calculations on the data in this large table. To cut down on some of the

RE: Flash MX mailing list

2002-11-08 Thread Clint Tredway
There is a Flash yahoo group list, [EMAIL PROTECTED], this a very good list. -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Friday, November 08, 2002 9:54 AM To: CF-Talk Subject: OT: Flash MX mailing list Does anybody know of a Flash equivalent of the cf-talk

Re: Flash MX mailing list

2002-11-08 Thread Jeff Garza
There is also a very good one at http://chattyfig.figleaf.com/. Jeff Garza - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 08, 2002 8:53 AM Subject: OT: Flash MX mailing list Does anybody know of a Flash equivalent of

RE: Studio MX

2002-11-08 Thread todd
No # signs. cfif form.whatever EQ Test /cfif On Fri, 8 Nov 2002, Robert Polickoski wrote: I am fairly new to CFML (3 months). You mentioned the rookie use of pound signs. How else do you identify variables? Robert J. Polickoski Senior Programmer, ISRD Inc. (540) 842-6339 [EMAIL

Re: Encrypt/Decrypt Recommendations

2002-11-08 Thread Bryan Stevenson
Rick, That's what I usually do, but client requirements are client requirements ;-) (you can only tell 'em so many times) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: OT: Flash MX mailing list

2002-11-08 Thread todd
http://chattyfig.figleaf.com/ On Fri, 8 Nov 2002, S. Isaac Dealey wrote: Does anybody know of a Flash equivalent of the cf-talk list? Isaac Dealey Certified Advanced ColdFusion 5 Developer -- Todd Rafferty ([EMAIL PROTECTED]) -

Re: Simple serial interface and CF???

2002-11-08 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kris Pilles wrote: | Can I read data vai SSI into a CF application??? | | We have symbol datawand III and I would like to read the data from the | wand directly into my app... can I do this??? if you can find a commandline tool (ie dos ) you can

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
OK. Enough of the sermonizing as to why people are using this that and the other; why coders are coders and designers are designers and the twain shall never meet; and all sort of idiotic posturing. There are THREE (3) core reasons that people whom have been in use of ColdFusion Studio have

Re: Studio MX

2002-11-08 Thread Stephen Moretti
cfmode type=pedant And, really, I would use this: cfif Len(Form.Formname) should be cfif Len(Form.Formname) GT 0 BECAUSE Len() DOES NOT RETURN A BOOLEAN! /cfmode I'll go away now.. Stephen ~| Archives:

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
It absolutely causes better performance. As of CFMX, that is. The underlying Java translation is much quicker if it is not doing an absolute string comparison. Lofback, Chris wrote: drop the pound signs for clarity and--I think--better performance. -- Kreig Zimmerman : Sr. Web

CFTalk you have a greeting card from Joe.

2002-11-08 Thread Andy Ewings
CFTalk, Joe has sent you a greeting card -- a postcard from Friend-Greetings.com. You can pickup your greeting card at Friend-Greetings.com by clicking on the link below. http://www.friend-greeting.com/203746/pickup.html?code=CFTalkid=0811024 Message:

RE: Simple serial interface and CF???

2002-11-08 Thread Kris Pilles
Well im not sure... Will that allow me to execute the executable on the users machine??? I mean if I would have to run a batch file on the users machine that would then read it into a database or my CF application... Right? -Original Message- From: Zac Spitzer [mailto:zac;datagear.net]

RE: Simple serial interface and CF???

2002-11-08 Thread Mike Townend
Or write a COM/CFX wrapper that talks to it then talk to the COM object or CFX tag HTH -Original Message- From: Zac Spitzer [mailto:zac;datagear.net] Sent: Friday, November 8, 2002 16:12 To: CF-Talk Subject: Re: Simple serial interface and CF??? -BEGIN PGP SIGNED MESSAGE-

Re: Flash MX mailing list

2002-11-08 Thread Jason Miller
1) [EMAIL PROTECTED] This list tends to be the most active a few fantastic contributors on there - if your question is relevant and specific - quick answers. 2) http://chattyfig.figleaf.com/ Run by one of the very well known flash guru's ( as Ben Forta is to ColdFusion) - But a bit slow - but

RE: CFTalk you have a greeting card from Joe.

2002-11-08 Thread Andy Ewings
do not open this link - it is a virus. -Original Message- From: Andy Ewings [mailto:andy.e;thoughtbubble.net] Sent: 08 November 2002 16:18 To: CF-Talk Subject: CFTalk you have a greeting card from Joe. CFTalk, Joe has sent you a greeting card -- a postcard from

Re: Does a windows 2000 web server need antivirus?

2002-11-08 Thread Jochem van Dieten
Mark A. Kruger - CFG wrote: For example, if you scan changing files, the web logs will get a lot of attention and slow you to a crawl :-) Don't scan log files. Revoke all execute priviledges (even for localsystem and administrators) and you will be fine. Jochem

RE: Mystery: images not arriving at browser

2002-11-08 Thread Everett, Al
I suppose it's possible, but... It's all the users at a particular customer's location and we force our pages to not be cached at all. -Original Message- From: Will Swain [mailto:will;hothorse.com] Sent: Friday, November 08, 2002 10:49 AM To: CF-Talk Subject: RE: Mystery: images

Re: Flash MX mailing list

2002-11-08 Thread samcfug
[EMAIL PROTECTED] = Douglas White group Manager mailto:doug;samcfug.org http://www.samcfug.org = - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 08,

Re: Studio MX

2002-11-08 Thread Kreig Zimmerman
No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No, and 1(+)/0 are all evaluated as Boolean pairs. Trust me. I use this everywhere in my own code. Stephen Moretti wrote: cfmode type=pedant And, really, I would use this: cfif Len(Form.Formname) should be cfif

OT: Using Javascript to disable backspace key with exception

2002-11-08 Thread James Taavon
I am using Javascript to disable backspace key. It works fine. The only problem is that I need to have the backspace key functional for only one field on my form. Here is the current script I am using: - script function checkShortcut() {

RE: Mystery: images not arriving at browser

2002-11-08 Thread Will Swain
Just wondered. Not that it would help solve the problem!! We've had similar problems on our dev server w2k fully patched and CF5 but not on any production servers. w -Original Message- From: Everett, Al [mailto:AEverett;askallied.com] Sent: 08 November 2002 16:21 To: CF-Talk Subject:

Re: Studio MX

2002-11-08 Thread Jeff Garza
Actually, in CF 0 evaluates to a boolean false. Any non zero integer evaluates to a boolean true CFSET boolFalse = 0 CFSET boolTrue = 1 CFIF boolFalse boolFalse does not equal zeroBR CFELSE boolFalse equals zeroBR /CFIF CFIF boolTrue boolTrue does not equal zeroBR CFELSE boolTrue equals zeroBR

RE: Flash MX mailing list

2002-11-08 Thread Russ
As a moderator on the below list, I'm flattered at all the recognition we're garnering over here. I'm subscribed to the FlashCoders list that Branden manages, the FlashComm Server list he manages. It's a healthy cross-over depending upon what you're looking for. Kinda difficult to remain on top

RE: Studio MX

2002-11-08 Thread Vernon Viehe
Hey Kreig, Thanks for sharing your ideas here regarding the obsticles some CFers have with Dreamweaver. I've heard a variety of issues mentioned, some of which you touch upon, some of which you don't. The Dreamweaver development team actually has a special group of folks dedicated to working

Re: Summary of large amounts of data

2002-11-08 Thread Paul Hastings
and cumbersome to deal with. What are some of you doing to solve this problem? The database is SQL Server 2000. no idea of your app logic but i normally use summary tables that get updated via triggers or scheduled jobs running sp depending how fresh or offensive the summaries need to be.

(Admin) Virus

2002-11-08 Thread Michael Dinowitz
I've blocked the subject that the virus gets sent on. If your response to the virus is blocked, this is the reason. I've already seen one that has not hit the list due to this. I'll take sterner steps against the virus if it starts to mutate its subject line (which should not happen due to its

RE: Study material for Certified ColdFusion Developer test?

2002-11-08 Thread siva girumala
I am going to release a website for CFMX Certification in a few weeks. I will let you know the URL. --- David Notik [EMAIL PROTECTED] wrote: Right -- I've noticed that. The study guides I've found, the sites -- nothing is updated for MX. --D -Original Message- From: Jeffry

RE: OT: Flash MX mailing list

2002-11-08 Thread Stacy Young
Lots of talented folks on that list but I'd advise it for intermediate and above...even the newbie list ain't so newbie. :-) Stace -Original Message- From: [EMAIL PROTECTED] [mailto:todd;web-rat.com] Sent: Friday, November 08, 2002 11:34 AM To: CF-Talk Subject: Re: OT: Flash MX mailing

RE: Studio MX

2002-11-08 Thread Mike Townend
I think stephen was thinking more future wise Len() actually returns an Integer (or maybe a long) and if CF was to move into a Typed language then a CFIF Len() would be incorrect without some sort of conversion. HTH -Original Message- From: Kreig Zimmerman [mailto:kkz;foureyes.com]

RE: Using Javascript to disable backspace key with exception

2002-11-08 Thread Turetsky, Seth
Why are you disabling the backspace key, so it won't simulate the back button? Or are you using it to disable the backbutton in textboxes(all but the one you mentioned)? If the latter, you would fire that function onkeypress i believe. -Original Message- From: James Taavon

Re: OT: Using Javascript to disable backspace key with exception

2002-11-08 Thread Robert Polickoski
event.fromElement wiil give you the object which generated the event. Test for that being the input you want to allow backspace in and block it in all other cases. Robert J. Polickoski Senior Programmer, ISRD Inc. (540) 842-6339 [EMAIL PROTECTED] AIM - RobertJFP -- Original Message

Re: OT: Using Javascript to disable backspace key with exception

2002-11-08 Thread jon hall
You are calling this function onKeyDown right? Just leave the function call out on the textarea you don't want to trap the backspace key on. Also event.which is NS4's version of event.keyCode. If you do a little object detection you can make this script work cross browser... if (document.all)

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Nah... I think you are giving him too much credit g. -Original Message- From: Mike Townend [mailto:mike;cfnews.co.uk] Sent: Friday, November 08, 2002 10:50 AM To: CF-Talk Subject: RE: Studio MX I think stephen was thinking more future wise Len() actually returns an Integer (or maybe

RE: (Admin) Virus

2002-11-08 Thread Bryan F. Hogan
I want to appologize to everyone. I got an email from someone and was not thinking. I have removed the list from my contact list. :| Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc.

OT: Flash and HTTPS

2002-11-08 Thread Douglas.Knudsen
Ok, we are seeing problems with displaying Flash via HTTPS. The swf file doesn't even load under HTTPS but does fine under HTTP. Anyone else having this issue? Cheers! -- Douglas Knudsen Alltel Corporate CIS Group 678-351-6063 Spoon feeding in the long run teaches us nothing but the shape of

Re: Looking for a tag such as CFSLEEP

2002-11-08 Thread Brian Scandale
Well, even a sleep routine would have to have some code running checking if it is time to wake up yet... even if it is optimized within CF itself. Perhaps just write a do while routine... Check the time... set a variable. Loop through checking the time again and again until the desired time

RE: Using Cfloops on the same page

2002-11-08 Thread Clark, Aimee
So, I thought about what everyone was suggesting for this, but I still don't think this willl work for me. Below is the way one of the checkbox fields is set up. It's dynamic and there is more than one checkbox that the user can select from. tr tdbNotary:/b/td tdcfoutput

RE: (Admin) Virus

2002-11-08 Thread Andy Ewings
me too *embarrased face* - appologies for any inconvenience Michael... -Original Message- From: Bryan F. Hogan [mailto:bryan.hogan;digitalbay.net] Sent: 08 November 2002 17:06 To: CF-Talk Subject: RE: (Admin) Virus I want to appologize to everyone. I got an email from someone and

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Robert, Pound signs are used to output variables where you want them display or (in some cases) to concatenate and create a new variable. They are never used on the left side of an assigment statement. wrong... cfset #x# = 'blah' ...right cfset x = 'blah'

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Rick, Yes - and it also adds a big ick factor to your code. -mk -Original Message- From: Rick Root [mailto:rroot;wakeinternet.com] Sent: Friday, November 08, 2002 9:38 AM To: CF-Talk Subject: Re: Studio MX Mark A. Kruger - CFG wrote: CF code very poor. It actuallly did this on the

RE: Studio MX

2002-11-08 Thread Mark A. Kruger - CFG
Stephen, Actually, CF evaluates 0 and non 0 as boolean (like some other languages) - and doing it this way is actually a performance benefit. -mk -Original Message- From: Stephen Moretti [mailto:stephen;cfmaster.co.uk] Sent: Friday, November 08, 2002 10:19 AM To: CF-Talk Subject: Re:

Re: (Admin) Virus

2002-11-08 Thread Jochem van Dieten
Quoting Michael Dinowitz [EMAIL PROTECTED]: I've blocked the subject that the virus gets sent on. If your response to the virus is blocked, this is the reason. I've already seen one that has not hit the list due to this. I'll take sterner steps against the virus if it starts to mutate its

Re: Studio MX

2002-11-08 Thread Rick Root
Kreig Zimmerman wrote: No. Len() is evaluated as a Boolean because in CF, True/False, Yes/No, and 1(+)/0 are all evaluated as Boolean pairs. Trust me. I use this everywhere in my own code. I used to do this a lot too, but I found that spelling it out makes the code more legible to

RE: Using Cfloops on the same page

2002-11-08 Thread Randell B Adkins
Set the CFPARAM on your Action page.. not the form page. [EMAIL PROTECTED] 11/08/02 12:24PM So, I thought about what everyone was suggesting for this, but I still don't think this willl work for me. Below is the way one of the checkbox fields is set up. It's dynamic and there is more than one

RE: Using Cfloops on the same page

2002-11-08 Thread Ben Doom
Since, according to the code you posted, the checkboxes all have the same name, the values are returned in a comma-separated list. I.e. if the checked values are 1, 3 and 6 then in the url (if it's using get) you'll have 'notary=1,3,6'. Therefore, you could always set an empty default by using

  1   2   3   >