Discuss why email is not a good way to process forms and store information. Include definitions and details for the following terms: front-end processing, back-end processing, form action attribute, client-side scripting, and server-side scripting.
What will be an ideal response?
An attractive, user-friendly form serves no purpose without a way to process and store the information. Sending emails with form information is not a time efficient or effective process. It is more practical to send form information directly to a server to read, store, and process the data. The data collection stage of form processing is called front-end processing, which denotes the beginning of the processing cycle. The data processing stage is accordingly called back-end processing, as it references the end of the processing cycle. Forms are processed according to the properties specified in the form action attribute. The form action attribute is the part of the form tag that specifies how the data in the form will be processed. If you do not need to save the data that a user enters on a form, it is better to use client-side scripting. This means that the form is processed on the user's computer. An example of this is a mortgage calculator that allows you to estimate mortgage payments. Server-side scripting is used if data entered on a form needs to be stored and processed on the form's host web server. An example of this is ordering books on a bookstore website. Client-side scripting is written with programming languages such as JavaScript or VBScript. Serverside scripting is written with programming languages, such as Common Gateway Interface (CGI).
You might also like to view...
Consider the quick sort algorithm as implemented in the text using the sort pattern. Which of the following data characteristics give the fastest run time? Explain.
a. An array sorted into increasing values. b. An array sorted into decreasing values. c. An array of random values d. An array that increases for half the array, then decreases
The option for displaying the Navigation pane is in the ________ group of the View tab
Fill in the blank(s) with correct word
The component of the information system that is described as raw, unprocessed facts, including text, numbers, images, and sounds, is called ________.
A. cloud computing B. the Internet C. data D. software
To add a new column, use the ADD COLUMN clause of the ALTER TABLE command.
Answer the following statement true (T) or false (F)