Ask HN: Online resources for beginner web dev/design
1–10 of 14 posts
Re: Ask HN: Online resources for beginner web dev/design
#2Re: Ask HN: Online resources for beginner web dev/design
#3Re: Ask HN: Online resources for beginner web dev/design
#4You can check out Treehouse. It's not free, but a great value for the money since you get access to their full library. http://teamtreehouse.com/tracks
Re: Ask HN: Online resources for beginner web dev/design
#5At this point, you can practically build basic webpages with just HTML and CSS. From here, you can take 2 paths: A graphics designer or a front-end developer.
A graphics designer leans more to design rather than building apps. This requires a basic of jQuery, but mastery of Photoshop. A good place to learn is reading articles from Smashing Magazine http://www.smashingmagazine.com/
A front-end developer leans more to app-building rather than design. This requires knowledge of JavaScript libraries and best practices. For this, select your basic set of frameworks and master them. Suggestions range from jQuery, Bootstrap, to full-fledged frameworks like Ember and Angular.
Re: Ask HN: Online resources for beginner web dev/design
#6A good place for documentation is MDN (Mozilla Developer Network) https://developer.mozilla.org/en-US/docs/Web . They have extensive documentation with regards to web technologies. I suggest he read up about HTML first, getting the first few basic elements on the page. Then he can move on to CSS to style up the page. At this point, you can practically build basic webpages with just HTML and CSS. From here, you can ta…
Re: Ask HN: Online resources for beginner web dev/design
#7A few others I’m aware of but less familiar with:
http://tutorials.codebar.io http://howtocodeinhtml.com http://learnlayout.com
Re: Ask HN: Online resources for beginner web dev/design
#8You can check out Treehouse. It's not free, but a great value for the money since you get access to their full library. http://teamtreehouse.com/tracks
Thanks, this looks good, and it is close enough to free, I was just trying to avoid 12 week immersion code schools for $1000s. That may be an option later but just testing the waters first.
Their HTML / CSS ones are paid, but they have a free Javascript intro one: https://www.codeschool.com/courses/javascript-road-trip-part...
Re: Ask HN: Online resources for beginner web dev/design
#9For a free, high quality introduction to HTML and CSS, take a look at http://learn.shayhowe.com . A few others I’m aware of but less familiar with: http://tutorials.codebar.io http://howtocodeinhtml.com http://learnlayout.com
Re: Ask HN: Online resources for beginner web dev/design
#10Earlier quoted context omitted.
Thanks, this looks good, and it is close enough to free, I was just trying to avoid 12 week immersion code schools for $1000s. That may be an option later but just testing the waters first.
CodeSchool ( http://codeschool.com/ ) is another similar one to Team Treehouse. Their HTML / CSS ones are paid, but they have a free Javascript intro one: https://www.codeschool.com/courses/javascript-road-trip-part...