The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Hi guys I'm just getting into web-design and am following a youtube video on how to make your own website. I'm having a play around with it and slowly gettin the hang of stuff but I was wondering can you recommend any good resources?
That is:
-helpful/mature html forums
-any good websites
-any good videos
-any good books/ebooks
Particularly stuff for mac would be appreciated. Thanks a lot
There's a free program that may also be helpful for you once you start coding: it's called Taco HTML, and it's for Macs. One of the things it does is give certain html codes different colors, so your code is easy to read.
It's a relatively simple/basic program, but it's useful!
For the most part w3schools is "Shit I forgot how to do xyz, let me refresh my memory" instead of scrawling tutorials for the particular thing you're looking for.
not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
For the most part w3schools is "Shit I forgot how to do xyz, let me refresh my memory" instead of scrawling tutorials for the particular thing you're looking for.
Yeah, w3schools is good for that. It's awful for learning good practices if you don't already know them. Everything they "teach" is completely out of context.
Also a super useful tool to use when you're asking questions is http://jsfiddle.net/. Just copy and paste your HTML/CSS in there and people can point to exactly what you need to do, and even edit it and show you what it does right there.
And here's another vote for Sublime. I use it for Ruby, Lua, PHP, Javascript, HTML, CSS, and just plain text. It's awesome.
Posts
Any good books?
It's a relatively simple/basic program, but it's useful!
This isn't free, but I can heartily recommend Treehouse (http://teamtreehouse.com)
Their HTML and CSS videos are excellent and up to date, and they have loads of content on other topics as well.
Use the resources here, probably be better than a book anyways.
Also, avoid w3schools.com because reasons.
Yeah, w3schools is good for that. It's awful for learning good practices if you don't already know them. Everything they "teach" is completely out of context.
I didn't pay for it. Free while in beta. And possibly further. Just a nagscreen every X saves, otherwise full features.
Also a super useful tool to use when you're asking questions is http://jsfiddle.net/. Just copy and paste your HTML/CSS in there and people can point to exactly what you need to do, and even edit it and show you what it does right there.
And here's another vote for Sublime. I use it for Ruby, Lua, PHP, Javascript, HTML, CSS, and just plain text. It's awesome.