Select Page

Divi Image Sizes

===== COLUMNS ===== 16:9 aspect ratio 1 column: 1080 x 608 ¾ column: 795 x 447 ⅔ column: 700 x 394 ½ column: 510 x 287 ⅓ column: 320 x 181 ¼ column: 225 x 128 4:3 aspect ratio 1 column: 1080 x 810 ¾ column: 795 x 597 ⅔ column: 700 x 526 ½ column: 510 x 384 ⅓ column:...

Utility Websites (Running List)

Large File Transfer https://wetransfer.com/ (up to 2 GB) https://www.sendtransfer.com/ (up to 10 GB) Image Conversion and Manipulation https://www.ilovepdf.com/pdf_to_jpg (Convert between formats; e.g. PDF to JPG) https://www.iloveimg.com/crop-image (Crop)...

MySQL / MariaDB Backup Strategy References

The complete mysqldump guide (with examples) https://simplebackups.com/blog/the-complete-mysqldump-guide-with-examples/#table-of-contents How to Automate MySQL Database Backups in Windows How to Automate MySQL Database Backups in Windows 10 Ways to Automatically &...

MySQL / MariaDB Commands for mysqldump and mysqlcheck

HOW TO FIX A TABLE USING MYSQLCHECK MySQL in XAMPP stopped starting with corruption within the db table in the database: mysql https://www.a2hosting.com/kb/developer-corner/mysql/repairing-mysql-databases-and-tables CHECK FOR ERRORS mysqlcheck -u root -p mysql Runs a...