improve webtips - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 73ad6fa6c717f460a74b02b26daae8add6a57c92
(DIR) parent 826deb929da361777061f017b18bc4d06369c564
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 27 Aug 2017 13:52:29 +0200
improve webtips
Diffstat:
M RANT_WEBTIPS | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/RANT_WEBTIPS b/RANT_WEBTIPS
@@ -85,6 +85,7 @@ Mobile:
your site in a smaller window. A better way is to serve a specific
mobile-friendly site via a separate space for example a subdomain such as
m.yourdomain or mobile.yourdomain.
+- Don't use "hamburger" menus.
CSS:
@@ -93,7 +94,7 @@ CSS:
Video / audio:
-- Preferably use open formats such as webm, oggv.
+- Preferably use open (container) formats such as webm, oggv.
- Don't use DRM.
- Do not autoplay video and audio, this includes background video/audio:
extremely invasive to the user.
@@ -132,5 +133,6 @@ Advertisements:
Use of content-delivery networks (CDNs):
-- Don't use CDN's such as cloudfront, at the very least don't serve Javascript
- from them.
+- Don't use CDN's such as cloudfront, cloudflare, at the very least don't serve
+ Javascript from them. Cloudflare is also known to block Tor traffic. Tor is
+ obviously very useful for many things.