From 14b1cd3370cc9d680ab9d9dbcea4340f34913cc5 Mon Sep 17 00:00:00 2001 From: astechedu Date: Sat, 30 Mar 2024 23:42:24 +0530 Subject: [PATCH] SQL Tutorial --- .../javascript - Events.&.Form.Validation.txt | 250 ++++++++++++++++++ .../javascript - Events.txt | 137 ---------- .../php.Form.Validation.with.JavaScript.txt | 136 ++++++++++ 3 files changed, 386 insertions(+), 137 deletions(-) create mode 100644 sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.&.Form.Validation.txt delete mode 100644 sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.txt create mode 100644 sqlphp/developer-notes/php/corephp/php.Form.Validation.with.JavaScript.txt diff --git a/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.&.Form.Validation.txt b/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.&.Form.Validation.txt new file mode 100644 index 0000000..97d1b62 --- /dev/null +++ b/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.&.Form.Validation.txt @@ -0,0 +1,250 @@ +>>>> JavaScript Events & Form Validation >>>>> + + +----------------------------------------------------- +Keys: Event And Form Submit, + addEventListener(), + +---------------------------------------------------- + +--------------------------------------------------------------------------- + +--------------------------------------------------------------------------- + +//1. Event And Form Submit: + + + + + + + + + Bootstrap Example + + + + + + + +
+
+
+

User Login

+
+
+
+ + Username is empty +
+ +
+
+ + Password is empty +
+
+ + + +
+ + +
+
+
+ +
+ + + + + + + + + + + + +----x---- +---------------------------------------------------------------------------------- + + +//2. Form Validation && Event, addEventListener() + + + + + + Bootstrap Example + + + + + + + +
+
+
+

User Login

+
+
+
+ + Username is empty +
+ +
+
+ + Password is empty +
+
+ + + + +
+
+
+ +
+ + + + + + + + + +-----x----- diff --git a/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.txt b/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.txt deleted file mode 100644 index da70bf4..0000000 --- a/sqlphp/developer-notes/js/javascript (VanillaJs)/javascript - Events.txt +++ /dev/null @@ -1,137 +0,0 @@ ->>>> JavaScript Events >>>>> - - ------------------------------------------------------ -Keys: Event And Form Submit, - - ----------------------------------------------------- - ---------------------------------------------------------------------------- - ---------------------------------------------------------------------------- - -//Event And Form Submit: - - - - - - - - - Bootstrap Example - - - - - - - -
-
-
-

User Login

-
-
-
- - Username is empty -
- -
-
- - Password is empty -
-
- - - -
- - -
-
-
- -
- - - - - - - - - - - - -----x---- ----------------------------------------------------------------------------------- \ No newline at end of file diff --git a/sqlphp/developer-notes/php/corephp/php.Form.Validation.with.JavaScript.txt b/sqlphp/developer-notes/php/corephp/php.Form.Validation.with.JavaScript.txt new file mode 100644 index 0000000..08e2a27 --- /dev/null +++ b/sqlphp/developer-notes/php/corephp/php.Form.Validation.with.JavaScript.txt @@ -0,0 +1,136 @@ +>>>> OOPs And PHP 8.2 <<<<<<<< + + +------------------------------------------------------------------ +Keys: + Form Validation with JavaScript, + +------------------------------------------------------------------ + +------------------------------------------------------------------ +------------------------------------------------------------------ + + + +//Form Validation with JavaScript + + + + + + + + Bootstrap Example + + + + + + + +
+
+
+

User Login

+
+
+
+ + Username is empty +
+ +
+
+ + Password is empty +
+
+ + + + +
+
+
+ +
+ + + + + + + + + + + + + + +------------------------------------------------------------------ +------------------------------------------------------------------ +------------------------------------------------------------------