Download presentation
Presentation is loading. Please wait.
Published byClaire Fleming Modified over 9 years ago
1
Interactive Web Tehcnologies Teppo Räisänen LIIKE/OAMK 2011
2
General Information The basic (X)HTML pages are called static pages By using interactive techniques interactive content can be provided: Order an item from e-shop Control a Web camera Find out about available books in the library
3
General Information Interactivity by itself should not be the goal of design Design of interactive pages requires more time and effort The limitations of server/client end must be thought of when designing an interactive Web site
4
Web Forms HTML forms look lot like printed out forms The processing of a HTML form is completed by a computer Form element is used as an interface between the processing side and the user
5
Web Forms There are form fields included inside the form for different pieces and types of information An address of the processing script is written as a part of form element’s declaration Scripts are small scaled computer programs
6
Web Forms
7
Web Forms The script for processing can reside in any available server After submitting the form, the information inside the form is sent for processing The form data is often ’raw data’ not meant to be analyzed by human resources
8
Server-side Scripting A script can include e.g. database search It is not necessary to know the inside contents of the script but it’s programming interface: Information needed by the script process Information returned by the process
9
CGI = Common Gateway Interface Describes only the interface between the browsers and the scripts CGI does not limit the use of programming language Of the languages Perl is most commonly usedPerl
10
ASP Active Server Pages Designed for Microsofts server technologies There are ASP modules available for e.g. Apache server The most common programming language for ASP pages is VBScript
11
PHP = Hypertext Preprocessor A programming language PHP contains libraries for e.g. Localising String analyzing, modification Graphics, diagrams
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.