Web Design: Where Should I Start?

Incodcito

King
Joined
Nov 8, 2010
Messages
859
I have finally settled on becoming a Web Designer. However, I really don't know where to start in my studies. I mean, should I master HTML first, and if so, what version of it?

Assume I know absolutely nothing about Web Design... and guys, don't be too harsh. :)
 
I don't know from the OP exactly "where" you're looking at right now. For instance, you should probably get a postsecondary education, if you're in high school aim for that to start.
 
Id recommend learning the basics of HTML. And then after that... Well personally I found WordPress a pretty good working for my site as I have thousands of pages to code and Im too lazy to hand-code them individually. But if you do that you need to see if your webhost supports it & you may have to tinker aorund in the php and maybe the database a bit to get things to work ok.

But HTML/XHTML is where you go for professional jobs and stuff. Dont worry about CMS for now.

HTML 5 is becoming quite popular and XHTML is like HTML but stricker.
 
Is CSS still commonly used?

To Incodcito:
It's great to know the underlying code, but not 100% essential. Working on the web, you'll need to be continually updating your skills as it changes so rapidly.

I'd suggest investing in the Adobe Creative Suite. Photoshop, Dreamweaver, Flash and (probably) Fireworks will be indispensable. Illustrator will probably come in handy, too (vector art).
You should be able to get a student edition available at a reasonable price.
 
There is a bit controversy in the industry as to what exactly a web designer should know. Some people say knowledge of HTML is essential, some say it's not necessary at all.

My take on it, as a web developer, is this. You should know *some* html.. at least the basics. I don't think it's as important these days, because.. well.. Okay.. Say you're a web designer for some company and you have just met a client and are working on a look and feel proposal type of graphic for them. You're working on one .jpg - a look and feel mockup of what you propose the final product should look like. You meet with the client again and you go over what you have produced - the client proposes changes, and you implement them and go through the process again.

Eventually you will have something the client is happy with. Now.. in the past, web designers would then splice up their proposal .jpg into individual parts and produce the html that "holds it together". They would stick all the component pieces of their design (the logo, content area, menu, etc.) and put it in an html table. HTML knowledge is a requirement for this part. HTML tables are fairly simple to work with, so web designers did this part and nobody cared.

The thing is that nobody uses HTML tables for this purpose anymore.. or at least they shouldn't. It's very frowned upon. A good site layout will use DIV tags. You need indepth CSS knowledge to accomplish this. Is this the job of a web designer or a web developer? Or somebody else entirely? That's the "controversy"

So to answer your question, it really depends on what you want to do with this. Do you want to work for a large company? I would focus on the graphic design aspect of it - and get better at that. Learning the basics of html and css would help - but probably mostly with the hiring process (i.e. it would look good on your resume, etc.)

Do you want to do freelance graphic design work? You will need to learn html and css.. No question about it. There will be no web developer there to help you, so you'll need to know that stuff.. Even if you partner up with a web developer - you'll be working as a team so you should have a decent knowledge of html and css.
 
You know, as a web developer I would *prefer* if the web designer stays the hell away from html and css. Give me the graphics and I will put it all together, thanks. That's just me though ;)

.warpus
{
font-size:10px;
margin:5px;
border: 0 0 4 0;
humor-tolerance:82em;
lololol:wut;
}
 
You know, as a web developer I would *prefer* if the web designer stays the hell away from html and css. Give me the graphics and I will put it all together, thanks. That's just me though ;)

And when they come up with impossible designs?
 
And when they come up with impossible designs?

Everything is possible with zombo.com.. I mean.. wait.. what's an impossible design?

They should have an understanding of what's possible and what isn't. I mean.. They are having a big say in what the user interface looks like and how it functions - a good understanding of the web is a requirement for a web designer
 
Learn HTML and CSS, then go on to PHP, MySQL, JavaScript and Ruby on Rails. This is if you want to be a web developer; otherwise learn visual design and study HCI (human-computer interaction).
 
Back
Top Bottom