Results 1 to 4 of 4

Thread: How would I classify these???

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    52

    How would I classify these???

    hey, quick question here. How would I classify these scripting languages: HTML, XHTML, CSS, DHTML, XML, PHP, javascript, Actionscripts, CGI, and ASP???? Can I just label them web langauges or Web programming or Scripting languauges or just Internet Programming???

    Which classification is best???
    Web languages
    Web programming
    Scripting languages
    Internet Programming


    thanks for all the help

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    HTML, XML, XHTML, DHTML
    Markup languages

    PHP, CGI, and ASP
    Server-side scripting languages

    javascript, Actionscripts
    Client-side scripting languages

    and i guess
    CSS
    is a transformational language
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Eh, I'd put CSS under Web Development. Although it really isn't a language of anykind. It's a style definition - I wouldn't call it transformational, as it doesn't transform anything, it just dictates how it should look. Now, XSL on the otherhand would be transformational, since it has the capability to transform the data from one set to another.

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    CSS is a declarative styling language.

    DHTML is not a language at all, but the idea of combining HTML and JavaScript to make pages that get modified without contacting the server.

    ASP isn't a language either, but a framework, like JSP and CGI. To be precise, they are specifications on how a server is to handle special requests. In ASP, it contains instructions on how to handle combinations of markup and a server-side scripting language (VBScript or JScript, usually). In JSP, it's the same, but using Java as language and allowing more declarative languages like special tags. In CGI, it's how to start external applications to handle the requests.


    All together I would classify them as web technologies.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width