1. The trade part of Lethal Zone has fully been taken over by FoG (Fortress of Gamers) and this site can no longer be used to make appeals. If you feel that your tag is unjust, please file an appeal over at https://f-o-g.eu.trade instead.

Code academy

Discussion in 'Lethal Chat' started by ReX.be, Mar 2, 2013.

  1. ReX.be

    ReX.be Registered

    Joined:
    Apr 22, 2007
    Messages:
    3,071
    Likes Received:
    0
  2. *Gaz

    *Gaz Registered

    Joined:
    Apr 17, 2011
    Messages:
    864
    Likes Received:
    0
    Went through the first lesson, being interactive makes it kind of entertaining ^^
     
  3. Killvion

    Killvion Registered

    Joined:
    Aug 31, 2008
    Messages:
    10,172
    Likes Received:
    0
    Fun and all, but if you'd want to do this without the website, would these things work in cmd or something? Or only in some coding program?
     
  4. Q-Ball

    Q-Ball Registered

    Joined:
    Oct 7, 2009
    Messages:
    1,441
    Likes Received:
    0
    Looks more like pseudo code to me :)
     
  5. Snelvuur

    Snelvuur King of Sand

    Joined:
    Sep 27, 2008
    Messages:
    4,036
    Likes Received:
    76
    I prefer <a class="postlink" href="http://www.codeschool.com/" onclick="window.open(this.href);return false;">http://www.codeschool.com/</a>
     
  6. Alias

    Alias Registered

    Joined:
    Jun 6, 2009
    Messages:
    2,959
    Likes Received:
    0
    For the client side stuff (HTML, CSS, Javascript/jQuery) you can simply make a file with the extension (.html .css .js), put your code in there and open the html file in your browser.

    It's when you need to do server side coding (PHP etc) you need a webserver.
     
  7. Morrolan

    Morrolan Registered

    Joined:
    May 30, 2009
    Messages:
    1,841
    Likes Received:
    1
    Seems to be Javascript.

    Edit: Also contains tutorials for Python and Ruby.

    @Killvion: Python&Ruby provide interactive shells where you can try it, Javascript can be tested out in your browser, so can HTML&CSS.
     
  8. ReX.be

    ReX.be Registered

    Joined:
    Apr 22, 2007
    Messages:
    3,071
    Likes Received:
    0
    Jup it's fun to learn, but I'm a little scared for when it gets to hard to follow :) easy parts at start :p