Re: Is this possible with CSS

2005-04-28 Thread Andy Jarrett
Thanks everyone for those links - glad to know that it wasnt as easy as i thought :o) Sandy, your Skidoo links seem great - im trying the lean version now but it seems to be doing the job well, thanks Cheers Andy J www.andyjarrett.co.uk On 4/27/05, Robert Redpath <[EMAIL PROTECTED]> wrote: > H

Re: ColdFusion MX 6.1 and 7 on the same server

2005-04-28 Thread Thomas Chiverton
On Wednesday 27 Apr 2005 16:58 pm, wolf2k5 wrote: > On 4/27/05, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > > Yes, run it on a different port. > > What about the JRun module name conflict reported by Jared? Use Apache, Squid, Pound or Something Else as the front end web server and map different

Re: JDBC out of memory error

2005-04-28 Thread Thomas Chiverton
On Wednesday 27 Apr 2005 18:45 pm, SStewart wrote: > I’m returning a huge FoxPro dataset and I get a JDBC: Out of memory error. > Is there a way to increase the JDBC memory size? I think you want to raise the max. mem for the JVM, assuming CF >=6. What application server are you using, in that cas

RE: JDBC out of memory error

2005-04-28 Thread Robertson-Ravo, Neil (RX)
How huge? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 09:47 To: CF-Talk Subject: Re: JDBC out of memory error On Wednesday 27 Apr 2005 18:45 pm, SStewart wrote: > I'm returning a huge FoxPro dataset and I get a JDBC: Out of memory error. > Is

RE: referrer

2005-04-28 Thread daniel kessler
What would they send? a blank referrer or some other type of information? thanks for the info. Maybe I'll write out into the url. hmm. >You can reference that value using the variable CGI.HTTP_REFERER. However, >keep in mind that browsers may not send that value. You might be better >served by

RE: referrer

2005-04-28 Thread daniel kessler
thanks for the save, dave. I appreciate the help. >The client may choose not to send a Referer at all. Some security utilities >filter this sort of stuff out of the HTTP request. In your CF code, you >would simply see a blank value, as you never get an error in CF when >referencing CGI variables

RE: form parameters and flash forms

2005-04-28 Thread Mark A Kruger
Dave, Users do all sorts of things you should be able to gaurd against and predict as many possibilities and you can dream up and they will still surprise you . I realize I can "work around" this issue - but it changes the expected behavior of a form post - that's a bug, or at least unexpected

Re: How to loop over this struct and give me a total?

2005-04-28 Thread Joe Rinehart
Will, Why do you reference variables.cart in your function? It'd be more of a best practice to pass GetCartTotal the cart in question, like so: Then, in your calling code, do: GetCartTotal(variables.cart) instead of GetCartTotal() -Joe -- Get Glued! The Model-

RE: JDBC out of memory error

2005-04-28 Thread SStewart
It's CF V.6.1 running on Windows Server 2003 Thanks sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Thomas Chiverton

RE: JDBC out of memory error

2005-04-28 Thread SStewart
94000 Records, I'm trying to reproduce a Foxpro app on the web. Although it looks like I can get around it by limiting the number of records shown at any one time, and use a back/next link to scroll through them. Thanks sas Scott A. Stewart, Web Application Developer Engineering Consulting

RE: OT: old MM software installs?

2005-04-28 Thread Damien McKenna
Yes please, if you don't mind. Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 200

Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
I have to help out a non profit hospital, and they've asked for the following: "They (doctors) need their own calendar, with only their (doctors) meetings on it. They (doctors) need pages set up just for minutes of medical staff meetings etc. They (doctors) need a place for memos to be posted.

RE: Any commercial CF products that could do this?

2005-04-28 Thread Damien McKenna
phpBB.com with: * http://www.phpbb.com/phpBB/viewtopic.php?t=150857 gives you a rudimentary events system. * http://www.phpbb.com/phpBB/viewtopic.php?t=187868 gives email digests for messages to people who want them. There are loads of other plugins too that might help. It isn't CF but it sound

RE: Build SQL Statement and cfqueryparam

2005-04-28 Thread Dave Merrill
> > IIRC Isaac Dealey wrote up an amazing database sniffer of > > sorts that > > can figure all this out by itself, but its probably > > overkill here. > > Still its an absolute gem that I really need to start > > using myself. > > Heh... thanks for the plug Matt... :) > > Yea, it's probably more t

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> phpBB.com with: > > * http://www.phpbb.com/phpBB/viewtopic.php?t=150857 gives you a > rudimentary events system. > > * http://www.phpbb.com/phpBB/viewtopic.php?t=187868 gives email digests > for messages to people who want them. > > There are loads of other plugins too that might help. > > It isn

flash form AS troubles...

2005-04-28 Thread Ken Ferguson
I have a function that returns a value like 5.98. When I try to alert it in AS, I get the error below: alert(#variables.pc.apply(promo,'shippingValue.text')#); Error /shop/www/inde.mxml:758 Type mismatch. Number found where String was expected in parameter 1 That's expected, as it would reall

RE: Any commercial CF products that could do this?

2005-04-28 Thread Bosky, Dave
PHP Rocks! -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:41 AM To: CF-Talk Subject: Re: Any commercial CF products that could do this? > phpBB.com with: > > * http://www.phpbb.com/phpBB/viewtopic.php?t=150857 gives you a > rudimentary even

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> PHP Rocks! Oh, I'm not arguing that. I just need to appease someone else in this case. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a pro

RE: Any commercial CF products that could do this?

2005-04-28 Thread Michael T. Tangorre
> Thanks for the link, but I suspect he's looking for a robust > CF solution that he can dig into and just deploy pretty easily. > > I think they're also being hosted on Crystal Tech, so maybe I > could go there and see if they have any products that they recommend. It doesn't get any easier t

RE: Any commercial CF products that could do this?

2005-04-28 Thread Micha Schopman
Should it be ColdFusion?, because there are several products fitted for such tasks like Microsoft Sharepoint Services and mostly a simple Microsoft Exchange environment with Outlook (notes, calendar, meetings, todo lists, journal, email for communication, archiving, search .. etc.) would do the job

smart quotes and sql server--ASAP

2005-04-28 Thread Lori
If someone copies and pastes from Word it inserts smart quotes into the text box or whatever. Well, sql server does not like that. I have to be able to convert the smart quot to a straight quote. Can anyone help? ~Lori ~|

Re: smart quotes and sql server--ASAP

2005-04-28 Thread Deanna Schneider
Check out http://www.cflib.org/udf.cfm?ID=725 - Original Message - From: "Lori" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, April 28, 2005 9:07 AM Subject: smart quotes and sql server--ASAP > If someone copies and pastes from Word it inserts smart quotes into the > text > box or

RE: Any commercial CF products that could do this?

2005-04-28 Thread Calvin Ward
Fusetalk is a nice solution for the talk to each other part of your challenge, and the pro version is pretty nice, and not significantly expensive. For meeting minutes based on a calendar, and even memos based on a calendar, how about a modification of BlogCFC? Tuck FckEditor in there and they've

RE: smart quotes and sql server--ASAP

2005-04-28 Thread Matthew Small
Yes - MS-SQL Server can handle smart quotes just fine. But check out this link: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?event=view&id=KC.t n_19617&extid=tn_19617&dialogID=36052586&iterationID=1&sessionID=9630b9ed6f8 1176bd102&stateID=0%200%207453452&mode=simple Also known as:

RE: JDBC out of memory error

2005-04-28 Thread Robertson-Ravo, Neil (RX)
This is a well known problem with SQL Server / Java...this is not a good result set to return back using Java... Even MM recommend to reduce resultsets... -Original Message- From: SStewart [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 14:23 To: CF-Talk Subject: RE: JDBC out of memory

RE: First JAVA/JSP integration attempt [FAILED]

2005-04-28 Thread kola.oyedeji
Ian What is in your logs? Do you have the option in ie "show friendly http error messages" or something like that checked? (assuming you are using i.e). If you are using the j2ee version of cfmx , Copy the jars to the web-inf folder under your server - i.e. \JRun4\servers\cfusion\cfusion-ear\cf

Re: smart quotes and sql server--ASAP

2005-04-28 Thread Lori
Thank you,Thank you,Thank you,Thank you,Thank you,! ~Lori - Original Message - From: "Deanna Schneider" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, April 28, 2005 10:12 AM Subject: Re: smart quotes and sql server--ASAP > Check out http://www.cflib.org/udf.cfm?ID=725 > > - Origi

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> Fusetalk is a nice solution for the talk to each other part of your > challenge, and the pro version is pretty nice, and not significantly > expensive. > > For meeting minutes based on a calendar, and even memos based on a > calendar, > how about a modification of BlogCFC? > > Tuck FckEditor in

RE: Any commercial CF products that could do this?

2005-04-28 Thread Calvin Ward
Fusetalk Pro can integrate with a SQL database for user access (userid/password) and probably other solutions as well. Is there something additional you're interested in as far as 'talking' goes? - Calvin -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, Apri

RE: Any commercial CF products that could do this?

2005-04-28 Thread Kevin Aebig
I'm unsure why you aren't simply building this. From the sounds of it, I'm guessing you could have a beta version up in less than a week. Cheers, Kevin -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 7:28 AM To: CF-Talk Subject: Any commercial

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> Fusetalk Pro can integrate with a SQL database for user access > (userid/password) and probably other solutions as well. > > Is there something additional you're interested in as far as 'talking' > goes? Oh no, not really. I mean, you saw what they wanted verbatim. I just didn't know if I coul

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> I'm unsure why you aren't simply building this. From the sounds of it, I'm > guessing you could have a beta version up in less than a week. > > Cheers, > > Kevin Beta version up in a week. 30-40 hours of programming just to get to a "beta version" is already blowing a not for profit hospital's

RE: Any commercial CF products that could do this?

2005-04-28 Thread Calvin Ward
You can wrap their site around both solutions so that to the user it is a seamless transition from one to the other. -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 10:46 AM To: CF-Talk Subject: Re: Any commercial CF products that could do thi

RE: Any commercial CF products that could do this?

2005-04-28 Thread Kevin Graeme
Ouch. If this is for doctors, you may also run afoul of HIPPA restrictions. http://www.hhs.gov/ocr/hipaa/ --- Kevin Graeme Cooperative Extension Technology Services University of Wisconsin-Extension > -Original Message- > From: Jeff Small [mailto:[EMAIL PROTECTED] > I mean, they're ta

Re: cfqueryparam and null values

2005-04-28 Thread Al Everett
> Relying on the implicit conversion is lazy and error prone (since many people > accidentally > invert the condition - either while they're writing the code or, worse, when > they're reading other people's code). Which is precisely why I stopped using the shortcut. I only type at a mere 45 WPM,

RE: Any commercial CF products that could do this?

2005-04-28 Thread Damien McKenna
> -Original Message- > From: Jeff Small [mailto:[EMAIL PROTECTED] > > I mean, they're talking about using Yahoo! Groups...because it's > free...Seriously...Yahoo! Groups. And people wonder why I don't trust doctors? Sheesh. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The L

CFUNITED interview 8 - Design Patterns, Database Fundamentals; Timely bird price ends 4/30

2005-04-28 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. CFUNITED News - timely bird price ends 4/30 2. ColdFusion Live! Thursday 4/28/05 12:30pm 3. Winner of ticket to CFUNITED 4. "Design Patterns and CFML" interview with Simon Horwith 5. "Database Design Fundamentals" interview with Selene B

CFMX interrupting javascript

2005-04-28 Thread Jacob
I have a script that writes html files every so often. Under CF 5, the script took about 4 to 5 seconds to create the .htm file. When I tested the same script under CF MX 6.1, it takes over 14 seconds. Same thing with CF MX 7. I went through the code, piece by piece and found out that if I have

RE: Any commercial CF products that could do this?

2005-04-28 Thread Adrian Moreno
>It doesn't get any easier than the PHPBB scripts... place in a directory, >call up a URL and bam, in a couple minutes you're live. I hate to agree with >PHP since this is a CF list, but it's a quick and easy solution and has a >lot of plugins! > >Mike Yes phpBB is a quick an easy solution. Howeve

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
This looped 50 times takes on average 1.2 to 1.4 seconds: http://XX/DVD/#trim(URL)#"">#trim(tempTitle)#  DVD http://XX/Show_Movies_Image.cfm?Image= #urlencodedformat(main_jpeg)#&type=DVD&title=#urlencodedformat(tempPopTitle) #','236','335')"" onmouseover=""window.status='See Box Art'; r

Re: Any commercial CF products that could do this?

2005-04-28 Thread Jeff Small
> Ouch. If this is for doctors, you may also run afoul of HIPPA > restrictions. > http://www.hhs.gov/ocr/hipaa/ Bingo. This is what I'm afraid of. I have an email out to Yahoo! to see exactly what their take is on it. I'll definitely let you know.

RE: Any commercial CF products that could do this?

2005-04-28 Thread Damien McKenna
There's an announcements mailing list that can be subscribed to (http://lists.sourceforge.net/mailman/listinfo/phpbb-announce) so there's no excuse. But definitely keep regular backups, just in case :) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucom

Re: Build SQL Statement and cfqueryparam

2005-04-28 Thread Matt Robertson
> Isaac, do you have a direct link for that article? It's probably right in > front of my face, but I didn't see it, and their search engine is down. Its in his sig line on his post. http://www.sys-con.com/author/?id=4806 After making the examples work on my own, it was one of the few times I ju

RE: Any commercial CF products that could do this?

2005-04-28 Thread Damien McKenna
> -Original Message- > From: Kevin Graeme [mailto:[EMAIL PROTECTED] > > Ouch. If this is for doctors, you may also run afoul of HIPPA > restrictions. http://www.hhs.gov/ocr/hipaa/ There are plugins for phpBB to make it an invite-only system. I also recommend securing it with SSL. --

Get file size on UNIX?

2005-04-28 Thread Burns, John D
I'm not a unix guy so I appologize for the (hopefully) easy question. What's the easiest way to get the file size of a file that is already sitting on the server? I need to loop over a list of files and save the file size and name of each file to a db. Any help that can be offered would be greatl

Re: Build SQL Statement and cfqueryparam

2005-04-28 Thread Matt Robertson
whoops! Sys-con has rebuilt their site and disabled Search. I really should have copied all that stuff down. Isaac, can you help? -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a n

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
you have two calls to function urlencodedformat: #urlencodedformat(main_jpeg)# #urlencodedformat(tempPopTitle)# could that have something to do with it? /t >-Original Message- >From: Jacob [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 28, 2005 5:46 PM >To: CF-Talk >Subject: RE: CFM

RE: Any commercial CF products that could do this?

2005-04-28 Thread Calvin Ward
So what's the impetus to be aggressive about this solution? Just out of curiosity... - Calvin -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 11:55 AM To: CF-Talk Subject: RE: Any commercial CF products that could do this? There's an anno

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
I removed the urlencodedformat and I was still over 1 second. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:06 AM To: CF-Talk Subject: RE: CFMX interrupting javascript - MORE you have two calls to function urlencodedformat: #urlenc

RE: Get file size on UNIX?

2005-04-28 Thread James Holmes
cfdirectory? -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, 28 April 2005 11:58 To: CF-Talk Subject: Get file size on UNIX? I'm not a unix guy so I appologize for the (hopefully) easy question. What's the easiest way to get the file size of a file that

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
did you leave the variables (#main_jpeg# and #tempPopTitle#)? can you try this: http://XX/DVD/#trim(URL)#"">#trim(tempTitle)#  DVD http://XX/Show_Movies_Image.cfm?Image= #urlencodedformat(main_jpeg)#&type=DVD&title=#urlencodedformat(tempPopTi tle) #','236','335')"" onmouseover=""window.st

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
This takes about 2.2 to 2.5 seconds. http://domain.com/Show_Movies_Image.cfm,'23 6','335')"" onmouseover=""window.status='See Box Art'; return true "" onmouseout=""window.status=''"""> This takes .2 seconds. (Removed javascript, onmouseover, onmouseout and replaced with "X") http://domain.co

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread jerry johnson
Do you have virus protection running on the machine you are writing to? It might be that the Javascript is triggering a longer virus scan than the version without it. Jerry Johnson Web Developer Dolan Media Company -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
Here is something... This takes long (2+ seconds): http://ExcaliburFilms.com/Show_Movies_Image ..cfm,'236','335')"" onmouseover=""window.status='See Box Art'; return true "" onmouseout=""window.status=''"""> This does not (.3 seconds): (I removed the "<" before the a href) http://ExcaliburFilm

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
Looped 100 times: 1.8 to 2.0 seconds. Vs. 2.3 to 2.7 seconds. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:21 AM To: CF-Talk Subject: RE: CFMX interrupting javascript - MORE did you leave the variables (#main_jpeg# and #tempPopT

Re: JDBC out of memory error

2005-04-28 Thread Thomas Chiverton
On Thursday 28 Apr 2005 15:19 pm, Robertson-Ravo, Neil (RX) wrote: > This is a well known problem with SQL Server / Java...this is not a good Well, yes, what the hell is the poor user going to do with 94000 records ?!? -- Tom Chiverton Advanced ColdFusion Programmer ~~

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
I tried that earlier thinking that AV was slowing down the writing of the file. But let me try it again. Jacob -Original Message- From: jerry johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:39 AM To: CF-Talk Subject: RE: CFMX interrupting javascript - MORE Do you hav

Re: Get file size on UNIX?

2005-04-28 Thread Barney Boisvert
CFDIRECTORY will do it, but has the cost of scanning the whole directory, which may or may not matter. You can also use java.io.File to do it like this #createObject("java", "java.io.File").init("/full/path/to/file").length()#, but that obviously has to be done individually for each file. Both of

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Kerry
Hmm, this: http://domain.com/Show_Movies_Image.cfm,'23 6','335')"" onmouseover=""window.status='See Box Art'; return true "" onmouseout=""window.status=''"> #gettickcount()-timer# took 47ms on my server. -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: 28 Apri

Maybe I'm missing something...

2005-04-28 Thread Greg Morphis
This just seems like it would and should be easy.. maybe I'm missing something.. I want my form to submit to a page and apply JS to that page. I want to strip the statusbar, toolbar, and reposition the page. But this has to be done from a window.open() function, right? So how do I pass my query to

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
i ran this a bunch of times : http://domain.com/Show_Movies_Image.cfm ,'23 6','335')"" onmouseover=""window.status='See Box Art'; return true "" onmouseout=""window.status=''"""> http://domain.com/Show_Movies_Image.cfm,'236','3 35')

Re: CFMX interrupting javascript - MORE

2005-04-28 Thread Keith Gaughan
RADEMAKERS Tanguy wrote: > you have two calls to function urlencodedformat: > > #urlencodedformat(main_jpeg)# > #urlencodedformat(tempPopTitle)# > > could that have something to do with it? Well, I wouldn't do that, nor would I get rid of the javascript: bit in the link (as such). Try this: h

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Kerry
and this: http://XX/DVD/"&trim(tmpURL)&">"&trim(tempTitle)&"  DVD http://XX/Show_Movies_Image.cfm?Image= "&urlencodedformat(main_jpeg)&"&type=DVD&title="&urlencodedformat(tempPopTit le)&"','236','335')"" onmouseover=""window.status='See Box Art'; return true "" onmouseout=""window.s

Re: Maybe I'm missing something...

2005-04-28 Thread Barney Boisvert
How about on the form submit, you do a window.open and name the window, and then set your form's target to be that same window name? cheers, barneyb On 4/28/05, Greg Morphis <[EMAIL PROTECTED]> wrote: > This just seems like it would and should be easy.. maybe I'm missing > something.. > > I wan

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
That took 4.7 seconds on my server. Maybe I am looking in the wrong direction... My server is Windows 2003 Server, IIS 6, CF MX 6.1, 2 GB RAM, DUAL 3.06 Xeon. -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:49 AM To: CF-Talk Subject: RE: CFMX in

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
Over 3 seconds on my server... Okay. Maybe it is a server problem. Weird that this only happens when I have something to do with javascript and cffile. All the other scripts I have tested on CF MX work like a champ. -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Thursd

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
Go to try this on my laptop. See what happens. Jacob -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 10:01 AM To: CF-Talk Subject: RE: CFMX interrupting javascript - MORE That took 4.7 seconds on my server. Maybe I am looking in the wrong direct

Re: Any commercial CF products that could do this?

2005-04-28 Thread Cameron Childress
> "They (doctors) need their own calendar, with only their (doctors) meetings > on it. They (doctors) need pages set up just for minutes of medical staff > meetings etc. They (doctors) need a place for memos to be posted. They > (doctors) need a way to talk to each other through the site, probably.

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Kerry
im suspicious of win2k3, maybe the comment about AV was close to the mark, but instead of AV being the culprit, its win2k3 not being happy about writing files to the system that contain script. -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 18:01 To: CF-T

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
On my laptop... Windows 2000 Server, IIS 5.0, CF MX 6.1 development edition .. .. .. .. .. .. 78 ms Is it Friday yet??? -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:56 AM To: CF-Talk Subject: RE: CFMX interrupting javascript - MORE and this

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Kerry
erm, it wont be win2k3 not liking script in files, because this: simply writes the text "line" to the file! ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
my tests were on solaris, for what it's worth (no consistent marked difference in execution times) >-Original Message- >From: Kerry [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 28, 2005 7:11 PM >To: CF-Talk >Subject: RE: CFMX interrupting javascript - MORE > >im suspicious of win2k3,

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
oh, smells like a learning experience ;) anybody else out there got a windows 2003 machine to try this on? >-Original Message- >From: Jacob [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 28, 2005 7:11 PM >To: CF-Talk >Subject: RE: CFMX interrupting javascript - MORE > >On my l

Re: Maybe I'm missing something...

2005-04-28 Thread Greg Morphis
I don't think that works. Would it get the form values? I mean you're opening a window/url with JS.. I don't think the form variables would get carried over. I'll test in a minute though. Thanks On 4/28/05, Barney Boisvert <[EMAIL PROTECTED]> wrote: > How about on the form submit, you do a window.

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
On my development server (Win 2003, IIS 6, SP1, CF MX 6.1 Updater Dual Xeon) 5 to 8 seconds. On a live server with same setup (Win 2003, IIS 6, SP1, CF MX 6.1 Updater Dual Xeon) 100 ms. -Original Message- From: Kerry [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 9:56 AM To

RE: Get file size on UNIX?

2005-04-28 Thread Burns, John D
Yeah, I guess that would work. I was thinking more along the lines of an OS function or something. I guess I can use cfdirectory with the filter to check individual files. Thanks for the idea. I've been sick so my brain isn't altogether here. John Burns Certified Advanced ColdFusion MX Develo

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
Yes... and I ran fine. LOL 18 live servers and it runs fine. 1 development server (where I run this script) it blows... Go figure. -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 10:15 AM To: CF-Talk Subject: RE: CFMX interrupting ja

Any commercial CF products that could do this?

2005-04-28 Thread Stan Winchester
Currently we have our Aftershock Forums in beta. It does not have a calendar, but it does offer public and private forums. The CMS is a very basic text based system; we will be adding database support soon for the CMS. It does not support CFC's to be compatible with CF5. It runs on BD 6.x, CF5 &

Re: Any commercial CF products that could do this?

2005-04-28 Thread Dana
no kidding. I looked into this pretty carefully once and doctors + patient information on a yahoo group is absolutely not hipaa-compliant. Dana On 4/28/05, Kevin Graeme <[EMAIL PROTECTED]> wrote: > Ouch. If this is for doctors, you may also run afoul of HIPPA restrictions. > http://www.hhs.gov/oc

CF 7 on WebSphere - what's the beef with Clustering?

2005-04-28 Thread Jim Davis
We're (finally!) considering upgrading our largeish collection of CF 4.5 apps to CF 7. The enterprise architecture is WebSphere on AIX. Our current CF apps would cost too much to convert to pure JSP/Java but are all hosted on NT 4 which we've only been able to bribe MS to support through the e

RE: Get file size on UNIX?

2005-04-28 Thread Burns, John D
Barney, Thanks, the java idea is more along the lines of what I was looking for! :-) John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 12:49

Re: Get file size on UNIX?

2005-04-28 Thread Bryan Stevenson
John...not sure if you're on MX 6/7...if so...fire up this function in a CFC...little simpler than CFDIRECTORY ;-) HTH Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell:

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread RADEMAKERS Tanguy
like it says (somewhere): "never say 'ps!', always say 'ah, interesting'" >-Original Message- >From: Jacob [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 28, 2005 7:20 PM >To: CF-Talk >Subject: RE: CFMX interrupting javascript - MORE > >Yes... and I ran fine. LOL > >18 live server

Re: CFMX interrupting javascript - MORE

2005-04-28 Thread Deanna Schneider
Do you have debugging turned on? Could that be an issue? (Just trying to brainstorm what would be different about dev and prod servers.) - Original Message - From: "Jacob" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, April 28, 2005 12:20 PM Subject: RE: CFMX interrupting javascript

RE: CF 7 on WebSphere - what's the beef with Clustering?

2005-04-28 Thread Vince Bonfanti
The best way around this issue is to run BlueDragon/J2EE, which fully supports vertical and horizontal clustering in WebSphere Network Deployment configurations. Let me know if you'd like to discuss this in more detail. Vince Bonfanti http://blog.newatlanta.com New Atlanta Communications, LLC

CF 7 on WebSphere - what's the beef with Clustering?

2005-04-28 Thread Robert Munn
Jim, here is what I see about clustering with WebSphere 5: "You can use WebSphere horizontal clusters, which have separate file systems on separate machines. In this case, ColdFusion resources are not shared. Each ColdFusion instance has a separate ColdFusion MX Administrator, and must be admin

Re: Build SQL Statement and cfqueryparam

2005-04-28 Thread S . Isaac Dealey
Well that's interesting... the author link in my sig doesn't work anymore -- looks like someone accidentally deleted the index.cfm in that directory -- and when I hit the link, I get the directory listing, even though, if I remove the query string, I get the 403 forbidden error... that can't be goo

Re: cfoutput inside cfoutput with a string coming from a db

2005-04-28 Thread Bert Dawson
or you could write your own render() function, though you'd want a bit of error trapping, and might want to use the temp directory rather than the current one. And performance is going to be a bit not great. Plus you'd want to be *very* careful about what gets passed to this function...

Re: Get file size on UNIX?

2005-04-28 Thread Rob
On 4/28/05, Burns, John D <[EMAIL PROTECTED]> wrote: > Yeah, I guess that would work. I was thinking more along the lines of an > OS function or something. something like this? ls -alh ./ | grep -v ".* \." | awk {'print $5"|" $9'} I'd go with the cfdirecotry myself ;) -- ~Blog~ http://www.rob

Re: Get file size on UNIX?

2005-04-28 Thread Rob
> I'd go with the cfdirecotry myself ;) *cfdirectory* I need a cfspell checker - stupid lexdysia -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Jacob
On or off, did not matter. Only difference in the CF settings between the dev and prod servers are the data sources. Dev server uses a dev database server and prod server uses the prod database server. Deleting the data sources on the dev server did not matter. This is only a problem with javas

RE: Client.LastVisit

2005-04-28 Thread Marcus Svensson
Thanks for all help. I solved it now with this code: SELECT dtLastAccessed FROM tblForumUsers WHERE intId = #SESSION.intId# ~| Find

Re: Maybe I'm missing something...

2005-04-28 Thread Greg Morphis
Cool, that actually worked, thanks Barney! On 4/28/05, Greg Morphis <[EMAIL PROTECTED]> wrote: > I don't think that works. Would it get the form values? I mean you're > opening a window/url with JS.. I don't think the form variables would > get carried over. I'll test in a minute though. > Thanks

RE: Get file size on UNIX?

2005-04-28 Thread RADEMAKERS Tanguy
>something like this? > >ls -alh ./ | grep -v ".* \." | awk {'print $5"|" $9'} or "wc -c" /t ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm

RE: CF 7 on WebSphere - what's the beef with Clustering?

2005-04-28 Thread Calvin Ward
Are you using Session variables? -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 1:22 PM To: CF-Talk Subject: CF 7 on WebSphere - what's the beef with Clustering? We're (finally!) considering upgrading our largeish collection of CF 4.5 apps to

RE: Get file size on UNIX?

2005-04-28 Thread RADEMAKERS Tanguy
of course i meant "wc -c [your_filename_here]" i'll just get my coat... /t >-Original Message- >From: RADEMAKERS Tanguy >Sent: Thursday, April 28, 2005 7:59 PM >To: 'cf-talk@houseoffusion.com' >Subject: RE: Get file size on UNIX? > >>something like this? >> >>ls -alh ./ | grep -v

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread jerry johnson
One more thought. Could the file write be hampered by some debug you turned on to test? Is the Application file the same? Or is that file you are writing to being accessed during the write? Have you tried to write to another filename/folder/drive? Jerry Johnson Web Developer Dolan Media Company

RE: CFMX interrupting javascript - MORE

2005-04-28 Thread Dave Watts
> 18 live servers and it runs fine. 1 development server (where I > run this script) it blows... As a betting man, I'd wager it has something to do with some other process, not CF. I know you looked at antivirus settings, but do you have any other software installed that's not on the production s

cfcomponent state persistence

2005-04-28 Thread Ben Mueller
This is probably a *really* stupid question, but I'm going to ask it anyway... If I make a call to a , specifically as a web service, the object that it instantiates only persists for that single page request, correct? Meaning, there is no simple way to make 1 web service call to instantiate th

RE: UPDATE - CFMX interrupting javascript

2005-04-28 Thread Jacob
Update... Runs 2.7 seconds: Runs .1 seconds: Writing with .htm or .html extensions takes long. Writing with .cfm, .txt, ..whatever runs fine. ~| Find out how CFTicket can increase your company's customer support efficienc

  1   2   >