where to start with?

Discussion in 'Programming General' started by arukit, May 22, 2009.

where to start with?
  1. Unread #1 - May 22, 2009 at 6:12 PM
  2. arukit
    Joined:
    Mar 15, 2009
    Posts:
    252
    Referrals:
    0
    Sythe Gold:
    0

    arukit Forum Addict

    where to start with?

    hey I am just starting to learn the programming languages and was wondering where to start out at? I have never actaully studied any of the languages but I do know bits and pieces since my mom worked at microsoft b4
     
  3. Unread #2 - May 23, 2009 at 9:19 AM
  4. i am java
    Joined:
    Apr 9, 2008
    Posts:
    231
    Referrals:
    0
    Sythe Gold:
    0

    i am java Active Member

    where to start with?

    Well, it all depends. Do you want to build websites or make computer programs?
     
  5. Unread #3 - May 23, 2009 at 7:53 PM
  6. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    where to start with?

  7. Unread #4 - May 24, 2009 at 4:05 AM
  8. crackmyknuckles
    Joined:
    Jan 9, 2009
    Posts:
    15
    Referrals:
    0
    Sythe Gold:
    0

    crackmyknuckles Newcomer

    where to start with?

    Or you can do like I did and go HTML, CSS, PHP, Javascript, Java then C#..

    I dont recommend it tho... Was annoying as hell changing over from a Non-OO Language to a OO Language >_<
     
  9. Unread #5 - May 24, 2009 at 5:53 AM
  10. Darthatron
    Joined:
    May 22, 2006
    Posts:
    1,612
    Referrals:
    3
    Sythe Gold:
    0

    Darthatron Massive Troll
    Retired Sectional Moderator Visual Basic Programmers

    where to start with?

    HTML, CSS, PHP and Javascript don't compile so they are scripting languages, not programming languages.
     
  11. Unread #6 - May 24, 2009 at 6:08 AM
  12. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    where to start with?

    Then why the hell are you posting? >_<

    But personally, I found moving to OOP a welcome relief from my previous programming experiences.
     
  13. Unread #7 - May 25, 2009 at 3:19 PM
  14. hampe-92
    Joined:
    Jul 10, 2008
    Posts:
    328
    Referrals:
    0
    Sythe Gold:
    0

    hampe-92 Forum Addict

    where to start with?

    html and css isn't scripting languages.. html is a markup language and css, I don't know what it should be called but w/e..
    anyway, I would suggest C#, powerful, pretty easy and attractive on the business market...
     
  15. Unread #8 - May 27, 2009 at 12:22 PM
  16. JVT
    Joined:
    May 22, 2009
    Posts:
    13
    Referrals:
    0
    Sythe Gold:
    0

    JVT Newcomer

    where to start with?

    They are compiled at run time I think. Like Lua, which is compiled at run time.... A scripting language is basically a programming language... Just some like PHP have a lot more credibility than others...

    If you want to make applications, go with one of the .net languages.....
     
  17. Unread #9 - May 27, 2009 at 11:49 PM
  18. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    where to start with?

    As Hampe said HTML is a markup language and it's debatable how CSS should be classified although most would say it's in the same category.

    PHP and Javascript are both scripting languages as you said but not because of the fact that they doesn't compile. USUALLY scripting languages are interpreted but that is not always the case (nor does it mean all interpreted languages are scripting languages). Scripting languages enhance and interact with the functionality of other programs/software/applications/environments as Javascript and PHP do with websites, web applications, widgets, etc.

    None of HTML/CSS/PHP/Javascript are compiled (interpreted, yes) although I do recall reading about Javascript/PHP compilers being developed they aren't the original intended use and certainly aren't used very much right now. I'm pretty sure Lua is also interpreted although I don't know much about the language I just read an article on it a while back.
     
  19. Unread #10 - May 28, 2009 at 9:50 AM
  20. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    where to start with?

    I am pretty sure that Chrome compiles JavaScript before it is run... Either way scripting languages are basically programming, depending on how complex they are.

    I write some simple stuff in Lua on garrysmod and I am pretty sure it is compiled before it is run....

    Anyways.... Arguing about scripting languages never goes anywhere... So I'l stfu. D:
     
  21. Unread #11 - May 28, 2009 at 10:18 PM
  22. Fictional
    Joined:
    May 27, 2009
    Posts:
    147
    Referrals:
    1
    Sythe Gold:
    0

    Fictional Active Member
    Banned

    where to start with?

    If you want to start Javascripts download an IDE first.

    But if you really want basic Programming...

    Try learning HTML and CSS.
     
  23. Unread #12 - May 28, 2009 at 10:21 PM
  24. i am java
    Joined:
    Apr 9, 2008
    Posts:
    231
    Referrals:
    0
    Sythe Gold:
    0

    i am java Active Member

    where to start with?

    Neither of which are really programming. S/he should really be learning something s/he can benefit from later if s/he wants to continue learning programming. ;)
     
  25. Unread #13 - May 28, 2009 at 10:46 PM
  26. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    where to start with?

    You don't need an IDE for JavaScript...... >____________>.....


    HTML and CSS is a good place to start to get into the coding world.... Everyone needs to know them at least basically.
     
  27. Unread #14 - May 29, 2009 at 2:08 AM
  28. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    where to start with?

    HTML is a markup language and CSS is stylesheets.

    And I don't recommend learning HTML at all. If you're going for design, at least begin with XHTML (EXtensible HyperText Markup Language). XHTML takes the best out of HTML and uses the strictness of XML. All styling is done via CSS.
     
  29. Unread #15 - May 29, 2009 at 3:01 AM
  30. samy
    Joined:
    Dec 1, 2005
    Posts:
    168
    Referrals:
    1
    Sythe Gold:
    0

    samy Active Member
    Banned

    where to start with?

    I'd suggest start out with Java or C#. They are both relatively easy to learn and teach good programming habits.

    I would defiantly suggest not starting with C++ or Visual Basic. C++ is often hard for beginners to learn as a first language. Visual Basic is crap and is going to hell, end of story.

    I doubt that he was looking to learn web programming.:p

    Anyway, good luck on your programming journey!
     
  31. Unread #16 - May 29, 2009 at 6:35 AM
  32. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    where to start with?

    Pfff. Fine. Go learn (X)Html. >_____________>....
     
  33. Unread #17 - May 30, 2009 at 1:07 PM
  34. hampe-92
    Joined:
    Jul 10, 2008
    Posts:
    328
    Referrals:
    0
    Sythe Gold:
    0

    hampe-92 Forum Addict

    where to start with?

    it's still html tho.. just a newer version...
     
  35. Unread #18 - May 30, 2009 at 2:44 PM
  36. i am java
    Joined:
    Apr 9, 2008
    Posts:
    231
    Referrals:
    0
    Sythe Gold:
    0

    i am java Active Member

    where to start with?

    [​IMG]

    See the part of the chart that says "Time spent trying to get the layout to work using only CSS before giving up and using tables"? Yea, I don't like spending that much time on it.o_O
     
  37. Unread #19 - May 30, 2009 at 6:52 PM
  38. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    where to start with?

    CSS design is easy... I've found that 90% of the time spent is trying to get the goddam code to work in IE.

    And also, tables suck. Use divisions please.
     
  39. Unread #20 - May 30, 2009 at 6:59 PM
  40. i am java
    Joined:
    Apr 9, 2008
    Posts:
    231
    Referrals:
    0
    Sythe Gold:
    0

    i am java Active Member

    where to start with?

    I heard the new IE is x/HTML and CSS compliant now. D:

    I use tables because I tend to not have time to keep trying to make a code entirely suitable for all browsers. Tables work fine for me, so I think I will stick with them.
     
< Need a coder for a start up website business | How can I webbrowser control flat? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site