English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

It seems like there are many programming languages out there. I see wierd names i do not understand all the time. What are the most widley used to make a website? My website would include a wizard to search content, a few forums, a place to post pics and videos and links to adveritsers. What is the best code to use or mix of codes to use?

2006-08-02 10:36:57 · 8 answers · asked by bill 2 in Computers & Internet Programming & Design

8 answers

The basic web page is written in HTML. This is a markup language rather than a programming language, and the document is downloaded and parsed by your browser. It can include CSS (cascading style sheets) to give 'styles' to the various 'elements' on the page (for instance you can set each image to have a dotted border round it if you so wish). You can include javascript or VB script in web pages in order to run programs (scripts) on your page. All of these run on the browser.
You can have serverside languages like PHP, PERL, ASP etc which can access files and databeses and other recources on the server and produce a page using that data. It outputs the data using HTML/CSS/Javacsript (as above). The beauty of using these languages is you can write a script for, say, a blog, get user input via HTML forms, store it in a databese, then recall it and display it neatly formatted with HTML via another script.

For what you want, PHP and MySQL database would be a good setup

2006-08-02 11:08:37 · answer #1 · answered by coffeeaddict_uk 3 · 0 1

Selection of programming depends upon a number of factors. Of course, to meet your requirments you would require a server side language to programmatically create webpages that you need. Two good technologies that are widely used are php and Asp( also .Net). But before selecting any language check following parameters

1. Your past experience in such programming
2. Ease of use
3. Available Help over the internet
4. Available source code
5. Cost of Deployment

If I consider all these factors I would select PHP.

2006-08-02 21:42:36 · answer #2 · answered by Tahir J. Malik 2 · 0 0

HTML is the base of all websites. many invlude other supplement languages such as PHP ASP and javascropt. If you have no experience just use an editor like frontpage

2006-08-02 17:41:21 · answer #3 · answered by yankovicfan6 3 · 0 0

PHP to create the HTML pages programatically, embedded with minor pieces of JavaScript as necessary.

2006-08-02 17:41:39 · answer #4 · answered by Arkangyle 4 · 0 0

You should learn how to program first before you choose the language. How can you know what to use until you know what languages you are good at and prefer?

2006-08-02 18:31:41 · answer #5 · answered by evolver 6 · 0 0

Rebol to write your HTML and javascript.

2006-08-02 17:48:10 · answer #6 · answered by Anonymous · 0 0

The clear answer is assembly. It would show everyone how hardcore you are.

2006-08-02 17:42:00 · answer #7 · answered by les_w_s 2 · 0 0

for my site i use obviously html and php and i know ppl who also use ajax

2006-08-02 18:16:51 · answer #8 · answered by yukk3l 2 · 0 0

fedest.com, questions and answers