Skip to content

Amixa Technical Blog

Amixa Technical Blog

Your source for IT related tips & web commentary!

Automatically Empty Google Drive Trash

Want to empty your Google Drive Trash automatically?  I finally have the solution for you. Make sure you use GOOGLE CHROME web browser for best results. Open Chrome and go to www.google.com Make sure you are signed into your Google account.  If not, sign in. You should OBVIOUSLY have Google Drive account up and running…

Read article

webDNA Error: You are not allowed to change the price

If you are here for this: Error: You are not allowed to change the price under webDNA: How to fix: 1) look at the error text files. It will tell you which script is throwing the error. 2) edit that script and search for “password”. Find the webdna password. it will look like this: password=whatevermypasswordis…

Read article

Recaptcha V2 under classic ASP

Here’s a quick primer on upgrading your Classic ASP site Recaptcha V1 to V2. First, go to Google Recaptcha online and generate yourself a v2 pair of keys for your site’s domain. Next: On the page with the “FORM” on it on which you want to display the Recaptcha V2. Add to the HEADER (inside…

Read article

sprintf or printf do not output float variables correctly

Have you run into situation under the MPLAB IDE where you are trying to output variables, but even though you have the format correct, a float variable outputs with a .0 value? Example (from somewhere else in code) AIRTEMP=751 ==== float adjustedtemp= 0.0; adjustedtemp= (AIRTEMP + 5)/10; printf(“Air Temp: %5.2f \r\n”, adjustedtemp); the result looks…

Read article

Coldfusion 10 and Windows Server – Installation Musings

Here are some various tips and tricks as part of my brain dump for the process to get ColdFusion 10 running under Windows Server 2016. Run the ColdFusion installer under compatibility mode – Windows 7 you must have the following installed under IIS CGI, ISAPI (both), ASP.NET make sure the APPPOOL for the site has 32…

Read article