2009 200: Difference between revisions

From XPUB & Lens-Based wiki
 
(2 intermediate revisions by the same user not shown)
Line 40: Line 40:
* Chris Double page of video / audio tests (using Firefox)
* Chris Double page of video / audio tests (using Firefox)


= Web Fonts =
[[Web Fonts]]
* http://developer.mozilla.org/en/CSS/@font-face
* http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/#font-descriptions
Through the "@font-face" "@rule" in CSS.
 
Supporting browsers:
* [http://www.opera.com/browser/next/ Opera]
* [http://support.apple.com/kb/TA25197?viewlocale=en_US Safari] on mac & windows (and linux through wine!?)


= Technical Plans =
= Technical Plans =
Line 58: Line 51:
* [http://pzwart2.wdka.hro.nl/~acamellini/Tech_Plan.html agnes]
* [http://pzwart2.wdka.hro.nl/~acamellini/Tech_Plan.html agnes]
* [http://pzwart2.wdka.hro.nl/~tlitvak/TecPlan.html tamar]
* [http://pzwart2.wdka.hro.nl/~tlitvak/TecPlan.html tamar]
* [http://pzwart2.wdka.hro.nl/~swilliams/techplan.html serena]
* [http://pzwart2.wdka.hro.nl/~lurff/techplan_leonie.html leonie]

Latest revision as of 15:19, 17 March 2009

The Web: From 1.0 to 2.0 and back again

Construction.gif

This trimester will be focused on the Internet / Web. We will cover fundamentals concepts of the web (Hypertext, HTML, HTTP, CSS), while making connections to scripting, using Python when possible, and other scripting languages (such as JavaScript) when appropriate.

Possible topics

Your technical plan for the coming trimester should include the topics you would most like to cover (web-related or not), for instance consider the following list of possibilities:

  • Form Basics (including GET vs. POST, HTTP)
  • File Uploading (via a form)
  • Generating an HTML page with Python
  • CGI
  • Animated GIF/PNGs
  • Image Maps
  • Auto-refresh & Redirection
  • Connecting to a database in Python
  • MySQL/Database Basics
  • Vector Graphics / SVG (+ scripting!?)
  • PHP
  • (Ab-)Usability
  • the <video> and <audio> tags of HTML5
  • text-only browsers (or other kinds of "special browsers" like in mobile phones or for special needs, like screen readers for the blind)
  • Frames
  • Remixing RSS Feeds
  • Generating RSS Feeds
  • Drag and drop
  • Alternatives to Scrolling
  • The blurring line between application and web
  • Javascript
  • JQuery / Prototype
  • Online Typography
  • Regular Expressions

Interesting

Web Fonts

Technical Plans