Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need some help with steps 3 and steps 4. All the steps before has been completed. Please! Problem 1 Create an Interactive Calendar This

I need some help with steps 3 and steps 4. All the steps before has been completed. Please!

Problem 1 Create an Interactive Calendar

This problem will require much more creativity and applying what you have learned in the past three weeks. Computer science is about solving problems. There are many ways to do this.

Situation: You are working with a rummage store that wants to enhance the appearance of the site and add an interactive calendar displaying the store hours.

Step 1. Creating the Theme and Skins

Create a custom theme

Create a theme called Theme1 and Theme2.

Configure your web site to use the Theme1 theme

Use skins, stylesheets to configure your project's colors and design.

You will be graded on your ability to customize the theme to enhance the appearance of your web site.

Design a calendar using a skin

Create a web page called Calendar.aspx in your Pages folder.

Create a calendar.skin file in Theme1. In the file, create two calendar skins with very different appearances. Name one of the skins, MyCalendarSkin. Leave the other with no skin ID assigned.

Insert a calendar in the Calendar.aspx page. Configure the calendar to use the MyCalendarSkin skin.

Duplicate the skin files and place them in the Theme2 folder. Change the properties of the skins.

You will be graded on your ability to customize the calendar to match the rest of your web site.

Step 2. Design Your Calendar using C#

Use C# to configure the content and format of the calendar using the DayRender event handler.

Your rummage sale wants to setup weekly dates on a calendar to show when the sale is open and closed. They want to indicate the days that are closed by turning the background color to a different color.

Display text, links, images, literal text with HTML inside at least five individual days in the current month.

The client also wants to indicate that there is a sale on the 12th this month, with 40% off.

The client wants to show images indicating what products are on sale every Wednesday. (Pens, pencils, flowers, paper and other household items are for sale at this rummage shop). You pick the images.

Insert content for at least 12 major holidays. (You can pick them or search for major holidays)

Step 3. Creating an Interactive Program using C#

Use C# to create interactive programs with your calendar.

When the user clicks a date they plan to visit the store, provide them with date they selected and the store hours. If they visit on the 3rd, 18th, or 27th, tell them the store is closed that day.

Mon, Tues, Friday 9-5

Wed, Thurs 10-8

Sat, Sun 12-5

Step 4. Creating an Interactive Program using C#

In order to properly analyze and document your web program, use the tools you have learned about this week in your readings.

Add custom error pages to your web site. Point the ASP errors to Oops.aspx.

Add a page called Oops.aspx in your Pages folder. Customize this page. Use the information about the error, to explain to the user why there was an error.

Create a page called Admin.aspx in your Pages folder. Customize this page. On this page do the following:

Use application variables to track the number of users online on the site and the total number of visitors.

Provide a link to the Trace Report page.

Use event handling and exception handling to help identify problems in your application. Exception handling works with the Try-Catch and exception objects. Error handling includes things such as verifying that the field has a value before displaying it or using it (so it's not null). In other words, general error handling that you have learned in other classes.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Theory Icdt 97 6th International Conference Delphi Greece January 8 10 1997 Proceedings Lncs 1186

Authors: Foto N. Afrati ,Phokion G. Kolaitis

1st Edition

3540622225, 978-3540622222

More Books

Students also viewed these Databases questions

Question

(3) Z (U + 2124), which is the set of all integers;

Answered: 1 week ago

Question

3. How has e-commerce transformed marketing?

Answered: 1 week ago