| Introduction | |||
| Introduction | 00:03:00 | ||
| How to Get Course requirements | 00:02:00 | ||
| Getting Started on Windows, Linux or Mac | 00:02:00 | ||
| How to ask Great Questions | 00:01:00 | ||
| FAQ’s | 00:01:00 | ||
| HTML | |||
| Introduction HTML | 00:05:00 | ||
| Choosing Code Editor | 00:06:00 | ||
| Installing Code Editor (Sublime Text) | 00:04:00 | ||
| Overview of a Webpage | 00:05:00 | ||
| Structure of a Full HTML Webpage | 00:07:00 | ||
| First Hello World! Webpage | 00:09:00 | ||
| HTML Basic | |||
| Heading tags | 00:09:00 | ||
| Paragraph | 00:08:00 | ||
| Formatting Text | 00:12:00 | ||
| List Items Unordered | 00:05:00 | ||
| List Items Ordered | 00:04:00 | ||
| Classes | 00:09:00 | ||
| IDs | 00:06:00 | ||
| Comments | 00:04:00 | ||
| HTML Intermediate | |||
| Images | 00:12:00 | ||
| Forms | 00:05:00 | ||
| Marquee | 00:06:00 | ||
| Text area | 00:06:00 | ||
| Tables | 00:06:00 | ||
| Links | 00:07:00 | ||
| Navbar – Menu | 00:04:00 | ||
| HTML Entities | 00:05:00 | ||
| Div tag | 00:06:00 | ||
| Google Maps | 00:07:00 | ||
| HTML Advanced | |||
| HTML Audio | 00:07:00 | ||
| HTML Video | 00:05:00 | ||
| Canvas | 00:06:00 | ||
| Iframes | 00:05:00 | ||
| Input Types | 00:04:00 | ||
| Input Attributes | 00:06:00 | ||
| Registration Form | 00:04:00 | ||
| Contact Us Form | 00:10:00 | ||
| Coding Exercise | 00:01:00 | ||
| Solution for Coding Exercise | 00:02:00 | ||
| JavaScript Introduction | |||
| What is JavaScript | 00:09:00 | ||
| Hello World Program | 00:14:00 | ||
| Getting Output | 00:11:00 | ||
| Internal JavaScript | 00:13:00 | ||
| External JavaScript | 00:09:00 | ||
| Inline JavaScript | 00:04:00 | ||
| Async and defer | 00:06:00 | ||
| JavaScript Basics | |||
| Variables | 00:13:00 | ||
| Data Types | 00:10:00 | ||
| Numbers | 00:06:00 | ||
| Strings | 00:06:00 | ||
| String Formatting | 00:05:00 | ||
| JavaScript Operators | |||
| Arithmetic operators | 00:07:00 | ||
| Assignment operators | 00:03:00 | ||
| Comparison operators | 00:06:00 | ||
| Logical operators | 00:08:00 | ||
| JavaScript Conditional Statements | |||
| If-else statement | 00:05:00 | ||
| If-else-if statement | 00:04:00 | ||
| JavaScript Control Flow Statements | |||
| While loop | 00:09:00 | ||
| Do-while loop | 00:03:00 | ||
| For loop | 00:08:00 | ||
| Coding Exercise | 00:02:00 | ||
| Solution for Coding Exercise | 00:02:00 | ||
| JavaScript Functions | |||
| Creating a Function | 00:07:00 | ||
| Function Call() | 00:07:00 | ||
| Function with parameters | 00:05:00 | ||
| JavaScript Error Handling | |||
| Try-catch | 00:05:00 | ||
| Try-catch-finally | 00:17:00 | ||
| JavaScript Client-Side Validations | |||
| On Submit Validation | 00:09:00 | ||
| Input Numeric Validation | 00:12:00 | ||
| PHP Introduction | |||
| What is PHP | 00:08:00 | ||
| Installing XAMPP for PHP, MySQL and Apache | 00:12:00 | ||
| Installing Code Editor(Visual Studio Code) | 00:07:00 | ||
| Creating PHP Project on XAMPP | 00:03:00 | ||
| Hello World Program | 00:06:00 | ||
| PHP Basic | |||
| Variables | 00:16:00 | ||
| Echo and Print | 00:08:00 | ||
| Data Types | 00:11:00 | ||
| Numbers | 00:06:00 | ||
| Boolean | 00:04:00 | ||
| Arrays | 00:06:00 | ||
| Multi-Dimensional Array | 00:07:00 | ||
| Sorting Arrays | 00:04:00 | ||
| Constants | 00:05:00 | ||
| PHP Strings | |||
| Strings | 00:04:00 | ||
| String Formatting | 00:05:00 | ||
| String Methods | 00:08:00 | ||
| Coding Exercise | 00:01:00 | ||
| Solution for Coding Exercise | 00:01:00 | ||
| PHP Operators | |||
| Arithmetic operators | 00:03:00 | ||
| Assignment operators | 00:02:00 | ||
| Comparison operators | 00:05:00 | ||
| Increment – decrement operators | 00:03:00 | ||
| Logical operators | 00:06:00 | ||
| Ternary operator | 00:03:00 | ||
| PHP Decision-making System | |||
| If statement | 00:05:00 | ||
| If-else statement | 00:02:00 | ||
| If-else-if-else statement | 00:03:00 | ||
| Switch-case statement | 00:05:00 | ||
| PHP Control flow statements | |||
| Flow Chart | 00:06:00 | ||
| While loop | 00:09:00 | ||
| Do-while loop | 00:04:00 | ||
| For loop | 00:15:00 | ||
| Foreach loop | 00:04:00 | ||
| Coding Exercise | 00:01:00 | ||
| Solution for Coding Exercise | 00:01:00 | ||
| PHP Functions | |||
| Creating a Function | 00:08:00 | ||
| Function with Arguments | 00:08:00 | ||
| Default Argument | 00:03:00 | ||
| Function return values | 00:06:00 | ||
| Call-by-value | 00:02:00 | ||
| Call-by-reference | 00:03:00 | ||
| PHP Super globals | |||
| $_POST Method | 00:06:00 | ||
| $_GET Method | 00:02:00 | ||
| PHP Advanced | |||
| Form Handling | 00:08:00 | ||
| Date and Time | 00:08:00 | ||
| Include | 00:06:00 | ||
| Require | 00:02:00 | ||
| Sessions | 00:08:00 | ||
| File Reading | 00:02:00 | ||
| File Upload | 00:06:00 | ||
| PHP Object-oriented programming[OOPs] | |||
| What is OOP | 00:03:00 | ||
| Class and Objects | 00:11:00 | ||
| Constructor | 00:04:00 | ||
| Destructor | 00:03:00 | ||
| Access Modifiers | 00:10:00 | ||
| Inheritance | 00:12:00 | ||
| Method overriding | 00:06:00 | ||
| Abstract Class | 00:03:00 | ||
| Interface | 00:08:00 | ||
| PHP – MySQL Application [CRUD] | |||
| MySQL Basic PhpMyAdmin | 00:04:00 | ||
| Creating Database and Table | 00:07:00 | ||
| Database Connection | 00:05:00 | ||
| PHP Form Create records | 00:16:00 | ||
| PHP Form Reading records | 00:11:00 | ||
| PHP Form Update Data | 00:15:00 | ||
| PHP Form Delete records | 00:04:00 | ||
| PHP Real-world code forms | |||
| Registration Form | 00:04:00 | ||
| MD5 Algorithm for Encrypting | 00:03:00 | ||
| Sha Algorithm | 00:02:00 | ||
| Login Form | 00:12:00 | ||
| PHP Validations | |||
| On Submit Validation | 00:09:00 | ||
| Input Numeric Validation | 00:12:00 | ||
| Login Form Validation | 00:05:00 | ||
| Form Server-side all Data Validation | 00:06:00 | ||
| Form Server-side Validation | 00:06:00 | ||
| PHP Error handling | |||
| Try-throw-catch | 00:06:00 | ||
| Try-throw-catch-finally | 00:02:00 | ||
| Order Your Certificate | |||
| Order Your Certificate Now | 00:00:00 | ||