IML: 300 Reading and Writing the Web

Projects

Project 1: Portfolio/Personal Website

In this project you will be designing and developing an online website that represents you and/or your work. You will research and determine a site concept, create a design based on this, and finally built it with HTML and CSS. How do you want others to see you and/or your work? What do you want them to notice first? What do you want them to takeaway? Projects will be graded on the following:

  • creativity/originality
  • aesthetic quality
  • technical skill

Warmup: Fanpage

You will be randomly assigned a partner. Your task for this part is to comb the Internet and find as many traces of them as you can. Think social media, comments on blogs or bulletin boards, photos on websites of organizations they're affiliated with. Once you have done this, create a "fanpage" for that person using HTML and CSS. You can use any media, text you find online, or things you learn about them. Remember a fanpage is celebratory. While this exercise is designed to explore a certain amount of discomfort with the way our data leaks online, nobody should feel hurt, embarrassed, or targeted. This is important.

Part 1. Content and references

Before you begin building anything, it is a good idea to first prepare a document that outlines the goals of the site. This document will guide you through the development process.

Your document should include the following:

References – Find at least four examples of artist or designer websites or portfolios that inspire you. Include a screenshot, a sentence that tries to sum up their "concept", and a sentence about what you like about the site and why.

Content – Choose at least four things that you would like to include in your website. More is fine, but focus on quality over quantity. Include an image of each and note what kind of documentation you have (image, video, text, sound recording, etc).

Part 2: Concept and Sitemap

Add the following to your document:

Concept (1-2 paragraphs) – Who is your target audience? What do you hope to convey about yourself and/or your work with this site? What will be the key elements and concepts behind the experience of your site? How will you leverage the medium of the web?

Sitemap – A diagram of the pages of your site and the links between them.

Part 3: Wireframes and Mockups

We will be completing the design document with the final two parts – wireframes and mockups. Please bring hard copies to class, be prepared to discuss.

Wireframes – Make diagrams showing the structure and functionality of the pages of your website. Include your homepage and one of each other page type.

Mockups – Come up with two different, distinct design directions. Use Illustrator or a similar program to create a mockup for each, including at minimum, the homepage and one additional page. Consider typography, imagery, color.

Part 4: Final Website

The final part is to build the site you've design with HTML and CSS. I would suggest doing this in steps, something like this

  1. Create an HTML file for each page, and add the basic HTML structure.
  2. Finalize the navigation and make sure the pages link correctly between themselves.
  3. Add a stylesheet and define the basic layout of your pages.
  4. Populate the HTML with content.
  5. Further implement the design with CSS, tweaking HTML as necessary.
  6. Test with users, iterate as necessary.

Project 2: Non Linear Narrative

In this project you will be creating an online interactive experience based on or adapted from an existing story or part of a story. You can source dialogue and text directly from the original text, paraphrase it or otherwise translate it into images/audio/etc.You will be employing Javascript in order to make an interactive web story. The goal is to create an engaging story system that can unfold in different ways as the reader makes decisions. Use images and type to tell each part of your story.

Part 1: Story, concept and visual references

You will create a document to outline the concept, goals and characteristics of this site. Your document should include a diagram/script of your story, website references and visual references.

Start by selecting your story; then develop a script and diagram that lays out the story elements and how they connect. Diagram/script should include between 12 and 24 events/nodes.

Find at least two examples of artworks/images that you think would work for your concept. Include a screenshot, a sentence that tries to sum up their "concept", and a sentence about what you like about the piece and why.

Find at least four examples of websites that inspire you. Include a screenshot, a sentence that tries to sum up their "concept", and a sentence about what you like about the site and why.

Concept (1-2 paragraphs) – Who is your target audience? What do you hope to convey about yourself and/or your work with this site? What will be the key elements and concepts behind the experience of your site? How will you leverage the medium of the web?

Some stories you may want to look at are Aesop's Fables, Bluebeard, Cinderella, Donkey Skin, Hop 'o' My Thumb, Puss in Boots, Red Riding Hood, Sleeping Beauty, Poe's “Purloined Letter”, and Robert Heinlein's “All You Zombies”, also look at Motherboard's Terraform Stories

Part 2: Wireframes, Mockups and Pseudocode

We will be completing the document with the final two parts – wireframes, mockups and pseudocode. Please bring hard copies to class, be prepared to discuss.

Wireframes – Make diagrams showing the structure and functionality of the pages of your website. Include your homepage and one of each other page type.

Mockups – Come up with two different, distinct design directions. Use Illustrator or a similar program to create a mockup for each, including at minimum, the homepage and one additional page. Consider typography, imagery, color.

Before you start writing code it is always a good idea to write a pseudocode version of what you program will do. Consider how a page can build itself in time, and the difference between navigating to a new page, and updating a page behind the scenes in code.

“If user presses X button, change background image and set text in div y to ‘blah blah blah’”.

Pseudocode - Write down at least 4 examples of the code that will be implemented in your project.

Part 3: Final website

The final part is to build the site you've design with HTML, CSS and Javascript. I would suggest doing this in steps, something like this:

  1. Create an HTML file for each page (home page and main story page could be enough).
  2. Add a stylesheet and define the basic layout of your pages.
  3. Create javascript functions and test them out.
  4. Populate the HTML with content.
  5. Further implement the design with CSS, tweaking HTML and JS as necessary.
  6. Test with users, iterate as necessary.

The final version should have at least 12 interactions. Your site should adhere to your original goals. At minimum, it should look correct at standard laptop and desktop scales. You will present your site to the class, followed by a feedback and critique. In your presentation you will want to make clear the concept, functionality, and structure of the site, as well as where you could see taking it further in the future.

Project 3: P5.js

This final project will be a group assignment. You will work in groups of 2 or 3, you will chose a topic of your choice and build an interactive web experience that in some way explores your concept. Your topic can be something we’ve looked at in class which you wish to explore deeper if you wish.

Part 1: Topic presentation

Once you have selected a topic or issue, create a pecha kucha presentation to share in class on 10/23. Your pecha kucha will have 10 slides for 20 seconds each, for a total of 200 seconds (about 3.5 mins). In your presentation, you should introduce the topic, help us understand why we should care, and share your point of view on it. All of you will present the pecha kucha together, so divide up who talks about which slide.

Part 2: Concept/Research

Think of a way to explore your topic with or through the internet. Consider what it is that you want to investigate/explore. Consider the scale of your work, your project can be a finished project or a working prototype for a proposal. You will prepare a document which outlines your research and project proposal.

Things to consider:

Who is your audience?
What do you wish your audience to take away?
What is the most adequate form for your project (website - mobile or desktop-, installation, other)?
What API’s might be of use for you?
Show don’t tell?
What is the scale of the work?
Division of labor.

Part 3: Final Project

All projects will be assessed with respect to your original proposals. Depending on the scope teams will present their websites, installation prototypes, etc, followed by critical responses.