Re: Best CF editor?

2008-06-01 Thread Massimo Foti
Unless someone tells me the code view doesn't change code - I will never run DW. Period. I believe someone earlier in the thread said that it was indeed fixed, but who would want to use an editor w/o knowing if it will muck with your code?? The problem with the XML's entities is now fixed in

Re: Dynamic Code Execution

2008-06-01 Thread Tom Bishop
Hi, I'm not sure if this is possible or not. What I want to do is store snippets of coldfusion code (for an email template) in a database. I then want to take that database record, load it into a variable and then have coldfusion process the variable as if it were code that was written

Coldfusion Won't Restart...

2008-06-01 Thread Kim Hoopingarner
I have just tried to put cfx_imageinfomx into my ColdFusion world - and in doing so I now have the server not wanting to start. I know the problem - not sure how to fix. I have accidentally placed in the java classes the wrong directory path name. The error in the logs is stating

RE: Feels kinda dumb to ask this, but...

2008-06-01 Thread Bobby Hartsfield
I think you both collaborated to write the code ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2008 9:15 PM To: CF-Talk Subject: RE: Feels kinda dumb to ask

Re: Coldfusion Won't Restart...

2008-06-01 Thread Wil Genovese
Your most likely going to have to edit the jvm.config file by hand. For cfmx7 the file is usually located in coldfusionmx7/runtime/bin. If your lucky the cfadmin made a backup of the last good version. Otherwise you will have to fix the file by hand. What version of CF are you running?

Re: Best CF editor?

2008-06-01 Thread Raymond Camden
I think Massimo's point a msg ok makes a good point. You are right - no program is w/o bugs. But I'd rather avoid the bugs I know about. Anyway, this is just my personal opinion now. On Sat, May 31, 2008 at 10:48 PM, Kay Smoljak [EMAIL PROTECTED] wrote: On Sun, Jun 1, 2008 at 11:18 AM, Raymond

Re: Coldfusion Won't Restart...

2008-06-01 Thread Kim Hoopingarner
Thanks, Wil! I found the config file and was able to fix it. Whew! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k

Eclipse Question

2008-06-01 Thread Phillip M. Vector
Since we are talking about Eclipse... When I type some code, allot of times, a window will show up giving me choices of queries above it. Does anyone know how to disable this? I hate pressing enter after a line and have it put a query name where I meant to just end the line.

Re: Best CF editor?

2008-06-01 Thread s. isaac dealey
Ok, but if you KNOW that there is a 0.01% chance of DW messing with your code, that wouldn't worry you? I can just imagine the hours wasted trying to figure out why somehting isn't working and it turns out to be the editor messing with the file. Sorry - even if it is 1 in a 1000, or 1 in

Re: Best CF editor?

2008-06-01 Thread s. isaac dealey
How do you know with 100% certainty that some other editor is not going to change the code on you in some odd ball case? I honestly think I have had Notepad, if it was not this then it was some built-in editor on this Mac, change a display character on me before, should I ban that from use

RE: Best Coldfusion Formatters or Coldfusion Beautifiers

2008-06-01 Thread Scott Stewart
I actually learned ColdFusion by fixing someone else's horrendous code, no indentations, no whitespace for clarity, it might as well have all been on one line. -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell)

Re: Best Coldfusion Formatters or Coldfusion Beautifiers

2008-06-01 Thread Gerald Guido
Yeah, but *GREAT* indenting :)) Oddly enough both of those came from the same script. By far the highest wtfpm ratio I have seen to date. http://www.osnews.com/story/19266/WTFs_m On Sat, May 31, 2008 at 12:19 AM, Dave Francis [EMAIL PROTECTED] wrote: He also did not grasp the concept of

RE: Eclipse Question

2008-06-01 Thread Eric Roberts
It does that not just with queries, but also with variable names...it is quite annoying and one of my beefs with eclipse. Eric /*-Original Message- /*From: Phillip M. Vector [mailto:[EMAIL PROTECTED] /*Sent: Sunday, June 01, 2008 10:37 AM /*To: CF-Talk /*Subject: Eclipse Question /*

Re: Eclipse Question

2008-06-01 Thread Charlie Griefer
On Sun, Jun 1, 2008 at 8:37 AM, Phillip M. Vector [EMAIL PROTECTED] wrote: Since we are talking about Eclipse... When I type some code, allot of times, a window will show up giving me choices of queries above it. Does anyone know how to disable this? I hate pressing enter after a line and

Any Disadvantages to running CF atop J2EE?

2008-06-01 Thread Dan LeGate
I've read up about a lot of advantages of having CF run on top of a J2EE application server, a couple of which are application isolation and scalability with clustering, but I was wondering if there are any distinct disadvantages? Are there any particular advantages to picking a specific J2EE

Re: Best CF editor?

2008-06-01 Thread Aaron Rouse
So the bugs that you have been made known about, you do in fact use those specific syntaxes in XML? On Sun, Jun 1, 2008 at 9:57 AM, Raymond Camden [EMAIL PROTECTED] wrote: I think Massimo's point a msg ok makes a good point. You are right - no program is w/o bugs. But I'd rather avoid the bugs

proposal

2008-06-01 Thread Toby King
Hi All I had been working on a proposal over the last 3-4 days and it was in a final draft for a potential client in Sydney. I have had the unfortunate experience of having my house broken into and have had stolen both a server and 2 laptops (one with the final proposal) stored on it. I have

Re: Any Disadvantages to running CF atop J2EE?

2008-06-01 Thread Barney Boisvert
ColdFusion ALWAYS runs top a JEE container. The most significant difference between JEE mode and standalone mode is how the directories are organized. I run all my personal CFs on top of Tomcat, except on my server where I run CF Standard, and therefore must use standalone mode (on JRun). At

RE: Best CF editor?

2008-06-01 Thread Dave Watts
It's similarly unable to understand the carriage returns inserted into documents on Macs, so when you open those you get one big mass of text with no returns at all. To be accurate, it understands those carriage returns just fine. What it doesn't understand is that, on a Mac, a carriage

Get length of .WAV file

2008-06-01 Thread Dave Phillips
Hi all, What is the best (easiest) way to get the length of a wav file. I don't want the file size, I can get that with CFDIRECTORY. I want the length of the audio in time. I found a tax called cfx_audioinf here on the HOF, but it became obsolete in 2003. I don't know why it's obsolete,

Re: Get length of .WAV file

2008-06-01 Thread Dave Phillips
As a follow up, I installed the CFX tag and it is returning 0 seconds on my .WAV files, so it doesn't seem to work anyway. I really need to find a way to identify the length in time of a .WAV file. Please let me know if you know how. Thanks! Dave