Author Topic: Programming..  (Read 2170 times)

Offline .SaLiH.

  • Contributor
  • WickedSick Member
  • *
  • Topic Author
  • Posts: 1652
  • Country: jp
  • Karma: +218/-74
  • http://twitch.tv/hazure97
  • Awards Deer Member LA Ladder #11-25 [EPIC] VIP Member [EPIC] Winner of 5 Signature of the Week Contest [EPIC] Winner of 1 Photo Manipulation Contest [COMMON] Winner of 1 Challenge of the Week [COMMON] Winner of 3 Photoshop Challenge Contests [RARE] Shadow Raze Tour Award [RARE] 2v2 SHOM Tournament Winner [RARE] MadBalls Tournament Winner [RARE] Junior Tournament Member [RARE] Best Couple (2v2) Tour Winner [RARE]
    • View Profile
    • Awards
Programming..
« on: December 01, 2014, 20:00 »
I want to start programming but idk how or from which program.. Anyone who could help me to start?
Quote
SO, IF YOU WILL BE IN THIS STATE EVER, GO AND FIGHT IT, LOL

Offline LexMonster

  • Honored member
  • HolyShit Member
  • *
  • Posts: 6070
  • Country: de
  • Karma: +697/-164
  • Server Account: Lexy
    PSR: Loading
    Games: Loading
    Wins/Loses: Loading/Loading
    Hero K/D/A: Loading
    Creep K/D/N: Loading
    Show/hide more stats
  • Awards Winner of 3 Signature of the Week Contest [RARE] Winner of 5 Photoshop Challenge Contests [EPIC] Tours staff member [RARE] Forum staff member [RARE] GodLike Tournament Member [LEGENDARY] Uther Party Tournament Winner [COMMON] 5v5 Xmas Tournament Winner [EPIC] Drummer - Music Quiz #2 [RARE] Bell Ringer - Music Quiz #3 [COMMON] Footman Tour Winner Award [RARE]
    • View Profile
    • Awards
Re: Programming..
« Reply #1 on: December 02, 2014, 21:51 »
Start with PHP & Java via Netbeans programm

Offline .SaLiH.

  • Contributor
  • WickedSick Member
  • *
  • Topic Author
  • Posts: 1652
  • Country: jp
  • Karma: +218/-74
  • http://twitch.tv/hazure97
  • Awards Deer Member LA Ladder #11-25 [EPIC] VIP Member [EPIC] Winner of 5 Signature of the Week Contest [EPIC] Winner of 1 Photo Manipulation Contest [COMMON] Winner of 1 Challenge of the Week [COMMON] Winner of 3 Photoshop Challenge Contests [RARE] Shadow Raze Tour Award [RARE] 2v2 SHOM Tournament Winner [RARE] MadBalls Tournament Winner [RARE] Junior Tournament Member [RARE] Best Couple (2v2) Tour Winner [RARE]
    • View Profile
    • Awards
Re: Programming..
« Reply #2 on: December 02, 2014, 22:09 »
thank you for your interest

btw can you tell me what is difference between Java SE and Java EE?
Quote
SO, IF YOU WILL BE IN THIS STATE EVER, GO AND FIGHT IT, LOL

Offline div.ide

  • Honored member
  • WickedSick Member
  • *
  • Posts: 1763
  • Country: pl
  • Karma: +235/-61
  • Awards Winner of 1 Challenge of the Week [COMMON] Forum staff member [RARE] Drummer - Music Quiz #2 [RARE] Trumpeter- Music Quiz #3 [COMMON]
    • View Profile
    • Awards
Re: Programming..
« Reply #3 on: December 02, 2014, 23:37 »
Java EE includes variety of community-driven enterprise frameworks oriented primarily for advanced development, server usage and webapps (covering network communiaction layer, UI building, automated testing, persistence managers - I mean mapping objects to database,  list goes on). Things like Hibernate or Spring to give more specific examples.

In short, nothing you'll be concerned with, until you grasp the basics. It's an extension for Java SE, but you still need basics to have a chance of understanding anything.

Stanford university youtube channel has some of their lectures recorded and available online, particularly programming methodology course covers some basic concepts of programming and basics of Java completely from scratch in a quite comprehensible way, feel free try it out, it can really help you out. First several lectures do some sort of introduction where they use custom framework for exercises and you won't be able to really do it at home, but I suggest to watch and try to understand them regardless.
« Last Edit: December 02, 2014, 23:42 by div.ide »
01010111 01100101 01101100 01101100 00100000 01100100 01101111 01101110 01100101 00101100 00100000 01101110 01100101 01110010 01100100 00101110

Offline .SaLiH.

  • Contributor
  • WickedSick Member
  • *
  • Topic Author
  • Posts: 1652
  • Country: jp
  • Karma: +218/-74
  • http://twitch.tv/hazure97
  • Awards Deer Member LA Ladder #11-25 [EPIC] VIP Member [EPIC] Winner of 5 Signature of the Week Contest [EPIC] Winner of 1 Photo Manipulation Contest [COMMON] Winner of 1 Challenge of the Week [COMMON] Winner of 3 Photoshop Challenge Contests [RARE] Shadow Raze Tour Award [RARE] 2v2 SHOM Tournament Winner [RARE] MadBalls Tournament Winner [RARE] Junior Tournament Member [RARE] Best Couple (2v2) Tour Winner [RARE]
    • View Profile
    • Awards
Re: Programming..
« Reply #4 on: December 02, 2014, 23:39 »
thank you so much :)
Quote
SO, IF YOU WILL BE IN THIS STATE EVER, GO AND FIGHT IT, LOL