Unlock the true potential of web development with Web Services Essentials – HTML, Javascript Restful API. This comprehensive course is designed to give you a solid foundation in essential web technologies, starting with mastering the fundamentals of HTML, progressing to advanced JavaScript, and culminating in a thorough understanding of RESTful API services. Whether you’re just starting or looking to deepen your knowledge, Web Services Essentials – HTML, Javascript Restful API covers all the core elements you need to navigate the ever-evolving digital landscape with confidence. From creating the structure of web pages to incorporating dynamic scripting through JavaScript, and finally, learning how to interact with web servers using RESTful APIs, this course is your gateway to becoming well-versed in these critical technologies. Web Services Essentials – HTML, Javascript Restful API breaks down complex concepts into manageable parts, ensuring you have a clear and deep understanding of each topic, setting you up for success in building modern, efficient, and interactive web services.
Learning Outcomes
After studying the course materials of the Web Services Essentials – HTML, Javascript Restful API there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99. Original Hard Copy certificates need to be ordered at an additional cost of £8.
This Web Services Essentials – HTML, Javascript Restful API does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Web Services Essentials – HTML, Javascript Restful API was made by professionals and it is compatible with all PC’s, Mac’s, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection.
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:10: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 Unordered | 00:05: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:06: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 Validation0 | 00:09:00 | ||
Input Numeric Validation | 00:12:00 | ||
Restful API Introduction | |||
Section Introduction | 00:02:00 | ||
Installing XAMPP for PHP, MySQL and Apache | 00:12:00 | ||
Installing Code Editor(Visual Studio Code) | 00:07:00 | ||
Postman API platform installation | 00:06:00 | ||
Composer installation | 00:04:00 | ||
Creating PHP Project on XAMPP | 00:03:00 | ||
Hello World Program | 00:06:00 | ||
Restful API Basic | |||
What is PHP | 00:08:00 | ||
What is Restful API | 00:05:00 | ||
HTTP request GET, POST, PUT or DELETE | 00:08:00 | ||
REST API project structure | 00:06:00 | ||
Project 1: Restful API Authentication | |||
Create Database and table | 00:06:00 | ||
Creating Project forms and folders | 00:05:00 | ||
Create Database Connection | 00:02:00 | ||
JSON Web Token Handler(JWT) | 00:14:00 | ||
Auth Middleware Token Validation | 00:23:00 | ||
Register form | 00:20:00 | ||
Login form | 00:14:00 | ||
User Token Authorization check form | 00:12:00 | ||
Project 2: Restful API - MySQL | |||
Create Database and table | 00:06:00 | ||
Adding Data to table – insert query | 00:03:00 | ||
MySQL Select query | 00:06:00 | ||
MySQL Update query | 00:04:00 | ||
MySQL Delete query | 00:02:00 | ||
Get Project2 Source Code | 00:02:00 | ||
Create Database Connection | 00:02:00 | ||
RestfulAPI – Web API Services | |||
Create Items Class PHP File | 00:04:00 | ||
Create Method form | 00:04:00 | ||
Creating Record Using Restful API | 00:04:00 | ||
Reading Method form | 00:02:00 | ||
Reading Record Using Restful API | 00:03:00 | ||
Update Method form | 00:03:00 | ||
Update Record Using Restful API | 00:05:00 | ||
Delete Method form | 00:02:00 | ||
Delete Method Using Restful API | 00:02:00 | ||
Coding Exercise | 00:01:00 | ||
Solution for Coding Exercise | 00:02:00 | ||
SEO friendly Request URLs of REST API | 00:02:00 |
Dive into the world of programming with “Python Programming from Scratch with MySQL Database,” an ideal blend of two powerful …
0
Step into the world of web development with PHP Webforms for Everyone and transform your ability to create dynamic, interactive …
0
Dive into the world of web development with confidence, as “Learn Web Development from Scratch” takes you through an engaging …
0