Thursday 27 February 2014

Logout functioning

DAY 31

*After making a Log in ,log out  and registration functionality,I started working on making a profile page for a user where he/she can view his/her personal information and can edit his personal information  and also he /she has the option to reset his/her password in case he forgot his password.Learned about Cookies that how to set a cookie by setcookie()  function.

Wednesday 26 February 2014

Assignment on login form

DAY 30

*Assignment on making a complete Login  and Registration form with proper Validations in PHP using SESSIONS.

Tuesday 25 February 2014

Concept of PHP

DAY 29

*Learned Concept of Sessions in PHP and made a Login and Logout form using Session.

Monday 24 February 2014

upload files in directory

DAY 28

* Upload files to a  directory in php and also how can we upload a file  directly to a database from front end.

Friday 21 February 2014

DATABASE CONNECTIVITY IN PHP

DAY 27

* Learned about database connectivity in PHP that how to maintain a database connection in php using built-in functions of php with My SQL and i also learn about CRUD(create,retrieve,update and delete) in php that how can i retrieve values on front end from database and how can i perform operations like update ,insert and delete on front end and how will those changes get reflected in my database.I used fetch functions in order to perform this functions.

Thursday 20 February 2014

Basic Programs in PHP

DAY 27

*Basic Programs in PHP using for and while loop  that includes using of basic conditional statements and also covers arrays.

Tuesday 18 February 2014

Introduction to PHP

DAY 25


*Introduction to PHP that covers  Why we need PHP and why it is useful and what are its limitations.

Monday 17 February 2014

Friday 14 February 2014

Commands of JAVA SCRIPT

Day 23

*learn how to make a login form
*learn how to make validations in login form

Thursday 13 February 2014

Commands of JAVA SCRIPT

Day 22

*learn about array
*learn about math functions
*learn about string functions

Wednesday 12 February 2014

Commands of JAVA SCRIPT

DAY 21

*learn how to get the values of x and y co-ordinates by moving the mouse

Tuesday 11 February 2014

Commands of JAVA SCRIPT

DAY 20

*learn how to make graph in java script
*learn how to get function list from browser

Monday 10 February 2014

Commands of JAVA SCRIPT

DAY 19

*learn how to make same design theme for different color in java script
*learn about add function in java script

Friday 7 February 2014

Commands of JAVA SCRIPT

DAY 18

*learn how to make a calculator in java script
*learn how to make a sub menu in java script and how to show it by mouse hover

Thursday 6 February 2014

Commands of JAVA SCRIPT

DAY 17

*learn how to make slide show in java script by setTimeout function

Wednesday 5 February 2014

Commands of JAVA SCRIPT

DAY 16

*learn about setTimeout function in java script
*learn how to make an automatic timer in java script
*learn how to change images automatically after a specific time

Tuesday 4 February 2014

Commands of JAVA SCRIPT

DAY 15

*learn about while loop,do while loop and for loop in java script
*learn how to use testing function
*learn how get values by different functions of java script
  like : getElementById 

Monday 3 February 2014

Commands of JAVA SCRIPT

DAY 14

*learn about the ALERT function in java script
*learn how to use radio buttons and how to get values from radio buttons
*learn how to get values from buttons by clicking