RE: CF Editor

2007-06-27 Thread Dave Watts
Yeah, but EX5.5 is defunk now, I mean didn't support stop on this like 2 or so years ago? I'm sure it has, but the fact is, they have the patch. It's a very simple patch apparently. They just want you to pay - a lot - for it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

Create PowerPoint Files

2007-06-27 Thread Todd Mathews
We need to be able to create PPT file output from CF. Has anyone else done this that can share any info? We're looking at the Aspose components and would love to hear from anyone else who has used them or might have some CF centric sample code. It is amazing how difficult it is to write PPT

RE: CF Editor

2007-06-27 Thread Eric Roberts
Too many religious fanatics ;-) Eric -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 11:28 AM To: CF-Talk Subject: RE: CF Editor I think this all started out as a civil conversation of opinions but you seem to be becoming increasingly

RE: CF Editor

2007-06-27 Thread Eric Roberts
I am the same way...the only time the wysiwyg part comes up if there is a table that just isn't cooperating. I could probably count the number of times I have used the WYSIWYG iinterface on DW on both hands over the past 3 or 4 years since Macromedia bought Allaire and they decided to can

RE: CFFTP

2007-06-27 Thread Dave Watts
That gives me a statusCode variable 404 Not Found. I thought it'd error on a non-existent page, but it gives me the content of the 404. Interesting. Could you use that to check if the file exists? How would an HTTP request tell you anything about what's on an FTP server? Dave Watts, CTO,

Re: CFFTP

2007-06-27 Thread Will Tomlinson
Does any one have code or suggestions on using CFFTP to check an FTP server to see if a file exists on the FTP server? I've never done this before, but just setup a test using cfhttp cfhttp url=http://208.106.220.252/somenonexistentpage.cfm; result=thepage cfdump var=#thepage# That gives

Re: CF Editor

2007-06-27 Thread Greg Luce
So aside from commercial plugins, if they are all covered by gnu license could you package up a Signature Build and distribute it or even sell it? Greg On 6/27/07, Charlie Griefer [EMAIL PROTECTED] wrote: as he said... he's using a specific plugin that's commercial. so, yeah :) On 6/27/07,

Re: CFFTP

2007-06-27 Thread Alan Rother
Here is one I did awhile back !--- Open an FTP connection to the Customer Server [ASR] --- cfftp action=LISTDIR name=Variables.qFTPDir server=#Variables.FTPserver# username=#Variables.FTPuser# password=#Variables.FTPpassword#

Re: Query of Query with dates

2007-06-27 Thread Michael Dinowitz
A fast search pulled up a mention that this works for the same problem in early MX releases. Might work in 5 cfqueryparam value=#someDate# cfsqltype=CF_SQL_DATE Using ColdFusion5. Is there a secret to working with dates in a query of a query? I keep getting zero rows from any date

Re: Meeting Reservation System

2007-06-27 Thread Alan Rother
Hey Eric, What do you mean exactly by, Meeting Reservations System. I work for a company that specializes in meeting software. We might have what you're looking for. On 6/27/07, Eric J. Hoffman [EMAIL PROTECTED] wrote: Does one exist in CF? I have googled, and checked CFTagStore, but not

RE: CF Editor

2007-06-27 Thread Rick Faircloth
Would it be an appropriate perspective to say that Eclipse and CFEclipse would be more for companies with Multiple developers working together? I'm currently just coding everything in Homesite 5.5 and It works fine for me. I'm an independent developer, so I don't Have to worry about someone

Re: CF Editor

2007-06-27 Thread Greg Luce
Not sure what you're saying here. What is a product? And the rest of the paragraph just doesn't make sense. In my case: because it is a product. Together with configuration, documentation and training in SVN, Ant, EAR-files, automated testing, clusters and what more you need to bring a CF

Re: Meeting Reservation System

2007-06-27 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have written one for my company which I am in the process of re-writing it to fix a couple of bugs in regards to the WYSIWYG Editor that I used when someone pastes a description from Word. You can take a look at http://workshops.niesc.k12.in.us

Re: CFFTP

2007-06-27 Thread Will Tomlinson
How would an HTTP request tell you anything about what's on an FTP server? Thanks for making my point Dave. :) Will ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now

Re: CF Editor

2007-06-27 Thread Charlie Griefer
this is pretty close... http://www.cfeclipse.org/download/ it's Eclipse with CFE already bundled in. Certainly enough to get one started, no? On 6/27/07, Greg Luce [EMAIL PROTECTED] wrote: So aside from commercial plugins, if they are all covered by gnu license could you package up a

RE: Meeting Reservation System

2007-06-27 Thread Eric J. Hoffman
We utilize Breeze/Connect for and online meetings itself. More along the lines of creating a meeting instance on a calendar day, sending out invitations, tracking responses, providing location info/maps/blah, customized graphics and admin options for meeting types, etc etc. They want it built

RE: CF Editor

2007-06-27 Thread Dave Watts
Not sure what you're saying here. What is a product? And the rest of the paragraph just doesn't make sense. I believe his company sells a packaged version of Eclipse with plugins and configuration, ready for use. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software

RE: CF Editor

2007-06-27 Thread Dave Watts
Would it be an appropriate perspective to say that Eclipse and CFEclipse would be more for companies with Multiple developers working together? Not really. Version control, management, etc, is useful for one person just as it is for multiple people. I don't have a running history of

Re: CF Editor

2007-06-27 Thread Dean Lawrence
On 6/27/07, Greg Luce [EMAIL PROTECTED] wrote: So aside from commercial plugins, if they are all covered by gnu license could you package up a Signature Build and distribute it or even sell it? Greg Greg, This is what Jochem was refering to. They package Eclipse and a number of other

Re: CF Editor

2007-06-27 Thread Greg Luce
Yeah, I guess that's a start. But even I figured out how to install one plugin - CFEclipse. I'm more interested in the uber-geek dozens of plugins and configurations/strategies I've heard in this thread. Makes me think I'm behind the curve using Homesite. Greg On 6/27/07, Charlie Griefer [EMAIL

Re: CF Editor

2007-06-27 Thread Brian Kotek
In my view, you're playing with fire, Rick. Even if you're a single developer, I'd urge you in the strongest way to start using version control (Subversion). Copying and pasting your code is better than nothing, but for virtually no cost at all (in money or effort) you can be getting so much more.

Re: CF Editor

2007-06-27 Thread Brian Kotek
Not really. First, the MyEclipse stuff is installed into the core plugins folder for the Eclipse installation, and trying to separate out what is or isn't commercial would be pretty tough. I also keep my workspaces, Eclipse installations, and extensions (all other plugins) in separate folders so

RE: CF Editor

2007-06-27 Thread Russ
Sounds to me like your system is so old that it would pay to buy a new PC with 2-4GB of ram instead of upgrading the current ram. I remember rambus being around for a very short time as a transitional ram to what we currently use. There are some cheap Dell configurations, and you can get a

Re: CF Editor

2007-06-27 Thread Brian Kotek
Here's one for$120: http://www.memory-up.com/memory_finders/DesktopSelector.aspx?modelId=12225sp=800si=512MBty=Nsystem=1utm_source=Froogleutm_medium=referral But yes, even that is a ridiculous price. I always thought Dell sucked somewhat but that is just downright evil.

RE: CF Editor

2007-06-27 Thread Eric Roberts
That would be irrelevant to having 1 developer or 500 developers... That would be a subject for subversion...not eclipse. DW does have a commercial plugin for subversion. Using Tortoise instead of a plugin is more of a minor inconvenience than anything else..I worked in a few shops that did

Re: CF Editor

2007-06-27 Thread Aaron Rouse
But all of that does not have to be controlled by the coding IDE or in some cases it can not be because of how a place might be setup. Where I do the bulk of my work they require us to use their own homebuilt system which oddly enough is all web based and done in CF. No one likes using it but

<    1   2