Internet Application Development
Lab 01
Date: Friday, 06th February 2026
← Back to Dashboard
Q1) Pine Valley Furniture Company Web Solution
Consider the Pine Valley Furniture Company database designed and implemented during the previous semester. Try to
recall major relations in the database (CUSTOMER_T, ORDER_T,
ORDER_LINE_T, and PRODUCT_T).
There is a need to implement a web based solution for above mentioned database. The web based solution must
incorporate following functionalities:
- New Customer Registration
- Searching of Products
- Products Selection and Order Placement
- Product Catalog Update
- Payment Provision
Tasks:
- As a first step design above mentioned (i) to (v) user interfaces using paper and pencil.
- Next write appropriate html for creating (i) to (v) user interface prototypes.
- Create links for navigation among above pages.
- Design a menu using list and styles.
- Add help pages for user guidance.
- Test user interface prototypes in browser. Either use table for layout or may opt for flow based layout.
Experiment with style sheets.
Q2) Business Intelligence Integration
Try to incorporate business intelligence in your project. You may consider following options:
- Try to transform order processing system into a customer segmentation analysis platform.
- How user profiling can be added into basic order processing system?
- How targeted marketing can be realized?
- Add recommendation system feature in your project.
← Back to Dashboard