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

From XPUB & Lens-Based wiki
(Created page with "* 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 * Exercise: CGI scripts * Historica...")
 
No edit summary
Line 6: Line 6:
* Exercise: CGI scripts
* Exercise: CGI scripts
* Historical examples: [[guestbook]], [[hitcounter]], [[webring]]
* Historical examples: [[guestbook]], [[hitcounter]], [[webring]]
* Deconstruct: [http://www.webring.org/go?ring=rap_ring;id=60;ps=1;go HipHop 4 U]
* 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
** note the use of controversial "folk" tags: blink, marquee
* [http://www.brandewyne.com/webrings/faerytales.html Faerytales]

Revision as of 12:38, 11 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