Topics for the test
HTML codes for a basic web page
Apache Server
-
Configuring httpd.conf. See highlights
in blue.
-
Configuring srm.conf. See highlights
in blue.
-
access.conf. See highlights in
blue.
-
Options
-
Language Negotiation
-
Content Negotiation
-
Timeout
-
KeepAlive vs Closed
-
Standalone vs inetd
-
Spare Servers
-
MIME types files
-
Fancy Indexing
Information From Lectures and Web Pages
-
Highlighted in Blue on the web site
Chapter 4 - Entire Chapter
Chapter 8
-
8.1 Benefits of Cookies
-
8.2 Some Problems with Cookies
-
8.3 Deleting Cookies
-
8.4 Sending and Receiving Cookies
-
8.5 Using Cookies to Detect First-Time Visitors
-
8.6 Using Cookie Attributes
-
8.7 Differentiating Session Cookies from Persistent Cookies
-
8.8 Basic Cookie Utilities
-
8.9 Putting the Cookie Utilities into Practice
Chapter 9
-
9.2 Session Tracking Basics
-
9.3 The Session Tracking API
-
9.4 Browser Sessions vs Server Sessions
-
9.6 A Servlet That Shows Per-Client Access Counts
-
9.7 Accumulating a List of User Data
Chapter 10 - Entire Chapter
Chapter 11 - Entire Chapter
Chapter 12
-
12.1 The import attribute
-
12.2 The contentType attribute
Chapter 13
-
13.1 Including Files at Request Time: jsp:include
-
13.2 Including Files at Page Translation Time: include directive
Chapter 14
-
14.1 Why use Beans?
-
14.2 What are Beans?
-
14.3 Using Beans: Basic Tasks
-
14.4 Example: String Bean
Chapter 15
-
15.1 Understanding the Need for MVC
-
15.2 Implementing MVC with RequestDispatcher
-
15.3 Summarizing MVC Code
-
15.4 Interpreting Relative URLs in the Destination Page
Chapter 19
-
19.1 How HTML Forms Transmit Data
-
19.2 The FORM Element
-
19.3 Text Controls
-
19.4 Push Buttons
-
Submit Buttons
-
Reset Buttons
-
19.5 Check Boxes and Radio Buttons
-
19.6 Combo Boxes and List Boxes
-
19.9 Hidden Fields