| Concept | Reading | |
|---|---|---|
Form Processing Examples
* textbox.html. A JavaScript that displays a textbox's value in an alert. |
||
| Review: CSS from 110 | PowerPoint Slides: ch-4-CSS.ppt |
|
| From Software Engineering for Internet Applications by Eve Andersson, Philip Greenspun, and Andrew Grumet Old-Style Communications Protocols. In a traditional communications protocol, Computer Program A opens a connection to Computer Program B. Both programs run continuously for the duration of the communication. This makes it easy for Program B to remember what Program A has said already. Program B can build up state in its memory. The memory can in fact contain a complete log of everything that has come over the wire from Program A. |
HTTP: Stateless and Anonymous. You can try it yourself in the Unix shell:
|
|
Internet Cookies |
Wikipedia Entry: "Cookies and Client-side Persistence," Ch. 19, JavaScript: The Definitive Guide, by Flanagan (O'Reilly). |