2009 202: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
= | = Morning = | ||
Review checklist | |||
* localhost | |||
* userdir | |||
* review tag assignment | |||
= Afternoon = | |||
= Form | == 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 14: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":
- captcha generators
- female icons writer
- google face search
Exercise 2 : Scripted Image Collage
Python as a means of generating a simple page (non-CGI at this point).