Web project check list

A checklist that I use when pushing websites live. This varies from project to project and it depends on the framework, hosting, etc. On the development server Add Google Analytics 301 Redirects in a text document Generating XML sitemap Generate compresses, auto prefixes CSS Test meta tags using https://developers.facebook.com/tools/debug/ On the live website Backup the old… Continue reading Web project check list

CSS centering things vertically

display: flex; align-items: center; justify-content: center; Remember to auto add prefixes when compiling. Or. position: relative; top: 50%; transform: translateY(-50%);

Linux command line manual website backup

MySql database mysqldump -u user_name -p database > /path/database.sql; File management rm -rf /path/* mv /path/* . zip -r /path/file.zip /path unzip file.zip service apache2 stop service apache2 start service apache2 restart sudo chown -R www-data:group user_name I tend to save the files in the user folder. /home/pawel Then I go ahead and download the… Continue reading Linux command line manual website backup

Snowing Font Awesome

Experimenting with a number of front-end technologies: GreenSock Font Awesome https://codepen.io/b0gucki3/pen/WdQyOa