Be a Supporter!

web building languages

  • 678 Views
  • 4 Replies
New Topic Respond to this Topic
eloesstee
eloesstee
  • Member since: Sep. 15, 2001
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
web building languages 2001-10-22 16:55:45 Reply

does anyone know what kind of languages i'd need to learn to make a site like newgrounds. i need to figure out how to make it so people can post movies, like in the portal, and make it so people have to sign up.

liljim
liljim
  • Member since: Dec. 16, 1999
  • Offline.
Forum Stats
Staff
Level 28
Blank Slate
Response to web building languages 2001-10-22 20:09:01 Reply

At 10/22/01 04:55 PM, eloesstee wrote: does anyone know what kind of languages i'd need to learn to make a site like newgrounds. i need to figure out how to make it so people can post movies, like in the portal, and make it so people have to sign up.

Basic Html

Server side:
PHP / ASP / Perl (/CGI)

Client side:
javascript / vbscript

There are more (like java (*shudder*)) but you can look up web programming languages for the net in yahoo, so that's what you should do.

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to web building languages 2001-10-26 10:07:17 Reply

At 10/22/01 08:09 PM, liljim wrote: Basic Html

Server side:
PHP / ASP / Perl (/CGI)

Client side:
javascript / vbscript

There are more (like java (*shudder*)) but you can look up web programming languages for the net in yahoo, so that's what you should do.

Fuck that, Java all the way! JSP!!
ASP sucks Ross's balls and CGI is old and weak. Go with either PHP or JSP.

QwaNkerkas
QwaNkerkas
  • Member since: Sep. 23, 2001
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to web building languages 2001-11-06 23:49:03 Reply

At 10/22/01 04:55 PM, eloesstee wrote: does anyone know what kind of languages i'd need to learn to make a site like newgrounds. i need to figure out how to make it so people can post movies, like in the portal, and make it so people have to sign up.

Basic HTML
Advanced HTML
PHP and MySQL
Java Script

And some other stuff but those are the first things that came in my mind.

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to web building languages 2001-11-15 16:15:53 Reply

At 11/6/01 11:49 PM, Ghost-Puppet wrote: Basic HTML
Advanced HTML
PHP and MySQL
Java Script

How can you have Basic and Advanced HTML? It's all one thing - it's all basic. You got your head, body, tables, etc. Anything above that is not HTML.