Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
My basic skillset is HTML, CSS, PHP, Javascript, jQuery. Of those 5, IMO, JavaScript and jQuery(which is just a JavaScript library), are the least important when you are starting out. It is good to get the hang of PHP early on, at least the basics of it, so that you can understand how to organize a site on the server, using "includes" to do simple templating. I don't believe you should study MySQL right away, even though it is important.
Since you have a programming background, PHP will be a cinch to pick up and learn quickly.
Since you are a coder, learn to lay out pages by hand, so that you can do it with nothing but Notepad if you need to. Dreamweaver is a great tool, but the code it produces in WYSIWYG mode is pretty crappy. I only use it to edit code directly, which it does a fine job of since it supports so many languages and has so many keyboard shortcuts.
Learn how to make pages without using tables for layouts. You will find all sorts of bad information available online, so learn how to sort out the B.S. All of the best jobs available are for people that do tableless design.
If you think you are a designer/developer, learn HTML/CSS first. If you think you are a programmer/developer, learn PHP first.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
Last edited by wayfarer07; 07-14-2008 at 04:16 PM..
|