Skip to main content

CS8661 - Internet Programming Lab

CS8661 INTERNET PROGRAMMING LAB SYLLABUS

LIST OF EXPERIMENTS:

  1. 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.
  2. Create a web page with the following.
    • Cascading style sheets.
    • Embedded style sheets.
    • Inline style sheets. Use our college information for the web pages.
  3. Validate the Registration, user login, user profile and payment by credit card pages using JavaScript.
  4. 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
  5. 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.
  6. 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.
  7. 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.
  8. 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
  9. Write a PHP Program for the following
    • Validate the form using PHP regular expression.
    • Store a form data into database.
  10. Write a web service for finding what people think by asking 500 peoples opinion for any consumer product.