start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2020/05/23 23:15] 82.42.206.30start [2021/07/21 12:34] (current) – [Passwords] dokudoku
Line 1: Line 1:
 + ===== Design Tools =====
 +  * https://www.figma.com/files/recent
 +
 + ===== 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://developers.google.com/media/vp9/settings/vod/
 +  * https://developers.google.com/media/vp9/the-basics#resolution
 +
  ===== Google =====  ===== Google =====
-  -Google Search Console [[https://search.google.com/search-console]] +  *Google Search Console [[https://search.google.com/search-console]] 
-  -ReCaptcha [[https://www.google.com/recaptcha/admin/site/350611883]]+  *ReCaptcha [[https://www.google.com/recaptcha/admin/site/350611883]] 
 +  *Google Translate [[https://www.google.com/search?channel=trow2&client=firefox-b-d&q=google+translate]] 
 +  *DeepL Translator [[https://www.deepl.com/en/translator#en/fr/Table]] 
 +  *Google Postmaster [[https://postmaster.google.com/managedomains?pli=1]] 
 + 
 + ===== Google Drive Embed ====== 
 +<code> 
 +<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list" style="width:100%; height:600px; border:0;"></iframe> 
 +<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" style="width:100%; height:600px; border:0;"></iframe> 
 +</code>
  ===== Favicon Generator =====  ===== Favicon Generator =====
  
Line 10: Line 31:
   * [[https://www.eukhost.com/kb/php-mail-function-disabled-on-shared-web-hosting/]]   * [[https://www.eukhost.com/kb/php-mail-function-disabled-on-shared-web-hosting/]]
   * [[https://host34.theukhost.net:2087/cpsess2939301809/?login=1&post_login=16804297923316]]   * [[https://host34.theukhost.net:2087/cpsess2939301809/?login=1&post_login=16804297923316]]
 +  * jgawoods.co.uk [[https://host34.theukhost.net:2083]]
  
  ===== Nameservers =====  ===== Nameservers =====
Line 32: Line 54:
  
   RedirectMatch permanent ^/$ https://www.pwi-ha.co.uk/norwich-driving-lessons/   RedirectMatch permanent ^/$ https://www.pwi-ha.co.uk/norwich-driving-lessons/
 +  
 +  RewriteCond %{HTTP_HOST} (w*)sprowstonhigh\.school$ [NC]
 +  RewriteRule ^ http://sprowstoncommunityacademy.co.uk%{REQUEST_URI} [L,R=301]
 +
 +  RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
 +  RewriteRule ^ https://sprowstoncommunityacademy\.co\.uk/%{REQUEST_URI} [L,R=301]
 +
      
  ===== Joomla Components =====  ===== Joomla Components =====
Line 43: Line 72:
   ErrorDocument 404 http://example.com/   ErrorDocument 404 http://example.com/
  
- ===== Passwords ===== +
-  info@di.co.uk +
-  1WPNtg%5ty8, +
-   +
-  caroline_nockels@hotmail.com and p/w is car0l1n3nockels +
-  +
  ===== Email Settings =====  ===== Email Settings =====
   -[[https://www.guru99.com/codeigniter-sending-email.html]]   -[[https://www.guru99.com/codeigniter-sending-email.html]]
  • start.1590275729.txt.gz
  • Last modified: 2020/05/23 23:15
  • by 82.42.206.30