Flash Movie Contest
Hey everyone, just wanted to tell all of you about a flash contest...if you have time in between all of the school work. The info is at this site Flash Movie Contest 2006.
Hey everyone, just wanted to tell all of you about a flash contest...if you have time in between all of the school work. The info is at this site Flash Movie Contest 2006.
At the end of class yesterday a few of us were talking about ways to specify different styles for different parts of a web page. I put together a very simple (and very ugly) example page on "contextual selectors" in CSS. Compare the source code (which you can find by following any of the hyperlinks on the page) with the HTML source to see how various "class" assignments and nesting techniques can give you more flexibility with your styles. There are a few different approaches to this issue, each with its own problems depending upon the structure of the particular page. Experiment and find what works for you.
I decided to post about the language of Errand Upon Which We Came because I realized a couple things shortly after leaving class, one of which is, upon returning home, the link to Mez’s piece does not work anymore for me, it says “file not found,” so I was kind of stuck with the Errand piece, but I did find some interesting stuff.
Of the three selections for today's class, I enjoyed "V:Vniverse" the most. The simple design and random navigation sequence complement one another without compromising coherence and meaning. It struck me that "V:Vniverse" also illustrates Matt Gorbet's point that "the success of [a work] depends precisely on the sense of control afforded by the simple and phsyically familiar interactions" (FP 218). Relying solely on lines and numbers, constellations and stars, this text does not make use of complicated graphics, as "][ad][dressed in a Skin C.ode" does, nor does it visually abuse the viewer as "Errand Upon Which We Came" does. The viewer is left to enjoy the constellations, to read the coherent and legible sentences in peace and to navigate via mouse and/or number pad.
][ad][dressed in a Skin C.ode repeatedly hung-up on my computer all weekend. As this it the first piece that I have had problems with, I'm guessing it has something to do with the way it was constructed or written. That being said, the little that I was able to see before Explorer stopped responding had too much code looking stuff for my taste. I disliked dealing with code in 1980 when I had a vic-20 and that hasn’t changed in 26 years. Like other forms of art, it’s not my bag so I’m tempted to skip trying to make some sense of this work on another machine.
public class Mez extends CodePoet {
protected Text generate(Text orig) {
orig.insertInitial(this.getNextEmailHeader());
while (orig.isCoherent()) {
orig.insertRandom("][");
orig.insertRandom(Dictionary.COMPSCI);
orig.insertRandom(Dictionary.BIOLOGY);
orig = this.obfuscate(orig);
}
return orig;
}
}
"Hollowbound Book" has to be one of my all time favorite works! The elegance and 'class' of the work as a whole made experiencing it and interacting with it an absolute joy, while the music, graphic details and actual content complemented one another beautifully. It was also especially satisfying to see three major themes of digital literature, as laid out by Hayles, brought to life by Loyer. Those themes - remediation, kinesthetic involvement and materiality - were subtly intertwined in the work, yet concretely thought provoking.
Sorry that I missed your presentation Sheela Jane, wouldn’t have missed that for the world, except it was an emergency. Hope you (and everyone else) had a great Valentine’s Day!
These pieces of digital literature reminded me of previous works that I’ve experienced. Each one seemed to use a devise that was used in my earlier reading. The advantage to this was that I needed to spend less time learning how to interact with the pieces and could spend more time reading, interacting with them and reacting to them.
I really enjoyed Loyer's piece. I think I found my heart beating to the same beat as the red dot that appears in the beginning. I like how the music makes it seem like there's something more to expect...the music makes it seem like something is going to pop out of somewhere.
A common theme of this week's works seems to be that they highlight their own "inscription technology", the medium in which they are conceived.
[I apologize for this being late. I guess I was busy reading my classmates reactions and forgot to post my own. I realized when looking for feedback that I hadn't posted yet.]
Oddly, I had to write up something for my ICS students about how to do a screen capture today. During that, I found out that Paint on Windows XP will now save GIF, JPG, and PNG formats! In the past, it could only handle BMP (bitmaps), which are huge files that you don't want to put on any website.
Prnt Scrn or "Alt + Prnt Scrn" to copy the image (as demo-ed in class). Then open Paint, and hit Ctrl-V (or go up to Edit->Paste). And save!I can honestly say that I admire this site. It works with sentences in a way that makes a reader realize that by changing one sentence in a paragraph the meaning of the paragraph changes also. The navigation system reminds me of the Don't Click It Project. It takes additional thought to not click on what I perceive as a link versus clicking on the link to move on or change lexia.
Since Miss DMZ moves at a slow enough pace to allow people to comfortably read it, as opposed to DAKOTA and many other of the Young Hae Chang narratives, I managed to sit through the whole thing. I have no doubt that the design of the page was to allow for easier reading, although it may move fast enough to turn some people off. One helpful tip to reading Young Hae Chang sites... move your head back from the monitor. The text is often so large, that your impulse to lean forward in order to read the speedy text is counteracted by the fact that the text is often so large, it becomes harder to read the closer your head sits to the screen.
I liked These Waves of Girls in spite of its hypertext structure, largely due to the grace of the writing and the power of the underlying "story" (or rather, the "narrative images"). The hierarchial overview found on some of the pages, with short linear stories from there, were the easiest to comprehend. I found the mix of images and sound to be somewhat discordant, since the text and formatting was so different between pages (and the sound wouldn't play through my plugin). However, some of them were enjoyable. The trip though the glass window of the security door was memorable.
It amazes, excites and inspires me that black text, a white background and a stirring instrumental soundtrack can be so powerfully moving. To me, "Miss DMZ" represents one of the most fascinating aspects of digital literature - a deceptively 'simple' use of digital media to incorporate "coherence, causality, and closure" while simultaneously providing mental, visual, literary and auditory challlenges.
These Waves of Girls created by Caitlin Fisher is a good example of digital literature that seems continuous and non-linear. Like many of the other pieces we've seen like Hermeticon and Lexia to Perplexia, this work had many different links embedded within the text. These links would lead to totally different subtexts or sometimes subtexts that added context and background to the text you were reading previous to clicking on the link. At first, I didn't know what to do at the inital webpage of These Waves of Girls, and after waiting for about 15 seconds, a new page loaded up in my browser. There were several options that were given at the second webpage that were doorways to different pieces of digital text.
When I first heard the title, First Person, I did not even put two and two together to form the phrase “first person shooter.” I use this phrase at least five times a week describing some game or another to friends online or in person, and I thought it really odd I did not notice this about the title. I believe that first person shooters are the equivalent of using the first person to write a book, it puts you into the story just a little bit more.
Michael has been asking about how to set the margins around images for word wrap in HTML. One solution is to create an element in the CSS for the image and then assign that element a specific margin value.