What is the programming language for sites that have extensions other than programming languages (IE:.php,.cfm,.html)

dezell123

Banned
Dec 14, 2000
554
0
0
Like for Juno,they have an extension of .juno instead of a regular .HTML, what programming language is this done in? It seems rrather intresting :)
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
First off...

html isn't a programming language, and the extension is arbitrary. You simply need to associate the appropriate extension to a given mime type in the server you're using. In IIS, it's quite easy.

So, you could have all your extensions be .dezell if you wanted, it'll still be a content type of text/html, thus it'll be rendered as html.
 

Cenalian

Senior member
Jul 3, 2001
681
0
0
I would still consider HTML a language though... its just that you don't need the .htm or .html for it to run properly.
 
Nov 7, 2000
16,403
3
81
html is more a "formatting" "language" than a "programming" "language"
":)"
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
Exactly, hence hypertext *markup* language :)

At any rate, it's horrible, and the world would be much better w/o it.
 

Pastore

Diamond Member
Feb 9, 2000
9,728
0
76


<< What would you suggest? >>


ALL Flash and ASP would make me very happy :)

But of course you need HTML to incorporate Flash and ASP into pages.. so...
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
The &quot;next HTML&quot;, known as XHTML will clear up many of the anamolies in today's HTML. I can't suggest a replacement, as the ubiquity of browsers that render HTML makes it a necessity, at least now.

My preferences lie in different areas, but I still have to accomodate our web end-users.