Problem Set 4
12 Apr 2012 Leave a Comment
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
07 Mar 2012 Leave a Comment
Here is my Problem Set 2
I was only able to finish the first four questions.
Problem Set 1
13 Feb 2012 Leave a Comment
in Intro to Media Experience Design
Here is my first attempt at creating shapes and such on Processing!
My Website
02 Dec 2011 Leave a Comment
in Research for Experience Design Tags: about me, contact, courses, portfolio, rubani kalra, website
Audio Project
29 Nov 2011 Leave a Comment
in Intro to Media Experience Design Tags: audio, audio project, intro to media experience design, project, vimeo
Credits
Voice 1: Rubani Kalra
Voice 2: Anuroop Kalra
Sound Effects Sampled From: Youtube (http://www.youtube.com/watch?v=hFU8LzWDsXM)
Review 2: Podcast
25 Nov 2011 Leave a Comment
in Intro to Media Experience Design Tags: audio, intro to media experience design, podcast, review 2
This is a podcast I did for my Intro to Media Experience Design class.
Exercise 7: Optimizing Your Webpage
24 Nov 2011 Leave a Comment
in Research for Experience Design Tags: exercise 7, how to, incorporate, optimizing, 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
24 Nov 2011 Leave a Comment
in Research for Experience Design Tags: engine, exercise 8, optimization, search, search engine optimization, 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>
Exercise 6: CSS Three Column Liquid Layout
24 Nov 2011 Leave a Comment
in Research for Experience Design Tags: CSS, CSS Three Column Liquid Layout, exercise 6, Liquid Layout, Three Column
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
24 Nov 2011 Leave a Comment
in Research for Experience Design Tags: CSS, exercise 6
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: