|
|
HTML 5.0 |
1 |
Web Development Concepts |
Definition of WWW, Client, Server, Frontend, Backend |
|
|
What is HTML?, Advantages of HTML, Disadvantages of HTML, Tags-open and closed, Attributes |
|
|
Basic HTML Structure, Attributes of Body Tag, Paragraph Tag, Heading Tags, Break Tag, Horizontal line |
2 |
Formatting Tags |
Bold, Italic, Underline, Strike, Teletype, Superscript, Subscript, Big, Small, Font, Pre |
3 |
Lists |
Definition Lists-dl, dt, dd |
| | Ordered Lists-ol tag and its attributes type and start |
| | Unordered Lists-ul tag and its attributes |
| | Nested Lists |
4 |
Images and Links |
img , Attributes of img-src, alt, height, width, border, Aligning images, Anchor Tag, Using images as Links, Designing FAQ page |
5 |
Tables |
table tag, Attributes of table tag-width, border, align, cellspacing, cellpadding. tr, td,th, Attributes of th,td-bgcolor, align, cold-an, rowspan |
6 |
Forms |
HTML Form Elements-Label, Textfield, PasswordField, Texture, Radiobutton, Checkbox, Listbox, Date control, Color control, File dialog box, submit button, reset button, general button. Attributes of form tag-method and action, Attributes of input tag-type, maxlength, name, id |
7 |
Multimedia |
Audio/Video-embed tag, audio tag, video tag and its attributes |
8 |
HTML 5 tags |
NAV, SECTION, HEADER, FOOTER, DIV, SPAN tags |
|
|
JavaScript Programming |
1 |
Introduction to javascript |
Need for Scripting Languages |
|
|
Difference between Client and Server Side Programming |
|
|
Uses of Javascript |
|
|
Basic Javascript functions-alert, document.write, prompt, confirm, parseInt, parseFloat |
2 |
Conditional Statements |
Need for Conditional Statements |
|
|
If, if-else, if-elseif statements, Use of Parenthesis, Relational and Logical Operators |
|
|
Nested Ifs |
|
|
Switch Case statements-difference between if and switch, uses of switch statement and syntax |
3 |
Loops |
What are loops, For Loop and its syntax |
| | While loop, difference between for and while, uses of while loop |
| | Nested Loops |
4 |
Array Object |
What are arrays, position numbers in arrays, creating an array in Javascript, using loops to traverse arrays |
| | Array Functions-push, pop, slice, splice, sort, reverse. |
| | Searching in Arrays |
5 |
Date Object |
Methods to create a date object, set functions in date object, get functions in date object, applications of date object. |
6 |
Math Object |
Math object and its functions-sin, cos, tan, sort, round, ceil, floor, pow, random, exp |
7 |
String Object |
String Functions-length, substring, substr, charAt, charCodeAt, indexOf, lastIndexOf, toUpperCase, toLowerCase, split, |
8 |
RegExp Object |
RegExp Object and its application in validations |
9 |
User Defined Functions |
What is a function? Need for functions. |
| | Creating a function in Javascript, Calling a function, Passing Parameters to functions, returning values from functions, formal parameters, actual parameters. |
10 |
Event Handling |
What is an event, What is event handling, event handlers in javascript-onclick, ondblclick, onload, onsubmit, onreset, onfocus, onblur, onkeydown, onkeyup, onmourseover, onmouseout. Calling functions using event handlers |
|
|
MySQL Programming |
1 |
Introduction to MySQL |
What is a database and why do we need SQL? |
|
|
Database Concepts-data, database, record, attribute, table, dbms, rdbms. Types of relations-one to one, one to many, many to one, many to many |
2 |
DDL Query |
Create Table Query with constraints |
|
|
Drop Table, Drop Database |
|
|
Alter Table- add a new column, remove a column, modify a column |
3 |
DML Query |
Select- fetching selected column values, where clause, between, in, relational operators, like command |
|
|
Update- update with where clause |
|
|
Delete-delete with where clause |
4 |
Joins |
Types of Joins-inner join, left join, right join |
|
|
Self Joins |
5 |
Aggregate Functions |
sum, avg, min, max, count |
|
|
order by clause |
|
|
group by clause |
6 |
Sub queries |
Nested queries |
7 |
sql views |
create or update view |
|
|
sql transactions-ACID properties, commit and rollback |
|
|
PHP Programming |
1 |
Introduction to PHP |
What is server side programming, PHP introduction |
|
|
Variables-how to create variables in PHP |
|
|
echo statement-joining statements in echo |
2 |
Taking HTML input |
$_POST, $_GET, $_REQUEST |
|
|
Drop Table, Drop Database |
|
|
Alter Table- add a new column, remove a column, modify a column |
3 |
Session Handling |
What is session handling, What is a session, creating a session, session variables, what are cookies, creating a cookie, saving and retrieving cookies |
4 |
Database Management |
Mysql and PHP-creating tables, inserting records, retrieving data, updating and deleting data in mysql using PHP. |
|
|
Complete Project |