how to learn web design technics [closed]
I am a begining Web Designer .I want to learn the most useful methods used in web designing world. Please tell some tutorials for learn creative website using photoshop, css, html,......
For CSS, anything by Eric Meyer (http://meyerweb.com/) should be good. For simpler things like HTML, maybe you could get started following tutorials at http://net.tutsplus.com/ and http://w3schools.com/.
Also, you should be a little more specific when asking questions of this type.
I like the Head First series by O'Reilly Publishing. They have a few web related ones, I'm already pretty familiar with HTML, CSS, Javascript, so I just got their web design book listed below, but it referenced the XHTML book a lot. So, if you wanted to check out those books you might want to read them in this order:
- Head First HTML with CSS & XHTML
- Head First Web Design
Then if you're interested in client-side or server-side scripting, maybe these would be good (I haven't read them, but I like the format of the books...not as boring as tech books):
- Head First Javascript (client-side script)
- Head First PHP & MySQL (server-side script and database)
- Head First Rails (server-side scripting language framework for Ruby language)
Anyway, there are also books for Java (which can be run on a web host) and deeper software development related topics as well.
Also, after getting acquainted with javascript a little (maybe from w3schools as @rmk suggested) I'd encourage you to learn the jQuery javascript framework, which makes writing javascript code much easier, and much more cross-browser friendly.
To add to @rmk's answer, above, it's worth taking a look at Stu Nicholl's website: CSS Play for CSS techniques and implementation wizardry.
Other than that, I think you'd be best off finding something that you'd like to achieve with html/css/js/etc, and then asking specific questions as regards how to implement it.
精彩评论