« December 2006 | Main | February 2007 »

January 31, 2007

First Assignment- Ajax

These were the exercises:

Exc 1: Everybody should design a simple page HTML by hand! It doesn't need to look fancy, it's much more important that you learn how to build a page from scratch and add link to your stylesheet and your javascript code. There should be no styling information in the HTML only in the CSS. Set up a onload function that calls a javascript function that does something interesting. It change at least one thing on the page by using document.getElementById along with changing the returned node's style property.

Exc 2: Purely in javascript design a class and subclass to demonstrate that you understand the concept. The subclass should utilize the inheritance code that I showed in class. This should just be a javascript file which I can copy and paste into Firebug and run.

Exc 3: Write a short script that modifies a popular site in an interest way. This should be a javascript file that I can run on a URL that you specify.


For exercise number one check out this mock-up of the freeformed settings page. And here is the javascript. Also, you can find the css here.

For exercise two, here is the javascript file. Copy and paste it into firebug and check it out. Very simple, but I understand it (which is important).

For exercise three, what I really wanted to do was delete myspace by turning it all white. But after many hours of trying to figure it out I decided to settle on giving facebook a modernist face lift (works best if you school over the jumbled letters). Here is the javascript to put into firebug.

January 29, 2007

Windows

Here is my thoughts in response to this essay about the function of windows on the Urban Computing blog:

I think it is very interesting to contemplate the idea that windows can be both physical and virtual. I have always thought of windows as a point of visual tension between two functionally different places and perspectives, an access point of energy between the extention of vision and its restriction. It is interesting to define the function of a window as an object that allows for the process of looking in, looking out and looking through, yet to me this process is at times a simultaneous one. In the physical world, windows are often made of glass, or other materials that allow light to enter and exit a space. But glass also allows for the reflection of light, not in the sense of a mirror of course, where the reflection is almost always a reversed image of the same thing, but in the sense that the process of seeing and being seen coexist. If you are looking in or out, particulariy at certain times of day when the light has a certain quality, what you end up seeing in effect is not the 'outside' but a small portion of the outside combined with an image of yourself looking and effectively what is behind you and surrounding you. The ability to see the combination changes, for the moment, the definition of the physical space you are in as well as the visual representation of what you are looking at.


I think this physical reality, which is simply a function of light and glass, brings up interesting ideas when considering the possibility of virtual windows. The existence of things in a virtual context that also exist in a physical one seem to me to represent this idea of simultaneous in and out. What happens in the virtual context can inform the physical and vice versa, yet they are functionally separate, existing on a different plane from each other. For instance, and perhaps this is not the greatest example, when we construct identities online in a social network context, what we are effectively creating is a window. What we do and who we are in a physical context informs what we do and who we are in a virtual one. Yet in the virtual context, there are varying degrees of visibility. People can look in and we can look out but what we see and what they see depends on how far the window is open or how much 'light' is allowed through.

As with any physical window, I think energy is created because it provides an extension of vision past a 'wall', because there is always the possibility that two worlds that exist on a different plane will collide (i.e. you will be seen) and because there is the distinct possibility that light will reflect and place you in the position of both looking in and looking out. This is not as obvious with virtual windows because as the essay states "a digital wall need not be perceptible - that what is new in our age is that the ability to block traffic across or access to a given region has been progressively decoupled from materiality". However, it seems that the "Hole in Space" project is maybe exactly that, a hole, rather then a window. Or if it is a window, then we have created a new virtual definition of window, where reflection is impossible, where all we are able to do essentially is look through, since looking in and looking out seems to imply that there is a consistent blur between the two. When this happens, what we see is more straight forward. The fact that people used 'Hole in Space" to see loved ones they had not seen in twenty years then is therefor not surprising.

Interactive Architecture at Eyebeam

This past Friday I attended the interactive architecture exhibit at Eyebeam. It was an interesting evening, although due the usual babysitting issues that occasionally arise I was not able to stay for the discussion period. Overall, I thought the last three presentations were very interesting. Some of the most finished projects of the night were created by Marek Walczak. Afterwards, I went to his apartment project and decided to try to create my own. Basically apartment allows a user to type in words. The words then begin to develop a architectural blueprint of an apartment placing the words in specific rooms based on their underlying theme. It doesn't necessarily work how you would expect it to, words that are 'not found' (I guess) go off into the background and certain words that you may expect to be in one place actually end up in another. I have a very large window in my apartment thanks to typing in the word 'cat' several times. I also apparently have a red dining room, although the sentence I typed in was 'blankets should always be red'. You can go snoop on my room if you like. Its called "I love my" (I was trying to say I love my daughter...but daughter immediately got placed in the living room..I think my daughter would have preferred a playroom but oh well). I also snooped on several other rooms. They tend to be very interesting to look at and it is quite addictive once you get started. Something is interesting here, although you do come away from the construction wanting more control. But perhaps the fact that you don't necessarily have the control you would expect to have is part of what is interesting.

I also found his 7 World Trade Center : Podium Light Wall to be quite interesting. This was more along the lines of the projects I had expected to see here. The light wall reminded me of the two beams of light that the city had constructed after the World Trade Center attack to represent the towers. The sentiment in that case was obvious, the sentiment here is perhaps not so obvious. From the videos he showed, it actually looks quite beautiful but I have to wonder if it is actually as moving in real physical space, especially in the context of that location. In talking to a few people after the show, most of whom were not native New Yorkers, they had not realized the location of the wall. That had me wondering if its location informed its design and if it would 'feel' right in that particular space. The concept is interesting but I'm not sure yet. I have plans to go down and see it within the next week since it is apparently working now.

Another interesting project he presented was the Dialog Table commissioned for the Walker Arts Center in Minneapolis, Minnesota. The dialog table is a 'shared interface where you use hand gestures to discover more about any data set.' The key is you don't touch the table at all. I believe the goal was to get people who didn't know each other to interact through use of the table. Apparently it has been successful in doing so, although I would love to actually see it in action.

The other two groups of people whose presentations I enjoyed were still in prototype phase. I was particularly interested in the River Glow project by David Benjamin and Soo-in Yang of the NYC architecture firm, The Living.. (I went to their site and there seems not to be very much documentation about the project on there). River Glow is basically a pod that sits in a body of water and measures the PH of the water and then transmits that information publicly through the use of a glowing light. The reason I found this so interesting is because it creates a public interface for something that previously had no accessible interface at all. Although I'm not sure if the function of River Glow would ultimately be a pretty light show or an informational tool, within the concept itself there is something there.

The project that I would most like to see actually enacted was Carmen Trudell and Jennifer Broutin's device that can be attached to any swinging door as a closure assembly to locally capture and redistribute energy. The energy generated from this device could then be used for other purposes such as assisting in lighting the building where it is located.

January 25, 2007

Myspace sells music

I would've thought, given that the initial motivation behind myspace was to promote bands and music, that this would've happened a long time ago. I know of several sites that have popped up over the last few years that allow unsigned artists to market their music, but this has been non-existant on the social networking giant...at least until now. I was alerted to this phenomenon through a bulletin from my friend's band Next Tribe in which they state that they will now be able to sell downloads of their songs for $1.44. Apparently this is possible due to a partnership between myspace and Snocap, a website that has been offering artists this service since 2005.

The player looks like this:

player.jpg

Interesting. I wonder if it will catch on.

January 22, 2007

Photographs from the Past

Some examples of my photography. These are some photographs from my final project entitled Obscurity or Obscure Demise from undergrad. They are monochrome C-prints, which basically means they are black and white negatives printed via color enlarger and color paper processing. They range in size from 11 by 17 to 16 by 20 and are mounted in plexi-glass. None of the pictures are digital or 'played' with in any way. They are mostly reflections in or through windows or views through doorways. They were taken in 2000 and 2001 in NYC and West Virginia. It struck me that these pictures correspond to the Urban Computing Class somewhat...not really sure how yet. More about this later....

365974437_dd7fabf48a.jpg

January 20, 2007

Project Idea for Cellphone Studio Class

Last semester I began work on an application to support a project that I have been working on since January of 2006, freeformed.org. The goal of the application was to make it easier for users with Java enabled phones to upload video and photographs to the freeformed site and to incorporate xml parsing to enable users to access their individual groups and subscribed circles directly from the application. Unfortunately, I ran into some difficulties. Each section of the application seemed to work separately but not when combined together. In this class I hope to finish the application, understand more about how to structure a J2ME application and also to incorporate what I am able to figure out into a new application that I want to create for the Aura project that I worked on with Nanna Halinen for the redial class last semester. This application will utilize many of the same features as well as some additional ones that I plan to incorporate by using the phones bluetooth device. I am not sure if I will be able to complete both applications this semester but I hope to at least feel more comfortable with J2ME. I found that, while the mobile application design class last semester covered some interesting topics (I was certainly excited to have Adam Greenfield as a guest speaker) I came out of the class having accomplished very little, despite working incredibly hard and reading two J2ME books cover to cover.

Thesis Blog

Blogs are so nice for documentation. So, I have a new one...specifically for thesis. Check it out.

January 16, 2007

This semester at ITP

Unfortunately, I have unintentionally neglected my poor blog over the last month. But, as of today, that will change. The new semester (the last semester) of ITP is upon me. I'm not sure whether to be thankful, nervous, upset or what....In any case, it will be a rough five months. Currently, I am registered for four classes, Thesis with Heather Greer, Ajax, Social Facts with Clay Shirky and Cellphone Java Development with Dan O'Sullivan. I am waitlisted for three classes but the only one I really want is Urban Computing being taught by Adam Greenfield, author of Everyware (I book I thoroughly enjoyed reading last semester for my mobile applications class. His visit to the class was probably the best part of the entire semester). I am seven on the waitlist and hoping that I will find some way to get myself in. We'll see.

In similar news, I also think I have decided on my thesis. More on this to come....