How to Update Text Boxes in Google Slides Using Google Apps Script

Managing presentations can often require updating content frequently to keep up with new information or changes. Google Apps Script provides a powerful way to automate updates in Google Slides. This blog post will show you how to programmatically select specific slides and text boxes within them, and update their contents. What You’ll Need Step 1: … Read more

Automate Your Presentation Creation: Google Apps Script for Converting Google Docs into Google Slides

Creating presentations from lengthy documents can be a tedious task, especially when you need to transfer key points and sections manually. This blog post will guide you through automating the process using Google Apps Script, enabling you to convert sections of a Google Docs document into a series of slides on a Google Slides presentation. … Read more

Apps Script between the Form Apps Service and Google Calendar

Automatically Add Google Form Responses to Google Calendar with Google Apps Script Integrating Google Forms with Google Calendar can streamline various tasks such as scheduling appointments, booking events, or organizing meetings directly from form submissions. In this tutorial, we will guide you through creating a simple Google Apps Script that automatically adds events to your … Read more

Massive Book loaded with CSS exercise FREE today

Last Chance to Grab Your Free Kindle Copy of “Mastering CSS: Coding with Style”! Don’t miss out on this opportunity to master CSS. Download your free Kindle copy from Amazon US or Amazon CA. Remember, the free promotion runs only until April 26th, 2024! 🚨 Today is the LAST DAY to get “Mastering CSS: Coding … Read more

GDG Surrey Build With AI at British Columbia Institute of Technology

Laurence Svekis at “Build with AI” GDG Surrey Event Harnessing the Power of Google Apps Script Recently, the “Build with AI” event hosted by Google Developer Groups (GDG) Surrey at the British Columbia Institute of Technology brought together developers and AI enthusiasts to delve into the latest in Generative AI technologies and applications. Among the … Read more

Transform Your Web Design Skills with “Mastering CSS: Coding with Style

Are you ready to elevate your web development skills and dive into the world of CSS? Whether you’re a beginner looking to get your feet wet or a seasoned developer aiming to refine your styling capabilities, “Mastering CSS: Coding with Style” is your essential guide. For a limited time, you can download the Kindle version … Read more

Mastering CSS Coding with Style: Over 200 CSS based Exercises with Mini Code Projects First Chapters FREE

Get the Kindle Book FREE for the next 3 days!!! Until April 26th 2024 On Kindle and in Print CAN https://www.amazon.ca/dp/B0D2DQ2Y3N US https://www.amazon.com/dp/B0D2DQ2Y3N Embark on your journey to becoming a CSS expert with “Mastering CSS: Coding with Style,” a comprehensive guide filled with over 200 hands-on exercises and mini code projects designed to transform beginners … Read more

Integrating Gemini AI with Google Apps Script for Dynamic Content Creation

In the rapidly evolving world of AI and machine learning, Google’s Gemini AI stands out as a powerful tool for generating human-like text based on given prompts. Integrating such capabilities into Google Apps Script opens up exciting possibilities for automating content creation directly within Google Workspace applications. In this blog post, we’ll explore how you … Read more

Understanding HTTP 405 Error: Form POST vs. GET Methods

In web development, creating forms that interact with servers is a fundamental task. However, developers can sometimes encounter issues such as the HTTP 405 error when submitting forms. This error typically indicates that the method used to send data to the server is not allowed. In this blog post, we’ll explore why a form submitted … Read more

Enhancing Google Sheets with Custom Formulas and Functions

Google Sheets is an incredibly powerful tool for data analysis and collaboration. One of its most robust features is the ability to create custom functions using Google Apps Script, which can be used just like any built-in function within your spreadsheets. This capability allows you to tailor Google Sheets to your specific needs, making data … Read more