Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| start [2020/05/24 21:34] – [Google] dokudoku | start [2021/07/21 12:34] (current) – [Passwords] dokudoku | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Design Tools ===== | ||
| + | * https:// | ||
| + | |||
| + | ===== CSS ===== | ||
| + | * font-size: clamp(18px, 1.4vw, 22px); | ||
| + | |||
| + | ===== Media Encoding ===== | ||
| + | * ffmpeg -i input.mp4 -vf scale=1280x720 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:v libvpx-vp9 -c:a libopus out.webm | ||
| + | * ffmpeg -i in.mov -vcodec libx264 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:a aac out.mp4 (so crappy iOS can view them) | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| ===== Google ===== | ===== Google ===== | ||
| - | | + | |
| - | | + | |
| - | | + | |
| + | *DeepL Translator [[https:// | ||
| + | *Google Postmaster [[https:// | ||
| + | |||
| + | ===== Google Drive Embed ====== | ||
| + | < | ||
| + | <iframe src=" | ||
| + | <iframe src=" | ||
| + | </ | ||
| ===== Favicon Generator ===== | ===== Favicon Generator ===== | ||
| Line 11: | Line 31: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * jgawoods.co.uk [[https:// | ||
| ===== Nameservers ===== | ===== Nameservers ===== | ||
| Line 33: | Line 54: | ||
| RedirectMatch permanent ^/$ https:// | RedirectMatch permanent ^/$ https:// | ||
| + | | ||
| + | RewriteCond %{HTTP_HOST} (w*)sprowstonhigh\.school$ [NC] | ||
| + | RewriteRule ^ http:// | ||
| + | |||
| + | RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] | ||
| + | RewriteRule ^ https:// | ||
| + | |||
| | | ||
| ===== Joomla Components ===== | ===== Joomla Components ===== | ||
| Line 44: | Line 72: | ||
| ErrorDocument 404 http:// | ErrorDocument 404 http:// | ||
| - | ===== Passwords ===== | + | |
| - | info@di.co.uk | + | |
| - | 1WPNtg%5ty8, | + | |
| - | + | ||
| - | caroline_nockels@hotmail.com and p/w is car0l1n3nockels | + | |
| - | | + | |
| ===== Email Settings ===== | ===== Email Settings ===== | ||
| -[[https:// | -[[https:// | ||