vote up 0 vote down star
3

Hi everyone,

I have general question how to start developing my skills in web designing. What is best place to start and what technique to use. I have some kwnolege of html and csrs, so far I have been building sites with already done all html and css. I would just use it and maybe do a smaller changes. I want to be able to make html and css out of image that artistic guy produces.

Thanks a lot.

flag

9 Answers

vote up 8 vote down

http://w3schools.com/ has some great tutorials and you can play around with stuff right their on their pages.

link|flag
1  
That's what I started with. Then moved on to some books. But nothing beats just trying one out for yourself. Hands on experience is the best, IMO. – idrumgood Oct 2 at 21:40
Which is what is nice about w3schools, you can do some hands on stuff right in the tutorials. Makes the transition easier. Of course there is never any substitute for solving real-world problems. – jeffamaphone Oct 2 at 21:43
w3schools is nice because they have tutorials, examples, AND reference materials. One stop shopping. – dj_segfault Oct 2 at 22:23
vote up 0 vote down

Start by getting a book and look at some tutorials. Google will help you there. Once you've got a decent idea of what's going on, look at a site, and try to duplicate what it looks like. If you're curious as to how something works or can't figure it out, look at the source (preferably with firebug) :D

Good luck

link|flag
vote up 0 vote down

As others have said, getting a good book on HTML/CSS will certainly help.

Also read up on Web Standards - I think its really important to start learning these principles from the beginning as it will help you write valid HTML/CSS... and avoid writing invalid code.

link|flag
vote up 0 vote down

I highly suggest the book "CSS Mastery". It's got a green cover with a pink binding...I think they've recently released a new version actually. Amazing book for beginning and advanced. I consider it my CSS bible.

link|flag
vote up 1 vote down

Here's a great web resource to check out for HTML/CSS: http://htmldog.com/

Also, do a Google search for "psd slicing." This is the process of taking an image of a website layout (a.k.a. mockup) and turning into valid HTML/CSS. You'll find a lot of screen casts and tutorials that will walk you through the entire process.

link|flag
vote up 0 vote down

A lot of the really "artsy" sites are produced in another program first, usually Adobe Photoshop or Adobe Illustrator, and then 'sliced' into HTML div's. NetTuts has a handful of tutorial on how these that show the complete start-to-finish. Here's a few I found real quick:

(the last 2 I think you have to be a paying member for)

link|flag
vote up 0 vote down

I highly recommend w3schools.com and the Head First HTML with CSS & XHTML. I like most of the book in the head first series, in fact. They take a fun very visual approach to learning & I am a visual learner. Lots of things to practice & hints to help remember things.

link|flag
vote up 0 vote down

Thanks a lot guys.

link|flag
vote up 0 vote down

If you don't feel totally confident then definitely pick up Head First HTML. Aside from that there are a few websites I would recommend: A List Apart, Stop Design and as others mentioned the W3 website.

Working with a designer often means that they will produce mockups using Photoshop and you will in tern work off those. As that is the case having a working knowledge of Photoshop will be very useful for you. You don't have to be a wizard but some basic knowledge will enable you to do things like create image sprites from the mockup and get information relating to the width, height, color, etc of the different components in the design. As far as getting up to speed quickly there are many books on the subject, the Photoshop One on One books are a pretty good series and there are video tutorials available at Lynda.com.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.