By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyse site usage, and assist in our marketing efforts
These cookies enable our website and App to remember things such as your region or country, language, accessibility options and your preferences and settings.
Analytic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.
Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.
First you need to clearly define web design, do you want to design sites and then get someone else to build them, do you want to design them and then build the framework for that design, and get someone else to develop the back end, or do you want to develop the back end and not design anything.
Sorry I have to disagree, they are not good resources. W3Schools is well known for being poor.If you want to learn how to build web sites then the places to start are:
www.w3schools.com
http://www.htmldog.com/
http://www.htmlgoodies.com/
If they want to get into backend programming then I would recommend HTML & CSS > JavaScript > PHP > OthersIf you want to learn how to develop back ends in asp.net then a good place to start is
http://www.asp.net/mvc
but there are loads of other places to start such as php, java and much more.
Yes sorry I know the references are poor, keeping up with HTML at the moment is a nightmare in itself, but they are a good resource, but not good to teach you how to do what.Sorry I have to disagree, they are not good resources. W3Schools is well known for being poor.
I'd recommend the Sitepoint Reference over w3schools.
In fact, go to www.sitepoint.com - its a "web design/development" site with articles, a massive forum, books (digital and physical copy) and an extensive reference that is far superior to w3schools, htmldog etc.
Yes sorry I know the references are poor, keeping up with HTML at the moment is a nightmare in itself, but they are a good resource, but not good to teach you how to do what.
I point to note, is my son did a night class in web programing which was in asp.net however it was in win forms which has been superseeded with MVC and was in VB which is so out of date it shouldn't be taught and the benefits of learning in C# as massive compared to VB as the syntax will also help with Javascript and many other stuff.
I don't think you're own your own when it comes to w3schools, Fizix : http://w3fools.com/.
My personal opinion is that if you can afford to study for it formally then do it, web design is not just about learning code, it's about having correct spacing between elements and colour theory. HTML and CSS are only the start, it takes time and experience and you learn by doing. Practise, practise, practise.
I say formally study because there are some best practices that you are thought that area not so widely spoken on the web, ie typography, it's becoming more popular now, but before it would really only be something that you could educate yourself in at formal education level.
If your learning html, then w3wchools is a good resource, it simply shows shows clean simple code in a very simple example, the bit I think w3schools is lacking is it has stopped evolving, and now with the new html you can no longer learn how to use html with w3schools, but its very easy to refer to for tags and elements of tags.Sorry, I don't think they are a good reference at all.
Take this, on W3Schools:
http://www.w3schools.com/html/html_forms.asp
1. Bad initial description "HTML Forms are used to select different kinds of user input."
2. No notes on labels
3. Trivial input type descriptions
4. No description of form methods
5. Example forms use GET instead of POST, without mentioning POST's and when GET and POST should be used.
6. HTML5 form elements and attributes thrown into additional sections that are to be frank, not that useful.
Now compare that to this:
http://reference.sitepoint.com/html/elements-form
While not perfect, it groups forms together as one thing; with a decent description.
The main areas of interest are clear, selecting "form" takes you to a detailed description of the form element, the references to other form elements and attributes are linked.
The description of each element, how they work, their compatibility and so on are clearly described, the examples useful and in context and they support user contributed notes.
Overall, it's a strong reference; when backed up by their other materials such as books and tutorials, it's an all in one reference that is really useful.
W3Schools is basically useless.
Thats the problem with the classroom, it's very difficult for the person teaching to stay up to date, so out of date stuff gets taught.
It's debateable whether ASP is that useful to teach as a first language without specific reason, PHP is much more widely used and as a language is probably more useful. Also due to the nature of the language it's easier to pick up.
Other than that, I agree with your comments.
Hi all, I'm basically asking if you think it would be possible to self-teach web design? if so are there any resources out there which would help me on my quest? and also a list of good software programs would be highly appreciated.