RE: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Clint Tredway

We use Delphi and CF here. The main reason for that is most of our products
have some standard application interfaces as well as web interfaces.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 1:48 AM
To: CF-Talk
Subject: RE: DELPHI - where does it fit in the scheme of things?



 What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a peer
 to VisualBasic and used for making COM Objects?

 Is it any good?

 Would you other webmasters live with ASP, ColdFusion AND Delphi in your
 sites?

Never used it, but I keep bumping into Delphi shops that also use CF.
There's at least a couple of those folks on the mailing list somewhere.

Delphi is basically the child of Pascal, like C++ was to C. Think of it as
Pascal++. Somewhere between Java and C++ in power/complexity. You can make
COM's with it. You can also make CFX's with it. Yes, it's roughly in the
same league as VisualBasic, Java and C++.

--min
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Joe Sheble aka Wizaerd

For those that are using Delphi, what role does it play in the 
internet?  Is it being used strictly for COM access with CF, or are there 
hidden web abilities some of us may be unaware of?

At 07:45 AM 1/9/01 -0600, you wrote:
We use Delphi and CF here. The main reason for that is most of our products
have some standard application interfaces as well as web interfaces.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 1:48 AM
To: CF-Talk
Subject: RE: DELPHI - where does it fit in the scheme of things?



  What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a peer
  to VisualBasic and used for making COM Objects?
 
  Is it any good?
 
  Would you other webmasters live with ASP, ColdFusion AND Delphi in your
  sites?

Never used it, but I keep bumping into Delphi shops that also use CF.
There's at least a couple of those folks on the mailing list somewhere.

Delphi is basically the child of Pascal, like C++ was to C. Think of it as
Pascal++. Somewhere between Java and C++ in power/complexity. You can make
COM's with it. You can also make CFX's with it. Yes, it's roughly in the
same league as VisualBasic, Java and C++.

--min

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Clint Tredway

We use it for all of our COM stuff and for all of our stand alone Windows
apps. Delphi can be used as a CGI by using its ISAPI capabilities. There are
those that argue that Delphi's ISAPI is superior(in speed) to ASP,CF, or
whatever. I still think that it is personal preference as to what any
developer uses. I am not sure how you would set up your web server to use
Delphi's ISAPI, but it is an option that you have. 

One thing we consider when we are trying to decide what 'Technology' to use,
is when the person who creates this app is gone, how hard is it to find good
CF,ASP, or Delphi programmers?

HTH,

Clint

-Original Message-
From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 7:50 AM
To: CF-Talk
Subject: RE: DELPHI - where does it fit in the scheme of things?


For those that are using Delphi, what role does it play in the 
internet?  Is it being used strictly for COM access with CF, or are there 
hidden web abilities some of us may be unaware of?

At 07:45 AM 1/9/01 -0600, you wrote:
We use Delphi and CF here. The main reason for that is most of our products
have some standard application interfaces as well as web interfaces.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 1:48 AM
To: CF-Talk
Subject: RE: DELPHI - where does it fit in the scheme of things?



  What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a peer
  to VisualBasic and used for making COM Objects?
 
  Is it any good?
 
  Would you other webmasters live with ASP, ColdFusion AND Delphi in your
  sites?

Never used it, but I keep bumping into Delphi shops that also use CF.
There's at least a couple of those folks on the mailing list somewhere.

Delphi is basically the child of Pascal, like C++ was to C. Think of it as
Pascal++. Somewhere between Java and C++ in power/complexity. You can make
COM's with it. You can also make CFX's with it. Yes, it's roughly in the
same league as VisualBasic, Java and C++.

--min

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Marius Milosav

Delphi is a client/server RAD development tool, developed by Borland
(Inprise or whatever they are called this days). Main competitors are (were)
Visual Basic and PowerBuilder.

If I'm not mistaken ColdFusion Studio was built using Delphi. form more
information go to Borland home page.

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm

- Original Message -
From: "Joe Sheble aka Wizaerd" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, January 09, 2001 8:50 AM
Subject: RE: DELPHI - where does it fit in the scheme of things?


 For those that are using Delphi, what role does it play in the
 internet?  Is it being used strictly for COM access with CF, or are there
 hidden web abilities some of us may be unaware of?

 At 07:45 AM 1/9/01 -0600, you wrote:
 We use Delphi and CF here. The main reason for that is most of our
products
 have some standard application interfaces as well as web interfaces.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 09, 2001 1:48 AM
 To: CF-Talk
 Subject: RE: DELPHI - where does it fit in the scheme of things?
 
 
 
   What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a
peer
   to VisualBasic and used for making COM Objects?
  
   Is it any good?
  
   Would you other webmasters live with ASP, ColdFusion AND Delphi in
your
   sites?
 
 Never used it, but I keep bumping into Delphi shops that also use CF.
 There's at least a couple of those folks on the mailing list somewhere.
 
 Delphi is basically the child of Pascal, like C++ was to C. Think of it
as
 Pascal++. Somewhere between Java and C++ in power/complexity. You can
make
 COM's with it. You can also make CFX's with it. Yes, it's roughly in the
 same league as VisualBasic, Java and C++.
 
 --min
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Jamie Keane

I remember that Nick Bradbury's original releases of Homesite (before HS was
bought by Allaire, which begat CFStudio...) was a Delphi app.  It would
stand to reason, then, that the current releases at least have some Delphi
floating around in them.  And wasn't there a known bug with how Delphi
handled Z-Order that caused CFStudio/HS that caused it not to "pop forward"
on window focus?  I recall having a problem with this at the previous job,
and I think it was attributed to a Delphi glitch.  I can't remember exactly.

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.849.7771 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Marius Milosav [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Tuesday, January 09, 2001 9:00 AM
Subject: Re: DELPHI - where does it fit in the scheme of things?


Delphi is a client/server RAD development tool, developed by Borland
(Inprise or whatever they are called this days). Main competitors are
(were)
Visual Basic and PowerBuilder.

If I'm not mistaken ColdFusion Studio was built using Delphi. form more
information go to Borland home page.

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Help Desk Demo (VHD)
www.scorpiosoft.com/vhd/login.cfm

- Original Message -
From: "Joe Sheble aka Wizaerd" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, January 09, 2001 8:50 AM
Subject: RE: DELPHI - where does it fit in the scheme of things?


 For those that are using Delphi, what role does it play in the
 internet?  Is it being used strictly for COM access with CF, or are there
 hidden web abilities some of us may be unaware of?

 At 07:45 AM 1/9/01 -0600, you wrote:
 We use Delphi and CF here. The main reason for that is most of our
products
 have some standard application interfaces as well as web interfaces.
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 09, 2001 1:48 AM
 To: CF-Talk
 Subject: RE: DELPHI - where does it fit in the scheme of things?
 
 
 
   What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a
peer
   to VisualBasic and used for making COM Objects?
  
   Is it any good?
  
   Would you other webmasters live with ASP, ColdFusion AND Delphi in
your
   sites?
 
 Never used it, but I keep bumping into Delphi shops that also use CF.
 There's at least a couple of those folks on the mailing list somewhere.
 
 Delphi is basically the child of Pascal, like C++ was to C. Think of it
as
 Pascal++. Somewhere between Java and C++ in power/complexity. You can
make
 COM's with it. You can also make CFX's with it. Yes, it's roughly in the
 same league as VisualBasic, Java and C++.
 
 --min
 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread JayB


If I'm not mistaken ColdFusion Studio was built using Delphi. form more
information go to Borland home page.


Think you a right. I seem to remember one of the Allaire beta guys 
mentioning that this was the case



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: DELPHI - where does it fit in the scheme of things?

2001-01-09 Thread Bryan Batchelder

Yeah, its all Delphi based.  I recall this, because the Allaire developers
said they would not port CF Studio to linux until Delphi showed up there
(which it is about to...so maybe they will port it soon :-)

--b

--
Bryan BatchelderHome:727.547.1322
Web Application Developer   Work:813.935.7100 x427
Cell:727.460.6665
--
 Company:http://www.connectwise.com
Personal:http://pontiphex.stetsonsucks.com
 PGP Key:http://pontiphex.stetsonsucks.com/pgp.txt
--
At the macro level, it may appear that I am doing
nothing.  But at the cellular level I am really
quite busy.

 -Original Message-
 From: JayB [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 09, 2001 10:55 AM
 To: CF-Talk
 Subject: Re: DELPHI - where does it fit in the scheme of things?
 
 
 
 If I'm not mistaken ColdFusion Studio was built using 
 Delphi. form more
 information go to Borland home page.
 
 
 Think you a right. I seem to remember one of the Allaire beta guys 
 mentioning that this was the case
 
 
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



DELPHI - where does it fit in the scheme of things?

2001-01-08 Thread Michael Kear

At one of my sites, an employee who has some influence over my client
decision maker has started saying they need to use Delphi in our site,
presumably to give himself a role in the web site.

We already have too many technologies in my opinion - ASP, ColdFusion,
static HTML pages, and my immediate reaction is to pour cold water on the
notion of using DELPHI anywhere.

But I confess, I don't know a lot about Delphi, and before I react, I
wanted to find out from some of you knowledgeable people whether I'm about
to knock a great idea on the head.

What is Delphi?  Is it a peer to ASP and ColdFusion or is it more a peer
to VisualBasic and used for making COM Objects?

Is it any good?

Would you other webmasters live with ASP, ColdFusion AND Delphi in your
sites?   

Aside from the politics involved, what are the issues I face having Delphi
added to my mix of technologies?


Cheers,
Mike Kear
AFP WebWorks
Windsor, NSW, Australia


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists