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

Slides:



Advertisements
Similar presentations
Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.
Advertisements

Dreamweaver Domain 3 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 2 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 2: Planning.
Languages for Dynamic Web Documents
Exam : Developing and Implementing Web Applications with Microsoft Visual C#.NET and Microsoft Visual Studio.NET Neoh Kee Lin,
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
Starving Artists Marketplace Codename: A-bay Andy Milsark Jake Glascock Jameson Allen Jon Bihr Matt Hill Mentor: Markita Price.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
Web Design Basic Concepts.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
Introduction to content management systems BTM 395: Internet Programming.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
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.
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
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.
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
CSE3310: Web training A JumpStart for Project.
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
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.
Web applications using JavaServer Faces (JSF) A brief introduction 1JavaServer Faces (JSF)
Web Page Introduction. What is a web page? A web page is a text file containing markup language tags. –A markup language combines text and extra information.
Calendar System Dale Wassum August 4, 2004 CPSC 463 :: Summer II 2004 :: Dr. Pargas.
ISYS 350 Building Business Applications David Chao.
Web Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Sudoku Taryn Wise. Operational Concepts and System Requirements Solve sudoku puzzles in a convenient way Have a notes option for number possibilities.
Microsoft ® Visual Studio.NET Presented by Joseph J. Sarna Jr., MCSD JJS Systems, LLC.
ETC Tracks Which one is right for you?. ETC (Education To Careers) has TWO Computer Tracks here at Von Steuben: ETC (Education To Careers) has TWO Computer.
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.
Ke Li. Agenda Introduction User Identification Features of the Tutorial What I Have Learned Demo.
Microsoft ASP.NET Beginning Object-Oriented Web Design Bryan Jenks © Integrated Ideas 2005.
 Computer use language to communicate  A web browser will read these tags and translate it into what you actually see  Viewing Code of ESPN WebsiteESPN.
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.
IT204 – Web Scripting and Authoring I Forms and Image Maps Unit 4.
The basics of knowing the difference CLIENT VS. SERVER.
Introduction ITM-711 Web Applications. 2 Outline  Overview of The Web  Good Design.
ISYS 350 Building Business Applications David Chao.
It’s World Wide! I NTRODUCTION TO T HE WEB 1 Photo courtesy:
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.
Overview Web Technologies Computing Science Thompson Rivers University.
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.
CSCI 3100 Tutorial 2 Web Development Tools 1 HTML 5 & CSS 3 1.
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.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Technologies and Characteristics Outline Description –Architecture –ER Model –Pages Template Reasons of some choices Problems Encountered Some.
Objective % Select and utilize tools to design and develop websites.
Introduction to Advance Web Technologies
Objective % Select and utilize tools to design and develop websites.
Introduction to Internet Programming
Beginning Object-Oriented Web Design
Login & administration page
Web Page Development Tools
I. Project Identification
II. Project Architecture
Overview of Dreamweaver
ISAM 5338 Business Plan Buthayna Elabdalla & Bao Vuong Spring 2007
Web Page Development Tools
ISYS 350 Building Business Applications
Web Site Development Careers
Presentation transcript:

10/19/2006 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 LoginInventoryContact Brand Category Price AdminCustomerNew User Account Order Status PendingHistory Reports Maintain DB Control Inv. General Info Payment Info

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” –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 ORDERS order_no date student_id item_id quantity USERS student_id name address city state zip_code password card_type card_no card_exp INVENTORY item_id brand category model price quantity

10/19/2006