Helpful links: Amazon Documentation for AWS transfer SFTP service Amazon Document for working with custom host names This video provides
Reading Excel File with VB and ADO.net
Note, if Excel not installed on the machine, you must download compatible OLEDB drivers in Microsoft Access Database Engine (google Microsoft
Chrome Javascript Quick Note
To start Javascript console in Chrome: <ctrl><shift>J To force a hard refresh (which resets the javascript state, not just PHP’s)
Print CSS That Prints Page at 100%
@media print { * { margin: 0 !important; padding: 0 !important; } #controls, .footer, .footerarea{ display: none; } html, body
Seagull BarTender Notes
To Integrate with CSV files: https://support.seagullscientific.com/hc/en-us/articles/227353867-Print-Document-Using-a-Data-File-Integration-Video-6-31- BarTender editions comparison chart: https://www.seagullscientific.com/label-software/barcode-label-design-and-printing/compare-bartender-editions/ Installation videos Documentation to upgrade clients What is Seagull
Bluehost Rewrite
redirecting http to https in .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} web site name\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI}
Bluehost Show Hidden
Bluehost’s file manager would not display hidden files even if one has chosen the option. To force it to happen,
How to use ediimport
Ediimport is a Foxpro program that automatically insert corrected ADX 850 (EDI order) export to SBT databases. Ediimport.prg and application
Dolibarr SBT Table Map
Third Party Information Customer/Vendor Information Dolibarr – llx_societe SBT – arcust01, apvend01 Customer Invoice (make sure the invoice module is turned
Unicode choice for MYSQL database
A very good post on stackoverflow. My’s sticking with utf8mb4_general_ci for general tables (better performance) : https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci Note: DOLIBARR uses utf8mb4_unicode_ci. Since