Re: Coldfusion restarting itself

2008-07-05 Thread James Holmes
The only other suggestion I have is to try the 1.5 JDK. On Sat, Jul 5, 2008 at 1:26 PM, Rick Root [EMAIL PROTECTED] wrote: On Sat, Jul 5, 2008 at 12:05 AM, Rick Root [EMAIL PROTECTED] wrote: On Fri, Jul 4, 2008 at 10:59 PM, Rick Root [EMAIL PROTECTED] wrote: On Fri, Jul 4, 2008 at 8:41 PM,

Re: Stopping Vacation Messages on BCC'd emails

2008-07-05 Thread Dan LeGate
What email server are you using Kamru? Is that a custom field you built into your email server, or a built-in one? Thanks! Dan Kamru Miah wrote: In my company we add 'cfmailparam name=Precedence value=bulk' after the cfmail .. tag and the email server is 'told' to avoid sending any

cflayoutarea 'oncollapse' event?

2008-07-05 Thread Richard White
hi, we have an interface that uses cflayout and cflayout areas tags that splits the interface into 2 sections. we need to run some code when the user clicks the collapse button '' that collapses the left section. does anyone know how we can do this, such as an event handler thanks

cfgrid retrieved via ajax issue

2008-07-05 Thread Doug Boude (rhymes with 'loud')
Hi all. I am retrieving a template via an ajax call. That template contains a cfgrid. I have already overcome the issue of having to import the 'grid' tags via cfajaxproxy in the parent page, but am not getting a JS error when the grid loads after the call. Here is the error (from Firebug):

Re: Coldfusion restarting itself

2008-07-05 Thread Rick Root
Update server has been up over 17 hours now without a restart, serving slightly over 180,000 requests for .cfm pages. Ultimately, we backed off cfimage and switched to CFX_ImageCR3 and we seem to have considerably FEWER problems in terms of performance. Rick

Just a little cfcase tip...

2008-07-05 Thread Rick Faircloth
Tip of the Day... When using multiple values with CFCASE, e.g., cfcase value = 1,2,3 don't put a space after the comma in the value list. This works: cfcase value = red,blue,green This doesn't: cfcase value = red, blue, green This drove me crazy all day! Maybe this will save someone's

Re: Just a little cfcase tip...

2008-07-05 Thread Charlie Griefer
On Sat, Jul 5, 2008 at 7:02 PM, Rick Faircloth [EMAIL PROTECTED] wrote: Tip of the Day... When using multiple values with CFCASE, e.g., cfcase value = 1,2,3 don't put a space after the comma in the value list. This works: cfcase value = red,blue,green This doesn't: cfcase value = red,

RE: Just a little cfcase tip...

2008-07-05 Thread Rick Faircloth
Thanks for the extra info, Charlie! While learning typing a lng time ago, I, like everyone else, was taught to put a space after every comma. So, instinct tells me to put a space after every comma. Oh the aggravation following the rules can cause! -Original Message- From: Charlie

Re: Just a little cfcase tip...

2008-07-05 Thread Barney Boisvert
Space-after-comma is an English rule, not a typing rule. Each language has it's rules and idioms that apply to uses of the language. Obviously some are media specific (there are no spaces in spoken language), but they're bound to the language itself, not the media. cheers, barneyb On Sat, Jul

Re: Just a little cfcase tip...

2008-07-05 Thread Josh Nathanson
+1 on getting ass-chomped by that same issue -- more than once. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, July 05, 2008 7:13 PM Subject: RE: Just a little cfcase tip... Thanks for the extra info, Charlie!

Re: Just a little cfcase tip...

2008-07-05 Thread Azadi Saryev
Rick Faircloth wrote: This doesn't: cfcase value = red, blue, green This drove me crazy all day! it does this way: cfcase value = red, green, blue delimiters=, Azadi ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Just a little cfcase tip...

2008-07-05 Thread Barney Boisvert
But not this way: cfcase value = red, green, blue, blueish purple delimiters=, On Sat, Jul 5, 2008 at 9:31 PM, Azadi Saryev [EMAIL PROTECTED] wrote: Rick Faircloth wrote: This doesn't: cfcase value = red, blue, green This drove me crazy all day! it does this way: cfcase value = red,

Re: Just a little cfcase tip...

2008-07-05 Thread Matt Robertson
been there and done that :-) -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial