What are the generations of web development?
What are the two most common uses for server-side technologies?
Why is allowing permanent data storage essential for allowing the web to perform as a transactional medium?
It overcomes one of the biggest problems of using the internet for business, statelessness
What is PHP?
A server side, cross platform, HTML embedded scripting language
What is the second most popular technology for programming web-databases?
ASP ( Active Server Pages)
What must you do to view PHP or ASP.NET page?
Use the HTTP protocol to access it.
Why is embedding script commands in HTML not very efficient?
- Makes separation of concerns difficult
What is a MVC approach?
Model-View-Controller is an organisational approach that separates concerns in an application into 3 areas( data access logic, display logic and application logic)