RE: USPS Address Verification

2003-03-26 Thread Candace Cottrell
Did you try this page? http://www.usps.com/ncsc/ Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 3/25/2003 2:56:55 PM hmmm, I do not even see a

MedSeek

2003-03-26 Thread Candace Cottrell
Has anyone heard of or used MedSeek or MedSeek's sitemaker? If so, what comments do you have on it? We are trying to determine if this is a better fit for us than CommonSpot. TIA Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: Page break in report

2003-03-25 Thread Candace Cottrell
Put this at the top of the page in your head STYLE TYPE='text/css' P.pageEnd {page-break-before: always} /STYLE Then where you want the page break: !--- Page Break --- p class=pageEnd/p Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton,

Re: Page break in report

2003-03-25 Thread Candace Cottrell
Jochem, I am always open to recommendations. Thanks a bunch. :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 3/25/2003 9:17:33 AM Candace

Re: Scanning a Drivers License

2003-03-25 Thread Candace Cottrell
You could use something like this and then just use the input. http://www.hallogram.com/barcodes/scanners/st6920/ Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

Re: Need help with login script...

2003-03-23 Thread Candace Cottrell
Thanks Dave, I think I see what I did wrong. The addtoken attribute needed to be specified to prevent Cold Fusion from automatically appending #URLToken# to CFLOCATION URLs. Why would I not use cfabort there? When is a good time to use cfabort? It seems like the exit sub function in VB. Am I

Need help with login script...

2003-03-22 Thread Candace Cottrell
For some reason, I keep getting a syntax error on this login. Application.cfm: !--- Page: Application.cfm --- CFAPPLICATION NAME=ResDBApp CLIENTMANAGEMENT=Yes SESSIONMANAGEMENT=Yes SETCLIENTCOOKIES=Yes

Re: job site options [ commercial message

2003-03-22 Thread Candace Cottrell
Eric, I have an online job application and job posting system. If you'd like to see the code, I can probably give it to you. I was somewhat of a newbie when I wrote it, so it's probably spaghetti code... ummm nevermind... Candace K. Cottrell, Web Developer The Children's Medical Center One

RE: Need help with login script...

2003-03-22 Thread Candace Cottrell
Software, Inc : -Original Message- : From: Candace Cottrell [mailto:[EMAIL PROTECTED] : Sent: Saturday, March 22, 2003 6:45 PM : To: CF-Talk : Subject: Need help with login script... : : : For some reason, I keep getting a syntax error on this login. : : Application.cfm: : : !--- : Page

RE: Need help with login script...

2003-03-22 Thread Candace Cottrell
Software, Inc : -Original Message- : From: Candace Cottrell [mailto:[EMAIL PROTECTED] : Sent: Saturday, March 22, 2003 6:45 PM : To: CF-Talk : Subject: Need help with login script... : : : For some reason, I keep getting a syntax error on this login. : : Application.cfm: : : !--- : Page

Re: Need help with login script...

2003-03-22 Thread Candace Cottrell
Thanks Dave... I implemented the changes. I need all the help I can get (LOL) I am now having trouble with the condition of if the correctLogin variable is false or undefined or if the form.userName is undefined. I get either a loop (when I dont have the cfabort in there) or a timeout (when I

Re: .cfm extension

2003-03-07 Thread Candace Cottrell
You are correct in assuming that it is a cold fusion document. However, you will not be able to execute the page unless it is running on a cold fusion server. Were you not able to view the file on the website you downloaded it from? If you want to install a personal version of cold fusion server

RE: Rich Text Editor

2003-03-04 Thread Candace Cottrell
Massimo had a free XHTML editor DWMX extension. However I think it's been updated and included in one of the devnet kits. The free one worked for my purposes. I'm not sure if it's still out on the DW Exchange, but it's worth a try. Candace K. Cottrell, Web Developer The Children's Medical

IIS Authentication

2003-02-18 Thread Candace Cottrell
Has anyone had issues with IIS Authentication after upgrading to MX? None of my folder-level security is working now.. wah Thanks in advance. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Re: IIS Authentication

2003-02-18 Thread Candace Cottrell
I think I just figured out that these two really don't play nice together and there isn't anything I can do. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL

RE: IIS Authentication

2003-02-18 Thread Candace Cottrell
=650 Security bulletins http://www.macromedia.com/v1/developer/securityzone/securitybulletins.cfm -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 12:37 PM To: CF-Talk Subject: IIS Authentication Has anyone had issues with IIS

Re: IIS Authentication

2003-02-18 Thread Candace Cottrell
The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 2/18/2003 2:40:23 PM what problems are you having? Kevin. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk

CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. Setup: Win 2000, CFMX Pro w/updater 1, IIS 5.0, SQL Server 2000 When doing a

Re: CFMX Upgrade Woes - correction

2003-02-17 Thread Candace Cottrell
By the way, the code shoud read: CODE: cfquery datasource=HEM name=searchByDate Select * from Visit, Visit_Type, Patients, Physicians Where Visit.Patient_ID = Patients.PatientID AND Visit.Visit_Type_ID = Visit_Type.Visit_Type_ID AND Physicians.Physician_ID = Patients.PhysicianID Order BY

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
is to open and resave them. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 8:51 AM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
do you see? ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:11 PM Candace Cottrell wrote: Here's the problem and I have racked my brain and caused

Re: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
: Candace Cottrell [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 17 Feb 2003 14:51:25 -0500 I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying

RE: CFMX Upgrade Woes - Dr. Doom

2003-02-17 Thread Candace Cottrell
They are in varchar fields Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:55 PM Is the missing data stored in text fields? If so, is the

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
- From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 2:51 PM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 3:24 PM

RE: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
are coming up empty, than mouseout to save the nulls and then re-enter your data in the columns and mouseout again Requery the page and cfdump. There may be some corrupt data. -- Original Message -- From: Candace Cottrell [EMAIL PROTECTED] Reply-To: [EMAIL

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
How do I do/check this? But did you set up anything to make sure the charset of the database matches the charset of CF MX? Jochem Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

RE: Webinar software recommendations

2003-01-30 Thread Candace Cottrell
PlaceWare is another one Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 1/30/2003 12:30:24 PM You should know that WebEx has different service

Where to put CFMX? - remoting and IIS

2003-01-27 Thread Candace Cottrell
I am using a Windows 2000 Server with IIS that has been partitioned to a C drive (4.? GB) and a D Drive (11 GB) for space reasons initially encountered in NT 4. So, I have two websites that live on the D drive. One (the default) points to the name of the machine (http://webdev/) and the other

Re: Newbie question-Inserting the current date into Access

2003-01-27 Thread Candace Cottrell
You need double quotes around the /mm/dd/ Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 1/27/2003 10:56:11 AM I have an Access table with a

Re: OT: Book Recomendations on UI

2003-01-20 Thread Candace Cottrell
For general stuff, I like Jakob Nielson and Marie Tahir's Homepage Usability. It gives you a pretty good idea of what to do and what not to do when building a UI. In addition, I like the Visual Quickstart Guides for an intro to Fireworks, and then check out some of the tutorials on the

Re: PayPal IPN

2003-01-20 Thread Candace Cottrell
There's a tutorial on www.easycfm.com. Look under tutorials--- advanced. It may at least get you a good working example. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

CFC to populate XML file

2003-01-14 Thread Candace Cottrell
Ok, so I have a cfc that pulls data from a database: cffunction name=getDropDownData access=public returntype=query cfargument name=pageType_ID type=numeric required=true default=0 cfset var qgetDropDownData = / cfquery name=qGetDropDownData datasource=#REQUEST.DSN#

Re: cfoutput formatting

2003-01-13 Thread Candace Cottrell
I use mod to do this... table tr cfoutput query=getReviews td #UCase(cusername)#br(#cpassword#) cfif (currentRow mod 4) eq 0 /tr tr /cfif /cfoutput /tr /table

Re: ORDER BY Clause and parsing

2003-01-09 Thread Candace Cottrell
Ashenfelter CTO/Transitionpoint [EMAIL PROTECTED] - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 6:48 PM Subject: ORDER BY Clause and parsing Good evening... I am trying to order a list of books by their Title

RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
This happened to me once, and I went in and deleted all of the mails in the queue... It will continue to run until you delete the emails in the queue... Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
BTW, The queue is located at cfusion/mail/spool Just delete all of those and it should stop Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

Resolved RE: Stopping an endless loop

2003-01-08 Thread Candace Cottrell
PROTECTED] 1/8/2003 1:40:43 PM Thanks for all the help. Cleaning up the spool did the trick. Luis -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:33 PM To: CF-Talk Subject: RE: Stopping an endless loop BTW, The queue is located

ORDER BY Clause and parsing

2003-01-08 Thread Candace Cottrell
Good evening... I am trying to order a list of books by their Title. However, many of the books begin witht the word The or A or An. Is there an easy way to go through and say... cfset actualTitle = query.Title minus A,An, or The then the SQL... Select Title From Books Order By #ActualTitle#

.cfm.new??? DW FTP issues

2003-01-08 Thread Candace Cottrell
Why is DWMX adding .new to any cfm files I upload?? Oh woe is me... Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

RE: Got an opinion on MM Contribute?

2003-01-07 Thread Candace Cottrell
Rick, as I work in a hospital, we looked at this as an option as well, but found that it didn't fit our needs for a lot of things. However, we do plan to use it on the website, but we plan to use either M$ CMS or Commonspot on our intranet. I've been building a lot of active edit areas to tide

RE: Got an opinion on MM Contribute?

2003-01-07 Thread Candace Cottrell
Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 07 January 2003 13:34 To: CF-Talk Subject: RE: Got an opinion on MM Contribute? Rick, as I work in a hospital, we looked at this as an option as well, but found that it didn't fit our needs for a lot of things. However, we do plan

RE: Cold Fusion forum (OPEN SOURCE?)

2002-12-30 Thread Candace Cottrell
I'm down as well. I use SMB on one of my sites now and have only had minor issues with it. I could look into the email functionality (notifying a user by email when someone has responded to their topic) or is that already there and I'm just not seeing it? Anyway, I'll help in any way I can.

DWMX Updater issues

2002-12-30 Thread Candace Cottrell
Am I the only person having serious issues with the DWMX updater? I have followed all the technotes and release notes, but have still yet to get it working. It is still saying that DW does not exist in that directory. I went through what the technote said to do in this scenario with no luck. I

Re: help a newbie with code pleazz

2002-12-13 Thread Candace Cottrell
On your action page, you can eliminate the need to press another form button. cfif IsDefined(form.register) cfif #form.promo# is beans cfquery name=InsertSubscriber Insert Into TABLE Values (INSERT YOUR SQL CODE HERE) /cfquery

Re: help a newbie with code pleazz

2002-12-13 Thread Candace Cottrell
Oops, you also need another /cfif at the end of the block Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 12/13/2002 10:49:50 AM On your action page,

Re: Using cfoutput in Emails

2002-12-09 Thread Candace Cottrell
I don't think you need the CFoutputs since you're within the cfmail tag. The ## should suffice. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Personaliztion with Coldfusion ?

2002-12-06 Thread Candace Cottrell
this is occuring? - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 3:12 PM Subject: Re: Personaliztion with Coldfusion ? On your login page you'd set the session variable. If the login is successful

RE: MX Hosting

2002-12-06 Thread Candace Cottrell
You mean the fact that it's a PostNuke site? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 12/6/2002 9:59:03 AM whats wrong with this picture?

RE: DWMX Sites

2002-12-04 Thread Candace Cottrell
and I do that. I have one overall site and one for each area. I use the smaller sites most of the time, but sometimes the bigger one is easier for some tasks. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 15:22 To: CF-Talk Subject: DWMX

Re: DWMX Sites - Jann

2002-12-04 Thread Candace Cottrell
://www.shoptnt.com/ On 12/3/02 7:21 AM, Candace Cottrell [EMAIL PROTECTED] wrote: Do you create a new site for every application? Or do you create one DWMX site for each website. For instance, I might have 20 web apps on the Intranet site. Do I create one big INTRANET site? Or a bunch of little ones

Re: Personaliztion with Coldfusion ?

2002-12-03 Thread Candace Cottrell
I may be off, but I would say that you would need to add your documents table into this equation. In your Documents table, do you have a field called View_Type or something like that? Meaning, when the users upload a file they specify the view type and it is stored in the db. You could set a

Re: Personaliztion with Coldfusion ?

2002-12-03 Thread Candace Cottrell
On your login page you'd set the session variable. If the login is successful. cfset session.views = #queryName.Division# Then you'd use the following on the page that displays the documents CFQUERY name=docs datasource=intranetv8 SELECT docid, doctitle, docsummary, docpath,

DWMX Sites

2002-12-03 Thread Candace Cottrell
Do you create a new site for every application? Or do you create one DWMX site for each website. For instance, I might have 20 web apps on the Intranet site. Do I create one big INTRANET site? Or a bunch of little ones and one big one for the html editing? I'm rambling... Candace K.

RE: Personaliztion with Coldfusion ?

2002-12-03 Thread Candace Cottrell
ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 9:12 AM To: CF-Talk Subject: Re: Personaliztion with Coldfusion ? On your login page you'd set the session variable

RE: Personaliztion with Coldfusion ?

2002-12-03 Thread Candace Cottrell
reading from one. make sense? .tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 10:36 AM To: CF-Talk

Activedit help please

2002-11-01 Thread Candace Cottrell
Ok, I'm about to have a nervous breakdown. I've been trying to get activedit working on my Win2K IIS 5 web server (after it suddenly stopped working). I got an error that said the file was corrupted. First I deleted all the files and re-copied them back up to my webserver. I am using the

Re: Free Forum Application

2002-10-18 Thread Candace Cottrell
I used Simple Message board for one site I did. http://www.simplemessageboard.com/ Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 10/18/2002 4:36:39

RE: double posting:Enter network password dialog box

2002-10-15 Thread Candace Cottrell
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q225234; This problem was corrected in Microsoft Office 2000 SR-1/SR-1a. To resolve this problem, obtain Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a). To obtain SR-1/SR-1a:

RE: double posting:Enter network password dialog box

2002-10-15 Thread Candace Cottrell
Microsoft Office 2000 Service Release 1/1a (SR-1/SR-1a) needs to be installed on the server? Hmmm...better talk to our hosting company. Cheers will -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 14:32 To: CF-Talk Subject: RE: double

RE: Hey Vernon! About Source Control

2002-10-15 Thread Candace Cottrell
Am I tripping, or doesnt DW have its own source control? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 10/15/2002 12:59:52 PM WebDav is also

Reality CFMX: Intranets and Content Management

2002-10-15 Thread Candace Cottrell
Just received my copy today. At a glance, it looks like exactly what I needed to help me overhaul our Intranet... woo-hoo!! Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

Weekly question - integrity checks

2002-10-14 Thread Candace Cottrell
I am wrapping up a Question of the Week application today, and while doing my checks, I cam across an issue. My database is like: QOW_Start (datetime) QOW_End (datetime) QOW_Text QOW_Type Ok, so say I have the following data: 10/11/2002 10/11/2002 Testing the system. all I am checking in the

RE: Weekly question - integrity checks

2002-10-14 Thread Candace Cottrell
Ewww yes, I see what you mean. Now, I also see another problem. The range isn't being properly identified. For example, I'm saying Where QOW_Start is less than or equal to 10/13 -- so this is returning true because the data in the db is 10/11 or Where QOW_end is greater than or

RE: Weekly question - integrity checks

2002-10-14 Thread Candace Cottrell
to or later than your start date. QOW_Start = '#EndDate#' OR QOW_End = '#StartDate#' -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 10:48 AM To: CF-Talk Subject: RE: Weekly question - integrity checks Ewww yes, I see what you mean

Poll Application

2002-10-14 Thread Candace Cottrell
Anyone know of a good free poll app written in CF? Or a tutorial on how to create my own? I looked at the cf exchange, but they wanted $30-$50. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org

RE: Poll Application

2002-10-14 Thread Candace Cottrell
Moonbow Software : -Original Message- : From: Candace Cottrell [mailto:[EMAIL PROTECTED]] : Sent: Monday, October 14, 2002 1:56 PM : To: CF-Talk : Subject: Poll Application : : : Anyone know of a good free poll app written in CF? Or a tutorial on how : to create my own? I looked at the cf

Re: Poll Application - Jeff

2002-10-14 Thread Candace Cottrell
Jeff, shame on you for lighting people on fire ;) I think I'm going to try to build one vs. get one. It's hard to do that every time, though, just because I am a one-woman web show (that didnt sound good). Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza

RE: Ben's J2EE Book, now new course to be offered by MACR

2002-09-30 Thread Candace Cottrell
rofl @ beret wearing art freaks... When this class comes out, I am definitely THERE. Simon, is Branden Hall teaching this one? Or is the info still fairly limited ? TIA Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

New course to be offered by MACR

2002-09-30 Thread Candace Cottrell
Would you say using Flash as an interface tool and CF as the back end tool would force us to separate logic from presentation? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

Re: Line Nibbler Alert!!! ~ Mike D

2002-09-26 Thread Candace Cottrell
I use GroupWise. When I use GW web Access from home, sometimes my pasted code doesnt show up on my end, but it looks fine to others. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

Re: Properly handling checkboxes

2002-09-25 Thread Candace Cottrell
Does the ISdefined(form.checkbox) function not work for what you were trying to do? Can we see the code? (Hey from a fellow Daytonian) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org

IIS Security

2002-09-24 Thread Candace Cottrell
What is the disadvantage of using the native IIS directory security functionality over using a cf-based login? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

Re: Error sending an attachment using CFMAIL

2002-09-24 Thread Candace Cottrell
Can you copy and paste the error for us? :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 10:00:23 AM

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
I'm not sure if I am understanding you correctly. Do you mean based on the info in strSelect, when using the cfdirectory action=list, you only want to show c:\Inetpub c:\Temp c:\Windows Just clarifying :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 6:57:51 AM Yo All, I'm not sure how to go about this. I'm using cfdirectory and cfloop to

Re: CFMAIL message resent, completed this time.

2002-09-24 Thread Candace Cottrell
Are you uploading the file? cfif form.file IS NOT cffile action=UPLOAD destination=D:\Webserver\InetPub\wwwRoot\TEMPDOCS\ filefield=form.file nameconflict=OVERWRITE cfmail to=[EMAIL PROTECTED] from=[EMAIL

Re: IIS Security

2002-09-24 Thread Candace Cottrell
I'm thinking I should just try to figure out this LDAP thing. That way I dont have to give all these folks 50-11 usernames and passwords. We are on Novell, and this is an intranet setting :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
-0400, Candace Cottrell wrote: Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 6:57:51 AM Yo All, I'm not sure how to go about

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Candace Cottrell
. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 15:14 To: CF-Talk Subject: Re: CFMAIL message resent, completed this time. Are you uploading the file? cfif form.file IS NOT cffile action=UPLOAD

Dates... again

2002-09-24 Thread Candace Cottrell
OK, so stop the presses. Candace is stuck on dates again ;) I have a page where I want to display links for books coming out next month and through 11 months ahead. I am breaking these down by month/year using DateADD: cfscript month1 = DateFormat(DateAdd(m, +1, Now()), ); month2 =

Re: howto convert float to integer?

2002-09-24 Thread Candace Cottrell
I use a tag called zerokiller. You can get it for free here: http://devex.macromedia.com/developer/gallery/info.cfm?ID=CA3476CC-2830-11D4-AA9700508B94F380method=Full watch the link-wrap Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

RE: Dates... again - Tony

2002-09-24 Thread Candace Cottrell
-Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 7:20 PM To: CF-Talk Subject: Dates... again OK, so stop the presses. Candace is stuck on dates again ;) I have a page where I want to display links for books coming out next month and through

RE: Dates... again

2002-09-24 Thread Candace Cottrell
/cfif #DateFormat(offsetDate, )#br /cfoutput /cfloop -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 25 September 2002 11:20 a.m. To: CF-Talk Subject: Dates... again OK, so stop the presses. Candace

RE: Dates... again - Matthew

2002-09-24 Thread Candace Cottrell
for next month, 2 for the month after that Make sense? -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 25 September 2002 11:38 a.m. To: CF-Talk Subject: RE: Dates... again I just want to be sure I am understanding this. What does offset do

RE: Dates... again - Matthew

2002-09-24 Thread Candace Cottrell
Ok, this works for now. I added some looping and here's waht I came up with: cfoutput cfloop index = offset from=0 to=12 cfset offsetDate = DateAdd(m, offset, Now()) cfif offsetDate eq Now() td width=43% class=nbheader Fiction #year(offsetDate)#/td/tr /cfif

Java application server and CFMX - REPOST

2002-09-19 Thread Candace Cottrell
I think this one may have gotten lost yesterday. I want to install one of Novell's GroupWise bells and whistles. It says it needs an application server (supporting servlet 2.1 specification). If I install CFMX will this be on the machine? Or, do I need to buy JRUN? I know jack about java and

Re: Java application server and CFMX - REPOST

2002-09-19 Thread Candace Cottrell
want coldfusion, get the CFMX for J2EE thing. On Thu, 19 Sep 2002, Candace Cottrell wrote: I think this one may have gotten lost yesterday. I want to install one of Novell's GroupWise bells and whistles. It says it needs an application server (supporting servlet 2.1 specification

RE: Best JAVA Book...

2002-09-19 Thread Candace Cottrell
We were required to read this when I took Building the Human-Computer Interface at Univ. of MD. We built all our stuff in java. Using pico. **nightmares, flashbacks** Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Linux vs. Windows

2002-09-18 Thread Candace Cottrell
Hey everybody The boss wants to know what the advantages are for running CFMX on Win2K vs. Linux and vise-versa. Any good websites, or is this one of those Check the archives you fool questions? ;) (lol) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza

Re: Returning columns with null values when specific columns are unknown at runtime

2002-09-18 Thread Candace Cottrell
How about this or am I still missing something Select * from TABLENAME WHERE col1 IS NULL OR col2 IS NULL OR col3 IS NULL OR col4 IS NULL Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org

RE: Linux vs. Windows

2002-09-18 Thread Candace Cottrell
Thanks Dave and Rick for the responses. I am a bit hesitant to switch to an OS that I know very little about (Linux) and make myself responsible for administering it. Otherwise, the boss could administer it, but he's so swamped himself that I hat the thought of having to go to him anytime I need

Java servlet engine and CFMX

2002-09-18 Thread Candace Cottrell
I want to install one of Novell's GroupWise bells and whistles. It says it needs an application server (supporting servlet 2.1 specification). If I install CFMX will this be on the machine? Or, do I need to buy JRUN? I know jack about java and j2ee (although I am certainly willing to learn).

Re: OT: Quick Contracts

2002-09-17 Thread Candace Cottrell
Me too ;) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/17/2002 7:49:46 AM I would also love a copy if possible? [EMAIL PROTECTED] On Mon, 16

RE: AOL Browser statistics

2002-09-17 Thread Candace Cottrell
This might help http://www.upsdell.com/BrowserNews/browsers.htm Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/17/2002 9:20:40 AM No I want aol

Re: Dates and the like

2002-09-17 Thread Candace Cottrell
Dina, I used part of your schema, my schema coupled with Josh's PopDate custom tag and the doctors seemed to like it ok. But this might change everything. They told me that using a start date and time and an end date and time may be too much work for the schedulers. This because Dr. X could be

RE: OT - How do you feel about...

2002-09-17 Thread Candace Cottrell
Tony, feel free to post anything I may ask or answer. Not sure that I'm much help, though (lol) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: question for MM: CFMX sandboxing security holes?

2002-09-13 Thread Candace Cottrell
But if you are hosted in a sandbox environment, you really cant use all of Dreamweaver MX's functionality. Correct? Because of the RDS issue? I have this problem at home with my personal website (www.ccewebdev.com). I wanted to check out the databindings, etc. that DWMX offers, but HostMySite

RE: Stuck Building Admin Area

2002-09-11 Thread Candace Cottrell
with New Image selected but no value in the file upload etc. Let me know what you come up with. Greg -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:32 PM To: CF-Talk Subject: Stuck Building Admin Area Hello all you illustrious CF

<    1   2   3   >