CS8661 INTERNET PROGRAMMING LAB SYLLABUS
LIST OF EXPERIMENTS:
- Create a web page with the following using HTML
- To embed a map in a web page
- To fix the hot spots in that map
- Show all the related information when the hot spots are clicked.
- Create a web page with the following.
- Cascading style sheets.
- Embedded style sheets.
- Inline style sheets. Use our college information for the web pages.
- Validate the Registration, user login, user profile and payment by credit card pages using JavaScript.
- Write programs in Java using Servlets:
- To invoke servlets from HTML forms
- Session tracking using hidden form fields and Session tracking for a hit count
- Write programs in Java to create three-tier applications using servlets for conducting online examination for displaying student mark list. Assume that student information is available in a database which has been stored in a database server.
- Install TOMCAT web server. Convert the static web pages of programs into dynamic web pages using servlets (or JSP) and cookies. Hint: Users information (user id, password, credit card number) would be stored in web.xml. Each user should have a separate Shopping Cart.
- Redo the previous task using JSP by converting the static web pages into dynamic web pages. Create a database with user information and books information. The books catalogue should be dynamically loaded from the database.
- Create and save an XML document at the server, which contains 10 users Information. Write a Program, which takes user Id as an input and returns the User details by taking the user information from the XML document
- Write a PHP Program for the following
- Validate the form using PHP regular expression.
- Store a form data into database.
- Write a web service for finding what people think by asking 500 peoples opinion for any consumer product.