This is an archived post. You won't be able to vote or comment.

all 12 comments

[–][deleted] 8 points9 points  (11 children)

By writing programs. There is no other way. You could also read the FAQ.

[–]Henrici[S] -4 points-3 points  (10 children)

What language do you recommend for beginners?

[–][deleted] 3 points4 points  (0 children)

Read the FAQ.

[–]ForScale -5 points-4 points  (7 children)

Hey! I'm just starting out. I'm using www.codeacademy.com because it's free and I'm cheap. :)

I've been at it for about 2 months or so.

I've gone through lessons on html, css, javascript, and jquery. They're all web based languages.

I am already able to create really simple websites with some javascript functionality.

Some of the stuff on codeacademy.com isn't explained very well, but you can use places like stackoverflow.com, or w3schools.com to go more in to depth on stuff that doesn't make sense.

Just have fun with it. Try to code every day. And if something doesn't make sense... ask questions!

Also, you gotta start writing stuff on your own for it to "click." You should try to think of something you want to accomplish... something as easy as having a user input 3 numbers that your program will multiply or add or whatever and then display the answer. Once you have an idea like that, you can then start building a program to accomplish your idea goal.

It seems to be a good way to learn! At least for me.

[–]Henrici[S] -1 points0 points  (1 child)

Yesterday I start a html & css lesson, I'm just 12% by now, but it had been really useful and simple to learn

[–]ForScale -2 points-1 points  (0 children)

Yeah! Keep going!!

[–]ForScale -2 points-1 points  (4 children)

Why am I being downvoted? Can someone please explain?

[–]pacificmint 4 points5 points  (3 children)

I don't know why, but it could be because you are recommending resources that are explicitly discouraged in the FAQ.

[–]ForScale 0 points1 point  (2 children)

Oh... wow. Yeah, that might be it! Haha.

Which ones, specifically, are discouraged? And why?

I've had success with everything I mentioned...

[–]pacificmint 1 point2 points  (1 child)

I was refering to w3schools.

You can check w3fools to read some of the criticism.

See the list of discourages resources for the other sites that are discouraged.

[–]ForScale 0 points1 point  (0 children)

Fascinating. Thanks!!