playing with dotnet core 14 - html form validators for the celsius to fahrenheit converter

Subscribers:
9,750
Published on ● Video Link: https://www.youtube.com/watch?v=wHOkaVwx064



Duration: 0:00
24 views
0


Apologies for the low quality...
Didn't realise it was only in 480p, may or may not remake this series when i'm more learned. But if i do, i'll make sure it's 1080p.

For now it's just a learning journal for me

----------------- Useful Links -----------------------------------
html form validation types
https://www.w3schools.com/html/html_form_input_types.asp

html form attributes
https://www.w3schools.com/html/html_form_attributes.asp

html form validation types
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number

min temperature absolute zero
https://en.wikipedia.org/wiki/Absolute_zero

max temperature (planck)
https://en.wikipedia.org/wiki/Planck_units#:~:text=The Planck temperature TP,model the extreme energies attained.

----------------- Video Sections -------------------------------
Chapters:
0:00 intro
0:40 HTML form validation, required attribute
3:40 HTML input type from text to number submission
4:42 HTML step attribute
8:00 HTML min attribute
8:46 HTML max attribute
10:15 testing our new textbox and convert button
11:40 Conclusion and other forms of validation in dotnet


--------------------[Playlists and Relevant Github Repositories]---------------------------------------------

Fluid Mechanics and Git Repos:
   • Fluid Mechanics  
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Petroleum Downstream Crash Course Playlist:
   • Petroleum Refining  

OpenFOAM for Windows 10 Beginner Playlist and some Git Repos
   • OpenFoam for Windows Newbie Guide  
https://github.com/theodoreOnzGit/laminar_BL_OpenFOAM

OpenFOAM Intermediate Playlist and some Git Repos
   • OpenFOAM Intermediate Videos  
https://github.com/theodoreOnzGit/thin_pipeflow_snappyHexMesh

OpenFOAM Heat Transfer Playlist and GitHub Repo
   • OpenFOAM Heat Transfer  
https://github.com/theodoreOnzGit/OpenFoam_heatTrf_YouTube

Radiation Heat Transfer Learning Journal and Git Repos:
   • Radiation Heat Transfer Learning Jour...  
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Convection Boundary Layer and git Repos:
   • Convection Heat Transfer  
https://github.com/theodoreOnzGit/heatTransferTheory_YouTube

Turbulence Modelling Playlist
   • Turbulence Modelling 1 - Reynold's Av...  
https://github.com/theodoreOnzGit/turbulenceModelling

LabView Frequency Analysis and Fun (playlist and git repo)
   • LabView Frequency Analysis and Fun  
https://github.com/theodoreOnzGit/Ted_labview_YouTube

Control Systems and Frequency Response
   • Laplace Transforms 1 - basic intuitio...  
https://github.com/theodoreOnzGit/matlabFrequencyResponse.git

OpenFOAM C++
https://github.com/theodoreOnzGit/C-_YouTube_OpenFoam
   • Introductory C++ for OpenFoam Users  

OpenFOAM Bash
https://github.com/theodoreOnzGit/Bash_OpenFOAM_YouTube
   • OpenFOAM Bash  

Basic Samba
   • basicSamba  
https://github.com/theodoreOnzGit/sambaVideos

Manjaro Tips and Tricks
   • Manjaro Tips and Tricks  

lammps and Discrete Element Modelling (DEM)
   • lammps and Discrete Element Modelling  

playing with dotnet core
   • playing with dotnet core  
dotnet core github repo
https://github.com/theodoreOnzGit/dotnetCoreYoutube




Other Videos By Theo Ong Science and Engineering


2022-03-07playing with dotnet core 23 - dependency injection part 4 using interfaces, inheritance and Construc
2022-03-07playing with dotnet core 22 - dependency injection part 3 swapping out dependencies
2022-03-07playing with dotnet core 21 - dependency injection part 2 making a class with some dependencies
2022-03-07playing with dotnet core 20 - dependency injection part 1 background knowledge
2022-03-07manjaro tricks - split screens with vim
2022-03-05playing with dotnet core 19 - model validation for forms
2022-03-05playing with dotnet core 18 - playing around with tag helpers asp for and property binding
2022-03-05playing with dotnet core 17 - what are models, views and controllers?
2022-03-05playing with dotnet core 16 - fahrenheit to celsius converter, some revision on classes and objects
2022-03-05playing with dotnet core 15 - a roadmap to learning about model binding and validation
2022-03-04playing with dotnet core 14 - html form validators for the celsius to fahrenheit converter
2022-03-03playing with dotnet core 13 - making a simple celsius to fahrenheit converter
2022-03-03playing with dotnet core 12 - getting user input using input text and submit buttons
2022-03-02playing with dotnet core 11 - create, delete and navigate between git branches
2022-02-25playing with dotnet core 10 - writing and using namespaces from a separate file
2022-02-25playing with dotnet core 9 - writing a class and using its functions or methods
2022-02-25playing with dotnet core 8 - organising your code with classes and namespaces
2022-02-24playing with dotnet core 7 - lambda functions or expressions in C#
2022-02-24playing with dotnet core 6 - declaring string and double variables, and some math in C#
2022-02-24playing with dotnet core 5 - quick intro to git
2022-02-24playing with dotnet core 4 - making a new webpage