Static calendar table for feb 2009 using control structure

Assignment Help Visual Basic Programming
Reference no: EM13935292

Lab Assignment 6 | Web Forms

Appointment Booking Web Form

In this assignment you will build a web-based appointment book for February 2009. First you need to generate a static web-based calendar for this specific month. Then you will add the ability for an individual to specify days of the week and times within those days where the individual is available for bookable meetings. Based upon the days and times chosen you should provide a calendar that allows a client to select a time and book a meeting with the individual. The use of the calendar will allow the client to more clearly see what dates and times are available and which days of the week the dates correspond to. Calendars such as these are found in business applications like CorporateTime and Lotus Notes and also personal applications.

Design Overview and Requirements

A static calendar for the month of February in 2009 will be generated using one or more control structures nested inside a calendar .php script file. An example of what the calendar may look like is displayed as following:

2480_cal.png

For this assignment, in order to make the calendar usable for meeting scheduling you should provide an initial setup page that allows an individual to select days of the week between Monday and Friday where he/she is available for meetings. Within each of these days you should provide 30-minute blocks that can be chosen as times when meetings can be scheduled. You should allow one or more time blocks to be selected whether in succession, or sporadically throughout that day of the week. Available times for choosing should be between 7:00am and 10:00pm. The days and times chosen will apply to the whole month that is eventually displayed

Below is an example of the setup page output you should have before formatting:

1525_meet.png

Whatever the individual has chosen on the Meeting Times Setup Form should be passed to the above calendar .php file using the POST method. In the calendar .php file you can retrieve the passed values from the superglobal. These passed values may be primitive variables and/or arrays depending on how you set up the Meeting Times Setup Form. You should display a calendar for February 2009 that shows the selected meetings times for each day as being available times for booking.

The diagram in next page is an example of the output you should have before formatting:

With the meeting times visible, you should provide a way for a client provide their name and select a time to meet with the individual. This functionality should then show them signed up for the selected meeting time while also displaying the remaining available meeting times. Hint: You can send a form to itself (the
same file that has the form) and pass some of the values that the form may now need via hidden form fields. Hidden form fields can have a name and value assigned to them.

An example of what a booked meeting time by a client looks like is provided in the second week of the calendar of the example diagram. The action of booking a meeting is done by having the client type in
his/her name, select an available meeting time, and then clicking 'Submit'. Once submitted, the selected
time should be replaced on the calendar with their name for that chosen time. While subsequent
bookings of meetings by clients do not require you to retain the previous client's booked time, you should continue to show all the available meeting times.

You should continue to stick to the basics, using functions already available in PHP. Constants should be used for values that do not change, and variables for values that change during the course of execution.

For the setup form, you should use a file name that will automatically load when a user specifies only the folder name in the URL. The file should be uploaded to your Lab Assignment 6 directory. Your XHTML file should be well-formed and created using a strict XHTML DTD. You can create the web page using
any text editor (Microsoft Notepad, RogSoft Notepad+, Adobe Homesite, etc) that is not WYSIWYG
capable (Adobe Dreamweaver, Microsoft Word, etc).

You will continue to display your calendar inside a XHTML table that if printed to a printer, should look
similar to what you see in your web browser. For this assignment, form elements should be added to the table. You should use XHTML for the layout of all and CSS for the formatting of each of the pages.
Using an external .css file, add formatting of your choice to make the output more aesthetically pleasing.

1678_sign.png

Approach

First you can start to generate a static calendar table for February 2009 using control structure in a .php
script file. Then you can create the Meeting Times Setup Form. This is a simple XHTML file that will
submit to the calendar .php file. Once the XHTML file is designed, work on passing these values from the
XHTML file to the calendar .php file. Success is when the setup form page values display in the correct parts of the calendar.

After getting these two web pages to work together, work on the signup portion of the calendar .php file. This file will end up submitting entered/selected form values to itself. When creating hidden fields in the
.php file for any values you need to retain from the Meeting Times Setup Form, keep track of what the
form fields were originally called on that setup form. This will allow the logic in the calendar page to continue to work as the field names will be the same.

Next you will want to determine, code, and validate the .php file itself using XHTML (and absent of any
CSS). Once working like the output given, you can begin adding the CSS formatting. Finally, validate all the pages and correct any ill-formed tags where necessary

Reference no: EM13935292

Questions Cloud

Examines and proposes performance appraisal : As Director of Human Resources, you have been asked to prepare a report for Head Office in Detroit that examines and proposes performance appraisal, reward management and training
Networks, collaboration and sustainability : Continue to store the same postings made to the blog each week, as defined in Assessment Item 1 previously.There are two topics for each week. I put the following topics in each work. For 1 topic it is 150 word each and one refernce for each topic.
What effect has the change in organizational culture : Offer suggestions as to why and how this divergence occurs? Are there any past corporate instances or examples of this that come to mind? For those instances, what effect has the change in organizational culture had on the company's performance?
Research a company that has implemented a balanced scorecard : Research a company that has implemented a balanced scorecard system for evaluating performance. Suggest at least two (2) variance measures the identified company can employ in a balanced scorecard performance evaluation system, and examine how the co..
Static calendar table for feb 2009 using control structure : Next you will want to determine, code, and validate the .php file itself using XHTML (and absent of any CSS). Once working like the output given, you can begin adding the CSS formatting. Finally, validate all the pages and correct any ill-formed t..
What characteristics of the production process : What characteristics of the production process suggest that Bloomington uses process, as opposed to job order, costing?
How are binary fission and mitosis different : Drugs that inhibit microtubule assembly are administered for some medical conditions. What will occur to the cell as a result? For what type of conditions would such a drug be given?
Locate and review two articles related to diversity training : Locate and review two articles related to diversity training development in organizations. Provide a review of these methods used to offer this training, as well as which learning style you feel was utilized in each of these training developments (co..
Operate in the international environment : Question Choose any company of your choice operating in a country. The company can operate in the international environment or in the domestic environment.

Reviews

Write a Review

Visual Basic Programming Questions & Answers

  Create user interface similar to one pictured in this link

Use a second group of RadioButton controls to select whether a student handed in the assignment on time, with the default being

  Create a windows application that functions like a banking

Create a Windows application that functions like a banking account register. Separate the business logic from the presentation layer (create a class with all the methods and properties).

  An analysis of a group of weight measurements

An analysis of a group of weight measurements involves converting a weight value into an integer category number that is determined as follows

  Code the following methods:

Conversion from wet liters to wet pints and wet liters to wet gallons.step by step instructions to build interface and write code so that the progam can work in VB.NET.

  Computer-assisted instruction write a program that will

write a program that will help an elementary school student learn multiplication. use a random object to produce two

  Write paper on list and combo boxes and flow of control

Write a 2 page research paper (excluding the title page) on List and Combo boxes and Flow of Control

  Program that validates the value a user enters in a textbox

I have completed a version of my own. I want to compare code to the response to see if I am correct with my version. and for use in one of my own programs for website information gathering.

  Designing vb applications across multiple platforms

Technical Project "Designing VB Applications Across Multiple Platforms".

  Create a visual basic windows application to display sales

Create a Visual Basic Windows application. Use the following names for the solution, project, and form file, respectively: Conway Solution, Conway Project, and Main Form.vb.

  How to program in visual basic four square buttons

How to program in visual basic four square buttons arranged in a rectangular array each button says push me... when user clicks on a button the button disappears the other three come or remain visible

  Create a visual basic prototype that has screens for windows

Develop calendar screens for Windows and the Web in which you and create a Visual Basic prototype that has screens for Windows and Web.

  Why is exception handling important to software development

Exception handling, some thought should be given to this topic, rather than finding and pasting articles from the Internet into a discussion board. Please respond to all of the following prompts: 1. Why is exception handling important to software dev..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd