5 Programming tips that can make Google use as Software Development tool

Google is not only for Searching stuff on internet. There are lots of articles written by eminent Bloggers about other things that can be done on Google. Those include tips like calculating, plotting graph, translating, Flight status and other. But in this post I am going to share list of 5 articles written by me earlier that will teach you to use Google Drive as Software Development Tool.

5 Programming tips that can make Google use as Software Development tool

How to Use Google as Software Development Tool

Google Apps is one of the tool available that allows you to design custom forms, create spreadsheet and other online docs. But using Google Apps you can also write custom scripts that can be used to create small software’s on Google. Below is the list of 5 things that will help you in learning to write Google Apps Script:

#Tutorial 1: Using Google Apps Script on Google Site Web Page

Once you completed the coding part, you need to publish it somewhere where users can access the software. For this there is a very simple trick that allows you to insert Google Apps Script on Google Site Web Page. Read Complete Article here

#Tutorial 2: Create GUI Form Application using Scripts

After going through this tutorial you will be able to understand the various classes that are used to create GUI elements such as check-box, dropdown, Labels, Textboxes and Button. Read Complete Tutorial here

#Tutorial 3: Creating Menu, Custom Function and Sending Mails

In this part I am going to show couple of things; first How to Create Custom Menu for Google Spreadsheet, second Learn to call methods from custom menu items, and third is sending mails to all email ids with custom template. Read Here

#Tutorial 4: Fetching Data from Google Spreadsheet – Dynamic Database Tutorial

It is very simple to fetch data from Google Spreadsheet in Google Form Fields. In this tutorial I will show how to fetch particular record like based on primary key just like in any other database. Go through the tutorial here.

#Tutorial 5: Writing Data in Spreadsheet

After going through this tutorial you will be able to create a GUI Form, understand the concept of event handling and eventually learn How to Write Data from fields into Spreadsheet. Click here to learn

Leave a Reply