Closed Thread Icon

Preserved Topic: Java and asp, cgi, or ssi (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17924" title="Pages that link to Preserved Topic: Java and asp, cgi, or ssi (Page 1 of 1)" rel="nofollow" >Preserved Topic: Java and asp, cgi, or ssi <span class="small">(Page 1 of 1)</span>\

 
At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-06-2001 19:44

Which goes better? Or which even goes?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-06-2001 20:02

It depends on what you want to do...

At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-06-2001 20:12

Some of it is going to be forms where users can log in and make a bio page of them selves.

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-06-2001 21:34

You can do that using PERL/PHP/JSP/ASP. But, which one you'll choose depends on what your web server supports...

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 04-06-2001 22:06

Another thing that limits you, is the language you know best. All of the expert advise I have gotten on this question basically boils down to which one you know best.

-mage-

At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-07-2001 00:22

Well, I know none best. This is a future project I want to do. As it is right now I can only do very basic java.

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 04-07-2001 00:43
code:
public class HelloWorld
{
public static void main (strings[] args)
{
System.out.println("Hello World");
}
}



or

code:
document.write("Hello World");



Because if you know the first one, then the other languages become much easier.

<edit>Hello World Typo, do I ever feel sheepish</edit>

-mage-

[This message has been edited by WarMage (edited 04-07-2001).]

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-07-2001 09:11

Atomic, personally I would suggest you to learn PHP...

At0mic_PC
Bipolar (III) Inmate

From: Columbia MS USA
Insane since: Apr 2001

posted posted 04-08-2001 03:26

All in time my good man all in time. Since I have the Java2 book I'm going to go with that. Later who knows PHP, C++ and a few others are on my list. I'm not going to school for it so it may take me a while. I have a lot of ideas I want to do. Some may be reinvinting the wheel but who knows.

God bless,
Atomic

« BackwardsOnwards »

Show Forum Drop Down Menu