Originally posted by: rh71
Originally posted by: 777php
anybody can learn to design, whether you are good at it or not is another thing. Anybody can claim to be a graphic designer but in reality their designs may be adequate at best. I would start out by visiting some nicely designed pages and take some design cues from them, once you think that you understand why their page looks so nice then you can start to design on your own.
I agree with everything you said. The easiest way to pick up pointers is to view well designed sites. You can visit
coolhomepages.com for more on that.
As for html, it's extremely easy to learn. Your friend is wrong about Dreamweaver MX. It's one of the best tools out there because it helps both new and experienced users. There's a design tab as well as a code tab. If you're not sure how to do something in html, draw it up in the design tab and switch over to code and you'll learn a lot better. It's not always the cleanest code, but you'll get a good grasp of html that way. Always, always, learn by doing. Books are for reference only.
I wouldn't waste time learning javascript. The JS FAQ link at
irt.org has everything you will ever need. Like mentioned above, PHP is the dynamic language to know these days. I'm personally a ColdFusion guy, but there simply is little support for it because of the price tag. If you ask me, CF is much easier to learn/use and you can do things in half the time of other languages, but I digress... PHP is free and common among webhost support plans. Along with PHP, you'll have MySQL database system it natively works with. PHP/MySQL has a cult following in the developer community - learn it and you'll go places. Can't do it without basic HTML though - get to it.