Develop a dynamic internet application with consistent look

Assignment Help DOT NET Programming
Reference no: EM131604086

Assignment: ASP.NET 4.5.1

Objectives

This assessment item relates to the course learning outcome numbers 1 and 2. More specifically, the objective of this assignment is for students to:

• Develop a dynamic Internet application with a consistent look and feel for business using an integrated suite of software tools.

Introduction

You are required to develop the Aussie Stamp Place website using ASP.NET 4.5.1 and C#. You must develop the web pages according to the specifications given in this document. This means that you must provide the functionality specified, produce the layout specified and use the data and images provided on the course website. This document is a specification that you are required to implement.

Overview of website to be developed

Your website must:

• Use a master page and content pages throughout
• Define and use a consistent theme throughout
• Use a web.sitemap and related navigation controls You are also required to:
• submit a brief Word document as discussed below. You are required to develop the following pages:

You must also create the Web.sitemap and Masterpage.master files, as well as make appropriate edits to the web.config file.

These requirements are discussed in more detail below.

Web Page

Description

Default.aspx

The home page.

Pages/Default.aspx

Descriptor for top level menu item

Pages/animals.aspx

Header and table of Australian native animal stamps, each stamp has a name, price, number in stock, last update time and an image.

Pages/flowers.aspx

Header and table of Australian native flower stamps, each stamp has a name, price, number in stock, last update time and an image.

Pages/peace.aspx

Header and table of Peace and Victory stamps, each stamp has a name, price, number in stock, last update time and an image.

Pages/zoological.aspx

Header and table of Australian zoological stamps, each stamp has a name, price, number in stock, last update time and an image.

About/Default.aspx

The default About page

About/About.aspx

Brief information about the website.

About/ContactUs.aspx

A contact us page with contact information.

Provided materials - starter kit

To get you started, an assignment starter kit is available on the course Moodle web site. This starter kit contains:

• The Images directory containing all the images required for the assignment
• The App_Themes directory containing resources and files required for themes

Website structure

The files in your website should be structured in the following way:

Web.sitemap

You must construct your web.sitemap to achieve the following menu hierarchy:

The menu items above must map to the following content pages:

Menu item

Content page

Home

~/Default.aspx

Stamp Catalogs

~/Pages/Default.aspx

Stamp Catalogs -> Zoological Stamps

~/Pages/zoological.aspx

Stamp Catalogs -> Peace Stamps

~/Pages/peace.aspx

Stamp Catalogs -> Flower Stamps

~/Pages/flowers.aspx

Stamp Catalogs -> Animal Stamps

~/Pages/animals.aspx

About

~/About/Default.aspx

About -> Contact Us

~/About/ContactUs.aspx

About-> About Us

~/About/About.aspx

Master page

Your master page must achieve the following layout:

Header

The header must contain the logo. The actual logo displayed will depend on the theme. Your Colour theme uses your own design of a logo or you can use the supplied logo.jpg. The Monochrome theme uses logo.jpg and found with the supplied Stylesheet.css file in the starter kit.

Nav

The Nav should contain a SiteMapPath control. Note:

• The control must obtain its menu items from the Web.sitemap file; menu items should not be hard coded into the SiteMapPath control.
• Your control should not show the top (Home) node.

Aside

The aside should:

• display a DropDownList for choosing the theme.

• use a TreeView to show a site menu. The Home menu should not appear twice. The aside will also be used in assignment 2 for providing a login area.

Footer

The footer contains two divisions - the copyright and lastupdate divisions. The copyright division should contain a copyright symbol, your name and the current year, along with the image copyright statement. The lastupdate division should contain the date that the website was last updated. You may hard code this date.

Themes

The appearance of the website will be controlled by the use of themes. Two themes shall be supported. The first is the Monochrome theme and consists of a copy of the Stylesheet.css style sheet supplied in the starter kit and renamed Monochrome.css. The supplied logo, logo.jpg, is found in the starter kits

/Images folder. The second theme is a Colour theme you have to define yourself. You can re-use the

logo.jpg file for the header image. You should modify the supplied stylesheet.css file. Start by renaming it Colour.css and then modify it to achieve your new style.

Content pages

The appearance and required functionality of the content pages are described below.

Home page

The default home page should appear as follows to a user when viewed with the Monochrome theme:

Stamp Catalogs

The default Stamp Catalogs page must appear as follows. Note that for brevity, only the main content area is shown.

Stamp Catalogs - Zoological Stamps

The Zoological Stamps page must appear as follows. Note that for brevity, only the main content area is shown.

Note that:

• A table layout is used.
• The Name, Price, # in stock and Last update fields must be as shown and the last cell should contain the image of the stamp.

Stamp Catalogs - Peace Stamps

The Peace Stamps page must appear as follows. Note that for brevity, only the main content area is shown. As before a table layout is used with the Name, Price, # in stock and Last update fields and the last cell should contain the image of the stamp.

Stamp Catalogs - Peace Stamps

The Peace Stamps page must appear as follows. Note that for brevity, only the main content area is shown. As before a table layout is used with the Name, Price, # in stock and Last update fields and the last cell should contain the image of the stamp.

Stamp Catalogs - Australian Native Animals Stamps

The Australian Native Animals Stamps page must appear as follows. Note that for brevity, only the main content area is shown. As before a table layout is used with the Name, Price, # in stock and Last update fields and the last cell should contain the image of the stamp.

Themes

The appearance of the website will be controlled by the use of themes. Two themes shall be supported. The first is the Colour theme and consists of the ColourStyle.css style sheet and the logo in the logo.jpg file. The second theme is the Monochrome theme and is implemented using the logo- grey.jpg logo and the MonochromeStyle.css style sheet.

About

The default About page must appear as shown.

The Contact us page must appear as shown.

The About us page must appear as shown.

Attachment:- Assignment-Project.pdf

Reference no: EM131604086

Questions Cloud

Show that the given function is continuous function : Show that if f"(x) is continuous and f(x) has exactly two critical points, then f'(x) has a local maximum or local minimum between the two critical points.
How such coexisting disorders impact the addiction cycle : Discuss in detail dual-diagnosis then incorporate how such coexisting disorders impact the addiction cycle
Explain should animals be accorded real civil rights : Should animals be accorded real civil rights. Is this feasible. Where do we draw the line between those animals worthy of protection and those not as worthy
Treasury strips-what is the yield to maturity : A Treasury STRIPS is quoted at 76.116 and has 7 years until maturity. What is the yield to maturity?
Develop a dynamic internet application with consistent look : Develop a dynamic Internet application with a consistent look and feel for business using an integrated suite of software tools.
Case study on double ink printers ltd : HI6026 Audit, Assurance and Compliance - Identify two inherent risk factors that arise from the nature of DIPL's business operations.
What is the extreme value theorem : In this problem we prove a special case of the Mean Value Theorem where f(a) = f(b) = 0. This special case is called Rolle's Theorem.
The level of importance of various aspects of culture : It is a responsibility of the global firm to ascertain the level of importance of various aspects of culture.
What skills and abilities are most critical to success : What skills and abilities are most critical to success in specializing in the field of child and adolescent development

Reviews

Write a Review

DOT NET Programming Questions & Answers

  Develop web services based application

Develop and test a Web services based application that meets the requirements applying SOA design principles.

  Design style elements in asp

Add drop down lists for modifying the different style elements for the label element that displays the time

  Create a shopping cart in asp

The users will use a browser to access the on-line store. The web server software for the production web server is Windows 2003 Server /IIS6.

  Inventory management system in c# application

Inventory management system in c# application

  Using .net resources to teach .net

This project will use the .NET framework to produce a set of materials to demonstrate the fundamental principles of .NET. Ideally it should demonstrate some of the principles of the framework e.g. interoperability.

  Prepare a marymount faculty site

Prepare a Marymount faculty site

  Blinky lights

Analysis proving that your code blinks the LEDs at the specified rates.

  Prepare a web application

Prepare a web application that will be used to keep track of patients registering in a hospital.

  Implementing the insurance management system

Implementing the Insurance Management System and implementation of Components as Web Services.

  Describe the characteristics of visual studio 2005

Describe the characteristics of Visual Studio 2005 Visual Studio.Net is a suite of products that includes 4 main languages. Name these languages and outline their use in industries

  What is a connectionstring

What is a ConnectionString. Give a suitable example to illustrate the various part of a ConnectionString

  Prepare a web application for internet service provider

Prepare a Web application and write the code also event planning document base. This web application allows the user to sign up for an Internet service provider for home connectivity.

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