Web App - Google Sheets - Form Example
1:24:10
React JS Tutorial p.10 - Composition
14:09
JavaScript Date and Time Tutorial
33:55
Post to Discord from Google Sheets
15:55
Пікірлер
@74ckmmp
@74ckmmp Күн бұрын
Best Tutorial That I had ever Seen. 1. Audio Quality = Best. 2. Sound Volume = Best. 3. Speed of Speak = Easy To Understand ( for people with Non Native English like me). 4. Tutoring Structure = Systematic. Thanks A Lot...and keep doing that.
@shwetaliingale854
@shwetaliingale854 3 күн бұрын
Thank you making it simple to understand what happens behind the scene of react useState hook.
@bamageek205
@bamageek205 5 күн бұрын
This is really good stuff. I've never heard of Metro UI. Thanks for sharing!
@daulatvishwakarma2492
@daulatvishwakarma2492 8 күн бұрын
great! teaching
@stwheel
@stwheel 21 күн бұрын
Your videos, whether they are about Google Sheets, Apps Script, or Javascript, are always so clearly explained, easy to follow, and with meaningful examples. I was curious about Object-Oriented Javascript, and now I have ideas as to how I can apply it. Thanks!
@gaba922
@gaba922 Ай бұрын
how do you make it so react will get data from Google apps script function ? For example : if I want to create a table of stuff from a google sheet?
@ThiagoSantana-sd6id
@ThiagoSantana-sd6id Ай бұрын
Amazing! One of best Puppeteer's contents available in YT. Thanks so much for sharing
@thomaswakula8092
@thomaswakula8092 Ай бұрын
can not get to the code, says page not found
@GabrielSillam
@GabrielSillam Ай бұрын
dude you are a literal life saver
@beteer1120
@beteer1120 2 ай бұрын
THANK YOU VERY MUCH. i was confused about the terms used (tuples, list, dict) in python, because i only knew Array and Object lol
@getitdonetube
@getitdonetube 2 ай бұрын
Yea. They call them something else in every language, but somehow it's always the same thing. :)
@Raidon88
@Raidon88 2 ай бұрын
Great tutorial! Thank you very much!
@rakeshrout2719
@rakeshrout2719 3 ай бұрын
Great Thanks for uploading
@ziaulhaquemansuri810
@ziaulhaquemansuri810 3 ай бұрын
can i you share your file through github
@meteoral0_1
@meteoral0_1 3 ай бұрын
saved my life for my front end internship interview tomorrow. thank you bro
@getitdonetube
@getitdonetube 3 ай бұрын
Best of luck!
@empaguia
@empaguia 3 ай бұрын
oh men, I love it this what I am looking for!
@empaguia
@empaguia 3 ай бұрын
or I can put that html file inside an ?
@empaguia
@empaguia 3 ай бұрын
now, I am thinking about sourcing .gs code to <script src> is that possible?
@chrisder1814
@chrisder1814 4 ай бұрын
hello, could I owload a BAS pdf ?
@lpanebr
@lpanebr 4 ай бұрын
48:50 there was also a reset method on the Metro prototype.
@getitdonetube
@getitdonetube 4 ай бұрын
Cool! I need to learn how to read :)
@BrightAnime
@BrightAnime 4 ай бұрын
Wow! I learned so much more than what I'm looking for 😲 You're awesome! Please keep up this style of tutorials. Now i finally know how to utilize for documentation. Saves a lot of Google-ing
@getitdonetube
@getitdonetube 4 ай бұрын
Awesome!
@dlsgamer13
@dlsgamer13 5 ай бұрын
genius 🙏
@BroHearki
@BroHearki 5 ай бұрын
Thanks Brother
@sudoalex
@sudoalex 5 ай бұрын
I missed you!
@chrisder1814
@chrisder1814 5 ай бұрын
Hello, I would like to do automatic SEO but I am not sure that my ideas are good, could you help me understand how to do it correctly? Could you help me understand what I could get if I use n8n and what I could get if I use BAS?
@高吉米-p1b
@高吉米-p1b 6 ай бұрын
When to share new video???
@高吉米-p1b
@高吉米-p1b 6 ай бұрын
When to share new video???
@高吉米-p1b
@高吉米-p1b 6 ай бұрын
When to share new video???
@高吉米-p1b
@高吉米-p1b 6 ай бұрын
When to share new video???
@高吉米-p1b
@高吉米-p1b 6 ай бұрын
When to share new video???
@sandratoolan9598
@sandratoolan9598 6 ай бұрын
Despite being vry long ago - FK I appreciate it when its 4 mins 30 vs a 4 day affair. Thanks.
@hexprince
@hexprince 6 ай бұрын
Thank you! Learned something new :)
@mypulsatermurah-ys8qu
@mypulsatermurah-ys8qu 7 ай бұрын
Hello can you help me? I got 2 error in console: 1. Unchecked runtime.lastError: The message port closed before a response was received 2. Third-party cookie will be blocked. Learn more in the Issues tab And when I debug acceptData Function there is info undefined My code below
@mypulsatermurah-ys8qu
@mypulsatermurah-ys8qu 7 ай бұрын
<script> const basokaForm = document.getElementById("basoka-form") basokaForm.addEventListener("submit",submitData) function submitData(e){ e.preventDefault() console.log("Form Anda Telah Terkirim") console.log(this) google.script.run.acceptData(this) } </script>
@mypulsatermurah-ys8qu
@mypulsatermurah-ys8qu 7 ай бұрын
function doGet() { const htmlService = HtmlService.createTemplateFromFile("index") const html = htmlService.evaluate().addMetaTag("viewport","width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no") return html } function acceptData(formData){ console.log(formData) }
@mypulsatermurah-ys8qu
@mypulsatermurah-ys8qu 7 ай бұрын
Hello, this is my script <script> const basokaForm = document.getElementById("basoka-form") basokaForm.addEventListener("submit",submitData) function submitData(e){ e.preventDefault() console.log("Form Anda Telah Terkirim") console.log(this) google.script.run.acceptData(this) } </script> And this is my code.gs function doGet() { const htmlService = HtmlService.createTemplateFromFile("index") const html = htmlService.evaluate().addMetaTag("viewport","width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no") return html } function acceptData(formData){ console.log(formData) } But in when i check console i got 2 error: 1. Third-party cookie will be blocked. Learn more in the Issues tab 2. Unchecked runtime.lastError: The message port closed before a response was received And when i debug acceptData function there is info undefined Can you help me please?
@getitdonetube
@getitdonetube 6 ай бұрын
Console logs don't seem to log the data like they used to previously for some reason. Try to add lines to add the data in the spreadsheet and see if you still get an error.
@jimtse2145
@jimtse2145 7 ай бұрын
Thanks!
@getitdonetube
@getitdonetube 6 ай бұрын
Thank You!
@karldaubmann7885
@karldaubmann7885 7 ай бұрын
This is great! I am trying to run a bot in discord (midjourney) with starts with "/imagine". Using this script doesn't trigger the bot, it just treats it as a test. Any thoughts?
@nbarton11
@nbarton11 7 ай бұрын
Curious- will a public folder for image assets be compiled if it is outside of the src folder with parcel
@andrewmcburney4425
@andrewmcburney4425 7 ай бұрын
You have a gift for teaching. Great work, thank you.
@CrazyAshu34
@CrazyAshu34 7 ай бұрын
That's some awesome Explanation, so basically we use props.children to just render Parents elements inside the child but without copying again and again 🐸
@usamanaeem8737
@usamanaeem8737 7 ай бұрын
Dude you are brilliant
@elisantos4931
@elisantos4931 7 ай бұрын
Goodnight! Unfortunately, debugging is line by line, in practice it doesn't work, what makes the difference is debugging from one checkpoint to the next checkpoint, imagine going through 100 lines debugging line by line, so debugging from one checkpoint to another is more efficient and unfortunately it doesn't.
@metasebiyabizuneh368
@metasebiyabizuneh368 7 ай бұрын
Thanks, That was insightful. Can I ask you how to make this communication for onEdit Trigger? I want a return for each trigger and fetch it on client-side just like this video
@GusTheAnt
@GusTheAnt 7 ай бұрын
23:00 Important note for anyone following this in May 2024, Parcel v2.12.0 requires a named import for React DOM in index.js. Your import statements at the top in `index.js` should look like this, otherwise when you run `npm start` you will not see anything in your browser window. import { createRoot } from "react-dom/client" import App from "./App"
@getitdonetube
@getitdonetube 6 ай бұрын
Thank You!
@ThijgerRoblox
@ThijgerRoblox 8 ай бұрын
I can't read the script...
@NickTheChamp03
@NickTheChamp03 8 ай бұрын
If I copied and pasted 10 things into column A how would I get the code to post everything at once vs 1 at a time
@gleinerochoa4304
@gleinerochoa4304 8 ай бұрын
Hello friend, I need this but send the messages with a command, how can I contact you?
@ZN1V5
@ZN1V5 8 ай бұрын
How do I get it to “mention” a user
@kokofibo6889
@kokofibo6889 8 ай бұрын
Thank you, very useful
@sul-dev
@sul-dev 8 ай бұрын
Great topic
@rjb07_yt
@rjb07_yt 8 ай бұрын
couldnt find out how to do this for like an hour. watched your video and got it in 5 minutes. youre a legend
@mateuslidonis
@mateuslidonis 9 ай бұрын
Is there any kind of usage limit for this API? Can I use and request the google sheets info as many times as I want?