Learn Programming?

Discussion in 'Programming' started by Vewgle, Dec 16, 2006.

  1. #1
    I need to know where I can find a good foundation for programming. I think i need like a programming theory lesson. I know a good way to learn programming is to look through some scripts but I want a really solid foundation. Where should I look? or what books or book should i buy? what did you do? thanks.
     
    Vewgle, Dec 16, 2006 IP
  2. adsexper

    adsexper Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have no background on programming then you should probably take a class. You should check universities for computer classes or even online. It really also depends what you want to learn.
     
    adsexper, Dec 16, 2006 IP
    Vewgle likes this.
  3. pollacks

    pollacks Peon

    Messages:
    70
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    pollacks, Dec 16, 2006 IP
    Vewgle likes this.
  4. Arkserver

    Arkserver Banned

    Messages:
    2,533
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Search for some programming tutorials, you will find lots of it depending the language you want to learn.
     
    Arkserver, Dec 16, 2006 IP
    Vewgle likes this.
  5. soju

    soju Peon

    Messages:
    2,517
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What languages do you want to learn? If we know that then we can point you to some good resources maybe.
     
    soju, Dec 16, 2006 IP
    Vewgle likes this.
  6. Bleachwork

    Bleachwork Peon

    Messages:
    31
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Classes would definitely help, but there are many solid books/sites out there that provide just as much, maybe even more, than certain classes.

    What kind of programming language are you looking for though?
     
    Bleachwork, Dec 17, 2006 IP
    Vewgle likes this.
  7. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #7
    But you haven't told us what you wanted to learn. :(
     
    Richie_Ni, Dec 17, 2006 IP
  8. Pammer

    Pammer Notable Member

    Messages:
    3,417
    Likes Received:
    397
    Best Answers:
    0
    Trophy Points:
    260
    #8
    maybe he is trying to learning php programming!
     
    Pammer, Dec 17, 2006 IP
    Vewgle likes this.
  9. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #9
    LOL!
    I believe,PHP is so popular nowadays!
    Here's the place to go:http://www.w3schools.com/php/default.asp
    *Someone told me about that site but I found it's so hard to learn it*
     
    Richie_Ni, Dec 17, 2006 IP
    Vewgle likes this.
  10. darren132

    darren132 Well-Known Member

    Messages:
    441
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    108
    #10
    If you're wanting to learn php, then just do a search on google as there are many different sources that teach it well. I also found some live tutorials on YouTube.com that some users put together, which might be very useful.
     
    darren132, Dec 17, 2006 IP
    Vewgle likes this.
  11. Vewgle

    Vewgle Active Member

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #11
    actually i was trying to learn php!! thanks for the responses! rep.
     
    Vewgle, Dec 18, 2006 IP
  12. georgechristodoulou

    georgechristodoulou Active Member

    Messages:
    153
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #12
    If you want to learn php then you must have little (syntax) knowledge of how to use "c".

    If you do know any programming language its better if you take class.
     
    georgechristodoulou, Dec 20, 2006 IP
  13. kashem

    kashem Banned

    Messages:
    1,250
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    0
    #13
    kashem, Dec 20, 2006 IP
  14. broco

    broco Peon

    Messages:
    706
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #14
    My learning method is by 'finding what you need'.

    I use to make a site clones. First i list all of the site features then search for tutorials for this function tutorial on google.

    By this method you don't waste your time by learning something you don't really need :D
     
    broco, Dec 21, 2006 IP
  15. skyhawk133

    skyhawk133 Active Member

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #15
    While http://www.php.net is a great resource, it can be overwhelming and confusing.

    You'll want to start with the basics: variables and scopes, if/else, loops, arrays, etc. Then get in to the more complicated stuff: functions, classes, databases, etc.

    I've got a few tutorials at my site: http://www.dreamincode.net/forums/showforum47.htm

    Good luck!! PHP is a very rewarding language and pretty easy once you get the hang of it.
     
    skyhawk133, Dec 28, 2006 IP
  16. Scottluvjava

    Scottluvjava Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    It is better if you have some basic understanding about MVC and Design patterns. Visit www.javaguide.co.nr for free basics, it’s not only a java site….
     
    Scottluvjava, Jul 23, 2007 IP
  17. ProgrammersTalk

    ProgrammersTalk Peon

    Messages:
    684
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #17
    first of all, google, next... try them out, then... if you get any problem, ask questions here and there...

    make your own problems or get books :D
     
    ProgrammersTalk, Jul 24, 2007 IP
  18. csroster

    csroster Guest

    Messages:
    95
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    i agree with programmer talk. although i learned c in college so PHP wasn't too extreme, I'd say just get scripts, look at tutorials and screw around to see what happens (making your own problems), then try to write your own and debug them. If you have problems there are plenty of places you can ask. I think that would be the fastest way w/o spending money on classes or books.
     
    csroster, Jul 25, 2007 IP