OpenJavaScript
OpenJavaScript
  • Видео 149
  • Просмотров 1 725 060
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 ...
Просмотров: 46 623

Видео

Test Localhost on Mobile and Make Available Online | Web Development Tutorial
Просмотров 1,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 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,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
Просмотров 69 тыс.Год назад
‍🎓 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
Просмотров 9 тыс.Год назад
‍🎓 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
Просмотров 26 тыс.Год назад
‍🎓 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)
Просмотров 45 тыс.Год назад
‍🎓 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
Просмотров 848Год назад
‍🎓 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,9 тыс.Год назад
‍🎓 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,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
Просмотров 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 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,9 тыс.Год назад
Use Import in Node.js | Node.js Tutorial
Hide an API Key | JavaScript Tutorial
Просмотров 19 тыс.Год назад
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
Просмотров 7 тыс.Год назад
Multiple Images to Zip File Download | JavaScript Tutorial
Receive Form Data in Node.js (with and without files) | Node.js Tutorial
Просмотров 33 тыс.Год назад
Receive Form Data in Node.js (with and without files) | Node.js Tutorial
Map with Markers using Leaflet | JavaScript Tutorial
Просмотров 18 тыс.Год назад
Map with Markers using Leaflet | JavaScript Tutorial
Get URL Parameters in Node.js using Express and in pure Node.js
Просмотров 2,9 тыс.Год назад
Get URL Parameters in Node.js using Express and in pure Node.js
ChatGPT for Developers: A Productivity Booster?
Просмотров 448Год назад
ChatGPT for Developers: A Productivity Booster?
Get FormData Object Size | JavaScript Tutorial
Просмотров 796Год назад
Get FormData Object Size | JavaScript Tutorial
Upload Multiple Files using the Fetch API - JavaScript Tutorial
Просмотров 3,9 тыс.Год назад
Upload Multiple Files using the Fetch API - JavaScript Tutorial
Validate the Size of a File or Files before Upload | JavaScript Tutorial
Просмотров 4,6 тыс.Год назад
Validate the Size of a File or Files before Upload | JavaScript Tutorial
Blobs and Blob URLs | JavaScript Tutorial
Просмотров 30 тыс.Год назад
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

Комментарии

  • @paradiseruler9881
    @paradiseruler9881 День назад

    What to do when I also have a python server, how to deploy then ?

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

    Could the image be a.png ?

  • @Miran99923
    @Miran99923 4 дня назад

    getting a webassenbly error while hosting on shred hosting need help

  • @RohitPahuja-mw3pz
    @RohitPahuja-mw3pz 7 дней назад

    thanks dudde

  • @SeyiAudu-cy5qc
    @SeyiAudu-cy5qc 7 дней назад

    Thanks!

  • @LegendxxVenomXD
    @LegendxxVenomXD 8 дней назад

    my page is refreshing even i am using preventdefault

  • @marionejames89
    @marionejames89 8 дней назад

    Is there a way that you can also track someone that you wanted to meet? Like a share location feature to locate someone

  • @charlesokorobo508
    @charlesokorobo508 10 дней назад

    What I am looking for, is to have a Button -- in which if the user clicks the button, a file should download. This should be a frontend file download without a server or backend. How do I achieve this?

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

    thanks bro 100% working.. you deserve huge respect.💖💖

  • @FunnyVideos-ni4iu
    @FunnyVideos-ni4iu 14 дней назад

    very well explained ☑ thanks a lot mate 👍

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

    Thank you so much! I'm doing something that requires this for my year 3 University dissertation, and this was very, very helpful. Thanks again!!

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

    Hi, how can i add the IntelliSense in VS Code for leaflet? i found some extension called leaflet but dort think it's the correct one. My env seems to get some of the methods etc but don't think it's working as well as yours. Thank you

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

    I have now been following you and I am addicted to your videos. I am trying to watch all your videos❤

  • @IvetaNovakova-zy1kb
    @IvetaNovakova-zy1kb 17 дней назад

    Thank you. Very helpful video.

  • @jiarongteh513
    @jiarongteh513 19 дней назад

    how about ios

  • @samworldpk
    @samworldpk 19 дней назад

    how can I use it as a heartbeat of some stock API in browser. I donot want to bind it any web page. something like chrome extension with background script

    • @samworldpk
      @samworldpk 19 дней назад

      I tried the chrome notifications but it is not visible some how with chrome alarms

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

    Thank you

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

    thanks, it's working

  • @cyberninja80
    @cyberninja80 22 дня назад

    Thanks a lot

  • @kawur1
    @kawur1 23 дня назад

    Nice tutorial, master

  • @BonnUmunna
    @BonnUmunna 23 дня назад

    You are a good teacher. This has saved me from stress. Please do a video on adding Google login and Signup Oauth

  • @ponco5817
    @ponco5817 24 дня назад

    thanks for the infomation sir🫡

  • @mobilephotography123
    @mobilephotography123 24 дня назад

    vs code font name

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

    u da man, my friend. thx a lot

  • @ThomasRobinson-e5x
    @ThomasRobinson-e5x 29 дней назад

    Rodriguez Helen Johnson Robert Williams Jessica

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

    So pleased to have found this video, so many only upload files with out text. Also many are overly complex. I need to research how to create a progress bar now, any tips? 👍

  • @JenniferThomas-z7l
    @JenniferThomas-z7l Месяц назад

    Lopez Richard Williams John Lopez Edward

  • @ThompsonUpton-k7l
    @ThompsonUpton-k7l Месяц назад

    Wilson Patricia Clark Charles Harris Larry

  • @SylviaElliott-c6v
    @SylviaElliott-c6v Месяц назад

    Martinez Robert Lee Jason Jackson Kevin

  • @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 Месяц назад

    How to do for multiple task at multiple scheduled time

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

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

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

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

  • @FitzGeraldDuncan-p7i
    @FitzGeraldDuncan-p7i Месяц назад

    Harris Karen Lewis John Williams Charles

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

    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?

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

    Walker Linda Hernandez Angela Clark Timothy

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

    Young Mary Martin Edward Martinez Maria

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

    How do I put this into a website?

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

    Young Cynthia Garcia Paul Moore David

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

    Taylor Jessica White Donald Young Jessica

  • @MorrisonOscar-u6l
    @MorrisonOscar-u6l Месяц назад

    Anderson Robert Miller Jennifer Jackson Mary

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

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

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

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

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

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

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

    could you please share the code link

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

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

  • @lemonade2345-j4e
    @lemonade2345-j4e Месяц назад

    Superb, and noobs friendly!

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

    Exactly what I was looking for 👌👌

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

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

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

    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 Месяц назад

    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 2 месяца назад

    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?