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

  Explain what you plan to accomplish and why

Explain what you plan to accomplish and why, include an overview of the situation or organization and what the situation/problem is that you intend to improve.

  1- true or false tomcat allows you to deploy multiple java

1- true or false tomcat allows you to deploy multiple java web applications in your web apps folder in your home

  A company wants to see a printout

A company wants to see a printout of the gross payroll for each of its 7 departments. The output should be a list of the seven departments and the total gross payroll (rate times hours) for each department

  Add drop down lists for modifying the different style

add drop down lists for modifying the different style elements for the label element that displays the time.we will do

  Webite hi sir u need to bild the website the qustion sheet

hi sir u need to bild the website .the qustion sheet is cis2oo3 file and the rubal is the rar file which i had done for

  Creating a new asp.net web site

Start by creating a folder called BegASPNET in the root of your C drive using Windows Explorer or My Computer. Inside the folder, create another folder called Site. You should end up with a folder called c: \BegASPNET \Site.

  Provide the basic syntax for declaring variables

Provide the basic syntax for declaring variables and conditional statements like, if, while, until and other loop controls in C Sharp (C#) dot net?

  Asp.net and database web application

Database table definition is provided along with the marking craitria for better answer

  Add insert and edit menu options

Add Insert and Edit menu options - Insert will allow the user to insert a new account in a position of his choice

  Prepare a web application and write the code also event

prepare a web application and write the code also event planning document base on below the codition.online

  Html coding

Write a two- to four-page paper describing how you would change or enhance your site if you "knew then what you know now". Be sure to include interaction with Spry Validation Text Field, Spry Collapsible Panel widget, and Adobe widgets in your new..

  Draw the uml class diagram

Draw the UML class diagram

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