Docs Word Search Free Addon Have fun!!!

Anyone looking for a FREE WordSearch maker in Google Docs, I created this about 1 year ago its an addon for Docs and creates wordsearches from a list of words you can customize. Enjoy https://workspace.google.com/marketplace/app/wordsearch_maker/921473344337?hl=en-CA #google #wordsearch

Best Deals Pre Black Friday Sale

Use the promo code EARLY1-22 to get the BEST PRICE POSSIBLE on my courses! I’ve selected the below courses for you! JavaScript Dynamic Web Pages AJAX 30 Projects APIs JSON https://www.udemy.com/course/ajax-json/?couponCode=EARLY1-22 Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=EARLY1-22 Google Apps Script Complete Course New IDE 100+ Examples https://www.udemy.com/course/course-apps-script/?couponCode=EARLY1-22 Complete JavaScript Projects Course … Read more

Apps Script Return response of request values in JSON

You can use the code snippet to check the web app URLs and if you are making AJAX requests to the web app as an endpoint these will return the request values.

How to Set Up GitPages within GitHub quick Git getting started guide local to GitHub files

Git and GitHub Pages Quick Setup GuideGo to https://github.com/ and create an account. Then setup a new repository. Click the Green Code button in the drop down menu to get the HTTPS URL for the repo. You will need this to clone the repo to your local machine. Open your editor, I am using https://code.visualstudio.com/ … Read more

Laurence Svekis Courses 2022

Learn Google Apps Script Coding Project Examples https://www.udemy.com/course/learn-google-apps-script-code/ JavaScript Arrays and Objects Basic Data Structures https://www.udemy.com/course/javascript-coding/ Google Apps Script WebForm and Fetch Request Exercises https://www.udemy.com/course/apps-script-projects/ Spreadsheet Data query from JavaScript Frontend Code AJAX https://www.udemy.com/course/sheet-data-ajax/ Google Apps Script Learn Coding Projects Exercises Resources https://www.udemy.com/course/learn-apps-script/ Getting Started with Google Sites Create a WebPage Quickly https://www.udemy.com/course/google-sites-create-a-webpage/ Google Sheets … Read more

Top Courses Best Deals Fall 2022

Hope you are enjoying the fall season, I wanted to give you an opportunity to get some of the most asked for courses for the best price possible, use the promo code LEARNNOW22 Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=LEARNNOW22 Google Sheets Tips Tricks Quick HowTo Workspace Resources Explore how you can … Read more

JavaScript Fetch Request Explore making a request to text and JSON files with Code

JavaScript Fetch Request Explore making a request to text and JSON files with Code

Apps Script Web App as Get and Post endpoint for JavaScript Google Apps Script Coding Example

doPost and doGet as an endpoint for web applications. You can setup your webapp to serve as an endpoint for web applications. In this example we explore how to make both GET method requests and POST method requests to the endpoint, retrieving and returning data from a spreadsheet into the JavaScript code as data from … Read more

JavaScript Game from scratch Guess the Number learn how to create a JavaScript DOM game

JavaScript Game from scratch Guess the Number learn how to create a JavaScript DOM game Learn how to create a number guessing game with JavaScript. Guess the hidden number, the range will adjust as you guess random numbers. Providing logic for the game play and scoring. <!DOCTYPE html> <html> <head>  <title>JavaScript </title>  <style>    body{      font-style:normal; … Read more

Google Apps Script Images and Files Coding Examples

Google Apps Script Images and Files File variables 1How to create a Google Spreadsheet and give it a name, get its ID. 2How to Create a Folder and Get the ID of the Folder 2How to create a sheet and move the file into a specific folder 2How to select a file and move it … Read more