1. week 1
  2. week 2
  3. week 3
  4. week 4
  5. week 5
  6. week 6
  7. week 7
  8. week 8
  9. week 9
  10. week 10
  11. week 11
  12. week 12
  13. week 13

Tuesday, December 14, 2010

Fall 2010

WEEK 12:
—12/02: Wed, 6:00pm—9:00pm

Hi everyone,

Below are the final requirements

  1. TOPICS:
    • LINK   Homework
    • LINK   Questions
    • LINK   Final Project;
      • LINK   Content Requirements;
      • LINK   Technical Requirements;
      • LINK   Design Requirements;
  2.  
  3. HOMEWORK IIIFinal Project, Part III: The homework for each class is part of the final project. Each part will be do one week from the time that it was assigned. This means that the assignment for this week will be due in the next class. Each week I will assign a new part to the website. If you produce these assignments on time each week, you will have accumulated a small website and you will receive a decent homework grade.

    The site that we are going to produce is for an ART GALLERY named Alpha Gallery. This week (as mentioned in class), you should design the GALLERY PAGES for the site.

    1. Work on for class next week: You must try to produce the 2 GALLERY PAGES using thumbnail images of the artwork provided (see below). Use one of the four copies that you made of the page two weeks ago. Substitute the content that was in that one, for new content, but keep the menu.

    2. SEE BELOW FOR FURTHER INFORMATION ABOUT THE 2 G GALLERY PAGES as well as all of the other pages.



  4.  
  5. FINAL PROJECT: Information
    • The site that you are going to produce is for an art gallery and it will have six main parts: the home/index page, two gallery pages, two artist pages, an about page, a visit page, and an exhibit page. Please read the information provided.
      1. CONTENT REQUIREMENTS: 
        1. Part 1: HOME PAGE—due next week.

          —this page includes the following:

          1. In this page, you have already established the color scheme that you will use throughout your design for this site, as given to you through your 2D design.
          2. The name of the gallery: Alpha Gallery
          3. The name of the current exhibit: "ART:21 -- Art in the 21st Century;"
          4. A logo of your own design for the gallery (Alpha Gallery)
          5. The following text for the current exhibit:

            Contemporary art speaks directly to the important questions of our time, as well as to the changing landscape of American identity. It is both a mirror of contemporary society and a window through with we view and deepen our understanding of life as it exists today. Who are today's artists? What are they thinking about? How do they describe their work? Why do they do what they do?

            These are some of the questions addressed in the exhibition: ART:21 Art in the Twenty-First Century. This show presents the artists without interpretive mediation through large presentations of their work. If the unknown is the space in which creativity flourishes, This exhibit desires to bring it forward, illuminate it for others, and revel in it. This is ART:21's work—to reveal the existence of those regions which all the artists traverse, forging paths of exploration and study that take them into uncharted realms of creativity. By revealing the existence of those unknown territories, inhabited by all creative thinkers, I hope to educate, delight, and to provoke the viewers.

            It is difficult to imagine that anyone works harder than an artist. This—the non-stop work, accumulation of information, concentration, the need to be in the studio—is a continuing mini-theme for ART:21. Most artists experience intuitive leaps of recognition and connection, and find new ideas through introspection and research in many fields beyond art, although the art of the past remains a profound resource.

            One might say that in order to draw, you have to learn how to see first. Well, what about making drawings and other works of art about areas, about zones and realms that you CANNOT see, about areas hidden from view, about secret realms and invisible places? This is what many of these artists have in common: they are attempting to bring to light and view things that were previously unseen.

          6. Some kind of imagery or design to go with the name of the current exhibit, "Art 21: Art of the 21st Century.
        2. Part 2: ARTIST PAGES—due in THIS WEEK.

          —these TWO pages will look identical. Essentially, what you will do for each artist is the following:

          1. a small picture of one of the works by the artist;
          2. his/her name; and
          3. a blurb of text about the artist—I have provided you with the text for these two pages below. Each page will contain 10 artists.

          LINK   CLICK HERE for the text for the ARTISTS PAGES;

        3. Part 3: GALLERY PAGES—due in 3 weeks.

          —These TWO pages will also look identical. They will have thumbnail images of the pictures that I have given you of the artwork. I have provided the images here in this blog. Each image should be clickable. When you click on the small thumbnail images, you are linked to a page with a much larger version of the image. Accompanying each large image should be the name of the artist and the title of the work as a caption. Also, when you click on the thumbnail images in the gallery, the pages with the larger image should open up in a separate browser window or tab.

          1. LINK   image 1;
          2. LINK   image 2;
          3. LINK   image 3;
          4. LINK   image 4;
          5. LINK   image 5;
          6. LINK   image 6;
          7. LINK   image 7;
          8. LINK   image 8;
          9. LINK   image 9;
          10. LINK   image 10;
          11. LINK   image 11;
          12. LINK   image 12;
          13. LINK   image 13;
          14. LINK   image 14;
          15. LINK   image 15;
          16. LINK   image 16;
          17. LINK   image 17;
          18. LINK   image 18;
          19. LINK   image 19;
          20. LINK   image 20;
      2.  
      3. DESIGN REQUIREMENTS:
        1. Color Scheme—your color scheme for your web-site comes from or is inspired by the 2D design that you created in class.
        2. Page Layout—you must use CSS to lay out all pages in a pleasing way. If you are not certain how to do this, consult our past classes and me for assistance. The layout itself should be inspired by the layout that is demonstrated design that you created in class.
      4.  
      5. TECHNICAL REQUIREMENTS:
        1. XHTML

          —ALL CODE for this site must be typed using STRICT XHTML standards. This means the following:

          • that all tags and their attributes must be typed in lower case;
          • that all attribute values must be typed in quotes and with units;
          • that the DTD for strict XHTML must be typed at the top of the document;
          • that all empty tags must be typed with the slash at the end, such as with the <br/> tag;
          • that none of the deprecated inline tags are to be used, such as the <font>, <b>, <u>, or <i> tags;
          • and, in addition, that the <tbody> and the <thead> tags, as well as the height attribute for the <table> and <td> tags, are NOT permitted.

          If you are uncertain about something, you can consult the requirements at the w3schools site (LINK), or you may ask me. Furthermore, the use of DreamWeaver is permitted; however, please note that DreamWeaver does not create strict XHTML. Therefore, you will have to go through the code and edit it yourself to make certain it follows strict standards.

        2. CSS

          —ALL STYLING must be done using CSS. We have used it extensively in this class, so it is a requirement that this site use CSS for the styling of the page. All three levels of styles may be, and are encouraged to be used. Please consult me if you need additional assistance with this.