I'm going to start an argument here (there have been posts regarding this already)... but most of the people will say C or C++ (something that gives you C like syntax). I personally, however, would say that you should start with an easy language, to learn the simple things... like loops, subs, functions, and all the like. So, with that said, I'm going to suggest Visual Basic, in just about any form (I suggest vb6, or vb.net).
There's my 2 cents.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
VB is the worst language to start with as you don't learn programming, you learn the tool. Just painting a few forms on a screen isn't programming... And hooking them up by writing a few lines of code in an event handler isn't programming either.
A good language would be Pascal or Java, though Python is also gaining exceptance with teachers for its simplicity.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Ok With all fairness I hate VB too, but it doesn't make it easy to learn a loop, or an if block?
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
any language will enable you to learn a loop or an if statement.
But with VB you first spent a year learning the IDE and all the nice widgets you can put on a window...
Learn the language, not the tool. Except VB prohibits that. For the same reason Delphi (which I love) should not be a first language (and in Delphi you do a lot more handcoding than in VB).
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
I Told You I was gonna start an argument.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
That's the first part of learning actually ;)
Next part (which you seem ready for) is getting a solid theoretical foundation beneath that knowledge you have.
Get yourself to a bookstore and search out some good books. There's some good reviews of books about web design and html here (though not comprehensive and not all books are current, html isn't the primary focus of the site): http://www.javaranch.com/bunkhouse/HTML.jsp
Skip anything that says "teach yourself in XXX", "for dummies", etc. (but not anything by O'Reilly, their books are almost always well worth the investment).
Online tutorials range from the very good to the extremely poor and can actually do more harm than good unless you already know enough to determine which you're dealing with...
You could also consider formal training (online or classroom courses) which can teach you more in a few days than you can in months sifting through books.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
That's the first part of learning actually ;)
Next part (which you seem ready for) is getting a solid theoretical foundation beneath that knowledge you have.
{ Removed }
Skip anything that says "teach yourself in XXX", "for dummies", etc. (but not anything by O'Reilly, their books are almost always well worth the investment).
Now THAT is words of wisdom
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
I have heard of python,yabasic,and perl along with several others and was wondering if anyone could point me in the right direction. I'm not interested in web creation I just want to be able to make a computer or network work better
thanxs, Reezin14
I would try either window shell script or linux shell scripting. Both of them aren't web development scripting languages -- they don't make apps -- but if you can use them properly -- it will allow you to make your machine and or network run more efficiently because you can instruct to do your computer to accomplish many tasks that would take you precious time to do manually.
-Soral 3.0
Soral 3.0
Junior Poster in Training
90 posts since Jul 2004
Reputation Points: 10
Solved Threads: 1
hi :rolleyes: ......these days only most of the ppl will suggest u to use c or C++ as a beginners...me too will advice u the same but if u really wants to start from the scratch then i will suggest u BASIC ...its a beginners all purpose symbolic instruction code
harshchandra
Junior Poster in Training
68 posts since Nov 2004
Reputation Points: 7
Solved Threads: 1
basic will just teach poor programming practices... It's just too basic (pun intended) ;)
Pascal, Modula 2, Python, are all there and far better suited for the beginner.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337