Jan - May 2026 (Timings — Wednesdays: 3:00 - 6:00 PM)
Experiments
Follow the W3 Schools Tutorial on Javascript
Pick one of the following two, implement your ideas and show them to your instructor or the TA before leaving the lab.
Be creative! For example, we can think of attaching course homepages, whenever available, with the time-table. What other ideas can you come up to make the sections/webpages more lively? Explain your design features clearly and demonstrate their functioning. If sufficiently good, we may attach your work(s) to the School webpage for displaying better the sections.
Questions
Answer the following questions as per your webpage design and not based on generic templates found on the WWW.
Follow the W3 Schools Tutorial on Javascript as well as the W3 Schools CSS templates in this lab.
Create an online HTML/CSS version of your CV/Biodata. You must use the parallax effect. The background must be your photo over which the different sections of the CV slide showing the parallax effect. Also, divide your CV page into two vertical parts where the left part occupies 1/4 of the width and the right part is the other 3/4. The left part contains clickable anchors to the different sections of your CV, such as education, projects, hobbies, etc. The right half is the actual contents of the CV. There should also be two special links to change the colour combination of your CV, e.g. from the standard black text on white screen to, say, blue text on a cream coloured screen and back to normal.
Be creative! Try other ways of using the parallax effect to make your CV more interesting. Think of how you can use colours to project the left and right parts of the webpage more effectively. Think of how you want to use responsiveness to make the CV look good on both big and small screens.
Questions
Answer the following questions as per your webpage design and not based on generic templates found on the WWW.
Follow the AFrame Website.
AFrame provides a set of HTML primitives for VR and can be used as standard HTML tags with attributes. Go to the "DOCS" section in the website above and specifically learn using the following primitives:
In particular, create a room of length 4m, width 3m and height 3m. On one of the walls, place a display panel showing an image or a video. There can be other objects in the room as long as they are arranged nicely. The definition of nice is left entirely to you! If it is a video, the video should toggle playing when you click on it.
Here is a video for your use if you do not have any uploaded into your computer.
This file contains a HTML stub into which you can add your VR stuff. Download this file using the right mouse button. You cannot just click it and get the file.
Use your AFrame Technology skills and create any one of the following. Create a file




The first part, that is today's work, is to use pandas module in Python to read, process and analyse csv files. We then port the data from the CSV files to the web using Flask framework, thus demonstrating how to build a basic application using Python and the web. In the next week, we see how to combine reactjs with Python and Flask to build full-fledged, powerful web applications.
You may use the following links to learn how to install pandas and Flask, and build applications.
Here are two csv files that you can use in your experiments today.
Do the following today: