Website Checking Tools » History » Version 2
Sarah Zaranek, 07/15/2022 02:27 PM
1 | 1 | Sarah Zaranek | h1. Website Checking Tools |
---|---|---|---|
2 | |||
3 | h2. Responsiveness/mobile |
||
4 | |||
5 | 2 | Sarah Zaranek | * Firefox Responsive Design Mode (CTRL + SHIFT + M shortcut on linux) |
6 | * Resize the window to really small (mobile, or xs- in bootstrap, then increase a little to about 400-800 px when the medium viewport must trigger, or md I think in bootstrap) |
||
7 | 1 | Sarah Zaranek | |
8 | h2. Accessibility |
||
9 | 2 | Sarah Zaranek | * WAVE - https://wave.webaim.org/ |
10 | * Firefox - Right click anywhere on the screen and "Inspect Accessibility Properties" |
||
11 | * Accessi - https://www.accessi.org/ |
||
12 | * pa11y.org - https://pa11y.org/ |
||
13 | * For contrast, my favorite is squinting my eyes… similar to how you can do to simplify colors in a painting… I find that when the text color fades and almost disappears, that's normally because of bad contrast, and users with disabilities/diseases that cause blurred vision probably won't be comfortable reading it (I did that for Arvados.org and noticed some text that was hard to read, before testing with WAVE & accessi :joy: I just try never let anyone see me doing it) - https://www.sightsize.com/the-value-of-squinting/ |
||
14 | * ORCA Linux screen reader - I find that these automated reports are useful for auditing, but for really confirm if a site is accessible, the best is always to ask a person with a disability to test it, or use a screen reader. Windows has a screen reader that's a lot better than ORCA. |
||
15 | 1 | Sarah Zaranek | |
16 | 2 | Sarah Zaranek | h2. Performance |
17 | 1 | Sarah Zaranek | |
18 | 2 | Sarah Zaranek | * Chrome Lighthouse - https://developer.chrome.com/blog/lighthouse-load-performance/ |
19 | 1 | Sarah Zaranek | |
20 | 2 | Sarah Zaranek | h2 Link Check |
21 | * W3C Link Checker - https://validator.w3.org/checklink |
||
22 | 1 | Sarah Zaranek | |
23 | Typos & Grammar |
||
24 | |||
25 | WebStorm (it has a "Inspect" feature that uses a dictionary for typos, and a mix of custom language-rules & LanguageTools for Grammar). Not perfect, and I only run it when I have the code (I didn't use it for Arvados.org) |
||
26 | |||
27 | SEO |
||
28 | |||
29 | These two pages recommended by google, for schema.org tags - https://developers.google.com/search/docs/advanced/structured-data (e.g. https://validator.schema.org/#url=arvados.org) |
||
30 | |||
31 | JS/CSS |
||
32 | |||
33 | Firefox console, checking for warnings/errors. |