Thursday, April 24, 2008

final evaluation

The final website is ready. The instructor user name is "instructor" and so is the password. Follow the links given in the post below to view our site.For additional logins sign up option is provided on the page.

Thursday, February 14, 2008

Alternative Web Programming course page

The alternative web programming course page developed by us as a part of Assignment 2 has been hosted on Athena and can be accessed at http://192.168.40.99/~cs04b005/wpsite or http://210.212.228.116:8001/~cs04b005/wpsite

Leave the links to your respective assignment pages as comments to this post.

Our Web Programming Project Website

Our web programming project has been hosted on Athena and can be accessed at http://192.168.40.99/~cs04b005/project/ or http://210.212.228.116:8001/~cs04b005/project

Friday, January 25, 2008

Abstract

We will attempt to create a web application that serves movie reviews. It will have the following features:

1. Users will be able to post their own review and rating for any movie.

2. All movies released will be available for review.

3. User accounts will be maintained that require only 1 valid email address. However, the user will be able to register multiple email addresses and a handle for use on the site. He/she will be able to log on using any of these.

4. Users will be able to pick their favourite reviewers and will be preferentially shown their reviews.

Wednesday, January 16, 2008

Problem statement for the course project

Objective: To create a web application that allows users to post and view brief movie reviews. Results for each user will be personalised by maintaining their individual user accounts.

Technologies: HTML+CSS and Javascript will be used on the client-side to create an interactive and responsive user interface, while the back-end will be developed using PHP running on Apache and MySQL.