


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The design and implementation of a branded, multipage website for a company called marches woodshell (mws) that manufactures and sells wooden cases for mobile phones. A review of web design principles, standards, and guidelines, a design document with wireframes and user requirements, the implementation of the website design using html, css, and php, and a test plan to review the functionality and performance of the website. Topics such as user interface (ui), user experience (ux), responsive design, database integration, and quality assurance. It provides a comprehensive overview of the website development process and can be useful for students studying web design and development, particularly in the context of e-commerce and online retail applications.
Typology: Lecture notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Marches WoodShell (MWS) is a new internet-only business formed by two small businesses in Herefordshire. Their aim is to provide cool designs with customizable features for mobile phone cases for any current smartphone from major brands like Apple, Samsung, Sony, LG, HTC, Motorola, and Nexus.
The use cases diagram outlines the key functionalities and interactions of the website, including:
Browsing and searching for products Viewing product details Adding products to the shopping cart Registering and logging in as a user Updating user profile information Placing orders Reviewing order history
The wireframes provide a medium-fidelity visual representation of the website's key pages and layouts, including:
Home page Product listing page Product detail page Shopping cart page Login/registration page User profile page
The sitemap outlines the hierarchical structure and navigation of the website, including the main sections and subsections.
Website Implementation
The website was implemented using HTML, CSS, and responsive design principles. Samples of the source code are provided for the main page, login page, and shopping cart page.
Screenshots of the final website are provided, showcasing the main page, login page, and shopping cart page.
The website integrates PHP and MySQL for server-side functionality, including:
HTML source code PHP code samples MySQL queries for creating, reading, updating, and deleting data
Testing and Evaluation
A test plan was created to identify key performance areas and review the functionality and performance of the website, including user experience (UX) and user interface (UI).
The test plan includes several test cases, such as:
Adding a product to the website Viewing a product on the website Deleting a product from the website Updating a product on the website
The results of the test cases are provided, indicating whether the expected outcomes were met.
What is a Back-end (in a Website)
The back-end of a website refers to the server-side components that power the functionality and data management of a website. It is the part of the website that the user does not directly interact with, but it is responsible for handling the core operations and processing of the website.
website's back-end, APIs can be used to integrate with external services, fetch data from other sources, or expose the website's functionality to other applications.
The Domain Name System (DNS) is the system that translates human- readable domain names (e.g., www.example.com) into the corresponding IP addresses that are used to locate and access the website's server on the internet.
Overall, the back-end of a website is the foundation that supports the website's functionality and data management, enabling the front-end (user interface) to provide a seamless and interactive experience for the users.