Prototyping 2014-02-12 (Networked Media): Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* What is an HTTP request?
* What is an HTTP request?
* What's the difference between GET and POST?
* What's the difference between GET and POST?
* What's CGI?
* What's [[CGI]]?
* What data is exchanged in a (simple) HTTP request
* What data is exchanged in a (simple) HTTP request?


* Concerning [[PERL]]... http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0002.html
* Concerning [[PERL]]...
** http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0002.html
** http://www.foo.be/docs/tpj/issues/vol1_1/tpj0101-0005.html


* Exercise: CGI scripts
* Historical examples: [[guestbook]], [[hitcounter]]
* Historical examples: [[guestbook]], [[hitcounter]], [[webring]]
* Webrings: [http://www.webring.org/go?ring=rap_ring;id=60;ps=1;go HipHop 4 U], [http://www.brandewyne.com/webrings/faerytales.html Faerytales]
** note the use of controversial "folk" tags: blink, marquee

Latest revision as of 10:42, 12 February 2014

  • What is an HTTP request?
  • What's the difference between GET and POST?
  • What's CGI?
  • What data is exchanged in a (simple) HTTP request?