Completed
Introduction to JQuery - Demo using VSCode
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Internet and Web Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 Visual Studio Code - Installation and Demo
- 2 Introduction to HTML - Session 1 - Demo using Visual Studio Code.
- 3 Introduction to HTML - Session 2 - Demo on iframe, video, audio, img , div, form and input tags
- 4 HTML - Session 3 (colgroup, optgroup, hgroup, datalist, fieldset, meter, details, menu tags)
- 5 Cascading Style Sheets - selectors -font &text styling - padding - border - inherit - background
- 6 Cascading Style Sheets (CSS) - Position Property - static, relative, absolute, fixed and sticky
- 7 CSS - Combinators - Demo
- 8 CSS - Pseudo elements - Demo
- 9 Cascading Style Sheets (CSS) - Tables
- 10 HTML - textarea & file input type - Demo.
- 11 HTML Semantic Elements - header - nav -section - article - footer - Demo
- 12 Cascading Style Sheets (CSS) - Multi Column Layout - Demo
- 13 CSS - Transform - Transition and Animation property - Demo
- 14 CSS Box Model & Margin - Float - Overflow - Z index - box shadow - display properties
- 15 Introduction to JavaScript - I (variables, if else , switch , loops - for, while, do while - arrays)
- 16 JavaScript - Introduction to Functions
- 17 JavaScript - Array Methods - Demo
- 18 JavaScript - Multidimensional Arrays - Demo
- 19 JavaScript - String Methods - Demo
- 20 JavaScript - Document Object Model - Introduction - Session 1
- 21 JavaScript - Introduction to Document Object Model - Session 2
- 22 JavaScript - getElementByID, getElementsByClassName, getElementsByTagName - Demo
- 23 JavaScript - createNode() ,createTextNode(), insertBefore(), replaceChild(), remove(), setAttribute
- 24 JavaScript Events - Demo
- 25 Exception Handling In JavaScript - Live Demo in Class
- 26 How to add Syntax Highlighter to a Web Page? - Demo - Internet and Web Programming
- 27 XAMPP Installation & using Visual Studio Code for PHP - Demo
- 28 Introduction to PHP - Session 1 - Demo using Visual Studio Code
- 29 Introduction to String Handling functions in PHP - Demo using VSCode
- 30 Functions in PHP - Demo using VSCode
- 31 Arrays in PHP - Indexed & Associative - Single Dimensional and Multi Dimensional Arrays - Demo
- 32 Form Handling using JavaScript (Accessing HTML form data from within JavaScript)
- 33 PHP - Form Handling (Accessing HTML form data in PHP) - Demo
- 34 Messing with MySQL !!! - A quick tutorial on SQL basics using MySQL
- 35 PHP - MYSQL Database Connection using MYSQLI Extension - INSERT - UPDATE - DELETE - SELECT - DEMO
- 36 Registration Form using PHP and MySQL Database & Displaying data from Database using an HTML Table
- 37 PHP - Regular Expressions - Exercises - Live Class Demonstration
- 38 PHP - File Handling - WRITE , APPEND, READ data from a file using a form & file methods - Demo
- 39 File Upload Script using PHP - DEMO
- 40 Introduction to JQuery - Demo using VSCode
- 41 Cookies in PHP - Coding a simple application using Cookies
- 42 Understanding Sessions in PHP by coding an Application that supports Login and Logout using MySQL
- 43 Login Alert Notification by Email using PHP (PHPMailer) -Demo
- 44 AJAX - Introduction and Demo
- 45 XML, XML Schema, XPATH, XSLT - Introduction
- 46 Node.js Introduction and Installation
- 47 Node.js - MongoDB CRUD Operations - Demo using VS Code
- 48 React Tutorial for Beginners - Session 1 - Installation of React on Windows - Demo
- 49 JavaScript ES6 Modules - import and export - Named Export and Default Export - Demo