2009 202: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
= Exercises =
= Morning =


Exercises with python [http://docs.python.org/library/urlparse.html urlparse] module.
Review checklist
* localhost
* userdir
* review tag assignment


"Absolutizing" with [http://docs.python.org/library/urlparse.html#urlparse.urljoin urljoin].
= Afternoon =


= Form Skin =
== Exercise 1: Form Fronts ==


* [[Form Elements]]
* [[Form Elements]]
* [[URL Query]]
* [[URL Query]]
Look at / Practice with:
* Python's [http://docs.python.org/library/urlparse.html urlparse] module
** "Absolutizing" with [http://docs.python.org/library/urlparse.html#urlparse.urljoin urljoin].


(GET vs. POST)
(GET vs. POST)
Line 18: Line 25:
* [http://images.google.be/images?imgsz=small|medium|large|xlarge&imgtype=face&as_st=y&gbv=2&hl=en&safe=off&q=%22Veronica+Lake%22&btnG=Search+Images google face search]
* [http://images.google.be/images?imgsz=small|medium|large|xlarge&imgtype=face&as_st=y&gbv=2&hl=en&safe=off&q=%22Veronica+Lake%22&btnG=Search+Images google face search]


= Scripted Image Collage =
== Exercise 2 : Scripted Image Collage ==


Python as a means of generating a simple page (non-CGI at this point).
Python as a means of generating a simple page (non-CGI at this point).

Revision as of 15:50, 19 January 2009

Morning

Review checklist

  • localhost
  • userdir
  • review tag assignment

Afternoon

Exercise 1: Form Fronts

Look at / Practice with:

(GET vs. POST)

some examples of some "back ends":

Exercise 2 : Scripted Image Collage

Python as a means of generating a simple page (non-CGI at this point).