2009 200: Difference between revisions

From XPUB & Lens-Based wiki
Line 38: Line 38:
* http://www.hi-res.net/internet/index.html
* http://www.hi-res.net/internet/index.html


"WebFonts"
= Web Fonts =
* http://developer.mozilla.org/en/CSS/@font-face
* 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 =

Revision as of 16:03, 27 January 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

Through the "@font-face" "@rule" in CSS.

Supporting browsers:

  • Opera
  • Safari on mac & windows (and linux through wine!?)

Technical Plans