You are on page 1of 5

Sinhgad Technical Education Society’s

SINHGAD INSTITUTE OF TECHNOLOGY


(Affiliated to Savitribai Phule Pune University, Pune and Approved by, AICTE, New Delhi.)
Gat No. 309/310 ,Kusgaon (Bk), off Mumbai –Pune, Expressway.
Lonavala, Pune, 410401,Website :www.sinhgad.edu
Department of Computer Engineering

Web Technology Lab Manual


in
Association With
BoS, Computer Engineering
SPPU, Pune

ACADEMIC YEAR 2021-22


SEM 2
Table of Content

Sr. No Content Page No.

1. About Program i

2. Assignment List ii

3. Assignment No.1 1-5

4. Assignment No.2 6-13

5. Assignment No.3 14-18

6. Assignment No.4 19-24

7. Assignment No.5 25-39

8. Assignment No.6 40-60

9. Assignment No.7 61-70

10. Assignment No.8 71-81

11. Assignment No.9 82-96

12. Assignment No.10 97-119


About Program
(Web Technology Lab - Third Year Engineering)

Nowadays, there are a few companies that, if having a traditional business, do not
have a web presence. The Internet environment is not only a simple tool to
promote a business, but it also offers opportunities to supply information; it is an
efficient platform to communicate with the clients. The integration of Web
technologies has an important place into the process of accomplishing companies’
objectives to increase the competitiveness degree on the market by building
customer loyalty.

The Future of Web Development: Javascript has been ubiquitous on the front-
end for a long time and Node has grown into a well developed, enterprise ready
technology with a massive amount of support via the npm. New tools such as
Ionic(mobile) and Electron(desktop) have made it possible to build applications
across all platforms using HTML, CSS and Javascript. The server side applications
are PHP, AJAX, Servlet, Ruby etc.
Web Technology Lab
Assignment List

1. Case study: Before coding of the website, planning is important, students should
visit different websites (Min 5) for the different client projects and note down the
evaluation results for these websites, either good website or bad website in given
format.
2. Implement a web page index.htm for any client website (e.g., a restaurant website
project) using following:
a. HTML syntax: heading tags, basic tags and attributes, frames, tables,
images, lists, links for text and images, forms etc.
b. Use of Internal CSS, Inline CSS, External CSS.
3. Design the XML document to store the information of the employees of any
business organization and demonstrate the use of: a) DTD b) XML Schema, and
display the content in (e.g., tabular format) by using CSS/XSL.
4. Implement an application in Java Script using following:
a) Design UI of application using HTML, CSS etc.
b) Include Java script validation
c) Use of prompt and alert window using Java Script
5. Implement the sample program demonstrating the use of Servlet.
6. Implement the program demonstrating the use of JSP.
7. Build a dynamic web application using PHP and MySQL. Create a login module
for the web application using struts framework.
a. Create database tables in MySQL and create connection with PHP.
b. Create the add, update, delete and retrieve functions in the PHP web app
interacting with MySQL database.
8. Design a login page with entries for name, mobile number email id and login
button. Use struts and perform validations.
9. Design an application using Angular JS
10. Design and implement a business interface with necessary business logic for web
application using EJB.

You might also like