I want to learn to code, recommendations?

Discussion in 'Programming' started by MrPoloShirt, Nov 19, 2006.

  1. #1
    I just came with an idea and I want to learn a language so I can create it.

    I want to create a web based news-like page (I will not give anymore details.) Think of it like Digg.

    What would be the best code to learn to create such a website?
     
    MrPoloShirt, Nov 19, 2006 IP
  2. Pat Gael

    Pat Gael Banned

    Messages:
    1,331
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Pat Gael, Nov 19, 2006 IP
    MrPoloShirt likes this.
  3. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #3
    Not knowing your background it is hard to know exactly. My feeling is if you have had no formal programming instruction you should get your first exposure in a structured classroom/seminar environment or online class. If you have been exposed to any form of programming would say grab a book or online tutorial and run with it.

    Before doing anything I would look at the tutorials Pat recommended and see if they met your needs. Programmers tend to pick up a new language extremely fast.
     
    Smyrl, Nov 19, 2006 IP
    MrPoloShirt likes this.
  4. MrPoloShirt

    MrPoloShirt Peon

    Messages:
    475
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What I am asking is, what is the most useful/flexible programming language for building a Digg-like site?

    Thanks for the links Pat, I will take a look at them.
     
    MrPoloShirt, Nov 19, 2006 IP
  5. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    PHP, ASP, ASP.net, Ruby on Rails, and of course SQL(mysql, postgresql, mssql, etc.) pick your poison :p
     
    crazybjörn, Nov 20, 2006 IP
  6. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #6
    It seems to me like everyone is migrating to PHP, mySQL combination.
     
    Smyrl, Nov 20, 2006 IP
  7. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It only happens to be the most popular server side combination, plus it's availability from online hosts is just unbeatable.
     
    crazybjörn, Nov 20, 2006 IP
  8. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #8
    For your guidance, the digg clones are all built in PHP and MySql. One is called pligg. It started as a straight clone and appears to be morphing into a CMS.
     
    clancey, Nov 20, 2006 IP
  9. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #9
    that's mainly because both are free and widely used ;)
     
    daboss, Nov 20, 2006 IP
  10. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I agree with smyrl, if your learning your first language try a class. Friends might be willing to teach you to code too, i find tutoring in programming goes incredibly fast. After you have learned one language you'll be able to assimilate new ones at a high rate since all the languages have the same basic logic commands.

    As for a digg like site you should go for php and mysql since its free and easy to learn. A digg site isn't really too complicated so its a good initial project to learn php on.
     
    klown, Nov 20, 2006 IP
  11. vid

    vid Peon

    Messages:
    209
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    If you know some other programing language like C, C++, etc., PHP is best one! Otherwise doesn't matter PHP, ASP, JSP ... :)
     
    vid, Nov 21, 2006 IP