Best reference sites? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Best reference sites?

Iโ€™ve grown to dislike W3 schools (emphasis on the schools part) and was trying to think of good reference sites for web development and coding in general. I live on CSS-tricks and W3c for most projects, but I was wondering... What do you guys think are the best reference sites for web development?

2nd Sep 2019, 7:20 PM
Foobatboy
Foobatboy - avatar
13 Answers
+ 10
โ€ข The Modern JavaScript Tutorial โ€” https://javascript.info/ How itโ€™s done now. From the basics to advanced topics with simple, but detailed explanations.
3rd Sep 2019, 6:22 AM
Danijel Ivanoviฤ‡
Danijel Ivanoviฤ‡ - avatar
+ 6
MDN (mozilla development network) is also a good choice
2nd Sep 2019, 7:33 PM
Minerals2016
Minerals2016 - avatar
+ 3
That Ipang , would be enough for a whole article, one that Iโ€™m not sure Iโ€™d be qualified to write. A few examples would be: Making sure your site has a skip-to tab link, if needed. Calling elements what they are on a page. If it is a button it needs to be a button tag (NOT a div). If it is a list it needs to be a list tag, etc. Being careful about Aria attributes and not abusing them, they can be very tricky and can severly hinder a site if used incorrectly. Following the W3 web standards (not w3 schools!) and guidelines for elements youโ€™re using on your page. Making sure your page can still function properly without styles and JS. Making sure your scripts handle what they need to in the script, not heavily relying on attribute event handlers or hidden elements. Keeping in mind browser support. (https://caniuse.com is a great site for this) There are a lot of users using older technology, it is important to make sure your site will work across different browsers and devices. Thereโ€™s of course a lot more on this, but these are just some examples of the things I know our team considers when putting things out there in the real world.
2nd Sep 2019, 9:26 PM
Foobatboy
Foobatboy - avatar
+ 2
MDN is the best one for JS
2nd Sep 2019, 7:50 PM
Ole113
Ole113 - avatar
+ 2
I agree with those points Bryan Patrick , even reading this small portion of the rules taught and remind me again there are more to consider beyond the fancy styles and powerful scripts. Thanks again for sharing those points, and sorry for late reply, #fell-asleep โœŒ
3rd Sep 2019, 3:31 AM
Ipang
+ 2
The new Boston on YouTube has a lot of tutorials on JavaScript
3rd Sep 2019, 4:51 AM
Sabarno Saha
Sabarno Saha - avatar
+ 1
What is wrong with w3schools that you grow to dislike it Bryan Patrick ?
2nd Sep 2019, 7:58 PM
Ipang
+ 1
Ipang I used to use W3 schools because, you know, google search results. As Iโ€™ve become a better developer and more aware of accessibility, I realize that theres a bit more to the topics than whats offered on W3 Schools. Iโ€™ll give you an example; Some time ago, our lead developer challenged me to make an accessible carousel. This may seem simple, but when you account for accessibility, you have to follow the W3c (not to be confused with W3 schools) rules for handling tab focus, keyboard inputs, noscript, support, etc. It becomes very apparent very quickly that examples like what W3 Schools has just donโ€™t really cut it. Iโ€™m not trying to say theyโ€™re bad or anything, but I just realized their guides arent usually what I need.
2nd Sep 2019, 8:20 PM
Foobatboy
Foobatboy - avatar
+ 1
Thanks for sharing the experience Bryan Patrick , TBH I have next to no idea about that challenge you two put on. All I know about accessibility was it is a standard that was meant to allow similar experience or less trouble for people with different abilities, never crossed my mind how it works internally ๐Ÿ˜
2nd Sep 2019, 8:33 PM
Ipang
+ 1
Ipang accessibility is extremely important, I didnโ€™t realize it until I started working with other developers deploying and maintaining real world sites, but I hear that word all the time now. Not only will it make your site available to a larger audience, but maintaining accessibility will force you to follow semantic rules and use structures the way theyโ€™re meant to be used, and it generally just makes sites look and feel better.
2nd Sep 2019, 8:52 PM
Foobatboy
Foobatboy - avatar
+ 1
Most of "us" are common to the gifts given that some others weren't getting, maybe that's why not too many people are aware of accessibility and its importance, we take things for granted. I usually avoid going OOT best I can, but I'm curious, what exactly are that semantic rules and the structures you talked about?
2nd Sep 2019, 9:00 PM
Ipang
0
Natalie Enkin , Ipang is the name of the person who was asking the question ๐Ÿ˜†
8th Sep 2019, 7:52 PM
Foobatboy
Foobatboy - avatar
0
๐Ÿ˜„๐Ÿ˜„๐Ÿ˜„
8th Sep 2019, 8:01 PM
Natalie Enkin
Natalie Enkin - avatar