... Many thanks for all of your comments on this. They have all been enlightening. Tom ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
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...
I think you both collaborated to write the code ;-) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com ... From: Rick...
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...
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...
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...
... Well 2 things... First I use SVN to manage all my code changes, so in the unlikely event that Dreamweaver did corrupt a file, recovery is pretty simple....
... Notpad has an odd relationship to line-feeds and carriage returns -- at least in my experience... If I copy something from notepad to paste into an html...
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....
... 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,...
On Sun, Jun 1, 2008 at 8:37 AM, Phillip M. Vector ... window -> preferences -> cfeclipse -> file parser -> "parse variables as you type" (uncheck) -- A byte...
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----- ...
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...
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...
ColdFusion ALWAYS runs top a JEE container. The most significant difference between JEE mode and "standalone" mode is how the directories are organized. I...
... To be accurate, it understands those carriage returns just fine. What it doesn't understand is that, on a Mac, a carriage return is used alone to represent...
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...
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...
... I'd skip learning it, and jump straight to the (free) Mylyn plugin, which automatically filters the file navigator based on what files you actually worked...
... DW mangles my code (I've seen it do it, years ago). Eclipse, in many years of using it, has never mangled my code. So just on the balance of probability,...
... *When you notice*. -- Tom Chiverton **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells...
Hi there I'm just wondering if anyone out there would have a guide or some things to look for when critically analyzing a website for a client. I have 2...
You may look out there at some java classes and see if you can find something that can read the attributes of the wav file or even load the whole wav into...
After being at cf.Objective() and seeing Eclipse used and promoted by so many developers, I'm doing my best to adopt it. Code completion and integrated FTP...
There is a pretty good thread about this over at Ray Camden's site http://www.coldfusionjedi.com/index.cfm/2007/10/11/ColdFusion-Code-Beautifiers There is also...