Describe what a Dynamic web page is?
* Shopping websites where users upload their products e.g. Amazon, ebay.
How is a Dynamic web page created?
• Some kind of processing performed by the server or client’s machine.
What are the 2 types of scripting for Dynamic web pages?
* Client-side scripting
Describe what Server-side scripting is?
• Page requests are fulfilled by running a script directly on the web server to generate dynamic HTML page.
What are 4 Server-side scripting technologies?
Describe how php technology is used for Server-side scripting?
Describe how ASP.Net (active server pages) technology is used for Server-side scripting?
Describe how JSP technology is used for Server-side scripting?
Describe how Python technology is used for Server-side scripting?
What CGI as a Server-side application?
• Common Gateway Interface defines a standard interface between Web server & independent application.
How does CGI work?
* No convenient place to store state info between web requests.
Name 5 Server-side applications?
State 4 problems with running separate applications for the Server-side?
Describe what Client-side scripting is?
Describe what a plug-in is used for?
What are Rich Internet Applications & Progressive Web Applications?
* Typically transfer processing to web client & keep data on application server or cloud.
Give an example of PWA’s & how they are used?
• Google docs stores data on the cloud, but can be downloaded onto client-server.