Fix MBR for an Old MS-DOS System
Friday, December 26th, 2008 Posted in Technical Issues | No Comments »I accidentally installed grub and couldn't figure out how to uninstall or override it with another boot loader. The others just weren't working. Running fdisk /mbr didn't work for me either. What I had to do was insert and boot ...
Acronis 2009 Breaks Dynamic Windows Raid Array
Friday, December 26th, 2008 Posted in Technical Issues | No Comments »I just tried installing Acronis True Image Home 2009 and ended up having to use system restore twice now because it would disable my dynamic windows raid array I have setup on my pc after the next reboot. The only ...
My Telus Tech Support Story
Wednesday, December 10th, 2008 Posted in Rants | No Comments »One day, many years ago I spent an entire day on the phone with numerous Telus tech support people. Our internet was down and we needed it up because we were hosting a couple websites and email servers that needed ...
Edit the Magento Invoice PDF Templates
Tuesday, December 2nd, 2008 Posted in Programming | 18 Comments »Code Location /app/code/core/Mage/Sales/Model/Order/Pdf/Invoice.php /app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php Changing the font size Change the font size in the two files: /app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php (line 487-507) /app/code/core/Mage/Sales/Model/Order/Pdf/Items/Abstract.php (line 255-274) Change the invoice logo Admin -> Configuration -> Sales -> Invoice and Packing Slip Design More info Changing the invoice size from A4 to letter Changing the font ...