Menu

Monthly Archives: April 2018

WordPress on Windows 2016 Server with IIS 10
When installing, or moving a wordpress site onto windows server 2016 you need to ensure that you have the following feature enabled; CGI This can be found [...]
Some ES2015 scratches
Just popping it here as a bookmark const d=document; const t=(txt)=>d.createTextNode(txt); const cr=(d,el)=>d.createElement(el); const [...]