ISU Alumni Association Online Store May05-39

Size: px
Start display at page:

Download "ISU Alumni Association Online Store May05-39"

Transcription

1 ISU Alumni Association Online Store May05-39 Client: Faculty Advisor: ISU Alumni Association Dr. Srinivas Aluru, CprE Team Members: Keith Dahlby Andrew Kirpalani Jordan Jump Jon Ruhnke

2 Presentation Outline Introductory Material Jon Ruhnke Project Activity Description Keith Dahlby Screenshots, Resources and Schedules Closure Material Jordan Jump Andrew Kirpalani

3 Introductory Material Jon Ruhnke

4 Important Definitions.NET Framework ASP Provides a common set of tools for developers on the Windows platform. Active Server Pages - a Microsoft technology that allows web pages to be dynamically generated. ASP.NET C# MSDE CSS SVN Newest version of ASP, with many significant improvements over classic ASP. Microsoft-created, object-oriented programming language similar to Java, with many features designed specifically for the.net Framework. Microsoft Desktop Engine Freely redistributable version of Microsoft SQL Server that integrates well with Windows and the.net Framework. Cascading Style Sheets - a simple format for attaching style information to HTML and XML documents. Subversion - a version control system for controlling access to a software project and it s files.

5 Acknowledgements Dr. Srinivas Aluru, for his support and guidance as the project advisor. Kate Bruns and the staff at the ISU Alumni Association, for guidance as well as origination of the project.

6 Problem Statement General Problem Statement ISUAA Online Store exists to promote the university and its alumni Current implementation is vastly outdated and inefficient Complete redesign of the storefront and new implementation of administrative tools is needed General Solution Approach New store and tool suite to be implemented by building upon existing C#, ASP, and.net knowledge. Careful focus on efficient database design and centralized control of administration

7 Operating Environment Served from existing Alumni Association server Windows 2000.NET framework MSDE database system Public and Administrative access from any modern web browser on the internet Internet Explorer, Netscape, etc.

8 Intended Users and Uses Intended Users Online Store Customers Alumni Association Staff Intended Uses Customers Browse catalog Purchase products Manage shopping cart Complete orders Administrators Add, remove, and update products Process orders View reports

9 Assumptions Technical Assumptions User is using a modern web browser User has access to a sufficient Internet connection Client server has sufficient system resources Client server has ASP.NET 1.1 (or later) installed Non-Technical Assumptions Users have previous experience with online stores Alumni Association staff have sufficient experience and ability to operate web-based administrative tools

10 Limitations Access to a dedicated database server Wanted to use server maintained by the ISU Foundation Technical difficulties prevented use of the server System resources available on client s server Team members proficiency with ASP.NET

11 End Product and Deliverables Online store capable of: Presenting merchandise Accepting orders Maintaining security New database that eliminates duplication of work Comprehensive suite of administrative tools to allow: Managing product catalog Easily processing customer orders Gathering store data

12 Project Activity Description Keith Dahlby

13 Present Accomplishments Online store with ability to: Browse product catalog Add items to a shopping cart Administrative interface to: Add categories to the catalog Add products to the catalog

14 Approaches Considered Programming Language: C# Official language supported by ASP.NET Many built in classes and functions Database: MSDE Integrates well with the operating system Many windows tools available Seamlessly integrates with ADO.NET Database: MySQL (not used) Robust, free, and widely supported Doesn t integrate as seamlessly Platform: Windows 2000 Windows best supports ASP.NET Existing server operating system, yet we suggest upgrading to Windows 2003 when possible Most of these approaches were design constraints from client

15 Project Definition Activities Requirements and technical considerations initially well-defined by client Detailed design questions resolved during project design, in consultation with client

16 Research Activities Database system Decision between MSDE and MySQL Considerations: Integration with Windows 2000 Server and ADO.NET Interface for database design and configuration Future upgrade path ASP.NET.NET Framework v2.0 Performance questions: Caching Efficient access to database

17 Design Activities Design Constraints Primary audience using modern web browser with sufficient bandwidth Internet Explorer 5.0 or later Netscape 6.0 or later Safari Mozilla Firefox Users with non-traditional or legacy web browsers require a functional user experience Web applications present inherent limitations on user experience System resources available on existing client server Limited to Windows 2000 Server running IIS and ASP.NET

18 Design Overview Design Activities (cont.) Presentation Tier (ASP.NET WebForms) Business Logic Tier (Business Components) Data Access Tier (Data Access Components) Database

19 Design Activities (cont.) Database Schema orders PK ID FK2 customer_id FK1 address_id_shipping FK3 address_id_billing date_ordered FK4 cc_id order_details PK ID FK1 order_id date_processed quantity FK2 item_id credit_cards PK ID number date_expiration FK1 cc_company_id customers PK ID name alumni_number FK1 contact_id ismember items PK ID FK1 vendor_id description price_nonmember price_member price_atcost FK2 statuscode_id ship_cost_unit ship_cost_base pref_picture_id pictures PK ID data FK1 item_id addresses PK ID address_1 address_2 city state zipcode vendors PK ID name contact_name FK1 address_id FK2 contact_id website_address statuscode PK ID message can_order categories PK ID name description FK1 featured_id item_categorization PK,FK1 category_id PK,FK2 item_id options PK ID string_xml item_options PK,FK2 item_id PK,FK1 option_id lineitem_options PK order_details_id PK,FK2 option_id choice credit_card_companies PK ID name contacts PK ID phone_home phone_work phone_mobile fax

20 Primary Use Case Design Activities (cont.) Default View Category View Item Add Item View Cart Checkout Confirm Receipt

21 Implementation Activities Item Options Problem: Custom fields for certain items Future items with unknown options Parameter choices affect price Changes: Options stored as serialized objects in database Organized items in the cart by item - Simplifies management of item options - Simplifies administrative metrics Objects Problem: Re-conceptualized object oriented structure needed to better fit presentation requirements Changes: Cart Object Picture Object CreditCard Object

22 Testing Activities Testing performed throughout development Test pages while creating new objects High-level custom web controls boundary conditions tested with sample pages Database tested with concurrent development of administrative interface pages Client testing and feedback Individual components released to staff members Problems exposed by non-dev users Feedback acquired Future testing Release private version of store to entire ISUAA staff Comprehensive testing/feedback on a larger scale

23 Other Significant Activities Alumni member login integration Lack of proprietary ASP.NET module to retrieve user information Unable to test member functionality Site redesign No styling information provided to group Unable to match appearance with other Alumni services Upcoming releases (could enhance implementation) SQL Server Express 2005 Visual Studio 2005 ASP.NET 2.0

24 Screenshots, Resources, and Schedules Jordan Jump

25 Original Front Page Screenshots

26 Original Item Description Page Screenshots (cont.)

27 Original Shopping Cart Page Screenshots (cont.)

28 Personal Effort Requirements Name Keith Dahlby Jordan Jump Andrew Kirpalani Jon Ruhnke Hours Total 661

29 Other Resource Requirements Item Project Poster Printing & Copying Binding Cost $75.02 $10.00 $17.49 Total $102.51

30 Financial Requirements Item W/O Labor W/ Labor Materials: Project Poster Printing & Copying Binding Subtotal $75.02 $10.00 $17.49 $ $75.02 $10.00 $17.49 $ Labor at $10.00 per hour Keith Dahlby Jordan Jump Andrew Kirpalani Jon Ruhnke Subtotal Total $ $ $ $ $ $ $

31 Fall 2004: Project Schedule Schedule

32 Fall 2004: Revised Project Schedule Schedule

33 Fall 2004: Project Deliverables Schedule (cont.)

34 Spring 2005: Project Schedule Schedule (cont.)

35 Spring 2005: Revised Project Schedule Schedule (cont.)

36 Spring 2005: Project Deliverables Schedule (cont.)

37 Project Evaluation Project Definition Technology Considerations and Selection End-product Design End-product Implementation End-product Testing End-product Documentation Project Reporting/Deliverables Fully Met Exceeded Fully Met Partially Met Partially Met Not Attempted Fully Met

38 Closing Material Andrew Kirpalani

39 Commercialization Commercialization for this product is not considered, as it is a specific customized upgrade to an existing system

40 Additional Recommendations Multiple product images Extended category structuring Frequent use of stored procedures Database backup/recreation script Windows Server 2003 upgrade Integration of administrative functionality with administration of other Alumni web applications

41 Lessons Learned What went well? Meetings with Alumni Association staff Good brainstorming, solid design Good scan of technology options, proved useful when original database was found to be inadequate What did not go well? Slow development early on Duplication of work due to changes in system

42 Lessons Learned (cont.) What technical knowledge was gained? New development skills with C# and ASP.NET Web-based development experience What non-technical knowledge was gained? Small team development interactions Long-term project planning What would be done differently? More discipline and vigilance in adhering to schedule

43 Risk and Risk Management Anticipated potential risks Loss or corruption of code SVN Breakdown of communication Recurring scheduled meetings and direct contact info Anticipated risks encountered Second semester communication and missed meetings meeting info, and other avenues of communication Unanticipated risks encountered Restricted access to ISU network from off-campus VPN software set up Resultant changes due to unanticipated risks Use of VPN software, moving to campus location otherwise

44 Closing Summary Re-designed Iowa State Alumni Association Online Store Raises money and promotes ISU Attractive and functional storefront Streamlined administrative back-end New efficient database

45 Questions?

ISU Alumni Association Online Store

ISU Alumni Association Online Store ISU Alumni Association Online Store Project Number May05-39 Final Report Client: Iowa State University Alumni Association Faculty Advisor Dr. Srinivas Aluru, CprE Team Members Keith Dahlby, CprE Jordan

More information

ISU Alum ni Assoc iat ion Online St ore

ISU Alum ni Assoc iat ion Online St ore ISU Alum ni Assoc iat ion Online St ore Faculty Advisor Dr. Srinivas Aluru, Cpr E Team Members Keith Dahlby, Cpr E Jordan Jump, Cpr E Andrew Kirpalani, Cpr E Jonathan Ruhnke, Cpr E DISCLAIMER: This document

More information

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments. Web Development WEB101: Web Development Fundamentals using HTML, CSS and JavaScript $2,495.00 5 Days Replay Class Recordings included with this course Upcoming Dates Course Description This 5-day instructor-led

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

Simon Wosko Phone: Site: Summary Skills Programming Languages Software Database Platforms Utilities SIMON WOSKO 1

Simon Wosko   Phone: Site: Summary Skills Programming Languages Software Database Platforms Utilities SIMON WOSKO 1 Simon Wosko Email: swosko@gmail.com Phone: (484) 881-2365 Site: http://wosko.us Summary Traditional Waterfall and SCRUM methodologies Full project lifecycle, including communication with end users and

More information

Requirements Specification

Requirements Specification Redesign of the Software Engineering Site (R.O.S.E.S.) Requested by: Dr. Timoth Lederman Professor Department of Computer Science Siena College Delivered By: Prepared By: Kurt Greiner Daniel Rotondo Ryan

More information

Enterprise Forms Server - Hardware/Software Requirements

Enterprise Forms Server - Hardware/Software Requirements Server O/S The application requires Windows Server 2008 (32 or 64 Bit) and above. The webserver software required is Microsoft IIS7 and above (included free with Windows Server). Application Software The

More information

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad   Phone: E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Email: AhmadNassr@gmail.com Phone: 0599042502 1. Rationale This is the major project for both (Open Source and.net teams) as an E-Commerce

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

Design Center Overview

Design Center Overview This document will serve as a guideline for you. It provides an overview of the type of information you will need to enter into the Design Center Wizard in order to complete your design project, and what

More information

May NCAA STUDENT ATHLETE COMPLIANCE SYSTEM

May NCAA STUDENT ATHLETE COMPLIANCE SYSTEM May 09-17 NCAA STUDENT ATHLETE COMPLIANCE SYSTEM Team Structure Client Dustin Gray Associate Director of Compliance ISU Department of Athletics Faculty Advisor Dr. Doug Jacobson Development Team Andy Dorman

More information

Sales Management Portal

Sales Management Portal Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 Sales Management Portal Sai Shireesha Kacharla Governors State University

More information

Microsoft Developing ASP.NET MVC 4 Web Applications

Microsoft Developing ASP.NET MVC 4 Web Applications 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20486 - Developing ASP.NET MVC 4 Web Applications Length 5 days Price $4290.00 (inc GST) Version C Overview In this course, students will learn to develop

More information

A PROJECT REPORT ON SHOPPING CART.COM

A PROJECT REPORT ON SHOPPING CART.COM A PROJECT REPORT ON SHOPPING CART.COM DEVLOPED BY: - SWETA POLARA SHRADDHA VAGhAMASI Guided by: - pradip vanpariya Keyur zala ACADEMIC YEAR 2010 2011 SUBMITTED TO M. & N. VIRANI SCIENCE COLLEGE 1 INDEX

More information

Automated Medical Patient Evaluation System - Phase 2 Design Report

Automated Medical Patient Evaluation System - Phase 2 Design Report Automated Medical Patient Evaluation System - Phase 2 Design Report Team Number Dec02-01 Date Submitted 4/23/2002 Client Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

Public Relations Office

Public Relations Office Public Relations Office Home Page Redesign and Employee Newsletter Production Wrap-Up Report Lynne Browne April 22, 2004 Project Overview Project #1 Create a new SUNYIT home page including a Macromedia

More information

VIRGINIA TECH. FlickrIDR. A web-based multimodal search interface based on the SuperIDR

VIRGINIA TECH. FlickrIDR. A web-based multimodal search interface based on the SuperIDR VIRGINIA TECH FlickrIDR A web-based multimodal search interface based on the SuperIDR Client: Uma Murthy Class: CS4624 University: Virginia Tech City: Blacksburg, VA Kaslin Fields, James Kaplan, Martin

More information

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE

HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HOMELESS INDIVIDUALS AND FAMILIES INFORMATION SYSTEM HIFIS 4.0 TECHNICAL ARCHITECTURE AND DEPLOYMENT REFERENCE HIFIS Development Team May 16, 2014 Contents INTRODUCTION... 2 HIFIS 4 SYSTEM DESIGN... 3

More information

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS ABOUT THIS COURSE In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus will be on coding activities that enhance the

More information

ASP.NET MVC Training

ASP.NET MVC Training TRELLISSOFT ASP.NET MVC Training About This Course: Audience(s): Developers Technology: Visual Studio Duration: 6 days (48 Hours) Language(s): English Overview In this course, students will learn to develop

More information

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

20486: Developing ASP.NET MVC 4 Web Applications (5 Days) www.peaklearningllc.com 20486: Developing ASP.NET MVC 4 Web Applications (5 Days) About this Course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

BROWSER TIPS FOR PEOPLESOFT

BROWSER TIPS FOR PEOPLESOFT BROWSER TIPS FOR PEOPLESOFT TABLE OF CONTENTS Overview... 3 Preferred Browsers for Working in PeopleSoft... 3 Working in Financials and Human Resources Simultaneously... 3 Browser Versions... 3 Clearing

More information

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary Description Course Summary This course provides knowledge and skills on developing Web applications by using Microsoft Visual. Objectives At the end of this course, students will be Explore ASP.NET Web

More information

The main website for Henrico County, henrico.us, received a complete visual and structural

The main website for Henrico County, henrico.us, received a complete visual and structural Page 1 1. Program Overview The main website for Henrico County, henrico.us, received a complete visual and structural overhaul, which was completed in May of 2016. The goal of the project was to update

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Course 20486B; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Duration: 5 Days Course Code: 20486B About this course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

What are Non-Catalog Orders?

What are Non-Catalog Orders? What are Non-Catalog Orders? Non-Catalog Orders are intended to address purchasing needs that fall outside of typical requests within a punch-out site, catalog or form. Prior to beginning a Purchase Request,

More information

Course ID: 2310C Course Name: Developing Web Applications Using Microsoft Visual Studio 2008

Course ID: 2310C Course Name: Developing Web Applications Using Microsoft Visual Studio 2008 Course ID: 2310C Course Name: Developing Web Applications Using Microsoft Visual Studio 2008 Audience This course is intended for introductory-level Web developers who have knowledge of Hypertext Markup

More information

Globey s World. Status Report

Globey s World. Status Report Globey s World Status Report Project Number Ongo-08b November 18, 2003 Client: Ames Community Schools Faculty Advisors: Dr. John Lamont Professor Ralph Patterson CprE/EE 492 Team Members: Sam Miller Rebecca

More information

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Mohammed Abdullah Governors State University

GSU Event Portal. OPUS Open Portal to University Scholarship. Governors State University. Mohammed Abdullah Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 GSU Event Portal Mohammed Abdullah Governors State University Mirza Majaaz

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

20486C: Developing ASP.NET MVC 5 Web Applications

20486C: Developing ASP.NET MVC 5 Web Applications 20486C: Developing ASP.NET MVC 5 Web Course Details Course Code: Duration: Notes: 20486C 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

Learn Well Technocraft

Learn Well Technocraft Getting Started with ASP.NET This module explains how to build and configure a simple ASP.NET application. Introduction to ASP.NET Web Applications Features of ASP.NET Configuring ASP.NET Applications

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 10267 - Introduction to Web Development with Microsoft Visual Studio 2010 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day instructor-led

More information

Step 1 - Learning & Discovery

Step 1 - Learning & Discovery OUR PROCESS Our goal as a integrated marketing agency is to provide clients with the most creative and effective solutions for their business. Reaching that goal begins with our Learning and Discovery

More information

System and Software Support Plan (SP)

System and Software Support Plan (SP) System and Software Support Plan (SP) Student Scheduling System Team06 Douglass Kinnes: Project Manager, Quality Focal Point, Implementation Team member Alexey Tregubov: System Architect, UML Modeler,

More information

Relius Administration 18.0 Web Re-Design

Relius Administration 18.0 Web Re-Design Contents SUPPORTED BROWSERS... 2 CASCADING STYLE SHEETS (CSS)... 3 CSS CONVERSION... 3 SCREEN STYLE ENHANCEMENT... 3 CUSTOM TEXT BUTTONS... 4 NEW TOP MENU OPTION... 5 Participant Web... 5 Sponsor Web...

More information

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days 2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

EMS WEB APP Installation Guide

EMS WEB APP Installation Guide EMS WEB APP Installation Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App Introduction

More information

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Name OD10267A Introduction to Web Development with Microsoft Visual Studio 2010 Course Duration 2 Days Course Structure Online Course Overview This course provides knowledge and skills on developing

More information

CentralCampus. Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker. Manimaran Govindarasu

CentralCampus. Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker. Manimaran Govindarasu CentralCampus Team: Client: Advisor: Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker Google Manimaran Govindarasu Version Editor Date Peer Reviewers Notes 0.1 Jeremiah Evans

More information

Developing ASP.NET MVC 5 Web Applications

Developing ASP.NET MVC 5 Web Applications Developing ASP.NET MVC 5 Web Applications Course 20486C; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework tools

More information

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design Senior Design Parts, Expense, and Inventory Tracker Project Plan Project Number: Dec03-02 Client: Iowa State University senior design Faculty Advisors Professor John W. Lamont and Professor Ralph E. Patterson,

More information

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

Social Networking. A video sharing community website. Executive Summary. About our Client. Business Situation

Social Networking. A video sharing community website. Executive Summary. About our Client. Business Situation Social Networking A video sharing community website. Executive Summary The client firm had a couple of social networking video sharing community websites that were hosted using a freely available open

More information

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio Course Overview: This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010. Prerequisites Before attending this course, students

More information

Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology

Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology 2018 3rd International Conference on Education & Education Research (EDUER 2018) Research and Design of Education and Teaching Resource Management System based on ASP.NET Technology Jin Xin Science and

More information

Planning and Designing Your Site p. 109 Design Concepts p. 116 Summary p. 118 Defining Your Site p. 119 The Files Panel p. 119 Accessing Your Remote

Planning and Designing Your Site p. 109 Design Concepts p. 116 Summary p. 118 Defining Your Site p. 119 The Files Panel p. 119 Accessing Your Remote Acknowledgments p. xxv Introduction p. xxvii Getting Started with Dreamweaver MX 2004 Is It 2004 Already? p. 3 The Internet p. 4 TCP/IP p. 7 Hypertext Transfer Protocol p. 8 Hypertext Markup Language p.

More information

vfire Core Release Notes Version 1.0

vfire Core Release Notes Version 1.0 vfire Core Release Notes Table of Contents Version Details for vfire Core Release Copyright About this Document Intended Audience Standards and Conventions iv iv v v v Introducing vfire Core 7 Installation

More information

Setting up your TouchNet Marketplace ustore

Setting up your TouchNet Marketplace ustore Setting up your TouchNet Marketplace ustore Topics Covered: Logging into TouchNet Accessing your store Email Messages Single Store Settings Store Template Settings Users Categories Products including Options

More information

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing

Cleveland State University Department of Electrical and Computer Engineering. CIS 408: Internet Computing Cleveland State University Department of Electrical and Computer Engineering CIS 408: Internet Computing Catalog Description: CIS 408 Internet Computing (-0-) Pre-requisite: CIS 265 World-Wide Web is now

More information

P&G Customer Online FAQs Frequently Asked/Answered Questions

P&G Customer Online FAQs Frequently Asked/Answered Questions P&G Customer Online FAQs Frequently Asked/Answered Questions Customer Online Frequently Asked Questions ACCESS/LOGIN 1. What is the website/link for Customer Online? The website link is: https://us.online.pg.com

More information

10267 Introduction to Web Development with Microsoft Visual Studio 2010

10267 Introduction to Web Development with Microsoft Visual Studio 2010 10267 Introduction to Web Development with Microsoft Visual Studio 2010 Course Number: 10267A Category: Visual Studio 2010 Duration: 5 days Course Description This five-day instructor-led course provides

More information

Proposal for the design and development of the Compass Land Consultants website

Proposal for the design and development of the Compass Land Consultants website Proposal for the design and development of the Compass Land Consultants website Including discovery meetings, developing navigation, wireframing, and integration of the new site design into a Content Management

More information

N/A. Yes. Students are expected to review and understand all areas of the course outline.

N/A. Yes. Students are expected to review and understand all areas of the course outline. Course Outline School: Department: Course Title: Eng. Tech. & Applied Science Information and Communication Engineering Technology (ICET) Adv. Web Application Developme Course Code: COMP 229 Course Hours/Credits:

More information

Data for Accountability, Transparency and Impact Monitoring (DATIM) MER Data Import Reference Guide Version 2. December 2018

Data for Accountability, Transparency and Impact Monitoring (DATIM) MER Data Import Reference Guide Version 2. December 2018 Data for Accountability, Transparency and Impact Monitoring (DATIM) MER Data Import Reference Guide Version 2 December 2018 U.S. Department of State U.S. Office of Global AIDS Coordinator (OGAC) MER Data

More information

USER GUIDE. Boston Medical Center HealthNet Plan Collateral Ordering Site

USER GUIDE. Boston Medical Center HealthNet Plan Collateral Ordering Site USER GUIDE Boston Medical Center HealthNet Plan Collateral Ordering Site TABLE OF CONTENTS Store access...3 Catalog...6 Personalize product(s) & ordering...7 Shopping cart and checkout...10 Order manager

More information

Course 20486B: Developing ASP.NET MVC 4 Web Applications

Course 20486B: Developing ASP.NET MVC 4 Web Applications Course 20486B: Developing ASP.NET MVC 4 Web Applications Overview In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus

More information

3Lesson 3: Web Project Management Fundamentals Objectives

3Lesson 3: Web Project Management Fundamentals Objectives 3Lesson 3: Web Project Management Fundamentals Objectives By the end of this lesson, you will be able to: 1.1.11: Determine site project implementation factors (includes stakeholder input, time frame,

More information

Price-Grabbing E-commerce Website Using ASP.Net and Oracle

Price-Grabbing E-commerce Website Using ASP.Net and Oracle Price-Grabbing E-commerce Website Using ASP.Net and Oracle Susheel Pal Mudhranthakm Indrapal CIS 690, Spring 2006 susheel@ksu.edu Abstract The following documentation is the project report of a price-grabbing,

More information

Visual Studio Course Developing ASP.NET MVC 5 Web Applications

Visual Studio Course Developing ASP.NET MVC 5 Web Applications Visual Studio Course - 20486 Developing ASP.NET MVC 5 Web Applications Length 5 days Prerequisites Before attending this course, students must have: In this course, students will learn to develop advanced

More information

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao

COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2. Lecturer: Dr. Meena Jha Tutor: Aries Tao COIT20248: Information Systems Analysis and Design Term 2, 2015 Assignment 2 Lecturer: Dr. Meena Jha Tutor: Aries Tao Prepared by: AXXXX XXXX: S0XXXXXX AXXXX MXXXXX: BisXXXXX BaXXXX: S0XXXXX S02XXXX SXXXXX

More information

BROWSER TIPS FOR PEOPLESOFT USER GUIDE

BROWSER TIPS FOR PEOPLESOFT USER GUIDE BROWSER TIPS FOR PEOPLESOFT USER GUIDE If you have questions about information in this document, or, if after reading it, you cannot find the information you need, please submit a help desk ticket in Footprints.

More information

Order a Paper Transcript

Order a Paper Transcript Order a Paper Transcript Transcript requests will not be processed for those with holds for financial or other obligations to the University. All University holds must be cleared before requesting a transcript.

More information

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT

ONLINE SHOPPING CHAITANYA REDDY MITTAPELLI. B.E., Osmania University, 2005 A REPORT ONLINE SHOPPING By CHAITANYA REDDY MITTAPELLI B.E., Osmania University, 2005 A REPORT Submitted in partial fulfillment of the requirements for the degree MASTER OF SCIENCE Department of Computing and Information

More information

Collection Inventory Software

Collection Inventory Software Collection Inventory Software Final Report Team May06-04 Client David Stuart Faculty Advisors John Lamont Ralph Patterson III Team Members Eric Anderson Adam Kovar Dustin Lunde Matt Moeller Brian Steger

More information

2-D Platform Control Using an FPGA

2-D Platform Control Using an FPGA 2-D Platform Control Using an FPGA Final Report May 05-22 Client: Dr. Mani Mina Faculty Advisor: Dr. Mani Mina Senior Design Team: Dillon Glissman, CPRE Cipto Kurniawan, EE Clinton Middaugh, CPRE Mark

More information

N/A. Yes. Students are expected to review and understand all areas of the course outline.

N/A. Yes. Students are expected to review and understand all areas of the course outline. Course Outline School: Department: Course Title: Eng. Tech. & Applied Science Information and Communication Engineering Technology (ICET) Adv. Web Application Development Course Code: COMP 229 Course Hours/Credits:

More information

DE Introduction to Web Development with Microsoft Visual Studio 2010

DE Introduction to Web Development with Microsoft Visual Studio 2010 DE-10267 Introduction to Web Development with Microsoft Visual Studio 2010 Summary Duration 5 Days Audience Developers Level 100 Technology Microsoft Visual Studio 2010 Delivery Method Instructor-led (Classroom)

More information

Quick Shopper Online Store KB P M P D P D

Quick Shopper Online Store KB P M P D P D Quick Shopper Online Store KB P M P D P D System Specification 1.0 Introduction 1.1 Goals and Objectives Quick Shopper is software that allows people to do their shopping over the Internet. Customers are

More information

Forest Service Unit Coordinator Website User Guide Index

Forest Service Unit Coordinator Website User Guide Index Forest Service Unit Coordinator Website User Guide Index Section Page Unit Coordinator Initial Login 2 The Home Page and Navigation: Notices Section 2 The Home Page and Navigation: Navigating Around The

More information

20486: Developing ASP.NET MVC 4 Web Applications

20486: Developing ASP.NET MVC 4 Web Applications 20486: Developing ASP.NET MVC 4 Web Applications Length: 5 days Audience: Developers Level: 300 OVERVIEW In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

EASYSURVEY. İhsan Birekul Vitaliy Tsvayer Advisor : Assist. Prof. Feza BUZLUCA. Project Scope and Description

EASYSURVEY. İhsan Birekul Vitaliy Tsvayer Advisor : Assist. Prof. Feza BUZLUCA. Project Scope and Description EASYSURVEY İhsan Birekul 040990628 Vitaliy Tsvayer 040980903 Advisor : Assist. Prof. Feza BUZLUCA Project Scope and Description EasySurvey aims to organize surveys in a digital platform which is more efficient

More information

DOT NET Syllabus (6 Months)

DOT NET Syllabus (6 Months) DOT NET Syllabus (6 Months) THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In- Time Compilation and CLS Disassembling.Net Application to IL

More information

A Simple Course Management Website

A Simple Course Management Website A Simple Course Management Website A Senior Project Presented to The Faculty of the Computer Engineering Department California Polytechnic State University, San Luis Obispo In Partial Fulfillment Of the

More information

E-Commerce Web Application

E-Commerce Web Application E-Commerce Web Application Documentation Jonathan Ellis Summary and Requirements DigitalX is a shop for music, movies, and video games in Auckland. The old website of DigitalX was developed using PHP and

More information

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN

REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN REQUEST FOR PROPOSALS: ARTIST TRUST WEBSITE REDESIGN March 30, 2018 PROJECT OVERVIEW Artist Trust is looking for a website developer to redesign and build our new website. The ideal developer will work

More information

COMP229. Joanne Filotti

COMP229. Joanne Filotti Course Outline School: Department: Program: Course Title: Course Code: School of Engineering Technology and Applied Science Information and Communication Engineering Technology Health Informatics Technology

More information

Digitized Engineering Notebook

Digitized Engineering Notebook Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2017 Digitized Engineering Notebook Mohammed Feroz Governors State University

More information

OfficeMax Punchout Training Guide Version Number 1.0 Date: 12/14/2011

OfficeMax Punchout Training Guide Version Number 1.0 Date: 12/14/2011 Version Number 1.0 Date: 12/14/2011 Table of Contents Purchasing Page Introduction 2 Overview 2 Intended Audience 2 Documentation and Disclaimer 2 Instructions 3 Manage Orders 3 Shopping Lists 5 Searching

More information

CCAD Student Guide to Self Service

CCAD Student Guide to Self Service Introduction The Self Service system provides secure access to your course information, schedule, financials, and grades, from any Internet connection. This document provides an overview of the different

More information

AIM. 10 September

AIM. 10 September AIM These two courses are aimed at introducing you to the World of Web Programming. These courses does NOT make you Master all the skills of a Web Programmer. You must learn and work MORE in this area

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

SIMS Technical Roadmap

SIMS Technical Roadmap SIMS Technical Roadmap Version 5.0 February 2018 Contents Contents... 2 Introduction... 4 Microsoft Support... 4 What support is ending in the next 12 months?... 5 Headline News... 5 Roadmap Key Code...

More information

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010 10264A CS: Developing Web Applications with Microsoft Visual Studio 2010 Course Number: 10264A Course Length: 5 Days Course Overview In this course, students will learn to develop advanced ASP.NET MVC

More information

20486 Developing ASP.NET MVC 5 Web Applications

20486 Developing ASP.NET MVC 5 Web Applications Course Overview In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework tools and technologies. The focus will be on coding activities that enhance the performance

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 ) Course Title ASP.NET ( Level 1 ) Course Description ASP Stands for Active Server Pages it s the most secure robust server side technology. It s used to create dynamic web applications, ASP.NET is a unified

More information

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day

More information

NORTH/WEST PASSAGE. Operations and Travel Information Integration Sharing (OTIIS) Website Structure and Ownership. August 2016

NORTH/WEST PASSAGE. Operations and Travel Information Integration Sharing (OTIIS) Website Structure and Ownership. August 2016 NORTH/WEST PASSAGE August 2016 Operations and Travel Information Integration Sharing (OTIIS) Website Structure and Ownership Final Summary Report: Project 10.1 Table of Contents 1.0 INTRODUCTION... 1 1.1

More information

<Insert Picture Here> Oracle Policy Automation System Requirements

<Insert Picture Here> Oracle Policy Automation System Requirements Oracle Policy Automation 10.4.0 System Requirements March 2012 Version 1.00 Oracle Policy Automation Products Version 10.4.0 Overview Product Oracle Policy Modeling Oracle Policy

More information

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary Description Course Summary In this course, experienced developers who know the basics of data access (CRUD) in Windows client and Web application environments will learn to optimize their designs and develop

More information

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints

Oracle Academy Amazing Books Part 1: Building Tables and Adding Constraints Oracle Academy Amazing Books In this section, you use the Object Browser in Oracle Application Express to: Build the base tables for the project Add foreign key constraints Be sure to have a copy of the

More information

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd,

HALTON SKILLS COMPETITION WEBSITE DEVELOPMENT SCOPE SECONDARY LEVEL Coordinator: Ron Boyd, Coordinator: Ron Boyd, rwboyd@orionsweb.net PURPOSE OF THE CHALLENGE To provide competitors with the opportunity to demonstrate, through practical and theoretical application, their skills in client- and

More information