December 30th, 2011, 11:55 AM
-
Route to becoming a good programmer?
Hey DevShed,
Decided that for 2012 I would stop messing about and get into the knack of learning some real programming languages instead. I completed my A Level Computing last year and achieved an A* (UK Exams) programming in Visual Basic. I really want to become a more well rounded programmer.
I am planning to learn the basics of HTML, CSS, XHTML, JavaScript then PHP and MySQL giving me a good foundation in website development. Then move on to application languages with the aim of developing facebook applications and mobile applications. First of all by learning Java then C, then objective C for iPhone/iPad. Still a relatively newbie however and would appreciate if any one could guide me if im on the right route or am i doing something wrong? Thanks.
January 3rd, 2012, 03:20 PM
-
Generally nobody is an expert in more than 2-3 languages, you're proposing learning a dozen.
The new user guide for PHP is in my signature, start there for PHP/MySQL/HTML.
If you want to be a web programmer, I would learn in this order: HTML, CSS, PHP, SQL.
As for the rest, note that many (most?) facebook games are written in ActionScript (flash), which isn't in your list.
Comments on this post
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you
asked a bad question or you're a
Help Vampire. Trying to argue intelligently? Please
read this.
January 3rd, 2012, 05:39 PM
-
Thanks very much, exactly the answer I was looking! Good man, I shall focus on the languages you mentioned!
February 7th, 2012, 07:40 PM
-
One thing I did to learn PHP was look at examples, and I looked at the structure, and went looked at how it treated the data or whatever. It worked good for me.
April 16th, 2012, 12:52 AM
-
In my opinion the most important thing on route to becoming successful programmer is to create apps, a lot of apps.
Comments on this post