Hacker News new | ask | show | jobs
Ask HN: Where do you go to learn to make things?
1 points by freestyle25 4846 days ago
What websites did you use when you were just learning the basics of web development?
2 comments

Whatever site Google unearthed that was relevant to my problem at hand - more often than not w3schools.com (only recently did I find out about w3fools.com).
Open a text editor

Think of what you want to do.

Try and do it.

If you don't know how, google what you are trying to do.

repeat.