1 / 6

WLLS 102 Class 5 3/5/2004

WLLS 102 Class 5 3/5/2004. Professor C. Shilepsky Wells College. Where Are We?. Components of "Writing for WWW" Information architecture Web page design Web prose Programmin g. WSG Site Elements. Home page - what type do you plan to use menu (mostly links)

marv
Télécharger la présentation

WLLS 102 Class 5 3/5/2004

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WLLS 102 Class 53/5/2004 Professor C. Shilepsky Wells College

  2. Where Are We? Components of "Writing for WWW" • Information architecture • Web page design • Web prose • Programming

  3. WSG Site Elements Home page - what type do you plan to use • menu (mostly links) • news-oriented (stories to follow up) • path based (splits audience into distinct groups) • splash screen (Pixal) Menus and subsites Site guide What's new Search Contact and feedback Bibliographies and appendices FAQ Error pages pg

  4. Tables Format: <table> <tr>//first row <td> stuff</td> //first element in the row <td> stuff</td> //next element ... more elements </tr> ... more rows </table> Used for Tables/charts Page design. Does aurora.wells.edu/~ccs use any tables? Debugging hint: turn on table borders during development AllisonLadd.com page with borders offon CCS with borders on

  5. page1.htm:3 rows and 2 columns 1st row spans 2 columns article.htm goes here 3rd row spans 2 columns page1.htm with borders offon

  6. articles.htm2 rows and 2 columns 1st row spans two columns and has a nested table

More Related