Welcome, Guest. Please login or register.

Author Topic: Learning coding (for a new career) on MorphOS  (Read 14345 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nicholas

Re: Learning coding (for a new career) on MorphOS
« Reply #29 from previous page: September 28, 2014, 05:28:58 PM »
Quote from: samuraicrow;774081
(sql stands for structured query language)


ftfy. :)
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline jj

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 4051
  • Country: wales
  • Thanked: 2 times
  • Gender: Male
    • Show only replies by jj
Re: Learning coding (for a new career) on MorphOS
« Reply #30 on: September 28, 2014, 06:43:45 PM »
Quote from: ElPolloDiabl;774091
I haven't found one good Java tutorial. C++ has a lot of good tutorials and they are free.
What should he do to find api and/or library references so he can make programs?

This is a beginners language, it is suppose to be a good pre-cursor to Java:

http://www.alice.org/index.php


http://www.amazon.co.uk/Java-Everyone-Cay-S-Horstmann/dp/0471791911
“We don't stop playing because we grow old; we grow old because we stop playing.” - George Bernard Shaw

Xbox Live: S0ulA55a551n2
 
Registered MorphsOS 3.13 user on Powerbook G4 15"
 

Offline Speelgoedmannetje

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 9656
    • Show only replies by Speelgoedmannetje
Re: Learning coding (for a new career) on MorphOS
« Reply #31 on: September 28, 2014, 10:53:33 PM »
Quote from: takemehomegrandma;774054
Java indeed has some "safety nets" connected to it. Personally, I think this is a good thing for newbies. I understand that there is a flip side to this coin (but maybe you shouldn't worry to much about "bad habits" before you have had any chance to develop *any* kind of habits at all?). But Java is today used for introduction to programming at many universities, probably for this reason. And, the documentation and newbie information for Java is kind of massive online. Java is a good newbie language! :)

IMHO: Learn the methodology in objective programming, learn to "think the think". This will benefit you whatever language you later will dive further into. Learn how to crawl, then how to walk the walk, before trying to walk at the catwalk. Java is a good stepping stone for this IMHO.

:)
Indeed, learn to program before you begin to learn to hack.
And the canary said: \'chirp\'
 

Offline bloodline

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: Learning coding (for a new career) on MorphOS
« Reply #32 on: September 29, 2014, 09:07:33 AM »
If you want work, learn JavaScript, CSS, HTML, MySQL and PHP...

This will allow you to work on most web development teams.

For proper coding, Google "Thinking in C++", that will give you a free C++ book, which covers OOP coding.