improvements to RANT file and useful links - jscancer - Javascript crap (relati… | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit d5b61ffaa35b294feed4cbba6edbdca3ff0349f5 | |
parent a6dd94847944840531d004799a067a8c4c990e4a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 21 Jan 2018 20:44:22 +0100 | |
improvements to RANT file and useful links | |
Diffstat: | |
M RANT_WEBTIPS | 21 ++++++++++++++++++++- | |
1 file changed, 20 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/RANT_WEBTIPS b/RANT_WEBTIPS | |
@@ -28,6 +28,15 @@ Webdesign: | |
To check accessibility errors the useful site http://wave.webaim.org/ can be u… | |
+Web Content Accessibility Guidelines 2.0, level AA: | |
+- http://ec.europa.eu/ipg/standards/accessibility/index_en.htm | |
+ | |
+10 golden rules in accessible Web design: | |
+- http://ec.europa.eu/ipg/standards/accessibility/10_rules/index_en.htm | |
+ | |
+Web Content Accessibility Guidelines 2.0 (WCAG): | |
+- https://www.w3.org/TR/WCAG20/ | |
+ | |
Correctness: | |
@@ -120,6 +129,15 @@ Websockets: | |
- NEVER USE THEM! | |
+Captchas: | |
+- NEVER USE THEM! Consider the handicapped people. | |
+ | |
+ | |
+HTTP protocol: | |
+- Use HTTP/1, don't use SPDY or HTTP/2: if your webpage has a performance | |
+ issue it is not because of the protocol. | |
+ | |
+ | |
Cookies / localStorage: | |
- Try to reduce the amount of cookies, for static content there is no need to | |
use them. For logins Basic HTTP authentication can be used: | |
@@ -166,7 +184,8 @@ Tracking: | |
Maps: | |
- Instead of Google Maps you can use OpenStreetMap or simply a static image. | |
Google uses tracking in many of their applications. | |
-- Consider making a donation or contribution to the openstreetmap.org project. | |
+- Consider making a money donation or other contribution to the | |
+ openstreetmap.org project. | |
Use of content-delivery networks (CDNs): |