1 / 43

Multimedia & The World Wide Web

HCI 201 Multimedia and the www. Multimedia & The World Wide Web. winny. HCI 201 Multimedia and the www. Review!. winny. HCI 201 Multimedia and the www. URL: Universal Resource Locator. Four parts to each one (some parts optional) Protocol Domain name or server IP address

Télécharger la présentation

Multimedia & The World Wide Web

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. HCI 201 Multimedia and the www Multimedia & The World Wide Web winny

  2. HCI 201 Multimedia and the www Review! winny

  3. HCI 201 Multimedia and the www URL: Universal Resource Locator • Four parts to each one (some parts optional) • Protocol • Domain name or server IP address • Director(ies) • File name http://facweb.cs.depaul.edu/yqwang/index.htm Protocol Domain Name Directory File Name winny

  4. HCI 201 Multimedia and the www HTML Skeleton <html> <head> <title>Title of this web page</title> </head> <body> Stuff you want to present on this page </body> </html> winny

  5. HCI 201 Multimedia and the www The Flesh on an HTML document • Tags + Contents + Comments • Comments <!--some explanation of your code--> • Contents <body> - Text (included) - Multimedia obj & pictures are linked winny

  6. HCI 201 Multimedia and the www Tools for the Web Designer • An editor • Text editor • Dreamweaver/FrontPage, etc • A browser • Not really necessary, but you want to test your work • A connection to the Internet and access to a web server. winny

  7. HCI 201 Multimedia and the www Controlling page layout with tables • Separate pages into different sections - Create one table for the entire page. - Add content into cells: Text Images Forms Tables … Link list Company logo Image winny

  8. HCI 201 Multimedia and the www Nesting Tables winny

  9. HCI 201 Multimedia and the www Nesting Tables winny

  10. HCI 201 Multimedia and the www Organization and Site Structure • Organizing your site carefully from the start can save you frustration and time later on • Break down your site into categories and put related pages in the same folder winny

  11. HCI 201 Multimedia and the www Your local files structure Lab machine winny

  12. HCI 201 Multimedia and the www Your directory structure DePaul Student Server public_html lab machine web folder winny

  13. HCI 201 Multimedia and the www Your directory structure your account (root) mail winny

  14. Root Main Page Company Services Service A Service B Images Products Product A Product B Images ProductA.jpg ProductB.jpg About Us Company History Bios Images Contact Images Images Photo1.jpg Logo.gif HCI 201 Multimedia and the www A More Elaborate Site winny

  15. HCI 201 Multimedia and the www Source File Management • You should ... • Establish and follow file naming conventions • Lowercase • Underscore between words • Keep a copy of all source files in your possession • Don't rely on DePaul, your employer, or your ISP to keep your work winny

  16. HCI 201 Multimedia and the www Source File Management • You should ... • Make a working copy of files before making sweeping changes, then use the working copy once you are sure everything works • Create an archive of sources that you are not actively using, but may want to use sometime winny

  17. HCI 201 Multimedia and the www Error Checking • ALWAYS check and double-check the site for spelling and grammatical errors • Make sure the images and links are all working properly (TEST!!!) • Errors make a site appear to be unprofessional winny

  18. HCI 201 Multimedia and the www Troubleshooting • Make sure you refresh your browser if you have made a repair to the code and come back to look at it again winny

  19. HCI 201 Multimedia and the www Before you start it is important to determine what the site will look like and how it will be organized! winny

  20. HCI 201 Multimedia and the www Content matters most! Prepare it as much as possible, as early as possible. • What content already exists and what must be created? • How often does the content change, or should it change? • What resources are required to create and maintain the site? winny

  21. HCI 201 Multimedia and the www Content Brainstorm ideas for your website! Organize the content into clear and intuitive categories. What’s the navigational structure – roadmap? winny

  22. HCI 201 Multimedia and the www Make the content readable • Good combinations for web page • Bad combinations for web page Blue on White Yellow on Black White on Gray Red on Pink Yellow on White Blue on Purple Red on Green Green on Orange winny

  23. HCI 201 Multimedia and the www Content to prepare: • Images • Logos • Products • Decorative • Navigational • Information • Articles • News • Calendar of events • Contact names and numbers • Reference material winny

  24. HCI 201 Multimedia and the www Page Design • Style: What's the overall impression you're trying to create? • Layout: Will the page composition be conventional or unconventional? How will the different elements be arranged into visual groupings? How will the navigation options be presented? • Words: Which tone of voice is best for the site's purpose and audience? • Page design ideas should first be sketched out on paper. Working out your ideas on paper allows you to quickly explore different design ideas winny

  25. HCI 201 Multimedia and the www Web Design • The heart of design is communication. • The basic rule for any design is “Form follows function.” • Design must support function to the fullest extent possible. • Think of web site navigation. • The coordination between form and function is invisible to the user when done well and painfully obvious when it is not. winny

  26. HCI 201 Multimedia and the www Page content hierarchies • Most important elements should be at the top/left of the page • Consider monitor size/resolution • Left to right winny

  27. HCI 201 Multimedia and the www Page Design– make decision • Shape as a design Element: • Square/round/wavy? • Choose a set of color palette • Keep those decision consistency • Visual design should reflect • The purpose of the site • The identity of the Web site sponsor • And contribute to the site's usability winny

  28. HCI 201 Multimedia and the www winny

  29. HCI 201 Multimedia and the www Unity winny

  30. HCI 201 Multimedia and the www Direction winny

  31. HCI 201 Multimedia and the www Direction winny

  32. HCI 201 Multimedia and the www Color-> feeling, some samples: winny

  33. HCI 201 Multimedia and the www winny

  34. HCI 201 Multimedia and the www winny

  35. HCI 201 Multimedia and the www winny

  36. HCI 201 Multimedia and the www winny

  37. HCI 201 Multimedia and the www winny

  38. HCI 201 Multimedia and the www Then, make decision: • Functionality • Static pages • Forms • Commerce • Multimedia • Chat  • Search • Login • Database-driven winny

  39. HCI 201 Multimedia and the www Flowcharting • Try arranging your content in different ways to find the best fit, should information be • Presented alphabetically? • Grouped into categories? • Presented along a timeline? • Sorted from simple to complex? • Organized into a hierarchy?  • With these things in mind, you can construct a flowchart showing the structure of the Web site as a whole • A good flowchart of your site design shows -- How pages will be organized -- & the paths between pages winny

  40. HCI 201 Multimedia and the www Design • Most people visit Websites to find information or to accomplish some task • The content of the site should be organized in a way that is meaningful and useful to the intended audience • Users need a logical structure so they know where they are and how they get there • It is important to anticipate what the user will want to do, how he or she will use each section of the site, and in what order winny

  41. HCI 201 Multimedia and the www Web Aesthetics • Speed • Do more with less • Use images sparingly • Select the most suitable image format (jpeg/gif/png) • The more high-bandwidth media you use, the more you will limit your audience winny

  42. HCI 201 Multimedia and the www Navigation • Most people ask four basic questions when they are getting around (anything).. • Where am I? • Where can I go? • How will I get there? • How can I get back to where I once was? winny

  43. HCI 201 Multimedia and the www Navigation • Navigation that really works should... • Be easily learned • Remain consistent • Provide feedback • Appear in context • Offer alternatives • Communicate the site hierarchy • Provide clear visual messages • Be appropriate to the site's purpose • Support users' goals and behaviors winny

More Related