The Web Development Life Cycle

Slides:



Advertisements
Similar presentations
5 Steps to Web Site Development Mrs. Harris, November 2011.
Advertisements

Business Driven Technology Unit 5 Transforming Organizations Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved BUSINESS DRIVEN TECHNOLOGY Chapter Nineteen: Building Software to Support.
BUSINESS DRIVEN TECHNOLOGY
Transforming Organizations
DEVELOPING ENTERPRISE APPLICATIONS
1 California State University, Fullerton Chapter 13 Developing and Managing Information Systems.
Unit Five – Transforming Organizations
1 Testing. 2 About Testing  The reason the program is in testing is that it probably doesn’t work!  We test to find bugs before our users and hope that.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 13 Developing and Managing Information Systems.
CHAPTER 17 Building Software to Support an Agile Organization
CHAPTER 19 Building Software.
Chapter 16 Maintaining Information Systems
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 18 Maintaining.
Building Information Systems lesson 26 This lesson includes the following sections: The Systems Development Life Cycle Phase 1: Needs Analysis Phase.
1 Web Development Life Cycle  Ensures project consistency and completeness –Planning –Analysis –Design and Development –Testing –Implementation and Maintenance.
Louisa Lambregts, What Makes a Web Site Successful and Effective? Bottom Line... Site are successful if they meet goals/expectations.
Software Development Life Cycle (SDLC)
ADDIE Instructional Design Model
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
HTML5 Application Development Fundamentals
Web Development Life Cycle from Beginning to End…and BEYOND!
Transforming Organizations
Business Driven Technology Unit 5 Transforming Organizations McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved.
Appendix D McGraw-Hill/Irwin Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved.
Maintaining Information Systems Modern Systems Analysis and Design.
© 2001 Business & Information Systems 2/e1 Chapter 13 Developing and Managing Information Systems.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
9/21/20151 Multimedia Projects Team Roles. 9/21/20152 Project Phases Many large scale projects follow the system devolpment life cycle (SDLC)
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
INTRODUCTION TO WORDPRESS. About WordPress The free service that we will use from WordPress is often used as blogging software – very little knowledge.
© 2006 ITT Educational Services Inc. System Analysis for Software Engineers: Unit 3 Slide 1 Chapter 16 Maintaining Information Systems.
Testing 1 © Minder Chen, Source: Developing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual C#.NET Testing Test plan objectives.
SENIOR DESIGN TEAM 11 SPRING Title & Goal Title: Social network website for behavior change Goal: Design a social network that supports/monitors.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 18 Maintaining.
Producing Web-Based Digital Media Basic Concepts.
Capstone Project Phase Two! Design Phase – Functional Specification Document.
A Bring together all regional Trade Unions in China with IPDPoD - Information Portal Development Platform on Demand Bruce ticilo.
SOFTWARE ENGINEERING. Objectives Have a basic understanding of the origins of Software development, in particular the problems faced in the Software Crisis.
Creating & Building the Web Site Week 8. Objectives Planning web site development Initiation of the project Analysis for web site development Designing.
AFACT Website Report Iran Center for ecommerce Development 33 rd plenary meeting
PRESENTED BY GRADUATE DESIGN GROUP 2 MEREDITH, JENNIFER, CAMMAY AND DIANE How to build a web site in Dreamweaver.
CMSC 2021 Software Development. CMSC 2022 Software Development Life Cycle Five phases: –Analysis –Design –Implementation –Testing –Maintenance.
CIS 210 Systems Analysis and Development Week 9 Part I Maintaining Information Systems,
Chapter 16 Maintaining Information Systems. Objectives:  Explain and contrast four types of system maintenance.  Describe factors affecting maintenance.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Testing and delivery Web design principles. Web development is software development.
Systems Development Life Cycle
Mobile Apps, Web Design, Digital Marketing Company
Chapter 18 Maintaining Information Systems
Web Development Life Cycle
Chapter 18 Maintaining Information Systems
Transforming Organizations
Introduction to Computers
Publishing and Maintaining a Website
Software Development CMSC 202.
Implementation and Maintenance
Case Application Development Method
SDLC The systems development life cycle is the foundation for many systems development methodologies such as RAD and agile Systems development life cycle.
Web Development Life Cycle from Beginning to End…and BEYOND!
WEB DEVELOPMENT TRAINING
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Gathering Systems Requirements
Maintaining Information Systems (SAD- 18)
Building Information Systems
Gathering Systems Requirements
Chapter 16 Maintaining Information Systems
Web Development Life Cycle from Beginning to End…and BEYOND!
Building Information Systems
Chapter 18 Maintaining Information Systems
Presentation transcript:

The Web Development Life Cycle

Step One: Analysis How will site help the present system? Customer discusses requirements How will site help the present system? How will site help the business? Who is the targeted audience? Consider present hardware, software, people and data

Step Two: Design Describes desired features and operation… Screen layouts Business rules Diagrams Operations Focuses on the best way to deliver the desired content effectively

Step Three: Implement Implementation preparation Implementation of the website into a productive environment Domain name…www Most labor intensive phase This is the phase where the “real code” is written HTML, CSS, Software development tools….

Step Four: Testing Brings all of the pieces together Conducted in a special testing environment Checks for errors Checks for bugs Checks for interoperability

Step Five: Maintenance What happens during the rest of the site’s LIFE Least glamorous… Most Important? Changes Corrections Additions Moves to different platforms Indefinite ! … When does it end?