RE: Dynamic image resizing etc.

2003-11-17 Thread Nathan Strutz
is larger than 5x your thumbnail, you may need to blur it twice before resizing. 2. Use imagemagick. It's a good program and works really well. This is what I ended up doing. -nathan strutz -Original Message- From: John Burns [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 10:12 AM

RE: Dynamic image resizing etc.

2003-11-17 Thread Nathan Strutz
Ditto on that. There's an imagemagick tagset out there, but it always caused more problems than it solved and created way more overhead that it seemed I would ever need. -nathan strutz -Original Message- From: cf-talk [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 1:06 PM

RE: Manually clearing CF cache

2003-11-14 Thread Nathan Strutz
Actually, I made a udf for this... http://www.cflib.org/udf.cfm?ID=895 although I haven't had a need for it since the 6.1 upgrade came out. -nathan strutz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 7:43 AM To: CF-Talk Subject: RE

RE: Odd db error

2003-11-12 Thread Nathan Strutz
Microsoft's JDBC driver), check this page for info: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_config_mssql2 000.htm -nathan strutz -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 12:51 PM To: CF-Talk Subject: Odd db error What

RE: Alternate ways of uploading files.

2003-11-06 Thread Nathan Strutz
I've had luck passing the cffile form field name as a variableName type (specified in cfargument type=variableName), then have the cffile in the function in the cfc. Then in my cffile, I just use formfield=#arguments.formfield#. should help -nathan -Original Message- From: Tangorre,

RE: CFC from App to Request scope?

2003-10-30 Thread Nathan Strutz
to all users on your site and can cause race conditions, you should lock, however, do the locking IN the CFC, around the lines that require the locks, not outside and around it. -nathan strutz [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Sorting Algorithm ala Netflix

2003-10-30 Thread Nathan Strutz
form.movie2=2 form.movie3=3 form.movie4=2 (this one doesn't match, so do your stuff) form.movie5=5 It's not all necessarily flawless, but the sorting thing does make more sense using arrays. Then, after sorting, re-insert them all into the DB in the new order. -nathan strutz -Original

RE: JAVA 1.4 vs CFMX Java

2003-10-24 Thread Nathan Strutz
to be faster than sun's), but YMMV. -nathan strutz -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 5:36 AM To: CF-Talk Subject: JAVA 1.4 vs CFMX Java I know I can swap out which Java to use, but is it better to use the latest version

RE: DataDirect JDBC drivers (shipped with CFMX)..

2003-10-24 Thread Nathan Strutz
Joe, Robert, anyone... I've decided to give the MS JDBC drivers a go. What's the procedure for installing them to make CF use the Microsoft drivers over the DataDirect ones? I would imagine copying the jar files to the cfmx\lib folder would be a start...? Thanks -nathan strutz -Original

Could not connect to JRUN server

2003-10-22 Thread Nathan Strutz
in .NET) thanks -nathan strutz [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Could not connect to JRUN server

2003-10-22 Thread Nathan Strutz
Thanks, Unfortunately we have already applied this patch (which did help solve its intended problem), and our web servers CPUs tend to be low, up to 25% and down near 5% normally. These boxes really aren't that busy, but we still get the error. -nathan strutz -Original Message- From

RE: Could not connect to JRUN server

2003-10-22 Thread Nathan Strutz
of code, it's random and allthroughout. Thanks for the input though -nathan strutz -Original Message- From: Walt Sparrow-Hood [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:35 PM To: CF-Talk Subject: Re:Could not connect to JRUN server Nathan, I've ben struggling

RE: Could not connect to JRUN server

2003-10-22 Thread Nathan Strutz
Oops, my mistake, I just realized that Calvin's message was intended for Mr. Eugene. Yes, Joe, install the patch! (sorry) -nathan strutz -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:56 PM To: CF-Talk Subject: RE: Could not connect

RE: JRun (Problems starting cfusion Server)

2003-10-20 Thread Nathan Strutz
, save and start 'em up. -nathan strutz -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Sunday, October 19, 2003 10:07 PM To: CF-Talk Subject: JRun (Problems starting cfusion Server) I am having problems starting cfusionon Win2k J2EE Configuration. This happened after i

RE: DataDirect JDBC drivers (shipped with CFMX)..

2003-10-17 Thread Nathan Strutz
DataDirect 3.2, add 4096 null under load. -nathan strutz -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 2:07 PM To: CF-Talk Subject: DataDirect JDBC drivers (shipped with CFMX).. Apparently whichever way you go there's going to be an issue

RE: Programmatically set debug options

2003-10-16 Thread Nathan Strutz
to you on how to implement this feature. I really love the ability to do this. -nathan strutz -Original Message- From: Suyer, Ed [PRD Non-JJ] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 9:49 AM To: CF-Talk Subject: Programmatically set debug options I know it's possible to turn

RE: Linux Newbie

2003-10-16 Thread Nathan Strutz
. You might have to partition your linux drives by yourself in the linux setup, as it prefers to have a swap partition, a main partition, and sometimes more. (i did this a few weeks ago, still don't know what i'm doing) -nathan strutz -Original Message- From: GH - CF [mailto:[EMAIL

RE: Sleep in CFMX?

2003-10-15 Thread Nathan Strutz
Oh gee, i'm famous :) -nathan strutz -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 9:59 AM To: CF-Talk Subject: Fw: Sleep in CFMX? Posted to another list, this is a very cool function for CFMX and an even more interesting way

RE: lite source control for Homesite+ ?

2003-10-15 Thread Nathan Strutz
/cvsbook.html -nathan strutz -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 8:59 AM To: CF-Talk Subject: RE: lite source control for Homesite+ ? At 11:40 15/10/2003 -0400, you wrote: I know you said you don't want to set up version control but I really

RE: Survey: Open Source CF Stuff

2003-10-11 Thread Nathan Strutz
. CFLib.org has small functions that I don't try to change or circumvent. Then, for large projects, sometimes I change the look but that's it. The problem is with those mid-sized projects. They aren't a whole encompassing solution, so you have to hack them to pieces. -nathan strutz [Todays Threads

RE: Coldfusion VS Zope (Python) ... HELP!!

2003-10-10 Thread Nathan Strutz
language, you'll still have crappy code, just in another language...') -nathan strutz -Original Message- From: brob [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 9:25 AM To: CF-Talk Subject: Re: Coldfusion VS Zope (Python) ... HELP!! Not only is he non technical, but also non

RE: Why am I getting Bad regular expression

2003-10-10 Thread Nathan Strutz
} or \-\-. Of course I can't test this since MX's RegEx engine is vastly different. -nathan strutz -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 10:39 AM To: CF-Talk Subject: Why am I getting Bad regular _expression_ I'm trying to write

RE: [Macromedia][SQLServer JDBC Driver] No more data available to read

2003-10-08 Thread Nathan Strutz
start up reliably that way. -nathan strutz -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:22 PM To: CF-Talk Subject: RE: [Macromedia][SQLServer JDBC Driver] No more data available to read We still receive this error as well

RE: I need a java image tag

2003-10-07 Thread Nathan Strutz
crisp and clean. -nathan strutz -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 12:49 PM To: CF-Talk Subject: Re: I need a java image tag It totally destroys the image when you make a thumbnail. I didn't have this problem before

cffile moving on linux

2003-10-06 Thread Nathan Strutz
the destination folder. The permissions are set to root-root rw-r-r, and I have confirmed Jrun logs in as root. I can copy the file to the final destination and delete the original, but I just can't move it. Any insight would be appreciated. Thanks! -nathan strutz [Todays Threads] [This Message

RE: CFC's

2003-10-03 Thread Nathan Strutz
they are persistant and will already be set or modified for the user after it runs, you should probably set return=void, unless you have some other data you actually want returned. -nathan strutz -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 10

RE: security flaw in web services

2003-10-02 Thread Nathan Strutz
they're sending login information to. -nathan strutz -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 2:52 PM To: CF-Talk Subject: security flaw in web services It looks to me like there's a problem with web services, specifically

RE: session expire question

2003-09-23 Thread Nathan Strutz
That will be 24 hours after the last page hit, just as setting it to 15 minutes times out after 15 minutes of inactivity. -nathan strutz -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:01 PM To: CF-Talk Subject: session expire

RE: session expire question

2003-09-23 Thread Nathan Strutz
If in doubt, make it 24 hours instead of 1 day :) -nathan strutz -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 9:07 PM To: CF-Talk Subject: RE: session expire question aight. thanks. i just seemed that a sessiontimeoutthat i had

<    2   3   4   5   6   7