| View previous topic :: View next topic |
| Author |
Message |
Hadi Hariri Guest
|
Posted: Sun Jun 26, 2005 6:48 am Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
Raul Trasviqa wrote:
| Quote: | Hi, I am starting to use IntraWeb components. I have programed for
about 6 years using delphi, but I just starting to use Delphi 7.
I see in the demosintraWeb something that looks to be related with
internet web sites.
My question it's , can use this intraWeb components to make a webSite
using IIS ?
|
Yes of course you can. See the GuessDLL demo in the demos folder.
| Quote: | How can I do this ? I mean when I run the Web sample I don't see the
address of the page, and seeing the directory of the project I don't
see anything can be adressed from the browsed, so my question is, if
I make directory c:inetpubwwwrootprojDir public as
localhostprojDir and my project is called myProj.exe how can I
access the page from the browser. Thank You.
|
Please look at the documentation. It's all explained with examples of
configuring IIS, etc.
|
|
| Back to top |
|
 |
VT Venkatesh Guest
|
Posted: Sun Jun 26, 2005 1:10 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
I had asked a similar question & i was given the reply that IW can be used
only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW similar to
what is available for Delphi 2005 (asp.net examples)
Venkatesh
"Hadi Hariri" <bounce_mail (AT) hadihariri (DOT) com> wrote
| Quote: | Raul Trasviqa wrote:
Hi, I am starting to use IntraWeb components. I have programed for
about 6 years using delphi, but I just starting to use Delphi 7.
I see in the demosintraWeb something that looks to be related with
internet web sites.
My question it's , can use this intraWeb components to make a webSite
using IIS ?
Yes of course you can. See the GuessDLL demo in the demos folder.
How can I do this ? I mean when I run the Web sample I don't see the
address of the page, and seeing the directory of the project I don't
see anything can be adressed from the browsed, so my question is, if
I make directory c:inetpubwwwrootprojDir public as
localhostprojDir and my project is called myProj.exe how can I
access the page from the browser. Thank You.
Please look at the documentation. It's all explained with examples of
configuring IIS, etc.
|
|
|
| Back to top |
|
 |
VT Venkatesh Guest
|
Posted: Sun Jun 26, 2005 1:13 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
I forgot to mention that the reply was given by
Chad Z. Hower aka Kudzu
Venkatesh
"VT Venkatesh" <venks (AT) vsnl (DOT) com> wrote
| Quote: | I had asked a similar question & i was given the reply that IW can be used
only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW similar
to
what is available for Delphi 2005 (asp.net examples)
Venkatesh
"Hadi Hariri" <bounce_mail (AT) hadihariri (DOT) com> wrote in message
news:42be4fc5$1 (AT) newsgroups (DOT) borland.com...
Raul Trasviqa wrote:
Hi, I am starting to use IntraWeb components. I have programed for
about 6 years using delphi, but I just starting to use Delphi 7.
I see in the demosintraWeb something that looks to be related with
internet web sites.
My question it's , can use this intraWeb components to make a webSite
using IIS ?
Yes of course you can. See the GuessDLL demo in the demos folder.
How can I do this ? I mean when I run the Web sample I don't see the
address of the page, and seeing the directory of the project I don't
see anything can be adressed from the browsed, so my question is, if
I make directory c:inetpubwwwrootprojDir public as
localhostprojDir and my project is called myProj.exe how can I
access the page from the browser. Thank You.
Please look at the documentation. It's all explained with examples of
configuring IIS, etc.
|
|
|
| Back to top |
|
 |
Hadi Hariri Guest
|
Posted: Mon Jun 27, 2005 1:31 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
Raul Trasviqa wrote:
| Quote: | Thank You, I made the demosguess a Virtual Directory localhostiw
and I accessed from the browse the GuessDLLstart
but it ask me for a Username and a Password can you call me which
Username and password do I hiave to type ?
|
That is because you have not configured IIS/NTFS correctly. Did you
read the manual?
|
|
| Back to top |
|
 |
Hadi Hariri Guest
|
Posted: Mon Jun 27, 2005 1:32 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
VT Venkatesh wrote:
| Quote: | I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
I had also asked for a proper demo for making a web site with IW
similar to what is available for Delphi 2005 (asp.net examples)
Venkatesh
|
Can you use Delphi to make "Hello World" Application? It's the same
thing. Intraweb is designed to use it's full power to develop
applications. However you can use both the Application mode or the Page
Mode to develop dynamic websites. You can also use Intraweb pages
(IWP'S). Depends on your needs.
You might also be interested in looking at www.atozed.com/iws (IntraWeb
Studio)
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Mon Jun 27, 2005 2:31 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
| Quote: | I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
|
It works equally well for web applications and web sites, but it really
shines when buiding web applications due to it's state management.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Mon Jun 27, 2005 2:31 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
| Quote: | I forgot to mention that the reply was given by
|
Then you misunderstood his reply.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
| Back to top |
|
 |
VT Venkatesh Guest
|
Posted: Mon Jun 27, 2005 2:56 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
I did not
Venkatesh
"Jason Southwell" <jason (AT) southwell (DOT) net> wrote
| Quote: |
I forgot to mention that the reply was given by
Then you misunderstood his reply.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
|
| Back to top |
|
 |
Geovany Guest
|
Posted: Mon Jun 27, 2005 3:08 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
Raul Trasviņa wrote:
| Quote: | My question it's , can use this intraWeb components to make a webSite using
IIS ?
|
First,I think that IW is for biuld Web APPLICATIONS no for websites, we
ca use it but you`re not going to use all the features and the powerfull
of IW...
Geovany Ayala
Los Mochis, Sinaloa, Mexico
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Mon Jun 27, 2005 3:51 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
If that was your conclusion, then you most certainly did.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
| Back to top |
|
 |
VT Venkatesh Guest
|
Posted: Mon Jun 27, 2005 4:12 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
If that is your understanding then you are misunderstanding !
Venkatesh
"Jason Southwell" <jason (AT) southwell (DOT) net> wrote
| Quote: |
I did not
If that was your conclusion, then you most certainly did.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Mon Jun 27, 2005 4:28 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
| Quote: | If that is your understanding then you are misunderstanding !
From: "VT Venkatesh"
Date: Sun, 26 Jun 2005 18:40:51 +0530
Message-ID: <42bea97d$1 (AT) newsgroups (DOT) borland.com
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
|
This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.
But even AppMode can be used to develop websites, though it's overkill.
A great example of such a site is http://dipex.org.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
| Back to top |
|
 |
VT Venkatesh Guest
|
Posted: Mon Jun 27, 2005 4:37 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
My intention is not to prolong the argumnet.How ever i am not able to find
my post & Chad's reply.
If they can be reproduced you would understand what i am trying to convey
Venkatesh
"Jason Southwell" <jason (AT) southwell (DOT) net> wrote
| Quote: |
If that is your understanding then you are misunderstanding !
From: "VT Venkatesh"
Date: Sun, 26 Jun 2005 18:40:51 +0530
Message-ID: <42bea97d$1 (AT) newsgroups (DOT) borland.com
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.
But even AppMode can be used to develop websites, though it's overkill.
A great example of such a site is http://dipex.org.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
|
| Back to top |
|
 |
Geovany Guest
|
Posted: Mon Jun 27, 2005 4:53 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
Jason Southwell wrote:
| Quote: | If that is your understanding then you are misunderstanding !
From: "VT Venkatesh"
Date: Sun, 26 Jun 2005 18:40:51 +0530
Message-ID: <42bea97d$1 (AT) newsgroups (DOT) borland.com
I had asked a similar question & i was given the reply that IW can be
used only for web applications & not web sites.
What new feature has been introduced to make this possible?
This is clearly a misunderstanding because it is 100% untrue. PageMode
has been around since IW 4 (IIRC) and Chad, the person you are quoting,
knows this well.
But even AppMode can be used to develop websites, though it's overkill.
A great example of such a site is http://dipex.org.
In fact, we can biuld "websites" with iw but for what you can do it with |
others script languajes and you'll say with iw too, but for me is easier
build biuld websites with php or asp that iw, why because, iw doesn`t
let us use a 100% the javascript that es my reason.... we have to
override events or some thing like that to do that and that doesn`t help
us...
Geovany Ayala
Los Mochis, Sinaloa, Mexico
|
|
| Back to top |
|
 |
Jason Southwell Guest
|
Posted: Mon Jun 27, 2005 5:34 pm Post subject: Re: Can I use IntraWeb to make Internet WebSites? |
|
|
| Quote: | My intention is not to prolong the argumnet.How ever i am not able to
find my post & Chad's reply.
If they can be reproduced you would understand what i am trying to
convey Venkatesh
|
The misunderstanding may have been on Chad's side when replying to your
answer. But as long as the facts are correct and everyone understands
that websites are in fact possible and easy via IntraWeb, then I have
no desire to continue the discussion either.
--
Jason Southwell
www.arcanatech.com
Delphi & IntraWeb Components
Consulting and Contracting
Incident Based Support
|
|
| Back to top |
|
 |
|