Results 1 to 4 of 4

Thread: Where can I learn how to code a website smilar to this?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Arn's Avatar Sponge worthy
    Join Date
    Jan 2008
    Location
    Örebro Sweden
    Posts
    822

    Default Where can I learn how to code a website smilar to this?

    http://sloganmaker.com/

    I just know some basic HTML and CSS coding. This thing is controlled by Java-script am I right?

    So exactly like in the link:
    I want to code a web page that can randomly pick one of several sentences that I've made,
    and put newly typed words in a predefined spot that exists in each sentence.
    I made a lot of music for RS II, and that is very awesome because RS II is a very awesome mod!

  2. #2

    Default Re: Where can I learn how to code a website smilar to this?

    Or PHP. Basic premise is to make a bunch of strings, add them into an array, take the input, assign it to a variable, take a random array number, then display the input in front of the array's string.

    http://www.w3schools.com/php/default.asp

    You can have it up and running in an hour.
    Under the Patronage of Leonidas the Lion|Patron of Imperator of Rome - Dewy - Crazyeyesreaper|American and Proud

  3. #3
    ROFL Copter's Avatar Vicarius
    Join Date
    Oct 2008
    Location
    Edmonton, Alberta, Canada
    Posts
    2,616

    Default Re: Where can I learn how to code a website smilar to this?

    You could technically write something like that in any language fairly easily.

  4. #4
    Arn's Avatar Sponge worthy
    Join Date
    Jan 2008
    Location
    Örebro Sweden
    Posts
    822

    Default Re: Where can I learn how to code a website smilar to this?

    Great, thanks. I'm gonna check the PHP tutorials at w3schools. I'm pretty sure that it'll take me more than an hour though. I'm very new to scripting.
    I made a lot of music for RS II, and that is very awesome because RS II is a very awesome mod!

Posting Permissions

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