Monday, February 16, 2015

website design - How can I start to learn web development?



I'm very interested in learning web development and have learned some basics regarding HTML and CSS a few years back from W3Schools, but I never learned how to develop websites that are up to today's standards, i.e. free-flowing sites without the use of tables to govern the design of the site.


What are some good resources that I can start with?



Answer



CSS Zen Garden


Check out CSS Zen Garden and flip through end various results. They're very versatile and provide a lot of difference over the same source code. You will learn much about modern CSS techniques. Even if you don't dissect them completely you will at least find a lot of inspiration and CSS abilities against normal accessible HTML. The great thing about CSS Zen Garden is semantics against style. Content is not styles whatsoever. Everything you see styles is done purely by CSS which is the correct way of doing it, because data can be consumed by many different clients, and style only by those that visualize it.


Books


When it comes to learning from books this one looks very like a good start CSS: The Missing Manual.


Internet


I read Smashing Magazine on the internet that provides a lot of examples and approaches. It spans articles from the design business to great approaches in web design and alike.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...