NOTE BOTH OF THESE SEGMENTS OF CODE GIVE MYSQL 1064 ERRORS BUT NO HELPFUL DOCUMENTATION FOUND ON HOW TO RESOLVE OR EVEN WHAT THE SPECIFIC ERROR IS.6.14.13 CREATE VIEW wp_search_publications as SELECT wp_pods_publications.name, wp_pods_publications.publisher, wp_pods_publications.pub_author, wp_pods_publications.publication_date, … [Read more...]
Web Based Topics
This section is for all the stuff that falls within, outside of, and around websites, automation, scripts, blips and dips... now watch me dip...
How to use iMacros to Fill Form on Website from CSV
How to use iMacros to fill form from spreadsheet or csv file. Starting from column 2 and looping though each row. You'll need to change the "URL GOTO" to match the website you're trying to auto fill with iMacros. You'll also want to change the "SET !DATASOURCE" to the CSV file name that you saved your data. Here's a sample iMacros script that fills an online form from a csv … [Read more...]
Sample iMacros Script to Fill Drop Down List
Here's a sample iMacros script to fill a drop down list from an external source such as csv or excel. As you can see the website we're form filling used wordpress PODS. VERSION BUILD=8300326 RECORDER=FX TAB T=1 SET !DATASOURCE ORGANZTN.csv SET !LOOP 2 'Increase the current position in the file with each loop SET !DATASOURCE_LINE {{!LOOP}} SET !ERRORIGNORE YES URL … [Read more...]
Receive Google Forms Data Via Email
Step 1: Launch Google Drive … [Read more...]
Advertisements Got Your Website Down? Speed It Up With “window.onload”
You're here because you want to stop all CPM based ads from slowing down your website. You know the ads I'm talking about, those fat javascripts with poorly optimized headers and 40 or more http request per ad! We can place a hold on the advertisements with javascript window.onload. This will tell the web browser not to load the ads until the rest of the document has completed … [Read more...]