Structures and Sorting

2005-01-06 Thread Candace Cottrell
Hello fam! It's been a while!! I am working on a project where I need to be able to sort the results by the directory size. I am using the custom tag to pull back the cfdirectory info (folder sizes) and then nesting another one within that to pull both the names and the directory sizes. I put the

Re: Structures and Sorting

2005-01-06 Thread Candace Cottrell
Nevermind y'all, I see what I was doing now. ;) CKC Hello fam! It's been a while!! I am working on a project where I need to be able to sort the results by the directory size. I am using the custom tag to pull back the cfdirectory info (folder sizes) and then nesting another one within that to

SOT: PDF Remote Printing

2004-07-13 Thread Candace Cottrell
As Critz would say... Oi Cf-talk! I have been, once again, volunteered to make something work that no one knows even if it can work. We have some fillable PDF forms on our external site. The powers that be want me to add code into these forms that will make the form print on one of our

Coding Standards Implementation

2004-06-25 Thread Candace Cottrell
Hello fam! I am drafting up a coding and design standards document for the hospital. Once it is complete, what do you suggest in terms if implementation? 1) Impose the standards only on newly created apps 2) Go back and implement the standards on apps that were built in the past

RE: E-trade DHTML

2004-04-08 Thread Candace Cottrell
You can also do it in Dreamweaver. I did this in about 5 minutes by drawing layers and using the Show/Hide Layers behavior. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleUntitled Document/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 script

Re: SOT: Flex Pricing

2004-03-30 Thread Candace Cottrell
When I heard it was released yesterday, I told the network guy to throw it on our CDW order. That was before I figured out if was more than $5000. He looked at me like I had lost my mind ;) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: SOT: Flex Pricing

2004-03-30 Thread Candace Cottrell
I saw some pretty impressive stuff on what Blackstone will *probably* be offering, some of which is flash last week at Spring br (SEOMUG's conference). I'm not sure if I am allowed to say more than that. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza

Re: SOT: PDF's forms being auto-filled by CFMX

2004-03-12 Thread Candace Cottrell
Hey Stephen! Thanks so much for your reply. I am thinking it is an Adobe problem I am having. I can't get the PDF to open up in the browser. Instead, it opens Acrobat the program and gives me that file does not exist error. I edited the Acrobat and Reader preferences to Display document in

SOT: PDF's forms being auto-filled by CFMX

2004-03-11 Thread Candace Cottrell
Hello all, Does anyone know of there are any things that have come up in MX that would disallow auto-filling PDF forms? I did the tutorial here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg32040.html And everything was gravy until I got to the part where the PDF is supposed to

Times

2004-03-08 Thread Candace Cottrell
Is there an easy way to convert 4PM to 1600 Is regular expressions the way to go on this one? I am so sick of dates and timeslol Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Times

2004-03-08 Thread Candace Cottrell
if it is inexpensive and delivered on time. [EMAIL PROTECTED] 3/8/2004 3:07:53 PM Timeformat() should be able to do it.Convert 4:30pm to 1630 etc.Or 4pm to 1600. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca107.htm#wp50 30792 John Burns -Original Message- From: Candace Cottrell

Massimo's CF XHTML Editor from DRK 1

2004-02-16 Thread Candace Cottrell
Is this a Monday or what!?!?! ;) I am using 3 of Massimo's CF XHTML editors from the DRK Vol. 1 on an edit recordpage. Two of them are working fine (the two lower on the page), but the first one (description) is coming back with an undefined in the editor instead of the existing data.

On-Call Calendar - Query of Query stumpage

2004-01-29 Thread Candace Cottrell
Hey folks, I am officially stumped. I am still working on this on-call calendar. Here's what I am trying to accomplish: If the day (number) is the first day of the shift and the shift start hour is not equal to 8, then I'd like to output ON: 7AM under the doctor's name. Likewise, if

Re: On-Call Calendar - Query of Query stumpage

2004-01-29 Thread Candace Cottrell
[EMAIL PROTECTED] [EMAIL PROTECTED] 1/29/2004 9:04:17 AM Candace Cottrell said: cfloop from=1 to=#rows# index=i tr height=15% cfloop from=1 to=7 index=j td align=left valign=top cfif #page[j][i]# is -1 nbsp; cfelse !-- Outputting the DAY number-- h2cfoutput#page[j][i]#/cfoutput /h2 span class

Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
, because 3 is not between 18 and 8. Any way around this? 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/29/2004 9:40:34 AM Candace Cottrell said: Ok

Re: Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
) But it is setting the shift_start to 1/1/1900?? Thanks for all your help!! 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/29/2004 11:22:01 AM Candace Cottrell

RE: Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
Candace, This should be : update oncall_shifts set shift_start = cast((start_month + '/' + start_day + '/' + start_year) as datetime) Steve -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:28 PM To: CF-Talk Subject: Re: Dates - ranges

RE: Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
) as datetime) Steve -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:28 PM To: CF-Talk Subject: Re: Dates - ranges overlapping months... rut-roh Hey Jochem, I am using Transact-SQL and converted everything but: UPDATE TABLE table SET

RE: Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
) + '/' + cast(start_year as varchar)) as datetime) sorry about that. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:53 PM To: CF-Talk Subject: RE: Dates - ranges overlapping months... rut-roh Hey Steve! I tried that one as well. I kept

RE: Dates - ranges overlapping months... rut-roh

2004-01-29 Thread Candace Cottrell
this: update oncall_shifts set shift_start = cast((cast(start_month as varchar) + '/' + cast(start_day as varchar) + '/' + cast(start_year as varchar)) as datetime) sorry about that. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 1:53 PM

RE: Timeout and internal server errors

2004-01-20 Thread Candace Cottrell
(such as myself), it has had no effect. Hotfix: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_c pu.htm -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: January 19, 2004 4:18 PM To: CF-Talk Subject: Timeout and internal server

Timeout and internal server errors

2004-01-19 Thread Candace Cottrell
Good evening cf-talk!! I am encountering some sporadic errors when trying to connect to a cf server. Scenario 1 Error Occurred While Processing Request Error Executing Database Query. Timed out trying to establish connection Scenario 2 Server Error The server encountered an internal error and

Re: Timeout and internal server errors

2004-01-19 Thread Candace Cottrell
Ok, I just confirmed another detail: when I reboot it works fine. 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] 01/19/04 18:20 PM Good evening cf-talk!!

Re: Ektron CMS

2003-12-11 Thread Candace Cottrell
We're having a demo of CMS 300 today. I'll give you the details tomorrow :) 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/11/2003 1:40:33 AM Hi

SiteExecutive update (for Tony)

2003-12-09 Thread Candace Cottrell
Hey Tony, We had our demo of Site Executive last Friday. Looking at the front end/user interface that product is great for contributers. However, the back end and admin stuff that I'd be doing just isn't as robust as Merant Collage or Commonspot.We are taking a final look at Commonspot and

More date stuff!

2003-12-09 Thread Candace Cottrell
I am building an on-call scheduling app for doctors. In the database, the dates are broken up like Start_Day, Start_Month, Start_Year, Start_Time, Start_AMPM and the same for the End info. 1) So there is a bit of overlapping in some cases, where Dr. A may be on call from 12/12/2003 - 12/14/2003

Re: More date stuff!

2003-12-09 Thread Candace Cottrell
Responses inline... 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/9/2003 3:40:17 PM Candace Cottrell wrote: I am building an on-call scheduling

Re: More date stuff!

2003-12-09 Thread Candace Cottrell
True, Jerry :) I need to sleep on all of this... 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/9/2003 4:23:59 PM Just as a general note, remember

RE: More date stuff!

2003-12-09 Thread Candace Cottrell
a single day by itself as a range of it's own)? Steve -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:01 PM To: CF-Talk Subject: Re: More date stuff! Responses inline... Candace K. Cottrell, Web Developer The Children's Medical Center

Re: site executive

2003-12-04 Thread Candace Cottrell
We're having a demo of it Friday. I'll give you the details then :) 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/3/2003 10:53:55 PM does anyone

RE: Date Range Query Issues

2003-12-03 Thread Candace Cottrell
The situation is a little eccentric, as these are not work shifts, they are on-call shifts. So, a person could have a shift that lasted a whole month. Another thing to note is that while Dr. X's shift ENDS at 8AM 12/5/03, DR. X's BEGINS at 8AM 12/5/03. :) Candace K. Cottrell, Web Developer The

Date Range Query Issues

2003-12-02 Thread Candace Cottrell
Hello list ;) I have a db table in which I store Start and End Dates called ONCALL_SHIFTS. These are ranges. For example Start_Month 12 Start_Day 1 Start_Year 2003 Start_Time 8 End_Month 12 End_Day 15 End_Year 2003 End_Time 8 There are also two shift types: Backup and Primary

Re: Date Range Query Issues

2003-12-02 Thread Candace Cottrell
Hey Jochem :) 1 - Do you mean natively or the way I have the db set up? If it's the latter, I don't have any constraints for overlaps in the db design. Each shift or date range is its own record. The id is an identity field. Candace K. Cottrell, Web Developer The Children's Medical Center One

Re: Date Range Query Issues

2003-12-02 Thread Candace Cottrell
PROTECTED] 12/2/2003 10:12:16 AM Candace Cottrell said: 1 - Do you mean natively or the way I have the db set up? Natively, OVERLAPS is a SQL predicate: ('2003-12-01', '2003-12-31') OVERLAPS ('2003-12-16', '2004-01-15') Jochem [Todays Threads] [This Message] [Subscription] [Fast

RE: Date Range Query Issues

2003-12-02 Thread Candace Cottrell
Range Query Issues not going to work in sql server 2000, not from what I can see in the docs ..tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent

Re: OT: hostdepartment.com?

2003-12-01 Thread Candace Cottrell
I'm going to try them out once they get MX. They said they'd have it by January. I'll let you know what I find out. In the meantime, I've had a pretty good experience with HostMySite.com Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

OT: Studio MX 2004 licensing and upgrade protection

2003-11-26 Thread Candace Cottrell
So, I am wondering if I am the only one in this boat... We bought 2 years of upgrade protection on Studio MX. Flash MX 2004 Pro comes out and it's not included in upgrade protection. Ok, I can understand that. We need to buy upgrades to Pro. BUT... according to CDW, we LOSE the 2 yrs

Adalon

2003-11-13 Thread Candace Cottrell
Do any of you folks use Adalon for CF or FB? What have your experiences been? What version(s) are you using? Are you using it in a single developer environment of with a team of developers. I am looking for some good selling points for the boss. TIA! Candace K. Cottrell, Web Developer

RE: Adalon

2003-11-13 Thread Candace Cottrell
PROTECTED] Sent: November 13, 2003 1:06 PM To: CF-Talk Subject: RE: Adalon Have not used it but have heard many good things about it - try on one of the fusebox lists for more info Kola -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: 13 November 2003 17:27 To: CF-Talk

Re:Anybody have an opinion on hostmysite.com?

2003-10-31 Thread Candace Cottrell
I have three sites with them. I like them a lot, their customer service is excellent. However, I recently found a cheaper plan with another company, and am considering moving one of my sites to there just to see what happens. Candace K. Cottrell, Web Developer The Children's Medical Center One

RE: Anybody have an opinion on hostmysite.com?

2003-10-31 Thread Candace Cottrell
of checking out? -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:29 AM To: CF-Talk Subject: Re:Anybody have an opinion on hostmysite.com? I have three sites with them. I like them a lot, their customer service is excellent. However, I

WOT: Adam Wayne Lehman

2003-10-31 Thread Candace Cottrell
Adam, could you please contact me offlist? THANKS 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] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Anybody have an opinion on hostmysite.com?

2003-10-31 Thread Candace Cottrell
out? -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 9:29 AM To: CF-Talk Subject: Re:Anybody have an opinion on hostmysite.com? I have three sites with them. I like them a lot, their customer service is excellent. However, I recently

SparkPlug

2003-10-22 Thread Candace Cottrell
Does anyone here use 13amp's SparkPlug? If so, what have your experiences been like? What type of site(s) are you running with it? 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:What CMS do you use?

2003-10-22 Thread Candace Cottrell
I'd like to hear the answer to this as well. 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/22/2003 11:40:48 AM I have used farcry, but I need the

Ascending and descending dates (Flash and CFMX)

2003-10-21 Thread Candace Cottrell
Do Flash and CF handle dates differently? I have a CFC that has this function: cffunction name=qryGetArticlesExp access=remote returntype=query cfquery name=qryGetArticlesExp datasource=#Request.DSN# SELECT * FROM Articles WHERE Articles.ArticleExpDate = cfqueryparam cfsqltype=cf_sql_date

SOLVED Re: Ascending and descending dates (Flash and CFMX)

2003-10-21 Thread Candace Cottrell
Solved this one with the help of Darron Schall. It appears I was concatenating my string in Flash backwards, and so that's why it was acting funny. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

OT: Usability

2003-09-30 Thread Candace Cottrell
Well, just got back form the Nielsen/Norman Group conference in Chicago and I have to say that is was a real eye-opener! I had one session where Don Norman himself critiques a flash RIA I'm working on. And HE DIDNT BASH IT! Actually, I found quite a few flash proponents and a lot of people who

RE: OT: Usability

2003-09-30 Thread Candace Cottrell
http://store.yahoo.com/nngroup/flasusbunrep.html The site is nngroup.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] 9/30/2003 2:34:36 PM Thanks

RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Candace Cottrell
We have a wireless initiative here. Our docs and residents all have IPaq's. We are looking into the clipboards or tablets. Very cool stuff. -Original Message- From:Dave Carabetta [SMTP:[EMAIL PROTECTED] Sent:Thursday, September 18, 2003 6:58 AM To:CF-Talk Subject:Re:

RE: OT .Net? Java? No Thanks, We'll Take Macromedia Instead

2003-09-19 Thread Candace Cottrell
We use PACS here... 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/19/2003 1:45:11 AM Howard, how established is PACS or EMR with the doctors?

OT: N/N Group Conference

2003-09-17 Thread Candace Cottrell
Is anyone going to the Nielson Norman Group User Experience Conference next week? 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: Macromedia Folks - Upgrades to MX2004?

2003-09-10 Thread Candace Cottrell
I'm in the same boat. In addition, we bought firefly and DevNet Essentials. The boss isn't happy about a fee for Flash MX 2004 Pro. I'd love to get an answer to this as well :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: OT: Anyone going to MAX in November?

2003-09-05 Thread Candace Cottrell
I'll be there~ 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/4/2003 4:18:19 PM Seems things may calm down around here come November so it looks

Re: meeting room booking application

2003-09-04 Thread Candace Cottrell
We use Groupwise for this. Is there a way for you to set up each room as a calendar user and then allow people to schedule appointments with the room? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Re: cfquery??

2003-09-04 Thread Candace Cottrell
Tried to post via the web interface, but no luck... Anyway, I said thanks for clearing that up. A lady in my cfug asked me about it because she said she heard from a very respected CF guru to go out and look at the depracated tags and that she found cfquery on the list. So, I decided to go out

cfquery??

2003-09-04 Thread Candace Cottrell
So, if cfquery is a deprecated tag, what should we be using in its place?? Anyone heard anything about this? http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p18.htm Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

Re: CFMX and AS/400

2003-08-27 Thread Candace Cottrell
You may want to post this to the CFDJ list, as Simon Horwith, who moderates it is experienced in this type of thing. http://sys-con.com/fusetalk/categories.cfm?catid=6 Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

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

2003-08-14 Thread Candace Cottrell
If I have never used Fusebox, is Mach II going to take a while to implement? Say for instance I am starting from scratch with an app. I have a bit of OO knowledge, but not like a Java or C++ programmer would have. (I own the Discovering CFCs book). I want to implement a framework/methodology to my

CF based auction

2003-08-14 Thread Candace Cottrell
Does anyone know of a CF-based auction similar to http://www.xcent.com/products/QuickAuction.htm? It needs to be free or fairly cheap. TIA :) 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: Inserting flash into a CF page

2003-07-29 Thread Candace Cottrell
Are you using Dreamweaver? If so, you can easily insert a swf into the page using Insert--Media---Flash object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0; width=682 height=158

Re: Doing Forms in Series

2003-07-29 Thread Candace Cottrell
You could try embedding the fields. I use Ben Forta's custom tag cf_embedfields. You can find it here: http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn131extID=101 Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

SOT: Remoting?

2003-07-24 Thread Candace Cottrell
With the advent of the Firefly components and the shadows of Royale, what is the point of learning Actionscript to use remoting? Is there one? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Re: Remoting?

2003-07-24 Thread Candace Cottrell
. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 24, 2003 10:24 AM Subject: SOT: Remoting? With the advent of the Firefly components and the shadows of Royale, what is the point of learning Actionscript to use remoting

RE: Remoting?

2003-07-24 Thread Candace Cottrell
. --- Ben -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 10:34 AM To: CF-Talk Subject: Re: Remoting? I know all that ;) But I am doing a preso at the local Cfug on remoting and someone brought up the question, Basically stating that Flash

Flash Gateway

2003-07-22 Thread Candace Cottrell
Hey all, I'm still having issues with my flash gateway... Here is a screenshot of the error I get (which is strange because in the past it's been a 404). http://www.childrensdayton.org/flashss.gif I tried running the disconnect and reconnect connectors but to no avail this time. Should I

Re: Flash Gateway

2003-07-22 Thread Candace Cottrell
Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:09 PM Subject: Flash Gateway Hey all, I'm still having issues with my flash gateway... Here is a screenshot of the error I get (which is strange because in the past it's been a 404

RE: Flash Gateway

2003-07-22 Thread Candace Cottrell
/support/coldfusion/ts/documents/enable_flash_w ebservices.htm ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:10 PM To: CF-Talk Subject: Flash Gateway Hey

SOT: Site map

2003-07-21 Thread Candace Cottrell
Does anyone know of a software tool that will generate a site map of your site and automatically update when new pages are added, or pages are changed, etc? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Site map

2003-07-21 Thread Candace Cottrell
that outlines how you plan to build the site :) tony tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:34 PM To: CF-Talk

OT: Flash player

2003-07-15 Thread Candace Cottrell
How can I run a silent install of the flash player for intranets? My boss doesn't want the users to be prompted, ratherit just silently install. I know I did this last year sometime, but I am forgetting how I did it. Also, we have the license for the intranet thing... I looked on the mm site,

RE: Flash player

2003-07-15 Thread Candace Cottrell
it is is a switch : /s or something...? cant really remember as 99.9% of people will have Flash these days -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: 15 July 2003 14:51 To: CF-Talk Subject: OT: Flash player How can I run a silent install of the flash

Reinstall CFMX?? Yelp...

2003-07-14 Thread Candace Cottrell
*yelp* After a botched intranet relaunch last night, I found out realtively quickly that flash remoting was not working on our server. No blank page. No happy data from the cfcs. *sigh* Is there any way to get the coveted blank page without reinstalling? If this is one of those STFA

RE: Reinstall CFMX?? Yelp...

2003-07-14 Thread Candace Cottrell
is make sure that the website as the JRunScripts Virt. Dir. There and that its set to allow executables. The other thing is to re-run the connector scripts in the bin dir... Run the remove_all one, then the connector for your webserver HTH -Original Message- From: Candace Cottrell [mailto

RE: FireFly vs DRK

2003-07-14 Thread Candace Cottrell
Me too, coinsidering I bought it (but havent got a chance to try it out) Also, anyone know of any good tutorials? I have checked at mm.com, but those are fairly limited from what I could gather. Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton,

Re: FireFly vs DRK

2003-07-14 Thread Candace Cottrell
, Candace Cottrell wrote: Also, anyone know of any good tutorials? I have checked at mm.com, but those are fairly limited from what I could gather. Have you seen Ben's article? http://www.macromedia.com/devnet/mx/coldfusion/articles/data_conn.html Christian

CFLOGIN Quickie

2003-06-30 Thread Candace Cottrell
How can I find out what is being passed as the ROLES attribute of my CFLOGINUSER? Login page: CFQUERY NAME=GetUser DATASOURCE=#request.DSN# SELECT USERS.UserID, USERS.UserFirstName, USERS.RoleID, Roles.RoleName FROM USERS, Roles WHERE

Re: CFLOGIN Quickie - SOLVED-Ignore

2003-06-30 Thread Candace Cottrell
IGNORE this... all I needed to do was a trim here: CFLOGINUSER NAME=#GetUser.UserID#,#GetUser.UserFirstName# PASSWORD=#FORM.Password# ROLES=#TRIM(GetUser.RoleName)# It's Monday... please forgive me. Candace K. Cottrell, Web Developer The Children's

Cfswitch question

2003-06-30 Thread Candace Cottrell
Is this illegal? Cfswitch expression=IsUserInRole() CfCase value=Admin h2Administrator Functions: /h2 /cfcase CfCase value=Facilities h2Facilities Functions: /h2 /cfcase /Cfswitch Candace K. Cottrell, Web Developer The Children's

RE: Cfswitch question

2003-06-30 Thread Candace Cottrell
to it.) Jim Davis -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:55 AM To: CF-Talk Subject: Cfswitch question Is this illegal? Cfswitch expression=IsUserInRole() CfCase value=Admin h2Administrator Functions

RE: CFLOGIN Quickie - Ray

2003-06-30 Thread Candace Cottrell
, and a powerful ally it is. - Yoda -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 8:51 AM To: CF-Talk Subject: Re: CFLOGIN Quickie - SOLVED-Ignore IGNORE this... all I needed to do was a trim here: CFLOGINUSER

RE: Cfswitch question

2003-06-30 Thread Candace Cottrell
is found. To optimize it, put your conditions in order of most likely to least likely. -- Ian Skinner Web Programmer BloodSource Sacramento, CA -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 8:07 AM To: CF-Talk Subject: RE: Cfswitch

Search functions for an intranet

2003-06-25 Thread Candace Cottrell
What are some of the disadvantages of using Cf's verity to using something like Google's search appliance or the Atomz service for an intranet? How long would it take to build a full text intranet site search using verity/cfmx? TIA Candace K. Cottrell, Web Developer The Children's Medical

SOT: Content Management--- Merant Collage

2003-06-18 Thread Candace Cottrell
Has anyone used this product or evaluated it? http://www.merant.com/Products/WCM/collage/home.asp What is everyone using for Content Management (enterprise systems)?? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Forta's WACKs

2003-06-18 Thread Candace Cottrell
Is there a whole lot of difference in these 2 chapters in version CF 5 vs. the MX version? 17 - Working with Sessions 18 - Securing Your Applications Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Running CFMX and .Net on the same box

2003-06-03 Thread Candace Cottrell
Talked to a .Net guy on Friday and he told me about a security issue with running CFMX and .Net on the same box. Here's what he said... 000 Hi Candace, I was mainly referring to chatter in the forums from ISP / Web Hosting companies. It seems that the issues are mostly

Back with more looping

2003-04-05 Thread Candace Cottrell
It's me again, back with the loops. Background... I am trying to build an insert form where the user can specify how many items (records) they would like to add. Here's my form page: cfparam name=MultiForm default=FALSE cfparam name=i default=0 cfif MultiForm IS True cfoutput

Re: Back with more looping ~~SOLVED~~thanks list

2003-04-05 Thread Candace Cottrell
Thanks so much to Jochem and Isaac for taking the time to help me out. Matt, I almost had it thanks to your help. :) I had a couple of things that needed to be remedied, like... one typo and I added cfparam name=NumForms default=1 to the form page, but this does exactlty what I want it to do.

Re: Back with more looping ~~SOLVED~~thanks list

2003-04-05 Thread Candace Cottrell
Comments inline 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] 04/05/03 16:00 PM Candace Cottrell wrote: __ On the action page, you have CFIF

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
won't know how many to loop over I'd use the underscore to separate the field name from the number HTH -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 12:56 AM To: CF-Talk Subject: Multiple forms, looping and inserting Ok, so I have

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
. CFLOOP FROM=1 TO=#form.Numforms# index=j CFIF form.Name_#j# NEQ CFQUERY name=insertrecords datasource=#DSN# .. .. .. /CFQUERY /CFIF /CFLOOP ?? Okies..maybe not.. *sneaks away quietly* -Gel -Original Message- From: Candace Cottrell [mailto

Multiple forms, looping and inserting

2003-04-03 Thread Candace Cottrell
Ok, so I have an idea, but I'm not sure how to carry it through. I have a basic insert record page. However, I want the person to be able to add 5, 10, or 15 records at a time, depending on the value they select from a drop-down. Meaning, depending on how many they want to add, there will be that

RE: CF Community recommendations?

2003-04-03 Thread Candace Cottrell
Dare I say it... post-nuke? 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] 04/03/03 17:45 PM I am also interested if there is anything out there like

Re: Form Building software

2003-03-28 Thread Candace Cottrell
Credit goes to David (aka JollyGreenGiant) http://davidstoy.com/dty/formcreator.cfm 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/28/2003

OT: DevCon 2003

2003-03-28 Thread Candace Cottrell
Does anyone know where in San Diego this will be held? We have to have our operating budgets in by the end of the week, and if I want to go I need some numbers :) Would it be feasible to go off of last year's numbers? Candace K. Cottrell, Web Developer The Children's Medical Center One

RE: DevCon 2003

2003-03-28 Thread Candace Cottrell
Goodness, this may change a lot. If it's still going to be in Sept., we only have 6 months to go (and one week to budget for it) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] I'm not 100% sure, but on the user group manager list I think it was mentioned that

Re: Flash remoting example?

2003-03-28 Thread Candace Cottrell
I'm no expert, but I believe you will need to set a variable in your cfc equal to the recordcount and then reference it that way. so something like In your cfc: cfset WhichPic= serviceAddress.Recordcount Please, anyone feel free to correct me if I'm wrong. Candace K. Cottrell, Web

OT: DevCon 2003

2003-03-28 Thread Candace Cottrell
Got this from the CFDJ list: snipI just emailed MM the other day asking about DevCon and below is their reply. Hope this helps, Steve Although not officially announced yet, the Macromedia annual conference will be held November 18-21, 2003 in Salt Lake City, Utah. We expect that

RE: CFMX Administrator Page won't open

2003-03-26 Thread Candace Cottrell
Instead of localhost, I have to use the actual IP address on boxes where I am not using the default C:\InetPub... 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: Macromedia up its own arse over Flash

2003-03-26 Thread Candace Cottrell
We have images and all of our applications are in ZenWorks, but we have only about 2000 workstations, and one netadmin. It is against hospital policy to download stuff because if we allow it, and it is illegal, then we will be fined. Being a non-profit, we can't afford licensing fines. This was

  1   2   3   >