Download presentation
Presentation is loading. Please wait.
Published byGeorgina Bradford Modified over 9 years ago
1
Class02 Introduction to web development with PHP MIS 3501, Fall 2015 Brad N Greenwood Department of MIS Fox School of Business Temple University 8/27/2015
2
Some Housekeeping Notes Today we are going to write a webpage after some lecture As a habit we will be doing the non-book exercises and reviewing the challenges in class We will leave the book challenges for you offline Challenge 1: Make sure to upload your work to the class server for next class I strongly suggest you work at the same workstation every time (profiles take time to be setup) Quiz one is in one week. Emailing me: brad.n.greenwood@gmail.combrad.n.greenwood@gmail.com DRS – get any requirements to me ASAP Administrivia
3
By their very nature, Web Applications require multiple technologies to work together. Some collections of technologies are common, that they are collectively referred to as a stack. For example: the "LAMP Stack“ is Linux, Apache, MySQL, and PHP. In this class, you will use XAMPP – which is short for Cross (X) Platform, Apache, MySQL, PHP, and Perl. Web Applications
4
Similarly, Web Development requires that multiple programming languages work together. Each language has its special purpose. A web application never uses just one programming language. In this class we will use: HTML and CSS (for presentation) – aesthetics – how does the site look? PHP (for scripting of all sorts) – functionality – what can the site do? MySQL (for database queries) – content – what are the data that the site can display? Web Development
7
Your Computer Sends This Out The Web Server Sends this back
9
The Script makes the website dynamic
14
Three Components HTML (The Body) CSS (The Style) PHP (The actions) How Did We Get From A B
15
HTML
16
Three Components HTML (The Body) CSS (The Style) PHP (The actions) How Did We Get From A B
18
Three Components HTML (The Body) CSS (The Style) PHP (The actions) How Did We Get From A B
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.