You are on page 1of 2

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR B.E.

SEMESTER VI (CE) WEB APPLICATION DEVELOPMENT


LIST OF EXPERIMENTS
1. Design a HTML page which contains information of your profile. (Note: Use Table, Division, Headers, Font, Image, Paragraph etc.) 2. Format your Profile Page Using Different CSS Elements. (Note: e.g. CSS Background, Text, Font, Tables, Links, Images, Margin etc. ) 3. Design a simple static website using HTML Frameset, Frame Having Following Structure.

HEADER HOME ABOUT ME CONTACT US Home.html

4. Develop a JavaScript page which display current Day, date & year. 5. Develop a JavaScript page that calculates the total cost of buying a cup of tea. Firstly the user must specify the tea type as one of milk tea, red tea or lemon tea. Then the user is allowed to choose toppings (multiple selections allowed). And the price should be automatically calculated and displayed as Your total is .

SANKALCHAND PATEL COLLEGE OF ENGINEERING, VISNAGAR B.E. SEMESTER VI (CE) WEB APPLICATION DEVELOPMENT
LIST OF EXPERIMENTS

6. Develop a JavaScript page that displays the selected item of the Combo box in to Textbox. Combo Box Contains Three items (Male, Female, E-mail). 7. Develop a JavaScript page that prompts two integer values from user. Do the summation and display on the Page. 8. Develop a JavaScript page that validate Firstname, Lastname, ContactNo, EmailID on submission of page using submit button. 9. Develop a JavaScript page that does addition, multiplication, Subtraction, Division (Radio Buttons) of two integer Values (Textboxes). 10.Develop a JavaScript page that shows which mouse button (Left, Right) you have Pressed in Alert Box. 11.Develop a JavaScript page that shows co-ordinate(X, Y) of the location where you have Click the Mouse. 12.Write a PHP script for displaying Current date in d-m-y format. And change background color based on day of the week using if else statements 13.Write a PHP script for reading the content from text file and displaying data in html table. Sample Text File contains: username:password:email:phone 14.Write a PHP script for login authentication. Design an html form which takes username and password from user and validate against stored username and password in file. 15.Write PHP script for storing and retrieving user information from MySql table. a. Design A Html page which takes Name,Address,Email and phone from user. ( registration.php) b. Store this data in MySql database. c. Next page display all user in html table using PHP (display.php) 16.Write a PHP script for setting and retrieving your Name and email address using cookie ( setuser.php , getuser.php) 17.Write a PHP script for user authentication using PHP-MySQL. Use session for storing username

You might also like