The Ulti Enti Store (click here to load the website).
The Project:
This is a personal project, of creating a fictional online store, for entertainment products and media. Called Ulti Enti Store (working title), the website will allow customers to look through a wide selection of products, from films, television, Cds and games, and make a Paypal shopping basket to make an order from.
Project duration:
7 weeks (actively in development).
What has been done:
- Created the website front-end using HTML and CSS JavaScript and JQuery.
- Used MySQL to create a database for storing the store's products, using queries and PHP to filter the database data for different purposes (finding all the films the website offers, product searches etc) and bringing the data to the page.
- Used a template page that all products use to display their specific information, using GET, and allowing customers to put the product into the Paypal basket. If the product is out of stock, the product cannot be put into the basket.
- A login system, using POST to get what the user inputs to check against a database table of usernames and passwords to see if they are vaild, updating the header menu links if logged in.
- A comment system for all products, allowing users to post reviews about individual products.
- When logged in, you can add new products to the website's database, with many checks to ensure the new product meets needed conditions (valid image, suitable price, the product's rating etc).
- Please note: This project is being updated when new features and pages are created. If you wish to see the latest, unfinished, version of the project, email me and I can send it.
Tools and languages used:
Adobe Photoshop, Dreamweaver,
HTML, CSS, JavaScript, JQuery, PHP, MySQL