↓ Skip to Main Content
M Williams

Main Navigation

  • Home
  • Contact
M Williams

Off Canvas Menu

  • Home
  • Contact

Reference

Home › Archive for Reference
Reference

Switching the order of block elements with CSS

Michael Sep 10, 2019

CSS: #blockContainer { display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } …

Switching the order of block elements with CSS Read more →

Reference

Removing emoji cruft from a WP installation

Michael Jul 29, 2019

Just add this to the child functions.php and the jobs a good ‘un. remove_action( ‘wp_head’, ‘print_emoji_detection_script’, …

Removing emoji cruft from a WP installation Read more →

Reference

Sites for reference – Magento & HTTP headers

Michael Mar 2, 2017

An online checker for gzip output from servers: http://www.gidnetwork.com/tools/ And for those file permissions to make …

Sites for reference – Magento & HTTP headers Read more →

Reference

Leverage browser caching

Michael Mar 2, 2017

Notes: Leverage browser caching Firstly, make sure you have the mod_expires module enabled in your httpd.conf …

Leverage browser caching Read more →

Reference

enable gzip compression by adding instructions in your .htaccess

Michael Mar 2, 2017

Notes: enable gzip compression by adding instructions in your .htaccess This works by adding compression to …

enable gzip compression by adding instructions in your .htaccess Read more →

Copyright © 2026 M Williams | Powered by Responsive Theme
Copyright © 2026 M Williams | Powered by Responsive Theme