Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.13 seconds.

  1. Replies
    13
    Views
    1,034

    Re: Making a web site in Java

    Then honestly, it might be better to just start with static html and css. It doesn't sound like you have any use for a server (other than to host your files), and all you really need is a collection...
  2. Replies
    13
    Views
    1,034

    Re: Making a web site in Java

    Not really. Flash is on its way out, and html5, css, and javascript are the standard frontend "languages" as they have the most cross-platform support (think mobile devices here).

    What exactly is...
  3. Replies
    13
    Views
    1,034

    Re: Making a web site in Java

    The word "dynamic" is one of those words that's thrown around so much that it doesn't have any actual meaning anymore.

    One use of the word (and the way I took it) when referring to a "dynamic...
  4. Replies
    13
    Views
    1,034

    Re: Making a web site in Java

    Nope.
  5. Replies
    13
    Views
    1,034

    Re: Making a web site in Java

    There are two sides to a website:

    The front-end: This is the html, css, and javascript that you see.

    The server-side: This is the code that runs on the server that does stuff like connect to...
Results 1 to 5 of 5