By: Gerardo L. Mazzola Web Application Development Life Cycle “A driven force moving businesses into the future.” www.gerardomazzola.com.

Slides:



Advertisements
Similar presentations
Multimedia Web Site Design Chapter Building an Effective Web Site Creating a Web site is easy, but creating one that is useful and attractive takes.
Advertisements

Lecture 6/2/12. Forms and PHP The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input When dealing with HTML forms.
Architecture, Deployment Diagrams, Web Modeling Elizabeth Bigelow CS-15499C October 6, 2000.
Robofest 2001 Online Management System Jim Needham MCS 4833/01 Senior Project Dr. Chan-Jin Chung, Ph.D.
1 The World Wide Web. 2  Web Fundamentals  Pages are defined by the Hypertext Markup Language (HTML) and contain text, graphics, audio, video and software.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
Sample School Website Sydney Region ITSU School Support
AJAC Systems Hotel Reservation System
Web Design by Client Perspective
COMPUTER TERMS PART 1. COOKIE A cookie is a small amount of data generated by a website and saved by your web browser. Its purpose is to remember information.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Build a CMS Website. The topics this chapter covers are: What is CMS ? What you can do with CMS The benefits and disadvantages of using a content management.
Christopher M. Pascucci Basic Structural Concepts of.NET Browser – Server Interaction.
By: Marcus Owens. Essential Components Your computer depends on two things: hardware and software. Hardware are physical components that make up your.
SYSTEM LIFE CYCLES. OBJECTIVES o Be able to describe the stages of development of a hardware/software system. o Know what the different stages of the.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
Lecturer: Ghadah Aldehim
Web Design Scripting and the Web. Books on Scripting.
Web Servers Web server software is a product that works with the operating system The server computer can run more than one software product such as .
LAYING OUT THE FOUNDATIONS. OUTLINE Analyze the project from a technical point of view Analyze and choose the architecture for your application Decide.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Technology Options. Entire Project – Technologies (over simplified) 1.Front-end 2.Database 3.Server-side scripting (front-end and database integration)
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.
Chapter 1: Introduction to Web
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Catlyn Colson. Recap of Previously Completed Work Previously I had done the following: Built the Database, started basic layout of the webpage, connected.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
ASP.NET  ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Selenium automated testing in Openbravo ERP Quality Assurance Webinar April 8th, 2010.
Software Testing Life Cycle
MSS*: Chapter 3 Shopping carts & Payment gateways * McClure, Stuart, Saumil Shah, and Shreeraj Shah. Web Hacking: attacks and defense. Addison Wesley.
Creating Web Applications Using ASP.NET Chapter Microsoft Visual Basic.NET: Reloaded 1.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
Website Project Development Presentation by APNARAJ.COM.
Nicolas Teirlinckx Made for Software Engineering Groep 1 (2009 – 2010)
Project Plan for nSite Central Michael Dunn Ryan Sessions Kyle Kerrigan.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
WEP Presentation for non-IT Steps and roles in software development 2. Skills developed in 1 st year 3. What can do a student in 1 st internship.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
Web Database Programming Week 7 Session Management & Authentication.
Sample School Website. What is wrong with the existing School Webspace Site? Can only host static pages – no dynamic content possible. Can not be edited.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
The basics of knowing the difference CLIENT VS. SERVER.
Unit 1 – Web Concepts Instructor: Brent Presley.
Configuring and Deploying Web Applications Lesson 7.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Neil Kidd Developer Tools Technical Specialist Microsoft UK.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Content Management Systems. Agenda Week overview Web-page basics The why and what of CMS Typo3.
CSE3310: Web training A JumpStart for Project. Outline Introduction to Website development Web Development Languages How to build simple Pages in PHP.
Planning and Creating a Web Site. Stages in planning a web site planning the project decide on the purpose and audience for the web site create mind map.
Basics Components of Web Design & Development Basics, Components, Design and Development.
Pre-Production Meet with the client to create a project plan:
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
DCR ARB Presentation Team 5: Tour Conductor.
Developing Web-Based Applications
Publishing and Maintaining a Website
UNIT 15 Webpage Creator.
PHP / MySQL Introduction
Cookies BIS1523 – Lecture 23.
Database Driven Websites
Lecture 1: Multi-tier Architecture Overview
The Client Server Model
The Client Server Model
Multimedia Web Site Design
SharePoint services Provides team collaboration through SharePoint Sites and makes it easy for communities to work together on documents, tasks, contacts,
Presentation transcript:

By: Gerardo L. Mazzola Web Application Development Life Cycle “A driven force moving businesses into the future.”

DEFINE

DESIGN Now is the time to really start creating functionality and creativity. You actually start to see your site come together. Be sure to have all information from all parties in this stage of the Life Cycle. Communicate correctly to make sure the needs of the client are met. This is an early but crucial step. Also there should be room for the designer(s) to have flexibility as they will probably have a great input on creativity or at the very least show you something that might just be beautiful as well as effective.

DEVELOPEMENT The designer(s) should continue to make your in- progress web site available to you for viewing. This keeps you completely in the loop for suggestions and criticism. This stage is the point where the web site itself is created. Once the shell has been created, your content will be distributed throughout the site. Elements such as the CMS (content management system) interactive contact forms, or ecommerce shopping carts are implemented as well. The technical front requires a successful web site with understanding of front-end web development. This applies to back-end work as well.

DEBUG Before Deployment………… Do not make the mistake of releasing a website that potentially has bugs! Zero-Configuration Debugging Debugging a PHP HTTP Request Visual Studio debugger ASP.NET Web applications locally or on a remote server SAS Stored Process Web Application environment Eclipse Debug -> Debug Configurations Zend Run | Debug Configurations Browser add- ons or extensions such as Firebug Whatever IDE, coding language, or environment you’re creating in, always debug and test! To learn more about debugging go to the Contact page at and fill out the form with your question.

DEPLOYMENT Now your website application has been tested, you are ready to deploy the application from the development server to the production server. Make sure the production database is properly configured, deployed, and connected to the production Web server. Check that the production Web server has all of the necessary software for the Web application to run correctly. Remember the pages that bring the core functionality, but you should also include any downloadable documents and other items that are offered on the Web pages. If your Web application uses components, add their outputs to your Web project and deploy them along with your Web files. After deployment, you’re live and up and running!

By: Gerardo L. Mazzola Web Application Development Life Cycle “A driven force moving businesses into the future.” REMEMBER……. Gerardo L. Mazzola Sr. Web Application Developer Phone: