Multimedia and webpage design

Assignment Help Web Project
Reference no: EM132937364

Assignment - Website Development

Overview
In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You should avoid the mistakes made by the competition from your competitive analysis. The requirements for building the website are listed further below.

Learning Outcome 1:

Knowledge:
• Recognise the importance of user analysis, content organisation, interface design, interface usability and the accessibility issues associated with multimedia and web design;
• Identify, explain and apply the design principles that underlie good multimedia and webpage design, from both a visual & content design perspective.

Skills:
• Demonstrate the appropriate use of visual and content design tools, and multimedia and web authoring software;
• Develop a sophisticated web site from scratch, using information gathering and design techniques.

Application:
• Select appropriate design principles to design multimedia products and web pages that are align with project expectations;
• Operate appropriate software packages to build multimedia products and web pages that are align with project expectations.

Values:
• Appreciate ethical behaviour in relation to multimedia and web page design, in particular issues related to copyright.

Assignment Details
In this second assignment, you are required to develop your personal website from scratch, based on the design document that you created in Assignment 1. You should avoid the mistakes made by the competition from your competitive analysis. The requirements for building the website are listed below.

All of the labs this semester are designed to help you with this assignment; learning HTML, CSS and JavaScript. Do not discount their potential to assist with parts of developing this website. For an overview of what each lab contains, please click on Moodle's "Content" section at the top of this Moodle course.

Website Overall Requirements

This website has a number of requirements which are detailed in the table below; you should adhere to these requirements when working on your assignments.

General Requirements
• You must not use any existing complete templates, or frameworks that assist such as bootstrap.
o You will receive a ZERO score for the global website design, HTML and CSS marking criteria if you do so, and may even be considered as plagiarism.
• You are expected to create your website by yourself hand-coding HTML, CSS and JavaScript.
o (Lab and lecture materials and resources can be used to help you with your website, BUT your design should be your own, not for example the design/layout of lab exercise.)
• You may not develop the website using server-side scripting languages, such as PHP, ASP, etc.
• Your design should focus on design rules learned during this course such as
o Rules of good visual design;
o Usability guidelines related to Colour, Typography, Placement of objects, Readability and Balance.
o A solid understanding of the use of other elements such as; contrast, white space, layout, focal point, alignment, proximity, etc.
• All text should follow the rules of writing for the web, including appropriately "chunked" content, use of Plain Language and the "Inverted Pyramid" style of writing.
• Images, sound, and other media file sizes optimised for download and display.
• Well-designed unique and creative websites will be awarded appropriately.

HTML • All html files must begin with the <!DOCTYPE html> declaration, to indicate HTML5 adherence.
• The structure of your website should be built using HTML5 tags styled with CSS where applicable:
o <header>, <nav>, <section>, <article>, <aside>, <footer>, <figure>, <figcaption>
o HTML <div>'s can be used for other structural elements.
o Do not use a <div> where a standard semantic tag would be appropriate, such as for example the <h1> to <h6> tags for headings.
o HTML <table>s should be avoided for structure.
o Use id and class where necessary.
• Any HTML <form> used on the site should:
o Be well-designed and styled with CSS, and their intent must be clear;
o NOT use PHP or other server side technologies. Functionality of such forms may therefore be limited, and only have partial functionality (prototype stage), but should be fully designed, and;
o Contain data validation, error messages, user feedback etc. (either in a pop-up window, simple dialog boxes written with JavaScript, and/or built-in HTML5 validation)
CSS • All content should be formatted and styled using an external cascading stylesheet (CSS).
o This is to keep content and style strictly separated.
o A max of 2 external stylesheets are allowed. Lower scores awarded if you exceed this.
• Must incorporate at least THREE of the CSS3 styles below in a way that improves your web design:
o Transitions, Transforms (scale, skew, and/or rotate), Rounded Corners, Multi-Column,
Opacity, Shadows, or Gradients
o Embedded CSS3 @font-face Fonts (or using Google / Adobe Fonts API is also acceptable)
JavaScript / jQuery • JavaScript, jQuery and their libraries are allowed to be used (and some image galleries may require these languages) as long as it is all functional on the client side.
• No server-side scripting languages.
• You can use external sources of code/tutorials to help you with this, but you must reference the use of this code.
Responsive Design

(Optional Advanced Challenge) • Optional: make your website responsive, responding to different resolutions using @media queries.
• Use two to three common breakpoints, each changing the styles to suit the new resolution width.
o For example: 600 pixels and lower, 601 pixels to 960 pixels, and 960 pixels and higher.
• This is an optional advanced challenge for students seeking higher marks in this assignment.
o Three functional well-styled breakpoints will score higher than two breakpoints.
o WARNING: It is highly recommended that beginners and those not confident in their abilities do not take on this optional challenge and instead focus on a fixed centred or flexible design (as outlined in lecture 3), as incorrectly planned and developed responsive websites may function and look worse than a well-designed fixed or flexible website, affecting your marks.
Global content requirements for all webpages on your website
Header • To identify the website as a website dedicated to you personally, provide:
o A relevant heading / title banner and/or image/logo
Footer o An appropriate and intuitive footer must be included on your website.
Navigation • There should be a clear, intuitive and consistent navigation structure on the website.
• You need to think about how you will provide navigation to the user, and whether some pages may be categorised together or not. Consider the 5 ± 2 content guideline!
• Example: "Education" and "Career" pages may be appropriately categorised together under a main page called "About" - with the 2 pages linking from it locally, or within a menu drop-down function.
• Types you can include (if applicable for your design and requirements):
• Global (Primary and maybe Secondary), Local, Footer, In-text, Utility.

Home Page Requirements
• Filename should be named "index.html".
• Home page should indicate the purpose and identity of your website immediately via:
o Short blurb of your name and your career ambition.
 Example: "Joe Bloggs. Web Designer. I create beautiful websites."
o Short paragraph (15-45 words) providing more detail regarding your career ambition.
o No other body text should be present.
• It can be more creative than the rest of your web pages, but it should try to professionally represent yourself through:
o Image(s) and Visual design (Composition, Colour and Typography)
• Remember this design is to reflect your style and personality (with the focus on your career ambitions), but not at the expense of good design. First impressions count!
Contact Page Requirements
• Give this page an appropriate filename, title, heading (and subheading if required).
• You should include relevant text with links to contact you such as email and social media.
• This page must have an HTML Contact Form using the <form> element: It must:
o Be well-designed and styled with CSS, and its intent must be clear;
o Use HTML5 built-in form validation and/or JavaScript to validate the data;
o Output error messages/user feedback when there is user input errors or form submission success.
Requirements of SIX additional web pages
• In addition to the home and contact pages, you are given creative freedom to design and develop the rest of your personal website yourself with only a few specific requirements.
• You need to design and develop six more web pages for your personal website for a total of eight that specifically reflect the career focused purpose of the website.
• Some suggestions (but you may think of your own) are shown below:
o About, Achievements, Bio, Blog, Career, Design, Education, Experience, Gallery, Hobbies, Journal, Ideas, Photography, Portfolio, Testimonials, Travel.
o Note that some of these suggestions above would technically require server-side scripting to fully function. In these cases (such as a blog), create a prototype of this web page, focusing on design and layout, with sample content in place.
Content • Each web page should have:
o Appropriate filenames, titles, headings (and subheadings if required) related to their content.
o Appropriate text to complement the additional media.
o At least one relevant piece of media (image/video/audio).
Gallery

One of your six additional web pages must include an image gallery of at least six images • The gallery must be dynamic, meaning it has an interactive visual feature such as:
o Lightbox: Thumbnail images that when clicked display a larger version of that image and fades out the rest of the webpage until the image is closed.
o Rollover: Thumbnail images that when the mouse hovers over it, displays the larger version of that image.
o Slideshow: The first image displays large and the user can cycle through the images.
o Any other Dynamic Gallery that is designed and presented well.
• You may need to incorporate code (using CSS, JavaScript and/or jQuery) from:
o One of the lab exercises - the labs have 4 different galleries which you can adapt.
o Free image gallery tutorials (make sure to reference code that is not yours).
• Galleries that function well and suit the design of your website will be awarded higher marks.

Brief Report
• Together with the website, you must provide a brief report with the following details:
• Indicate the preferred browser and resolution for your website.
• List in dot point, any changes you made to your design document and the reason you made that change.
• Indicate exactly where in your website you incorporated the CSS3 requirements. This will make it easier for markers to assess this requirement.

Folder Structure
• html - This folder will hold all of the .html files and have the following folders inside it:
• css - to hold the .css file(s)
• files - to hold any files that do not belong in another folder
• images - to hold all image files
• scripts - to hold any JavaScript files
• This will make it easier for you to manage and easier for markers to access your files.

Submission
Before submission, you should first test your website on a different computer to where you worked on it. This will confirm whether links, images and other media are referenced relative to the html file location, and not an absolute address on your personal computer!

Submission is via Moodle. Please submit in the form of a ZIP file containing:
• The entire folder structure of your website; and
• Your brief report.

Please refer to the "Course Description" for information regarding; late assignments, extensions, special consideration, and plagiarism. Students are reminded that all academic regulations can be accessed via the universities Website.

Assignment - Report & Presentation

Overview
• For this assignment, the students will create a written report that will review/ examine appropriate information system solutions relevant for an organization within an industry.
• The students will work in a team of two students per team.
• The purpose of this assessment is to enable students to understand the effect and impact that emerging technologies and information systems have on an organization.

Assignment Details

1. Description of Assignment:
The purpose of this assignment is to enable students to review and examine appropriate information system solutions for an organization within an industry. The findings of your study will be presented through:
a. A report
b. Interactive presentation.

An organization can be selected from world's 500 largest companies. The list is available at: https://fortune.com/global500/. Upon selecting on of the organization within an industry, you are required to complete the following requirements:
• Industry background: Review the industry involved and provide a comprehensive review of the industry sector, including history, current environment and transformations and future scope.
• Business model and environment: identify the business model that the organization is adopting as well as identifying their target audience and business scope, using the following analysis methods conduct an analysis of the chosen business.
o SWOT (Strengths, Weakness, Opportunities, Threats) analysis.
o Porters 5 forces.
• Propose and appraise the organization's IT infrastructure based on previous business model and environment analysis.

• Review ERP or CRM systems (select either ERP or CRM) available on the market, including overview, advantages and disadvantages of the systems.
• Select and justify an appropriate ERP or CRM system for the organization form the systems that you have reviewed, and discuss the following:
o How the organization will use your selected ERP or CRM system to gain an additional advantage over its competitors.
o How can the ERP or CRM system be improved to better suit the organization.
o Elaborate and discuss any emerging technologies which can be integrated into the selected system to promote the business.
o Explain how you anticipate these emerging technologies will be evolving in the future within this industry or area.

2. The report:
The report will take the form of a well-researched academic report of approximately 1500 words. Diagrams or tables are encouraged to be used to support your statements. The report should be well supported with appropriate references from reliable sources. You should include academic journals, books, theses, trade magazines and well-respected sources of related Internet materials that you find relevant. Please note - Wikipedia is NOT considered a reliable source to quote in an academic document of this type, without backup from other well reputed sources. It is expected to FLOW as one document.
The structure of your report should include the following:
• Executive Summary *
• Table of Contents *
• Introduction * (Provide a general overview of the what you intend to write about in the rest of your report)
• Industry background
• Business model and environment (Business model type, target audience)
o SWOT analysis and discussion
o Porters 5 forces analysis
• IT infrastructure
• ERP or CRM system review
• Selected ERP or CRM justification and discussion
• Conclusion/Summary (Provide brief summary of your selected solution and any additional recommendations, and summarize your report in one paragraph)
• Reference list * (APA style)

Note: Report items marked with a "*" do not count towards the final words count.

3. The Presentation
For the presentation component of this assessment, you will focus on the selection and justification of the ERP or CRM system as well as the emerging technologies. You may present "live" or choose to create a presentation through another medium to show your contribution. Each presentation is expected to take between 8 minutes and 10 minutes. You will be stopped after 12 minutes, so please time your presentation accordingly.
Please cover the following areas in your presentation in whatever creative form you choose. Check the marking guide below for the presentation - two major areas you are marked on are the use of technologies to prepare your presentation, and the creativity of your presentation.
You will provide a brief (one page) plan of your presentation to your lecturer by week-10. This is required, but does not carry marks. This should include details of how you will present, what technologies and formats you will be using, and who is doing which parts of the presentation. In addition, any web sites you used, or any place that you uploaded information must be indicated in this report. You should follow the following structure:
• Introduce your presentation by giving details of yourself, the organization and industry that you have selected.
• Communicate to the class the background of the organization and industry.
• Present the selected ERP or CRM system with justifications.
• Present the emerging technologies that will promote the business of the organization in the industry. Do this in any a way that works best and is the most creative.
• Conclude your presentation by summing up and giving time for questions.
You must attend the presentation.

Attachment:- Website Development.rar

Reference no: EM132937364

Questions Cloud

What was Silverman net income for the first year : The company produced 5,000 units and sold 3,000 units at a price of $15.00 a unit. What was Silverman's net income for the first year in operation
What are different strategies a health care administrator : What are different strategies a health care administrator may communicate with providers, patients and staff engage the audience?
How much is debited to accounts receivable : ABC Company sold P 500,00 worth of inventories with trade discounts of 10%, 15%, 25%, terms: 2/10, n/30. How much is debited to accounts receivable
Describe one pro and one con for using a graph or chart : Describe one pro and one con for using a graph or chart. Then, share an example of a time when a data visualization (like a graph or chart) changed your mind ab
Multimedia and webpage design : Identify, explain and apply the design principles that underlie good multimedia and webpage design, from both a visual & content design perspective
Describe the five job dimensions : The textbook describes the five job dimensions that represent the most important job characteristics that influence employee satisfaction
How much is the interest income for the year : The first payment is due on December 31,2019 and the prevailing interest rate for note of this type is 12%. How much is the interest income for the year
What are some of the benefits of strategy formulation : What are some of the benefits of strategy formulation to organizations from an HR perspective? Identify and briefly describe five benefits. Answer in paragraph
Explain the purpose of training objectives : One truism of instructional design and performance management is that you get what you measure. Training objectives are essential to all development.

Reviews

Write a Review

Web Project Questions & Answers

  Create a home page with navigation bar

Create a home page with navigation bar to the three (3) pages with images listed below and a Cascading Style Sheet (.css) for bisque color and Arial text

  Create a basic web site design document

create a basic Web site design document that includes a vision of your future Web site. Provide a general description of each of the five Web page elements.

  Analyze the different phases

Analyze the different phases that will be required for the project. Your analysis should include the deliverables that will be submitted for each phase. Also provide a description for each phase and deliverables

  Touch screens are becoming extremely popular input devices

1. Touch screens are becoming extremely popular input devices for phones and tablets. Assess the value of touch screen devices related to human-computer interaction systems. Identify at least two advantages and two disadvantages of having touch scree..

  Create a web site with at least ten web forms

In this project, students need to create a Web Site with at least 10 web forms as the interface as the front end, plus build database as the back-end by using Visual Studio 2013.

  Assignment on world-wide web application development

World-Wide Web Application Development, When the user clicks on add, you should make sure that a valid quantity has been entered, calculate the total price for that fish and display the fish, price, quantity as well as the line item price (price*q..

  Create web page that displays result of rolled dice randomly

Create a web page that displays result of a rolled dice randomly. Create a basic calculator that works and uses operators (+, -, /, and *) to make calculations.

  Assignment - build a simple ecommerce site

300582 - Technologies for Web Applications - Web Application Assignment. Your assignment is to build a simple eCommerce site. The products available for this site is up to you. There is no facility for product images, so your products will have a n..

  Need all of these to be in a dynamic linked library

You need all of these to be in a Dynamic Linked Library. All You need is the Classes for each and methods below.

  Create an external style sheet that specifies

Create an external style sheet that specifies - The HTML code for the style sheet and home page, along with a printout of the browser window showing the home

  Create a standard confirmation page

Create a standard confirmation page Use available templates. There must be one photograph that links to another page in your website.

  The influence of web-based information on global citizenship

Assess the authors' use of bias, validity, and applicability of information. Examine the influence of web-based information on global citizenship and multicultural understanding. Then, compile a list of three factors you believe should be consider..

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