views:

22

answers:

2

Hi. I'd like to study webdev myself, as there is no courses like that in Russia. To say more clearly - I'd like webdev to be my profession, but i still don't how to start it. I have a lot of time, great motivation and I want to work.

So please, could you make some kind of "guide" for me (what to read, what to do) to become a really good webdeveloper. BTW, I can make some tasks for you, that are routines for you

A: 

Depends on how much you know, but if you are totally green, I would recommend taking a look at the guides on http://www.w3schools.com/. Focus on html for starters.

The Head First books are also a great start I think (http://headfirstlabs.com/books/hfhtml/), but some find these books a bit too strange.

From there you probably need to learn some JavaScript (again the W3C page), and then some server side language like PHP, ASP.NET or something.

But you should start learning html and take it from there

erikric
I already know html and css, but dont have enought practice
Fluffy
A: 

If you already know HTML and CSS, but need practice, one thing you can do is choose a website and recreate it using your own markup. You can either grab the existing images, or you can cut up a screenshot if you don't like how the original developer cut his/her images.

It's difficult to come up with your own practice projects if you're not a designer--I've been there myself--and using an existing site design works well for practice. And if you pick a complex site, you'll really push yourself into new areas, as you'll probably have to learn Javascript and/or how to use a Javascript library (mootools, JQuery) in order to duplicate the original functions.

I also strongly recommend learning a server-side language as recommended already.

bikeboy389