hollo,everybody, yesterday joined just this site, now,i enquire you a problem here, pls experts in this forum can help me to solve the problem,i am learning website design ,but i want to get success as soon as possible for work need ,tks
I think w3schools is nice site but my opinion for you. go for books. That makes you perfect beginner. thanks
w3schools is a good resource (be careful though its an old resource and some of the Examples are working only in IE) another one would be http://www.webdesignfromscratch.com/ your best teacher is trial and error (test what you learn on your own computer)
"The Principles of Beautiful Web Design" is a great book http://www.amazon.com/Principles-Beautiful-Web-Design/dp/0975841963/ref=pd_bbs_sr_2?ie=UTF8&s=books&qid=1225392281&sr=8-2
tizag.com lissaexplains.com and like the others have said, w3schools. Testing out what you have learned is the only way to learn and become an expert! Good luck!
HTML is pretty easy and a good way to get a start, so just take some tutorials and learn HTML first, from there it will come to you much easier!
I'd suggest you try to make simple web-projects first, HTML and CSS. You'll want to learn how to deal with gimp / photoshop too. They work nearly the same, but gimp is free and photoshop will cost you 2 ribs. Then it depends on which direction you want to go in; programming or design. If programming: Learn some PHP, output your HTML with that. Learn some SQL (use mysql to start with) and get adodb (db abstraction 4 php). Then stuff some data in and out of databases via ajax (javascript). Get jQuery(.com) or another js base lib, to help with easing the javascript learning curve.. Subscribe to mailing lists for PHP, JQuery If design: Do photoshop / gimp(<-free) tutorials Get a copy of Flash (torrentz.com) and do some tutorials for that. (thats all the tips i have for the designer path, i'm a coder myself).
thank you for sharing your opinions with me , i still asked you a problem here, how long time does it take for learning CSS and HTML?
I have two books from my old school, Basic html and advanced html and css, i'll scan them and make a pdf file for you if you want em ^^, its gonna take a while but i'm way to bored here so thats some hours occupied atleast
If you want to learn web desining then learn html basic... <html> <head> <title> <body> <p> text </p> </head> </body> </html>