- About Our Certifications
Quick Facts
particular | details | |||
---|---|---|---|---|
Medium of instructions
English
|
Mode of learning
Self study
|
Mode of Delivery
Video and Text Based
|
Course and certificate fees
Fees information
₹ 3,499
certificate availability
Yes
certificate providing authority
Udemy
The syllabus
Program Information
Your Development Toolbox
- Tools Introduction
- VSCode Workshop
- GitHub Workshop
Certified HTML5 Specialist 2019
- Basic Document Structure
- Heading Tags
- Paragraph Tags
- Assess Your Progress
- More Text Markup
- CSS Text
- Div and Span
- Google Fonts
- CSS Libraries
- Lists
- Links
- Tables
- Media
- Forms
- Buttons
- Box Model
- Page Layout
- Flexbox
- Final Project
Certified CSS Specialist 2019
- CSS Basics
- All About Styling Text
- Complex Selectors
- Styling Forms and Buttons
- The CSS Box Model Revisited
- Understanding CSS Postioning
- Responsive Design with CSS
- CSS Transitions and Animations
- Working with CSS Sprite Sheets
JavaScript Specialist 2019
- Write Your First Lines of Code
- JavaScript Variables
- Understanding Operators
- Decisions... Decisions
- Around and Around
- Arrays
- Classes and Objects
- ES6: Let and Const
- ES6: Functions
- ES6: Maps
- ES6: Sets
- ES6: Multiline Strings and String Templates
- ES6: JSON and Destructuring
- ES6: Classes and Objects
- ES6: Promises
jQuery for Application Development
- 1.1 Your first jQuery Page
- 1.2 What is jQuery... Why?
- 1.3 Adding jQuery to Your Site
- 1.4 jQuery Syntax
- 1.5 The document.ready() Event
- 1.6 Basic Selectors (name, class name and Id)
- 1.7 Complex Selectors (attribute, css, decendent)
- 1.8 First, Last, and (n)th Selectors
- 1.9 Other Pseudo Selectors
- 2.1 Fading in and Out
- 2.2 Showing and Hiding Elements
- 2.3 Hiding Versus Removing Elements
- 2.4 Sliding Elements
- 2.5 Creating Animations
- 2.6 Chaining Animations
- 2.7 Understanding Callback Functions
- 3.1 Adding and Removing Classes
- 3.2 Inserting and Appending Content
- 3.3 Height and Width of Elements
- 3.4 Positioning Elements
- 3.5 Working with Element Content
- 3.6 Wrapping Elements
- 4.1 Blur and Focus Form Events
- 4.2 The .change() Event
- 4.3 The .select() Event
- 4.4 The .submit() Event
- 4.5 Serializing Form Content
(OLDER - For Reference) HTML 5 Specialist: First Steps in HTML
- Welcome to the course
- About the Specialist Designation
- About the Instructor
- Quick Start - Making Your First HTML5 Page
- Obtain the Tools of the Trade
- Learning Basic Document Structure
- Anatomy of a Tag- The only vocabulary you need to know
- Section lab Video PDF and Solution
- Wrap-Up Section 1
(OLDER - For Reference) Everything you wanted to know about formatting text
- Welcome to Section 2
- Paragraph Tags
- Break Tags
- Preformatted Text
- HTML5 Heading Tags
- Lists
- Quotations and Citations
- Formatting: Bold, Italics and More
- Computer Code
- HTML5 Containers
- Section Lab Video, PDF and Solution
- Wrap-Up Section 2
(OLDER - For Reference) Hyperlinks- Connecting Pages and Content
- Welcome to Section 3
- Creating an internal link
- Linking to the outside world
- The Target Attribute
- Anchors to Navigate Long Pages
- Section Lab, Video, PDF and Solution
- Wrap-Up Section 3
(OLDER - For Reference) Digital Media
- Welcome to Section 4
- Inserting Images
- Creating Image Links
- Understanding Image and Image Size
- Sizing Images Responsively
- Playing and Controlling Audio
- Playing and Controlling Video
- Section Lab Video, PDF and Solution
- Wrap-Up Section 4
(OLDER - For Reference) Displaying Data in Tables and iFrames
- Welcome to Section 5
- Defining a Table
- Defining Border of a Table
- Determining Table and Cell Width
- Defining Table Headers
- Spanning Multiple Rows and Columns
- Inserting iFrame Content
- Adding a table caption
- Section lab Video, PDF and Solution
- Wrap-Up Section 5
(OLDER - For Reference) Interacting with the User Via Forms
- Welcome to Section 6
- Defining the form
- Text Input
- Limiting Text input
- Multiple Choice
- Form Submission
- Generic Buttons
- Date Inputs
- Numerical Inputs
- Organizing a form with fieldsets
- Section Lab Video, PDF and Solution
- Wrap-up Section 6
(OLDER - For Reference) Professional HTML5 Practice
- Welcome to Section 7
- Commenting your code
- Meta Tags
- Inserting External Javascript Code
- Search Engine Readiness
- It's a Colorful Wordl
- Identifying HTML5 API's
- Drawing on Canvas
- Wrap-up Section 7
(OLDER - For Reference) Styling with CSS
- Welcome to Section 8
- Where to Style
- CSS Selectors
- Fundamental Typography with CSS
- Understanding CSS Box Model
- Floating Your Layout
- Section Lab Video, PDF and Solution
- Section 8 Wrap-Up
(OLDER - For Reference) Responsive Design Fundamentals
- Welcome to Section 9
- Demonstrating Responsive Design
- Using a responsive stylesheet
- Responsive Headers
- Section Lab Video, PDF and Solution
- Wrap Up Section 9/ Course Wrap-Up
(OLDER - For Reference) CSS3 Introduction
- Welcome to the Course
- HelloWorld Example
- CSS intro/ tools
- CSS Format
- Colors in CSS
- Comments in CSS
- Complex Selectors
- ID and Class Selectors
- 3 Methods of Linking CSS
- CSS3 new features
- Lab 1 Introduction
- Lab 1 Solution
(OLDER - For Reference) Styling Specific Elements
- Chapter 2 intro, Styling Specific Elements
- Styling Text
- Fonts in CSS
- Web Fonts
- Styling Tables and Lists
- Background Image Styling
- The Sliding Door Technique Part 1
- The Sliding Door Technique Part 2
- Using Sprite Sheets
- Creating a Drop Down Menu with CSS Part 1
- Creating Drop Down Menus with CSS Part 2
- Lab 2 Introduction
- Lab 2 Solution
(OLDER - For Reference) The Box Model
- Introduction
- The Box Model Introduction
- The Content Area of the Box Model Part 1
- The Content Area of the Box Model Part 2
- Border and Outline Styling fo the Box Model
- Margin and Padding Styling for the Box Model
- Lab 3 Introduction
- Lab 3 Solution
(OLDER - For Reference) Animations with CSS3
- Introduction
- CSS3 Transform Property
- CSS3 Transitions
- CSS3 Animations
- Lab 4 Introduction
- Lab 4 Solution
(OLDER - For Reference) Putting Elements Together
- Introduction
- The Display Property
- In Depth CSS Positioning
- Floating elements
- Lab 5 Introduction
- Lab 5 solution
(OLDER - For Reference) Responsive Design for Web and Mobile
- Introduction
- The Concepts of Adaptive and Responsive Design
- Testing on Mobile Devices
- Media Query
- Lab 6 Introduction
- Lab 6 Solution
(OLDER - For Reference) Getting Started
- Writing Your First Javascript Program-Quick Win Intro
- Where to Put Javascript Code
- The window.onload Function
- Output to the console
- Output to the Browser
- Understanding getElementByID()
(OLDER - For Reference) Variables and Math
- Section Introduction
- Declaring and Initializing Variables
- Types of Javascript Variables
- Operators and Arithemtic in Javascript
- Javascript Math Functions
- It's True! You can Understand Booleans
- Javascript Guessing Game
(OLDER - For Reference) Conditionals
- Section Introduction
- If Statements
- If...Else Statements
- If and Else If
- Nested if Statements
- Javascript Switch Statement
- Javascript Program: Calculating Bonuses
(OLDER - For Reference) Loops
- Section Introduction
- While Loops
- Do...While Loops
- For Loops
- For...In Loops
- Endless Loops
- Break and Continue Statements
- Javascript Program: Calculating Simple Interest
- While Loops
- Do...While Loops
- For Loops
(OLDER - For Reference) Functions
- Section Introduction
- Defining a Simple Function and Function Callls
- Function Parameters
- The Return Statement
- Anonymous Functions
(OLDER - For Reference) Events
- Section Introduction
- Mouse Events
- Keyboard Events
- Form Events
- The Event Object
(OLDER - For Reference) Dialog Boxes
- Section Introduction
- Alert Dialogs
- Confirm Dialogs
- Prompt Dialogs
(OLDER - For Reference) Arrays
- Section Introduction
- Declaring Arrays
- Accessing and Editing Array Elements
- Looping Through Arrays
- Array Functions
- Simple Arrays
- For...Each Array Through an Array
- Associative Arrays
- Multidimensional Arrays
- Superglobal Arrays
(OLDER - For Reference) Strings
- Section Introduction
- charAt(), includes() and indexOf()
- search() and replace()
- slice(), split() and substr()
(OLDER - For Reference) Dates
- Section Introduction
- Getting Current Date and Time
- Setting a Custom Date and Time
- More Date and Time Functions
(OLDER - For Reference) Regular Expressions
- Section Introduction
- Understanding Regular Expressions
- Testing for Matches
- Search and Replace with RegEx
(OLDER - For Reference) DOM Elements
- Section Introduction
- getElementById() and innerHTML
- Changing DOM Elements
- Adding and Deleting Elements
- Locating Elements
(OLDER - For Reference) Services
- Section Introduction
- xmlHttpRequest() Object
- Making get Requests
- Making post Requests
- Working with text content
- Working with XML Content
(OLDER - For Reference) JSON
- Section Introduction
- Understanding JSON Notation
- Obtaining JSON Content from a service
- Parsing JSON Content
(OLDER - For Reference) Applied Javascript Examples
- Section Introduction
- Drawing on a Canvas
- Geolocation
(OLDER - For Reference) Javascript Objects and Classes
- Section Introduction
- Custom Objects
- Javascript Classes
(OLDER - For Reference) Your First Lines of PHP
- Quickstart: Your First PHP Script
- Setting Up Your Web Server
- Intergrating HTML and PHP
- Calling PHP Page from HTML
(OLDER - For Reference) Echo and Print
- Echo and Print Text
- Echo and Print Numbers and Expressions
- Echo and Print with HTML Code
(OLDER - For Reference) Constants and Variables
- Constants
- Declaring and Initalizing PHP Variables
- PHP Variable Types
(OLDER - For Reference) PHP Operators
- Arithmetic Operators
- Comparison Operators
- Logical Operators
- Assignment Operators
(OLDER - For Reference) Conditionals in PHP
- Basic If Statements
- If...Else
- Else...If
- Switch Statements
(OLDER - For Reference) File Inclusion
- Include
- Require
(OLDER - For Reference) PHP Strings
- strlen(), strpos(), str_word_count()
- str_getcsv(), addlsashes(), stripslashes()
- implode() and explode()
- Hashes and Encryption
(OLDER - For Reference) Functions in PHP
- Simple Functions
- Functions Arguments
- Return Values
(OLDER - For Reference) File I/O with PHP
- Writing Files to the Server
- Reading Files from the Server
- Writing CSV Files
- Reading CSV FIles
(OLDER - For Reference) Working with Cookies
- Setting Cookies
- Reading Cookies
- Deleting Cookies
(OLDER - For Reference) Working with session Variables
- Beginning a Session
- Passing Session Variables
- Ending a Session
(OLDER - For Reference) Sending Email with PHP
- Sending a Plain Text Email
- Sending HTML Email
(OLDER - For Reference) Working with a mySQL database
- Connecting to a mySQL database
- Making a simple Database Query
- Saving Data to a Database
- Editing Data in a Database
- Deleting Data in a Database
HTML Ch 1: Welcome To HTML
- Course Introduction
- Register for the Certified Web Developer Exam
- Become A Certified Web Developer
- Web Development Technologies
- Hello World with HTML
- Hello World HTML
- Basic Document Structure HTML 4.01/XHTML
- Basic HTML and XHTML Structure files
- Basic Document Structure HTML5
- Basic Document Structure HTML5 file
- Using Comments in HTML
- Comments HTML
- HTML Head Elements
- Chapter 1 Lab
HTML Ch 2: Text Markup
- Text Markup
- Text Markup HTML file
- Div And Span Tags
- Div And Span Tags HTML
- HTML5 Text Markup Tags
- HTML5 Text MarkUp
- Selecting Text Color, Font and Font Size
- Text Color, Font, and Font Size HTML and CSS
- Text Alignment, Decoration, Indentation and Text Transformation
- Text Alignment, Decoration, Indentation and Text Transformation folder
- Chapter 2 Lab
HTML Ch 3: Working with Lists
- Ordered Lists
- Ordered List
- Unordered Lists
- Unordered List HTML
- CSS for Lists
- CSS for Lists zip folder
- Chapter 3 Lab
HTML Ch 4: Creating HTML Links
- Creating Internal and External Links
- Creating Internal and External Links folder
- Creating Anchors
- Page Anchors HTML
- Styling Links with CSS Pseudo-Classes
- Styling Links with CSS Pseudo-Classes HTML
- Chapter 4 Lab
- Lab Starter
HTML Ch 5: Working with Images and Media
- Displaying Images/Image Links/ Image Styling with CSS
- Displaying Images Folder
- HTML5 Audio Embeds
- Audio Embed folder
- HTML5 Video Embeds
- Video HTML
- Video Sample
- Chapter 5 Lab
HTML Ch 6: HTML Tables
- Creating Tables with HTML
- Creating Tables
- Strings in PHP
- Styling Tables with CSS
- Styling Tables
- Chapter 6 Lab
HTML Ch 7: HTML Forms
- Creating Text Form Elements
- Form
- Creating Radio Button and Checkbox Elements
- Creating Radio Button and Checkbox Elements
- New HTML5 Form Elements
- New HTML5 Form Elements
- Creating Multi-Select Elements
- Creating Multi-Select Elements
- Chapter 7 Lab
HTML Ch 8: Understanding the CSS Box Model
- Understanding the Content Box Model
- Box Model
- Working with Margin, Padding and Borders
HTML Ch 9: CSS Based Page Layout
- Inline Vs. Block Level Elements & Positioning Divs
- Inline vs Block
- Float and Clear
- Float and Clear
- Creating a CSS Navigation Bar
- Navigation Bar
- Chapter 9 Lab
- Lab Starter
Javascript Ch 1: Hello Javascript!
- Hello World in Javascript
- Where To Put Javascript
- Chapter 1 Examples
- Chapter 1 Labs
- Chapter 1 Lab Solution
Javascript Ch 2: Storing Information in Variables
- Learning to use Variables
- Variable Operators
- Chapter 2 Examples
- Chapter 2 Labs
- Chapter 2 Lab Solution
Javascript Ch 3: Conditional Statements
- Simple Conditionals
- If Else If Statements
- Switch... Case... Break Statements
- Chapter 3 Examples
- Chapter 3 Labs
- Chapter 3 Lab Solution
Javascript Ch 4: Dialog Boxes
- Three Types of Javascript Dialogs
- Dialogs
- Chapter 4 Labs
- Chapter 4 Lab Solution
Javascript Ch 5: Now We're Iterating! Loops in Javascript
- While Loops and Do...While Loops
- For Loops and Practical Application of a Loop
- Lab 5 Hint Video
- Chapter 5 Examples
- Chapter 5 Labs
- Chapter 5 Lab Solution 1
- Chapter 5 Lab Solution 2
Javascript Ch 6: Coding Javascript Functions
- Function Introduction
- Functions, Parameters and Returns
- Calling Functions From Events
Javascript Ch 7: Working With Arrays
- Declaring Arrays
- Manipulating Arrays
- Chapter 7 Examples
- Chapter 7 Labs
- Chapter 7 Lab Solution
Javascript Ch 8: The String Object
- String Objects
- String Object
- Chapter 8 Labs
- Chapter8 Lab Solution
Javascript Ch 9: Obtaining and Manipulating User Information
- User Information
- Visitor Information
- Chapter 9 Labs
- Chapter 9 Lab Solution
Javascript Ch 10: The Document Object
- Document Object
- The InnerHTML Property
- Chapter 10 Files
- Chapter 10 Labs
- Chapter 10 Lab Starter
- Chapter 10 Lab Solution
PHP mySQL Ch 1: Your First PHP Scripts
- Setting Up Your Environment
- Understand PHP Development Workflow
- Writing Your First Scripts
- echo, print() and printf()
- Chapter 1 Scripts
- PHP Chapter 1 Lab
PHP mySQL Ch 2: Variables
- Introducing Variables
- Variable Operators
- Chapter 2 Scripts
- PHP Chapter 2 Lab
PHP mySQL Ch 3: Arrays
- Declaring Simple PHP Arrays
- Associative Arrays
- Multidimensional Arrays
- Super Global Arrays
- Chapter 3 Scripts
- PHP Chapter 3 Lab
PHP mySQL Ch 4: Conditionals
- Simple Conditionals
- Complex Conditionals
- Switch/Case/Break
- Ternary Operator
- Chapter 4 Scripts
- PHP Chapter 4 Lab
PHP mySQL Ch 5: Loops
- While... Do While Loop
- For Loops
- Foreach Loops
- Chapter 5 Scripts
- PHP Chapter 5 Lab
PHP mySQL Ch 6: Custom PHP Functions
- Includes
- Creating a Simple Function
- Function Arguments
- The Return Statement
- Chapter 6 Scripts
- PHP Chapter 6 Lab
PHP mySQL Ch 7: Server File I/O
- Saving Files on the Server
- Reading Files on the Server
- Append and Delete
- CSV Files
- Chapter 7 Scripts
- PHP Chapter 7 Lab
PHP mySQL Ch 8: Sending Email with PHP
- Sending Text Email
- Sending HTML Email
- Chapter 8 Scripts
PHP mySQL Ch 9: Working with the mySQL Database
- Setting Up the Database
- Retrieving a Query from the Database
- Storing Information in the Database
- Deleting and Updating Database Records
- Complex Queries
- Chapter 9 Scripts
- PHP Chapter 9 Lab
PHP mySQL Ch 10: Useful PHP Classes and Objects
- Date Object
- Sessions
Lab Solutions
- Cookies
- Chapter 10 Scripts
- PHP Chapter 10 Lab
- HTML Lab Solutions
- Javascript Lab Solutions
- PHP Lab Solutions
Bonus Lecture
- Bonus Lecture
Instructors
Articles
Popular Articles
prev
next