Just new and need help
First of all say which Programing language you wanted to learn !
Then I’ll try to sent you some links !!
A HACKER should see through his DeCeptions ………………………………..
I guess I see through my DeCeptions ………………………………………………..
I Hate Signatures.
A HACKER should see through his DeCeptions ………………………………..
I guess I see through my DeCeptions ………………………………………………..
:/ on what?
what exactly you want to do?
do you want to learn any programing language?
do you want to do something that you have set your mind to?
what is your operating system?
how much time you can spend weekly learning?
do you want it to be a compiled language or a scripting language?
I Hate Signatures.
BTW Code academy is a good start http://www.codecademy.com/dashboard
ok, what do you plan to do with your language to learn?
1- web based applications / websites.
2- windows/linux gui applications, and/or services.
3- games related.
4- low level software for hardware (microwaves/elevators …..)
I Hate Signatures.
for #1, you can go with many things like php,.net,ruby,python,perl and many more, but i would recommend you to stay away from .net as you are stuck with windows as its running platform.
for #3, mostly deppends on the programing language of the game you want to modify/edit, but i would assume most of the current games dlls are made using .net
for #4 its C/C++ and/or java.
java is faster to code yet c/c++ can run on many more things and less advance things.
your first step is to set 1 of those thing to aim for.
then do some basic readings on pros and cons of the examples i wrote above.
when you set your mind on what to start with … just google “learn (my choice) online” or “(my choice) tutorials online”
I Hate Signatures.
I Hate Signatures.
For web stuff, I advise to start with HTML. I did it, and i think that HTML is not that hard to learn (atleast the basics, but with every programming language you can take it to levels where you can hardly dream about :p )
[justify]The largest computer problem sits between the keyboard and the back of the chair.
[/justify]
HTML is the skeleton of a website. So it MUST be learned before attempting to do anything further.
[justify]The largest computer problem sits between the keyboard and the back of the chair.
[/justify]
10 years ago
0
After doing HTML, you may wish to style your webpages, using CSS.
www.w3schools.com is a very resourceful site to look at regarding web design.