Introduction to World Wide Web – What is Client & Server? - W3C – What is HTML? - Document Structure – Versions – Software Requirements - Character Encoding – Meta tag – What is SEO? - Basic Steps for SEO – Basic Content Inclusions - Adding Heading and Paragraphs – Adding Images & Image Maps – Three types of Lists – Linking Between web pages and within a page using Anchors – Setting Up Targets for Linked Pages - Tables – How Tables affect SEO – Semantic Tags in HTML –Categorizing Content of a web site using SEO tags - Entities for special characters – Reading User Inputs using Form Controls and Attributes – Using Built in JavaScript and CSS features of HTML 5 – Implementation of Audio and Video with subtitles in Web Application – Using Local Storage – Creating a drawing area for 2D graphics usingCanvas Tag – Initiating Drag and Drop Content – Creating static web site using HTML 5
Introduction to CSS – Specifications – Basic Syntax – Rules and Style Sheets – Anatomy of Rule and Declaration - Selectors –Methods for gluing Style Sheets with HTML Documents – Tree Structure and Inheritance - Adding Colors – Browser Safe Colors – Units of Measurements –Changing Font Styles –Text Shadows –Text Strokes - Adding Borders and Backgrounds – Images as Borders – Borders with rounded corners – Using Gradient Colors in Backgrounds and as Text Colors - The Box Model – Margins – Padding – Outlines –Box Shadows - Pseudo Classes – Styles for Lists, Tables – Creating a navigation bar – Positions & Float Properties – Fluid & Fixed Layout Creations – Media Queries– Transitions – 2D and 3D Transformations with Perspectives – Animations – Creating and designing Website using HTML and CSS 3
Introduction – JavaScript Basic Syntax – Variables – Operators – Expressions – Control Structures – Conditional Statements – Looping Statements – Built in Objects – Array Object, Date Object, String Object, Number Object, Math Object – Built in functions – Popup Boxes for output and input – Exception handling – Window Object, Navigator Object, History Object, Location Object – User Defined Functions - Timer Events – HTML with JavaScript – Dynamically Control HTML pages with JavaScript.
Basic Of DOM – DOM API – Classification of DOM – DOM Hierarchy – Tree Structure – Types of Nodes – Accessing Tag Nodes By Id,Name,Tag,Class – Form Validation Using DOM – Dynamic CSS – Create and Remove Nodes Dynamically using DOM – Creating a page using HTML, CSS and control using DOM, dynamically.
PHP – Why PHP? - What do you need? – Installation Instructions – Versions – PHP Configuration – Variables – Built in Variables and Constants – User defined Variables and Constants – Expressions – Operators – Control Structures – Pre-Defined Functions – String Functions – Array Functions – Date and Time Functions – User Defined Functions.
The Basics – Properties – Class Constants – Constructors and Destructors – Visibility – Object Inheritance – Scope Resolution Operators – Static Keyword – Class Abstraction – Object Interfaces – Traits – Overloading – Object Iteration – Magic Methods – Final Keyword – Object Cloning – Comparing Objects – Type Hinting.
An overview of Native database connectors – Database Abstraction Libraries – Using MySQL databases with PHP – mysqli vs mysqli vs PDO extensions – Managing Mysql with mySqli extension – Procedural Style Vs OO Style – Handling Connectivity Errors – Handling Query Errors – Data Errors like Violating Primary Key violations – Managing Prepared Statements – Binding Parameters and results for prepared Queries – Fetching Data from query resultsets.
Basic Usage – Session Configuration – Security with Sessions – Session Id in Cookies – Custom session handlers – Session Functions – Introduction To Cookies – Setting and Retrieving Cookies – Expiring Cookies – Deleting Cookies
Uploading Files – Managing Headers – Downloading Files - Uploading Files – Taking Files to Database – Creating and Managing Text Files and Excel Sheets as CSV. Secure PHP Applications : Safe Mode Settings – Input Validations and Sanitizing Using Filters – Understanding Common attacks – SQL injections – Error Handling – Error Logging - Configuration in php.ini – Installing Extensions in PHP.
Database Management System – Introduction to MySQL – Editions of MySQL – Installation – MySQL Engines – DDL – Creating, deleting and modifying Tables – Viewing Table Structure – DML – Inserting, deleting and modifying data in a table – Retrieving data from table – Sorting data – Filtering using WHERE clause and LIMIT clause – String Functions – Date and Time Functions – Generating Summaries Using Group By Clause. Normalization - Constraints – Primary Key, Foreign Key, Unique Key, Index Key – Full Text Search - Sub Queries – Joins – Inner join, Outer Join, Self Join, Cross Join, Cartesian Products, Natural Join – Triggers – Procedures – Exporting and Importing Data.