II. Project Architecture

Slides:



Advertisements
Similar presentations
PROJECT BUSINESS PLAN ISAM 5338 by:Hien Nguyen & Hung Nguyen Vietnamese Music Online Store.
Advertisements

Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
CS 337 Project Presentation Asset Management and Tracking Developers: –Jimmy Hoo –Edwin Panameno –Manuel Segura –Sheng-Tian Lin Customers –Alexandre Lomovtsev.
NewTech Book Store Faculty: Mr. Hieu Le Trung Student: Tan Do Nhat Batch code: B Centre: NIIT Saigon Project Report.
Starving Artists Marketplace Codename: A-bay Andy Milsark Jake Glascock Jameson Allen Jon Bihr Matt Hill Mentor: Markita Price.
V v Business Process AMTV Streaming TV Streaming.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
WaveMaker Visual AJAX Studio 4.0 Training Studio Overview.
Robert Vitolo CS430.  CSS (Cascading Style Sheets)  Purpose: To provide a consistent look and feel for a set of web pages To make it easy to update.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
By Daniel Siassi.  XHTML  For Structure  CSS  For Stylization of Structure  SQL Database  Store Customer, Calendar, and Order Data  PHP  Server-side.
CSE3310: Web training A JumpStart for Project.
.Net is a collection of libraries, templates and services designed to make programming applications of all kinds, easier, more flexible (multi platform),
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
Chapter 10 Developing a Web-Based Online Shopping Application (I)
CSS 404 Internet Concepts. XP Objectives Developing a Web page and a Website Working with CSS (Cascading Style Sheets) Web Tables Web Forms Multimedia.
How to develop your website Chapter Websites Denise R. E. Copeland
Module Info Web Application and Development Digital Media Department Unit Credit Value : 4 Essential Learning time : 120 hours
StockWatch Developers: Nimrod Hagay Hagai Barkan Supervisors: Assaf Solomovitch Viktor Kulikov June 2009.
ISYS 350 Building Business Applications David Chao.
Sudoku Taryn Wise. Operational Concepts and System Requirements Solve sudoku puzzles in a convenient way Have a notes option for number possibilities.
GOAL User Interactive Web Interface Update Pages by Club Officers Two Level of Authentication.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
Web Development Process The Site Development Process Site Construction is one of the last steps.
WorldRealEstate.com Abdullah Eyyup Volkan.  The company was established in  It locates in Houston. And doesn’t have any branch.  The company.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
ISYS 350 Building Business Applications David Chao.
9/14/2006 I. Project Identification Leyla Yakut Fouad Alibrahim.
Dispatcher Database Team A-5 Joe Mohr, Michael Maley, Sandy Webber, Brandon Authement, Drew Carver.
Presented by: Khitam Mohammad Nzingah Gross Spring 2008; ISAM 5338 The Beehive School System Architecture II.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
Dreamweaver is an XHTML editor that allows you to: Create a site Create external Cascading Style Sheets (CSS) to store the styles used in your pages Create.
10/19/2006 II. Project Architecture Leyla Yakut Fouad Alibrahim.
ASP.NET WEB Applications. ASP.NET  Web application framework developed by Microsoft  Build dynamic data driven web applications and web services  Subset.
Basics Components of Web Design & Development Basics, Components, Design and Development.
A Project Report On Online Shopping By: Ruchi Kumari (08ERWCS089)
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
Speed Cash System. Purpose of the Project  online Banking Transaction Information.  keeping in view of the distributed client server computing technology,
WEB AND MOBILITY PRESENTATION Date: Management and Computer Consultants.
BRANDING YOURSELF FINAL DRAFT.
Houston Business Locator
ISYS 350 Building Business Applications
Web Technologies Computing Science Thompson Rivers University
Objective % Select and utilize tools to design and develop websites.
Website Schematic BDU - St. Lucia Chamber of Commerce
ISAM 5338 Project Business Plan
Introduction to Advance Web Technologies
Jerrell Jackson
Objective % Select and utilize tools to design and develop websites.
ISYS 350 Building Business Applications
Introduction to Internet Programming
Web Development in Microsoft Visual Studio 2013
Beginning Object-Oriented Web Design
ISYS 350 Building Business Applications
Login & administration page
Web Page Development Tools
I. Project Identification
Overview of Dreamweaver
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISAM System Architecture Buthayna Elabdalla & Bao Vuong Spring 2007
ISAM 5338 Business Plan Buthayna Elabdalla & Bao Vuong Spring 2007
ISYS 350 Building Business Applications
Web Page Development Tools
ISYS 350 Building Business Applications
Web Technologies Computing Science Thompson Rivers University
Client-Server Model: Requesting a Web Page
Quick Guide for Online Ordering
Presentation transcript:

II. Project Architecture Leyla Yakut Fouad Alibrahim 10/19/2006

Project Objectives Provide a one-stop computer shop for UHCL students with low rates Secure online shopping environment 10/19/2006

Outline Website Hierarchy IT Requirements Sample Web Pages Visual Studio.NET System Architecture Database Tables 10/19/2006

Website Hierarchy 10/19/2006 Inventory Login Contact Brand Customer Admin New User Category Account Reports General Info Price Order Maintain DB Payment Info Status Control Inv. Pending History 10/19/2006

IT Requirements Database: Microsoft Access Web Editor: Microsoft FrontPage & Microsoft Visual Studio Photo Editor: Microsoft Picture Manager & Adobe Photoshop Client-side coding: JavaScript Server-side coding: ASP.Net 10/19/2006

Main Page 10/19/2006

New User 10/19/2006

Visual Studio.NET SmartNavigation=”True” Codebehind=”PageName.aspx.cs” Eliminate the flash Persist the scroll position Persist element focus Retain only the last page state Codebehind=”PageName.aspx.cs” ToolTip property Cascading Style Sheets (CSS) AutoPostBack=”false” ContinueUpdateOnError=”true” 10/19/2006

System Architecture 10/19/2006

Database Tables USERS student_id name address city state zip_code password card_type card_no card_exp ORDERS order_no date student_id item_id quantity INVENTORY item_id brand category model price quantity 10/19/2006

10/19/2006