Answer Best answer as chosen by user digger4400 Scripting languages are your friend
Hi there. I'm a programming writer who has been around the software industry for a bit and am kind of a language ****.
What I've noticed is that programming languages have become more and more abstract as computing power has become so cheap, modern operating systems now provide application developers powerful frameworks, and . . . browsers, servers, servlets, and even databases can be scripted. Scripting is so very, very friendly to the new programmer, because typically you get instant results when you modify your script when testing, you don't need a bunch of tools, libraries, source control, etc.
What I would do if I was just starting out is to start coding plain-old JavaScript scripts that control how stuff on the Web page works and does what you want it to do, when you want it done. That way, you don't need books, classes, gurus, etc.--there is enough free material on the Web that a reasonably bright new programmer can get a very good idea of how JavaScript works and what things to pay attention to in order to be a good JavaScript programmer.
From there you can go all kinds of directions, but PHP5 seems like a pretty good direction for much the same reasons associated with JavaScript. And you get to talk to the Web server at a deeper level and learn about HTTP and maybe databases. There are a lot (a LOT) of other languages that are pretty cool and make certain programming tasks easier than with other languages, but I would skip those until you learned Java, after which you are awarded a prize and the IT department of the Internet company where you work at this point gives you a much more expensive and powerful computer in honor of your newfound expertise with programming languages.
I think you'll have a blast, honestly.
Kris
Was this reply helpful? (0) (0)
Staff pick