Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Test your website's performance - Check out Google's Speed Test tool.  It's free.  https://developers.google.com/speed/ 

Compress Pictures for Free - If you're building a website that has pictures, it's important that pictures are compressed so they load faster.  This improves SEO because Google likes web pages that load fast.  If you have pictures that at 1MB or biggest, use Optimizilla to compress your pictures before you embed them in your website.  https://imagecompressor.com/ 


Google Forms and More

  • Google Forms/Sheets
  • How to password protect a Google Form - If you want to password protect a Google Form, there is no current functionality included with Google. But our team found a workaround through searching on Google that allows a user to password protect certain forms.
  • Google Script – In many of Google’s apps, you can make scripts on the backend. This is done by using Google Script, Google’s own scripting language. However, it is essentially just Javascript with Google-specific modules added for integration with their apps. For example, you can create a free, lightweight database on Google Sheets (many other Google-compatible databases are available), and use the Script Editor to add background scripts. You could generate reports, change format, and rearrange data – amongst many other things – using Google Script. We recommend using this if you have very little to no budget and want an out-of-the-box solution that is familiar (Javascript is not far off from Java).  Google Script Home: https://www.google.com/script/start/ 


Excel Survey: for clients using the Microsoft stack but want the easy-to-use functionality of Google Forms.  Excel Survey will do this exactly.  Part of Office 365.

 Google Apps Script: superset of JavaScript developed by Google for the purpose of modifying or extending the behavior of popular GSuite products (Google Sheets, Google Docs, etc.). Integrates very nicely with said products, and comes with extensive documentation to help maximize its potential.


  • No labels