Problem Set 4

Question 1

Question 2

Question 3 (ORINIGAL)

Question 3 Remix

Question 4

For some reason the original sketch for the remix wont load. I posted the code, but its the code for the gradient with the text.

I didn’t understand question 5, therefore I didn’t finish it.

Problem Set 2

Here is my Problem Set 2

I was only able to finish the first four questions.

Question 1

Question 2

Question 3

Question 4

Problem Set 1

Here is my first attempt at creating shapes and such on Processing!

PS1

PS2

PS3

PS4

PS5

PS6

My Website

CLICK HERE FOR MY WEBSITE!

:)

Audio Project

Audio Project Proposal

Audio Project Script

 

Credits

Voice 1: Rubani Kalra

Voice 2: Anuroop Kalra

Sound Effects Sampled From: Youtube (http://www.youtube.com/watch?v=hFU8LzWDsXM)

 

Review 2: Podcast

This is a podcast I did for my Intro to Media Experience Design class.

Exercise 7: Optimizing Your Webpage

BY: Brian and Rubani                                        (November 14th 2011)

How do you optimize video for the web and incorporate it in your web page?

After being rendered, video files use up a lot of disk space. They must be compressed into smaller files, and in order to do so, we must compress them to low-resolution files such as MPEG-4 or a low quality AVI file. FLV files work well too, but hosting sites such as Youtube don’t support these files. More

Exercise 8: SEO

By: Kim Sipkins, Natalie DeCoste, Rubani Kalra, Vanessa Faienza

How can you optimize html tags for SEO?

Optimizing HTML tags lie title tags, header tags and ALT text can be modified so your website is the first to appear when searched in a search engine. Title tags use keywords and every webpage should have a title tag.

Good title tag:
<title>SEO (search engine optimization)</title>

More

Exercise 6: CSS Three Column Liquid Layout

PART 3 of Exercise 6!

*THIS BLOG IS A PLACEHOLDER FOR A LINK TO THE CSS LIQUID LAYOUT WEBPAGE*

*WASN’T ABLE TO DO THIS ASSIGNMENT*

Exercise 6: CSS

PART 1:
 
Through examples, explain the difference between external style sheet, internal style sheet and inline style, when is it better to use one over the other?
Style sheets are a form of separation of presentation and content for web design. The mark-up of a webpage in a style sheet contains the pages semantic content and structure; it does not define its visual layout (style).
The three ways of inserting a style sheet are by using either an 1). external style sheet, an 2). internal style sheet, or an 3). inline style.
External Style Sheet: ESS allows us to change the look of an entire Web site by changing one file. It is ideal to use when the style is to be applied to many pages. When wanting to change the look by changing just one file, each page must link to the style sheet using the <link>… tag. The <link> tag goes inside the ‘head’ section:
More

Previous Older Entries

Follow

Get every new post delivered to your Inbox.