dots bg

Web Designing

Course Instructor: Setwin Online

₹11800.00

dots bg

Course Overview

Schedule of Classes

Course Curriculum

5 Subjects

Core Java

116 Learning Materials

Introduction to Programming Languages

Need for Programmers and Programming

External Link

Definition of Compiler

External Link

Programming Language Types and Paradigms

Procedural Oriented Paradigm

External Link

Object Oriented Paradigm

External Link

Overview of OOPS

External Link

Evolution of Programming Languages

History and Influence of Programming Languages

External Link

Evolution of Programming Languages

External Link

Low Level Programming Languages

External Link

Middle Level Programming Languages

External Link

High Level Programming Languages

ALGOL

External Link

BCPL and B Language

External Link

K & R and ANSI C

External Link

FORTRAN

External Link

PASCAL and COBOL

External Link

C Language

External Link

C++

External Link

JAVA

External Link

History of Java

Java History

External Link

Why OAK ?

External Link

Why OAK Renamed as Java ?

External Link

Why Java Logo is Coffee Cup ?

External Link

Versions of Java

External Link

Is Java Object Oriented Programming Language ?

External Link

Introduction to Java

About Java

External Link

Why we Use Java?

External Link

Java in Real World

External Link

Working of Java Program

External Link

Overview of Java

Overview of Software Development Process

External Link

Java Platform

External Link

Java Design Goal

External Link

JRE, JDK, and JVM

External Link

Software Code Compilation and Execution Process

External Link

Why Java is Slow?

External Link

Why Java Divided into Core and Advanced Java

External Link

Java Suite

External Link

Characteristics and Features of Java

External Link

Environment of Java

Java Environment

External Link

Compiling and Running a Java Program Before Java JDK Installation

External Link

Installation Procedure

Check if Java is Already Installed?

External Link

Downloading JDK

External Link

Installing JDK and JRE

External Link

Setting Path and Verifying JDK Installation

External Link

Developing a Java Program

Developing a Java Program

External Link

Viewing Class Files

External Link

Javac Compilation Process

External Link

Java Language Fundamentals

Standard JDK Tools and Utilities

External Link

Set the Memory Available to the JVM

External Link

Java Source File Structure

External Link

Basic Language Elements

Lexical Elements of Java

External Link

Fundamental Building Blocks

External Link

Class, Objects and Methods in Java Arrays

External Link

Interfaces and Arrays in Java

External Link

Java Tokens

Introduction to Java Tokens

External Link

Identifiers

External Link

Keywords

External Link

Separators

External Link

Comments and Whitespaces

External Link

Operators

External Link

Data Types

Primitive Data Types

External Link

Overflow

External Link

Wrapper Object

External Link

Java Programs on Data Types

Program on Boolean and Byte

External Link

Program on Primitive Data Types

External Link

Program on Static Initialization for Data Types

External Link

Program on Dynamic Initialization for Data Types

External Link

Program on Limits of Primitive Data Types

External Link

Program on Lifetime of a Variable

External Link

Program on Default Initial Values

External Link

Type Casting

Introduction to Type Casting

External Link

Widening Type Casting

External Link

Narrowing Type Casting

External Link

Variable Scope

Introduction to Variable Scope

External Link

Rules of Variable Scope

External Link

Class Level and Method Level Variables

External Link

Unary Operators

Introduction to Operators

External Link

Increment and Decrement Operators

External Link

Prefix and Postfix Operators

External Link

Java Programs on Unary Operators

Program on Post Increment Demo

External Link

Program on Post Decrement Demo

External Link

Program by using ++ And -- with Floating Point Variables

External Link

Binary Operators

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Logical Operators

External Link

Java Programs on Binary Operators

Program on Arithmetic Operators

External Link

Program on Assignment Operators

External Link

Program on Relational Operators

External Link

Program on Logical OR Operator

External Link

Program on Logical AND Operator

External Link

Ternary Operator

Introduction to Ternary Operator

External Link

Bitwise Operators

Introduction to Bitwise Operator

External Link

Bitwise AND, XOR, Shift, Complement

External Link

&& Versus & Operator

External Link

Java Programs on Bitwise Operators

Program on Bitwise Logical Operators

External Link

Program on Bitwise Assignment and Left Shifting

External Link

Special Operators

Modulus Operator

External Link

Short Circuiting Behavior

External Link

Program on Short Circuiting Behavior

External Link

Comma Operator

External Link

The op= Operators

External Link

Miscellaneous (Misc) Operator

External Link

Instanceof Operator

Introduction to Instanceof Operator

External Link

Usage of Instanceof Operator

External Link

Class Hierarchy

External Link

Java Programs on Operators

Program on All Operators : Lecture - 01

External Link

Program on All Operators : Lecture - 02

External Link

Program on All Operators : Lecture - 03

External Link

Program on All Operators : Lecture - 04

External Link

Constructors

Constructors in Java

External Link

Strings in Java

Lecture -1

External Link

Lecture -2

External Link

Arrays in Java

Arrays Lecture -1

External Link

Arrays Lecture -2

External Link

Arrays Lecture -3

External Link

Arrays Lecture -4

External Link

Clone Method in Java

Clone Method in Java

External Link

Advanced Java - Basics

98 Learning Materials

Introduction to Programming Languages

Need for Programmers and Programming

External Link

Definition of Compiler

External Link

Programming language Types and Paradigms

Procedural Oriented Programming Paradigm

External Link

Object Oriented Programming Paradigm

External Link

Overview of OOPS

External Link

Evolution of Programming Languages

History and Influence of Programming Languages

External Link

Introduction to Evolution of Programming Languages

External Link

Low Level Programming Languages

External Link

Middle Level Programming Languages

External Link

High Level Programming Languages

ALGOL

External Link

BCPL and B Language

External Link

K & R and ANSI C

External Link

Fortran

External Link

Pascal and Cobol

External Link

C Language

External Link

C++

External Link

Java

External Link

History of Java

Java History

External Link

Why OAK?

External Link

Why OAK Renamed as Java?

External Link

Why Java Logo was Coffee Cup?

External Link

Java Version History

External Link

Is Java Object Oriented Programming Language?

External Link

Introduction to Java

About Java

External Link

Why we Use Java?

External Link

Where we use Java in Real Wold?

External Link

The Java Programming Language

External Link

Software Code Compilation and Execution

External Link

Characteristics and Features of Java

External Link

Overview of Java

Overview of Software Development Process

External Link

Java Platform

External Link

Java Design Goal

External Link

JRE, JDK, and JVM

External Link

Why Java is Slow?

External Link

Why Java Divided into Advanced and Core Java?

External Link

Java Suite

External Link

Environment and Installation of Java

Environment of Java

External Link

Check if Java is Already Installed?

External Link

Downloading JDK

External Link

Installing JDK and JRE

External Link

Setting Path and Verifying JDK Installation

External Link

Compiling and Running a Java Program

External Link

Developing a Java Program

Developing a Java program

External Link

Viewing Class Files

External Link

Javac Compilation Process

External Link

Introduction to Advanced Java Programming

Introduction to Advanced Java

External Link

Real World Java Applications

External Link

Web Applications in Java

Introduction to Web Applications

External Link

Web Server and Web Client

External Link

HTML and HTTP

External Link

Why we Need Servlet and JSP

External Link

Recap of Core Java : Module - 1

File Structure

External Link

Main Method in Java

External Link

Editing, Compiling and Executing a Java Program

External Link

Classes and Objects in Java

External Link

Constructors

External Link

Import

External Link

Recap of Core Java : Module - 2

Inheritance

External Link

Polymorphism, Method Overloading and Overriding

External Link

Primitive Data Types in Java

External Link

Variables, Operators and Arrays in Java

External Link

Recap of Core Java : Module - 3

Access Modifier

External Link

Static Modifier

External Link

Final Modifier

External Link

Abstract Modifier

External Link

Recap of Core Java : Module - 4

Interfaces

External Link

Flow Control

External Link

Constructors

External Link

Exception Handling

External Link

Database Applications

Introduction to Database Applications

External Link

About SQL (Structured Query Language)

External Link

SQL Commands

External Link

Installation Procedure of ECLIPSE IDE

Introduction

External Link

Downloading ECLIPSE IDE

External Link

Creating an ECLIPSE Project

External Link

First Program in ECLIPSE IDE

External Link

Installation Procedure of ORACLE XE

Installation Procedure of ORACLE XE

External Link

Installation Procedure of Java

Installation Procedure of Java

External Link

JDBC (Java Data Base Connectivity)

Introduction to JDBC

External Link

Introduction to JDBC Architecture

External Link

Introduction to JDBC Drivers

External Link

Classes and Interfaces

External Link

Using JDBC

External Link

JDBC Architecture Lecture - 1

External Link

JDBC Architecture Lecture - 2

External Link

JDBC Architecture Lecture - 3

External Link

Interfaces in JDBC API

External Link

JDBC Drivers

External Link

JDBC - ODBC Bridge Drivers

External Link

Native - API Driver

External Link

Network Protocal Driver

External Link

Thin Driver

External Link

JDBC Driver Manager

External Link

Arrays

Arrays Lecture -1

External Link

Arrays Lecture -2

External Link

Arrays Lecture -3

External Link

Arrays Lecture -4

External Link

Clone Method In Java

Clone Method In Java

External Link

Advanced Java - JDBC

44 Learning Materials

Introduction to JDBC

Overview of JDBC

External Link

Overview of JDBC Architecture

External Link

Overview of JDBC Drivers

External Link

JDBC Classes and Interfaces

External Link

Usages of JDBC

Using JDBC

External Link

Loading Drivers

External Link

Connecting to a Database

External Link

Using a Connection and Statement

External Link

Using a ResultSet

External Link

Mapping Java Types to SQL Types

External Link

JDBC Architecture

Introduction to JDBC Architecture : Lecture - 1

External Link

Introduction to JDBC Architecture : Lecture - 2

External Link

Introduction to JDBC Architecture : Lecture - 3

External Link

Interfaces

Interfaces in JDBC API

External Link

JDBC Drivers

Introduction to JDBC Drivers

External Link

Native API Driver

External Link

Network Protocol Driver

External Link

Thin Driver

External Link

JDBC Driver Manager

External Link

ResultSet

Introduction to ResultSet

External Link

Concurrency of ResultSet

External Link

ResultSet Navigation

External Link

ResultSet Column Data

External Link

Update ResultSet

External Link

Java Programs on JDBC - ResultSet

Program on ResultSet

External Link

CRUD Operations

Introduction to CRUD Operations

External Link

Create Operation

External Link

Read and Update Operation

External Link

Program on Read and Update Operation

External Link

Delete Operation

External Link

Java Programs on JDBC - CRUD Operations

Program on CRUD Operations

External Link

PreparedStatement and CallableStatement

Introduction

External Link

Program on PreparedStatement

External Link

Statement Interface

External Link

Prepared Statement

External Link

Programming Traps

External Link

Callable Statement

External Link

Java Programs on JDBC - PreparedStatement and CallableStatement

Program on PreparedStatement

External Link

Program on Callable Statement

External Link

Batch Updates

Introduction to Batch Update

External Link

Managing JDBC Batch Updates using PreparedStatement

External Link

PreparedStatement Batch Updates

External Link

Statement Batch Updates

External Link

Transactions in Batch Updates

External Link

HTML

48 Learning Materials

Web Design

Introduction to Web Design

External Link

Evolution of Web Design

External Link

Role of Web Designer

External Link

Web Design Principles & Best Practices

External Link

Web Design Process

External Link

Color Theory

External Link

Understanding the Web

How the Internet works

External Link

Internet vs World Wide Web

External Link

Browsers, Servers and Clients

External Link

Domain Names and Web Hosting

External Link

Introduction to HTML

HTML and its Roles

External Link

Evolution of HTML

External Link

Syntax and Structure

External Link

HTML Document Structure

DOCTYPE

External Link

Meta Tags for SEO

External Link

Comments

External Link

Text Formatting & Semantic Elements

Heading Tags

External Link

Paragraph Tag & Line Break Tag

External Link

Text-Formatting Tags

External Link

Semantic Elements

External Link

Links and Navigation

Anchor Tag

External Link

Image & Media Tags

Image Tag

External Link

Audio Tag & Video Tag

External Link

Embedding Multimedia

External Link

Lists

List in HTML

External Link

Tables

Creating Tables & Structure

External Link

Attributes of the Table Tag

External Link

HTML Forms

HTML Forms

External Link

Text & Password Inputs

External Link

Check Boxes & Radio Buttons

External Link

Select Menus and Option List

External Link

File Uploading in HTML

External Link

Button

External Link

Color

External Link

Date

External Link

DateTime-Local

External Link

E-Mail

External Link

Hidden

External Link

Image Button

External Link

Month

External Link

Number

External Link

Range

External Link

Reset

External Link

Tel

External Link

Time

External Link

URL

External Link

Week

External Link

Form Accessibility

External Link

CSS

54 Learning Materials

Introduction to CSS

CSS and its Importance

External Link

CSS Syntax & Structure

External Link

Inline, Internal and External CSS

External Link

Understanding Selectors

Simple Selectors

External Link

Attribute Selectors

External Link

Pseudo-Class Selectors

External Link

Pseudo-Element Selectors

External Link

Combinator Selectors

External Link

Specificity

Specificity of Inline, Internal and External CSS

External Link

Specificity Hierarchy

External Link

Box Model and Positioning Elements

Understanding the Box Model

External Link

Padding

External Link

Border

External Link

Margin

External Link

Positioning Elements

External Link

Typography and Text Styling

Font Properties

External Link

Working with Web Fonts

External Link

Text Styling

External Link

Text Spacing

External Link

Colors and Backgrounds

Using Color Values

External Link

Applying Background Colors and Images.

External Link

Working with Gradients and Patterns.

Linear Gradient

External Link

Radial Gradients

External Link

Conical Gradient

External Link

Using CSS Patterns

External Link

Layout in CSS

Introduction to CSS Layout Techniques

External Link

Understanding the Display Property

External Link

Types of Layouts

Introduction to Grid Layout

External Link

Grid Container

External Link

Grid Items

External Link

Creating Flexible Layouts with FlexBox

External Link

Flex Container

External Link

Flex Items

External Link

Responsive Design

Media Queries and Responsive Breakpoints

External Link

Building Responsive Layouts

External Link

Mobile-First vs Desktop-First Approach

External Link

Transitions and Animations

Transitions & Animations

External Link

Transition Properties

External Link

Introduction to Animations

External Link

KeyFrames and Complex Animations

External Link

Transformations and Transforms

Applying Transformations

External Link

Applying 3D Transforms

External Link

Translate Function

External Link

Scale() Function

External Link

Perspective Function

External Link

Building CSS Components

BUTTON

External Link

Button Animations and Transitions

External Link

BUTTON GROUP

External Link

DROPDOWN

External Link

CARDS

External Link

NAVIGATION BAR

External Link

LIST GROUP

External Link

Breadcrumbs

External Link

Styling Form Elements

External Link

Course Instructor

tutor image

Setwin Online

113 Courses   •   1708 Students