Monday, April 30, 2018

https (ssl) migration checklist

  • check all http links and turn them into https
  • check server_name links and canonical urls
  • remove robot disallow if any
  • redirect 301
  • add https page to webmaster tools

     

Tuesday, April 24, 2018

EU user consent policy – Company – Google



Properties under your control

For Google products used on any site, app or other property that is under your control, or that of your affiliate or your client, the following duties apply for end users in the European Economic Area.



https://www.google.com/about/company/consentstaging.html

gdpr

Monday, April 23, 2018

Tuesday, April 17, 2018

MariaDB error: "Data truncated for column" when column is mediumint and value fits

Check if the used value is not a string. In case of a string MySQL converts the value silently to mediumint, but MariaDB does something else which causes this error.

Friday, April 13, 2018

Thursday, April 12, 2018

How to find threads in process explorer

Right click on the process then choose properties and then the Threads tab.

Tuesday, April 10, 2018

Friday, April 6, 2018