Posts

Showing posts from 2011

BeefJerky Web Shop – Front-end design development

Image
This project demonstrates graphic and xhtml design of the web shop application which can be used for online shop of BeefJerky products. The website contains the following sections and facilities: Home page – contain short information about products, billboard that is used to advertise and promote the BeefJerky products designed to capture a user’s attention and concentrate their clicks to the products page. Products Page – the list of products with details such as image, description, price and “add to shopping basket” button. Shopping Card – Displays selected items in the list. Offer links to get more details about any items in the cart. Enable shoppers to easily change quantities and remove items. Provide a "Return to Shopping" link. Checkout page – allows shoppers to enter their shipping address (Name, addr1 line, addr2 line, city, county, phone, email). Thank you page – After a payment gateways redirect, a Thank You screen displays providing order information and

Bluetooth Information Website

Image
This project covers design and development of a static website using XHTML, CSS and graphic design in Photoshop as part of assignment for Internet Development module. The requirement was to develop a website which described a computing related topic, had a professional appearance at the front end, including a usable navigation scheme and consistent appearance and provided following functionality: The Website contains five different sections about Bluetooth technology. Each section has its own subfolder and its own index.html page. All pages of the website use the same structure. The body of each page contains for major layers: Header, Navigation, ContentArea, and Footer. The ContentArea layer holds the other div elements with different styles. All styling is defined in the separate CSS file. All images correctly located in appropriately named folders. * Material about Bluetooth technology has be

PHP Mini E-commerce application

Image
The requirement was to develop a dynamic, PHP/MySQL powered version of Mini E-commerce website which provided the following functionality: The website sells books which are grouped by categories. A user can browse the book catalogue, view book details and add the books into the Shopping Cart following a checkout page and a faked purchase process. The Home page displays the newest book list. The Browse page lists the recommended books which are presented based on the highest user ratings. The shopping cart provides facility to change quantity and calculate the total charge. The registration page collects personal information and credit card details. The website supports sessions and cookies functionality. The cookies are saved for the users if they left the website without logout, and when they come back a Welcome message with the user’s name would be displayed and the automatic login would be applied. The shopping cart content is saved into a session and will be presented to th

Ficticious E-Commerce Book store based on Flex with XML, PHP, and MySQL

Image
This section contains the documents related to design & development of a Rich Internet Application using Adobe Flex, XML, PHP, and MySQL. This project was built as part of assignment for the Advanced Internet Development module which provided the following functionality: Login: The user is provided with a means to log in and log out of the application. Category Selection: The user is provided with a set of categories from which they can choose. Each category has a set of sub-categories and products associated with them. The user is able to easily locate the product they wish to purchase, or view the details of. Product Selection: The user is able to locate and view details of a particular product through navigation, and add the product to their shopping cart. Search: The user is able to locate and view details of a particular product through search, and add the product to their shopping cart. Cart Management: The user is able to manage their shopping cart by de

XLETL

Image
XLETL - solution for data warehouses which automates data integration of Excel spread sheets into SQL server using extract, transform, and load (ETL) process. This was my BSc (Honours) final year project. Below is the short description of the project and all documents associated with my final year project. Most of the documents have been converted to PDF, so you will need to download Adobe Acrobat Reader. Extracting data from data sources, transforming and loading data into a data warehouse system is one of the most costs intensive tasks in the day-to-day activities of many IT companies. Data integration tools, available on the market, can be used to connect different sources and target systems to create ETL solutions but these tools are not always suitable. Many businesses' process of data exchange involves spread sheets. Internally generated or customer-provided data must be loaded into data warehouse. The purpose of this project is to design and develop the solution

Asp.Net MVC Photo Gallery with jQuery, XSLT and XML

Image
In my previous post I've provided the implementation description of the Photo Gallery project I built using Asp.Net MVC 2 and Galleriffic jQuery plugin. The purpose of the project was to build a sleek, fast, full-featured picture gallery application with multilingual support using available jQuery plugin and the latest .NET technologies. I have decided to upgrade it to Asp.Net MVC 3 and latest Galleriffic plugin. The ASP.NET MVC Photo Gallery application provides a multiple multilanguage galleries implementation with thumbnail preview navigation and pagination and support for all major browsers. The following technologies are used: Asp.Net MVC 3 with single project area Galleriffic 2.1 jQuery plugin for rendering rich, fast-performing photo galleries XSLT transformations and XML The following features and techniques are used: Fully localized application using XML files for storage of culture specific wordings. Ability to add cou