OpenJavaScript
OpenJavaScript
  • Видео 149
  • Просмотров 1 666 789
Add reCAPTCHA Validation to a HTML Form | Web Development Tutorial
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇
⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️
This tutorial shows you how to add Google reCaptcha v2 validation to a HTML form and implement client-side validation with JavaScript and server-side validation using the example of a Node.js backend.
#recaptcha #webdevelopment #html #javascript #frontend #backend #tutorial
⚡Web development professional certificates from Meta Inc.⚡
Front-End Developer Professional Certificate: imp.i384100.net/b3dMek
Back-End Developer Professional Certificate: imp.i384100.net/gbYorg
iOS Developer Professional ...
Просмотров: 43 494

Видео

Test Localhost on Mobile and Make Available Online | Web Development Tutorial
Просмотров 1,7 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This web development tutorial shows you how to access and test a localhost server on a mobile device and allows other to access it online. #localhost #webdevelopment #tutorial #frontend #webde...
Custom File Input Button with File List | JavaScript Tutorial
Просмотров 2 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial covers how to create a custom file input button that supports the selection of one or multiple files that, unlike the native file input element, can be styled. Also covered is ho...
Drag and Drop File Upload Zone | JavaScript Tutorial
Просмотров 8 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to create a file upload zone (dropzone) for one or multiple files, including upload progress and the option to browse from file when a user clicks in on the dropzon...
Detect Page Visibility using the Page Visibility API | JavaScript Tutorial
Просмотров 1,1 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how the native Page Visibility API can be used in JavaScript to prevent data being transmitted to a page and/or pause the UI when a page is no longer visible to a user....
Upload a File / Multiple Files in React | React.js Tutorial
Просмотров 66 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to upload one or multiple files in React using Axios or Fetch and how to update the UI, including a progress bar. #react #reactjs #reactjstutorial #reactjsdeveloper...
MySQL in Node.js Tutorial | CRUD and Creating Databases
Просмотров 8 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This Node.js tutorial shows you how to interact with a MySQL server in Node.js, including how to create a database and create, read, update and delete (CRUD) operations. #nodejs #mysql #nodejs...
Share Data Across Tabs using the Broadcast Channel API | JavaScript Tutorial
Просмотров 1,5 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to use the Broadcast Channel API in JavaScript to share data across open browser tabs. #javascript #javascript_tutorial #webdevelopment #frontend #broadcastchannel ...
Real-Time Data Updates using Socket.io | JavaScript and Node.js Tutorial
Просмотров 25 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial show you how to get real-time data updates in JavaScript in the browser by establishing a web socket between it and a Node.js server using the Socket.io library. #realtime #javas...
QR Code Reader / Scanner in React (Html5-QRCode.js)
Просмотров 43 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to implement a QR code reader / scanner in React using the Html5-QRCode library. #react #qrcode #tutorial #reacttutorial#reactjs #reactjstutorial ⚡Web development p...
Dark Mode with CSS and JavaScript
Просмотров 827Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This web development tutorial shows you how to add darkmode toggling to a web page using CSS and JavaScript. #darkmode #css #javascript #csstutorial #javascript_tutorial #webdevelopment #codin...
Create File URLs in JavaScript: Data URLs v Blob URLs
Просмотров 3,7 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to create file URLs in JavaScript in either Data URL or Blob URL format and when to use which method. #javascript #javascript_tutorial #webdevelopment #frontend #tu...
Pass an Object or Array through localStorage
Просмотров 1 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how you can store and retrieve an object or array in localStorage or sessionStorage by stringifying it using JSON.stringify and JSON.parse. #javascript #javascript_tuto...
Download a File with Axios | JavaScript Tutorial
Просмотров 6 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to download a file located at a URL resource using Axios (including how to track download progress) and then initiate a user download of the file. #javascript #java...
Wait for Multiple Async Functions | JavaScript Tutorial
Просмотров 1,4 тыс.Год назад
‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇 ⚡ Need hosting for a website, WordPress blog or Node.js app? We use HostWithLove: bit.ly/3V2RM9Q ❤️ This tutorial shows you how to wait for multiple asynchronous functions in JavaScript that can be callbacks, promises or both using Promise.all and Promise.all after promisifying any callback ...
Use Import in Node.js | Node.js Tutorial
Просмотров 1,8 тыс.Год назад
Use Import in Node.js | Node.js Tutorial
Hide an API Key | JavaScript Tutorial
Просмотров 18 тыс.Год назад
Hide an API Key | JavaScript Tutorial
Go Fullscreen using the Fullscreen API | JavaScript Tutorial
Просмотров 1,6 тыс.Год назад
Go Fullscreen using the Fullscreen API | JavaScript Tutorial
Custom Events | JavaScript Tutorial
Просмотров 1,6 тыс.Год назад
Custom Events | JavaScript Tutorial
Multiple Images to Zip File Download | JavaScript Tutorial
Просмотров 6 тыс.Год назад
Multiple Images to Zip File Download | JavaScript Tutorial
Receive Form Data in Node.js (with and without files) | Node.js Tutorial
Просмотров 32 тыс.Год назад
Receive Form Data in Node.js (with and without files) | Node.js Tutorial
Map with Markers using Leaflet | JavaScript Tutorial
Просмотров 17 тыс.Год назад
Map with Markers using Leaflet | JavaScript Tutorial
Get URL Parameters in Node.js using Express and in pure Node.js
Просмотров 2,8 тыс.Год назад
Get URL Parameters in Node.js using Express and in pure Node.js
ChatGPT for Developers: A Productivity Booster?
Просмотров 444Год назад
ChatGPT for Developers: A Productivity Booster?
Get FormData Object Size | JavaScript Tutorial
Просмотров 774Год назад
Get FormData Object Size | JavaScript Tutorial
Upload Multiple Files using the Fetch API - JavaScript Tutorial
Просмотров 3,7 тыс.Год назад
Upload Multiple Files using the Fetch API - JavaScript Tutorial
Validate the Size of a File or Files before Upload | JavaScript Tutorial
Просмотров 4,5 тыс.Год назад
Validate the Size of a File or Files before Upload | JavaScript Tutorial
Blobs and Blob URLs | JavaScript Tutorial
Просмотров 28 тыс.Год назад
Blobs and Blob URLs | JavaScript Tutorial
Copy Text to the Clipboard using Clipboard API | JavaScript Tutorial
Просмотров 1,4 тыс.Год назад
Copy Text to the Clipboard using Clipboard API | JavaScript Tutorial
Work with Fastest of Multiple Fetch Requests with Promise.any() | JavaScript Tutorial
Просмотров 1,2 тыс.Год назад
Work with Fastest of Multiple Fetch Requests with Promise.any() | JavaScript Tutorial

Комментарии

  • @noname-ep9hy
    @noname-ep9hy День назад

    You're a great brother, but I have a question. I need to dynamically change the values of longitude and latitude using my GPS/GSM module. How can I do that?

  • @msmcreations9522
    @msmcreations9522 2 дня назад

    How to do for multiple task at multiple scheduled time

  • @jpanderson6145
    @jpanderson6145 3 дня назад

    Why subdomain if I want the homepage to load the app?

    • @jpanderson6145
      @jpanderson6145 3 дня назад

      Where did you get those files from you pulled up on your desktop?

  • @amparoclay
    @amparoclay 7 дней назад

    Young Susan Martin Margaret Lee Barbara

  • @GloriaPartin-o3e
    @GloriaPartin-o3e 8 дней назад

    Moore Kenneth Miller Brenda Williams Michelle

  • @FitzGeraldDuncan-p7i
    @FitzGeraldDuncan-p7i 8 дней назад

    Harris Karen Lewis John Williams Charles

  • @chris11651
    @chris11651 9 дней назад

    Very well explained, I'm trying to install a nuxt application following this tutorial, and everything works fine. I install npm correctly but I keep getting the 503 error. Is there any way to see logs or something?

  • @VanAntony-l3k
    @VanAntony-l3k 9 дней назад

    Johnson Margaret Robinson Mary Martin Patricia

  • @EtanRowleS
    @EtanRowleS 9 дней назад

    Walker Linda Hernandez Angela Clark Timothy

  • @WesleyMcKeown
    @WesleyMcKeown 9 дней назад

    Lopez Kimberly Miller Mary Davis Dorothy

  • @JoanWanda-l5t
    @JoanWanda-l5t 9 дней назад

    Anderson Patricia Wilson Deborah Johnson Scott

  • @AdellManey-c9j
    @AdellManey-c9j 9 дней назад

    Garcia Michelle Wilson Mary Clark Margaret

  • @averylisejameses7688
    @averylisejameses7688 11 дней назад

    Young Mary Martin Edward Martinez Maria

  • @rodgersmolligan4223
    @rodgersmolligan4223 11 дней назад

    Walker Christopher Perez Charles Robinson Ruth

  • @sezyboii
    @sezyboii 11 дней назад

    How do I put this into a website?

  • @DtdtycgfyvugucggubTfxfvhugbibi
    @DtdtycgfyvugucggubTfxfvhugbibi 11 дней назад

    Young Cynthia Garcia Paul Moore David

  • @dickdeayrton3486
    @dickdeayrton3486 13 дней назад

    Taylor Jessica White Donald Young Jessica

  • @MorrisonOscar-u6l
    @MorrisonOscar-u6l 13 дней назад

    Anderson Robert Miller Jennifer Jackson Mary

  • @SearchRreon-z3n
    @SearchRreon-z3n 13 дней назад

    Wilson Nancy Lewis Nancy Garcia Anthony

  • @AlfredOlsen-m2k
    @AlfredOlsen-m2k 13 дней назад

    Garcia Mark Walker Jennifer Williams Deborah

  • @TheRagreis
    @TheRagreis 15 дней назад

    Perfect!!!! Please, can you explain how Axios can show the upload file progress in a form of progress bar? Many thanks.

  • @nanaana9757
    @nanaana9757 16 дней назад

    Hi, is it possible to use an external camera? Like cam scanner, web cam or something else

    • @leandroalonso9895
      @leandroalonso9895 7 дней назад

      Use Iriun WebCam. Installed on both the phone and the PC.

  • @rakeshreddysarikonda9540
    @rakeshreddysarikonda9540 17 дней назад

    could you please share the code link

  • @shubhamsinghvi9338
    @shubhamsinghvi9338 17 дней назад

    Can you please share a tutorial of the same with video/mp4

  • @lemonade2345-j4e
    @lemonade2345-j4e 20 дней назад

    Superb, and noobs friendly!

  • @rahulkumargautam3358
    @rahulkumargautam3358 20 дней назад

    Exactly what I was looking for 👌👌

  • @iamfyrus
    @iamfyrus 21 день назад

    Live sample works but how to rescan another QR? Theres no scan button after the first scan

  • @indibizz1724
    @indibizz1724 21 день назад

    How the validation of token done in captcha v3 ? I want to implement in angular app.. do I require to use my personal database ? For token validation? Now I’m getting token in my frontend but I don’t know what to do after that ? Do I require to do validation with my project backend ?

  • @md.tanimurrahman4431
    @md.tanimurrahman4431 23 дня назад

    What if i want to track the loction of another user? Lets say i want to make a gps tracker like uber? How should i go about it?

  • @EthioApex
    @EthioApex 25 дней назад

    thanks it works!! but the font sizes are getting alot larger when running with express as compared to running it normally, any ideas on how to fix it?

  • @KatakamUmaNandini
    @KatakamUmaNandini 26 дней назад

    Thank you very much. This is what I exactly need.

  • @rashmikadeshan2710
    @rashmikadeshan2710 29 дней назад

    Thank you so much for sharing code.

  • @PracticalMindset
    @PracticalMindset Месяц назад

    As a indian 🇮🇳 student : Understanding your English is hard then javascript . 😅😅

  • @starchaser2000
    @starchaser2000 Месяц назад

    Why not use v3 of Google Recaptcha?!

  • @fandaancheung
    @fandaancheung Месяц назад

    thx so much, help me a lot

  • @Radius11-g1k
    @Radius11-g1k Месяц назад

    Awesome stuff man, We appreciate the work you have done to educate those in need!

  • @ONvNO
    @ONvNO Месяц назад

    Salut

  • @dannybribiesca
    @dannybribiesca Месяц назад

    Thank you! You're a lifesaver!!

  • @rhialicandido8644
    @rhialicandido8644 Месяц назад

    The best explantion of File/Blob I've seen! Thanks for the video!

  • @gaganlonde7190
    @gaganlonde7190 Месяц назад

    When i try to host it on GitHub it doesn't work. Hiw can i fix this?

  • @dlbet4110
    @dlbet4110 Месяц назад

    When I run the RUN NPM INSTALL I get an Error. The server admin says there is nothing wrong with the server. So, I must be doing something wrong. Any ideas why I'm getting an error? I followed these instructions exactly.

  • @ila6545
    @ila6545 Месяц назад

    Good tutorial.I am loading this in webview for android app.But the cam is not opened for QR code.It triggers error.Also the qr code image path is not loaded. Any idea?

  • @prakharmishra-m5r
    @prakharmishra-m5r Месяц назад

    excellent

  • @chinnyi2384
    @chinnyi2384 Месяц назад

    this was exactly what i needed THANK YOUU 🙏

  • @salmaatef3678
    @salmaatef3678 Месяц назад

    thank you so much, your explanation is great and simple 🥰

  • @Lymphater
    @Lymphater Месяц назад

    Nice. But I'd like to start scanning by click on my button. Without UI by library. Any idea?

  • @John-wx3zn
    @John-wx3zn Месяц назад

    Thank you. You are a great teacher. I hope you are blessed.

  • @shabazkhan-ns5ek
    @shabazkhan-ns5ek Месяц назад

    very solid video, with a helpful Problem - Good Solution Approach but My I want draw Route Path please guide me Do I need an API key draw bus Route ,car route Etc

  • @richardfigueroa611
    @richardfigueroa611 Месяц назад

    This could be done when obtaining data from the DB, monitoring approximately how long the request will take or it only works with files.

  • @richardfigueroa611
    @richardfigueroa611 Месяц назад

    This could be done when obtaining data from the DB, monitoring approximately how long the request will take or it only works with files.