Advance Web Development
Training Mode | Regular | Fasttrack | Crash | Brochure |
---|---|---|---|---|
Classroom | Online | 7 Months | 4 Months | 2 Months | Download |
Module-1 WEB DESIGN : Duration ( 2 Months )
INTRODUCTION TO BOOTSTRAP
- What is a Responsive Website
- What is Bootstrap
- Where to Download
- How to Use Bootstrap
- Bootstrap Directory Structure
WORKING WITH GRID IN BOOTSTRAP
- What is Grid System
- Use of Grid System
- Small, medium, large Grid System
- Container Vs Container-fluid
WORKING WITH IMAGES, TEXT, TABLES
- Image responsive
- Rounded image
- Circle image
- Text-align
- Text colors
- Responsive table
WORKING WITH BOOTSTRAP FORM
- Labels
- Form inputs
- Input classes
- Type of buttons
- Form layouts
WORKING WITH WEB LAYOUTS, MENUS
- Container Layout
- Container Fluid Layout
- Proper Use of Rows and Columns
- Menu
- Single Dropdown Menu, Multilevel Dropdown Menu
- Mobile Menu / Collapse Menu
WORKING WITH SLIDER, TAB PANEL, MODAL BOX
- Responsive Slider
- Tab Panel
- Modal Box
- Menu
- Single Dropdown Menu, Multilevel Dropdown Menu
WORKING WITH CSS HELPERS, RESPONSIVE UTILITIES
- Class Helpers
- Responsive Utilities
INTRODUCTION TO JQUERY
- What is Jquery
- Use Of Jquery in Web Development/Designing
- How to Use Jquery
- Javascript vs Jquery
JQUERY BASICS AND SECTORS
- Jquery Syntax
- Jquery Variable
- Class selector
- Element selector
- Id selector
- Attribute selector
- Other selectors
JQUERY EFFECTS
- Hide/show
- Sliding
- Fading
- Switch statement
- Animate
- Stop()
- Callback
- Chaining
JQUERY EVENTS
- Mouse Events
- Input Events
- Click Events
- Load Events
- Keyboard Key Events
JQUERY (HTML AND CSS MANIPULATION)
- Jquery Get Content
- Jquery Set Content
- Jquery Add
- Jquery Remove
- Jquery CSS and CSS Classes
- Jquery Dimensions
JQUERY TRAVERSING
- Jquery Traversing
- Ancestors
- Descendants
- Siblings
- Filtering
JQUERY AJAX
- Jquery with AJAX
- Jquery load
- Jquery Get/POST
JQUERY UI BASICS
- Introduction to Jquery UI
- How to Use
JQUERY UI INTERACTIONS
- Jquery UI Draggable
- Jquery UI Droppable
- Jquery UI Resizeable
- Jquery UI Selectable
- Jquery UI Sortable
JQUERY UI WIDGETS
- Jquery UI Accordion
- Jquery UI Autocomplete
- Jquery UI Button
- Jquery UI Checkboxradio
- Jquery UI Control group
- Jquery UI Datepicker
- Jquery UI Dialogue
- Jquery UI Menu
- Jquery UI Progressbar
- Jquery UI Selectmenu
- Jquery UI Slider
- Jquery UI Spinner
- Jquery UI Tabs
- Jquery UI Tooltips
JQUERY UI EFFECTS
- Jquery UI Add Class
- Jquery UI Color Animation
- Jquery UI Easing
- Jquery UI Effect
- Jquery UI Hide
- Jquery UI Remove Class
- Jquery UI Show
- Jquery UI Switch Class
- Jquery UI Toggle
- Jquery UI Toggle Class
INTRODUCTION TO HTML
- What is static/Dynamic Website
- What is SEO Friendly Website
- What is a Responsive Website
- What is HTML
- HTML4 VS HTML5
- EDITORS IN HTML
WORKING WITH BASIC TAGS
- DOCTYPE In HTML
- Tag and Attributes
- Title and Meta tag
- Headings and Paragraph
- Formatting Tags
- EDITORS In HTML
ANCHORS AND HYPERLINKS
- Internal link
- External link
- Text link
- Image link
- Email link
- Phone link
- Target attribute
WORKING WITH LISTS
- Ordered List
- Unordered List
- Definition List
- Nested List
- List Attributes
WORKING WITH GOOGLE MAP & YOUTUBE
- Google Map Insertion in Webpage
- Youtube Video Insertion in Webpage
WORKING WITH TABLES
- Creating Tables on a Web Page
- Altering Tables and Spanning Rows & Columns
- Placing Images & Graphics into Tables
- Aligning Text & Graphics in Tables
- Adding a Background Color
WORKING WITH HTML FORM
- HTML Input tags
- HTML Input Attributes
- Setting up form
- Form attributes
- Submit and Reset Button
HTML5 SEMANTIC TAGS
- Header and footer tag
- Section tag
- Figure and figcaption
- Nav and aside tag
HTML5 API'S
- Drag & Drop
- Local Storage
- Geolocation
COURSE CONTENTS OF CSS
INTRODUCTION TO CSS
- What is CSS?
- How CSS Works?
- Types of CSS,Internal,Inline,External
- CSS Selectors
- Comments In CSS
- How to Link External CSS
WORKING WITH BASIC CSS PROPERTIES
- Selectors: Class or Elements
- Colors
- Height / Width
- Border
- Margin and Padding
- CSS Box Model
WORKING WITH WEB LAYOUTS
- Aligning Div
- Two Div Align
- Three Div Align
- Four Div Align
- Use of floats
- Clearing float
- Inline or Block Element
WORKING WITH BACKGROUND,GRADIENT OR IMAGE SPRITE
- Background Color
- Background Image
- Background Position
- Background Attachment
- Gradient Colors
- Image Sprite
WORKING WITH TEXT PROPERTIES
- Text Alignments
- Line height(Leading)
- Letter Spacing(Kerning)
- Font Family
- Font Size with Font Weight
- Tips For Improving Text Readability
WORKING WITH ICONS & FONTS
- Use of Font Awesome
- Use of Flat Icons
- Use of Google Fonts
WORKING WITH MENUS AND POSITIONS
- Static Position
- Fixed Position
- Absolute Position
- Relative Position
- Creating Menu
- Menu With Multi Dropdown
WORKING WITH BORDER AND SHADOW
- Border
- Border Image
- Rounded Corner
- Box Shadow
- Text Shadow
WORKING WITH HTML FORM & CSS
- labels with inputs
- Form-based selectors
- Changing properties of form elements
- Formatting text in forms
- Formatting inputs
- Formatting form areas
- Changing the appearance of buttons
- Laying out forms
Module-2 WEB DEVELOPMENT : Duration ( 3 Months )
INTRODUCTION TO PHP & LOCAL SERVER INSTALLING
- What is Php
- Server Side vs Client Side Language
- What is server
- Installing xampp/wamp
- Directory Structure of xampp/wamp
PHP BASICS
- Basic Syntax
- Variables
- Echo/print
- Data types
- Operators
PHP CONDITIONS,LOOPS
- If condition
- If else condtions
- Nested if else
- Switch statement
- Do while loop
- While loop
- For loop
- Foreach loop
PHP FUNCTIONS
- What is function
- Function with arguments
- Return function
PHP ARRAY,STRING
- What is Array
- Accessing array
- Array methods
- What is string
- Accessing string
- String methods
PHP FORM & FILE UPLOAD
- Action in form
- Get/post in form
- Form validation
- Sending email
- File handling
- File uploading
- File upload validation
- Multiple file uploading
- File upload with preview
PHP SESSION & COOKIES
- What is Session
- Sending data to another page
- Login using Session
- What is Cookies
- How to set/remove cookies
- Save password example using cookies
COURSE CONTENTS OF MYSQL DATABASE
DATABASE BASICS
- What is Database
- Need of Database
- Tables
- primary key
- Foreign key
- Data types
NORMALIZATION IN DATABASE
- What is Normalization
- Need of Database Normalization
- 1nf
- 2nf
- 3nf
- bcnf
PHP WITH MYSQL
- Mysqli vs mysqli
- Connect to database
- Dreate database
- Drop database
- Select database
- Create table
- Insert data into table
- Update data
- Select data
- Delete data
FILTERING DATA IN MYSQL
- Where
- And
- Or
- Between
- In
- Like
- Limit
- Is null
MYSQL JOINS
- Mysql join
- Inner join
- Left join
- Right join
- Cross join
- Self join
MYSQL GOUPING DATA
- Group By
- Having
- RollUp
MYSQL TRANSACTION
- MySql Transaction
- MySql Table Locking
MYSQL IMPORT & EXPORT
- Import CSV to MySql
- Export Mysql to CSV
WordPress Introduction
- It's Uses
- it's Importance
Installation and Configuration
- Wamp Server Setup/ Xamp Server Setup
- Database Creation
- Uses of WordPress File
- WordPress Dashboard
- Importance of Dashboard
- Install New Theme, Modify New Themes
Detail Dashboard Introduction
- Posts
- Media
- Pages
- Comments
- Appearance
- Themes
- Customize
- Widgets
- Menus
- Editors
- Plugins
- Importance of Plugins and theri uses
- Users
- Add another users
- Tools
- Setting
- General
- Writing
- Reading
- Importance of Permalinks
Pages and Blog's Dashboard in Detail
- Customize and Navigate the Dashboard
- Writing Settings
- Different Editor and Tool Bar
- HTML Editor and Tool Bar
- Text Formatting
- Page's Creation
- Difference Between Pages and Blogs
- Role of Pages and Blogs
How To Manage Visual and Audio Content
- Optimization of Images for Uploading Using SEO
- Upload and Insert an Image
- Insert Images from Web Sources
- Uses of Images in Media Library
- Image Gallery Creation
- Insertion of Audio and Video in Pages and Blogs
Widgets and Plugins Customization
- Uses of Widgets and Plugins
- Importance of Widget Option to build Website
- Manage Sidebar Items Using Widget
- Important Plugins
- How to Install and Activate a Plugin
- How To use Plugins in Websites
Web Page Content Optimization
- Content Creation using Page Builders
- Use of Typography to Enhance Posts and Pages
- Use Images/ Audio/ Video to Enhance Posts and Pages
- Customizing Heater Art with a Built-in-Tool
Home Page Selection and Content Management
- Static Page Setup and Designing
- Add Sliders on Home Page
- Logo, Menus, Body, Footer Content Designing
Maintaining of Website
- Update
- Manually and Automatic Setting
- Install Plugin Upgrades
Basic Theme Editing and Designing
- Resize Images Using CSS
- Heading Color Changes using CSS
- Menu Updation Using CSS
- Header Footer Designing using CSS
- Sidebar
- HTML Mode
- PHP Code
SEO Plugins and Configuration's
- SEO Introduction
- Most Important SEO Plugins
- Google Analytics and Webmasters Setup to Site
- Social Plugins uses and configuration's
- Sitemap Creation using Plugins
Project Work in WordPress Course
- Professional Business/ News/ Blogging/Songs etc.. Website Development
- Woo-Commerce Website Development
Module-3 PHP Frameworks : Duration (2 Months)
CODIGNITER BASICS
- What is Framework
- What is MVC
- Codeigniter vs Core Php
CODIGNITER SETUP & DIRECTORY STRUCTURE
- Installing Codeigniter
- Directory Structure
MODEL,VIEW,CONTROLLER
- What is model
- Where to find model directory
- Creating file in model directory
- How to use model file
- What is view
- Where to find view directory
- Creating file in view directory
- How to use view file
- What is controller
- Where to find controller directory
- Creating file in controller directory
- How to use controller file
WORKING WITH SOME ESSENTIAL FILES
- Autoload file
- Config file
- Database file
- Routes file
WORKING WITH HEADER,FOOTER OR COMMON PART
- Cutting header & Footer
- How to use header & footer in all pages
WORKING WITH EMAIL,FILE UPLOADING,FORM
- Form input values
- Form validation
- Email setup
- File uploading
- Multiple file uploading
CODEIGNITER SESSION & COOKIES
- What is Session
- Sending data to another page
- Login using Session
- What is Cookies
- How to set/remove cookies
- save password example using cookies
WORKING WITH DATABASE
- Database Configuration
- Database Connectivity
- Select data
- Insert data
- Update data
- Delete data
FILTERING DATA IN CODEIGNITER
- Where
- And
- Or
- Between
- In
- Like
- Limit
- Is null
JOINS IN CODEIGNITER
- Inner join
- Left join
- Right join
- Cross join
- Self join
CODEIGNITER GOUPING DATA
- Group By
- Having
- RollUp
CODEIGNITER TRANSACTION
- Transaction
IMPORT & EXPORT
- Import CSV to MySql
- Export Mysql to CSV
- What is Framework
- What is MVC
- Laravel vs Core Php
- Installing Laravel
- Directory Structure
MODEL,VIEW,CONTROLLER
- What is model
- Where to find model directory
- Creating file in model directory
- How to use model file
- What is view
- Where to find view directory
- Creating file in view directory
- How to use view file
- What is controller
- Where to find controller directory
- Creating file in controller directory
- How to use controller file
WORKING WITH SOME ESSENTIAL FILES
- Autoload file
- Config file
- Database file
- Routes file
WORKING WITH HEADER,FOOTER OR COMMON PART
- Cutting header & Footer
- How to use header & footer in all pages
WORKING WITH EMAIL,FILE UPLOADING,FORM
- Form input values
- Form validation
- Email setup
- File uploading
- Multiple file uploading
Laravel SESSION & COOKIES
- What is Session
- Sending data to another page
- Login using Session
- What is Cookies
- How to set/remove cookies
- save password example using cookies
WORKING WITH DATABASE
- Database Configuration
- Database Connectivity
- Select data
- Insert data
- Update data
- Delete data
FILTERING DATA IN Laravel
- Where
- And
- Or
- Between
- In
- Like
- Limit
- Is null
JOINS IN Laravel
- Inner join
- Left join
- Right join
- Cross join
- Self join
Laravel GOUPING DATA
- Group By
- Having
- RollUp
Laravel TRANSACTION
- Transaction
IMPORT & EXPORT
- Import CSV to MySql
- Export Mysql to CSV
Date | Course Name | Time | Training Mode | Demo |
---|---|---|---|---|
Classroom | Online |
Web Design & Web Development | First Batch at 9.00 AM - Last Batch at 7.00 PM | Classroom | Online | Request Free Demo |