These next two links courtesy of Chris Ashley:
http://www.advancedpoetx.com/ (Siegfried Holzbauer is an Austrian visual artist often using language as a way to generate blocky HTML images- working in the Concrete Poetry vein.)
http://www.donrelyea.com/algorithmic_art.htm (Don Relyea is an artist and musician who is a real life accomplished programmer and writes his own software to create digital images from scratch or from other sources, like photos. He makes a lot of work. A couple of years ago he wrote The Reductionizer, which converts jpegs into html tables http://www.donrelyea.com/reductionizer_project.htm he says he got the idea of this by seeing some of Chris Ashley's tables that have a background image)
So we need an HTML primer here since using Dreamweaver teaches us nothing.
(For the students who know HTML: http://looksee.chrisashley.net/archives/603 Download the source and create an HTML file on your desktop, isolate the actual image and start playing with the values.)
For the rest of you:
1. Open a new plain text document
Mac users: open Text Edit, hit Command-Shift-T (or Format -> Make Plain Text)
PC users: open Notepad
2. Write the following code in the document:
<html>
<head> <title> hello, world! </title> </head>
<body>
Hello, World!
</body>
</html>
3. Save the document as index.html on your Desktop
4. In your favorite web browser, go to File -> Open File and open index.html
Check out these tags for manipulationg text:
<b>hi</b> hi
<i>hi</i> < hi
What are all these < and > things doing here? When you place a certain thing within these you are making something known as a tag. For example the <b> tag is saying to start bold text, and the </b> tag is saying to stop bold text. The tag with the slash (/) is known as the closing tag. Many opening tags require a following closing tag, but not all do. Tags make up the entire structure of an HTML document.
A more advanced tag for maipulating text:
Right click the image you want and save it to that folder.
to load your image onto your page, you use the 'img src' tag:
<img src="library/confidence.jpg"> (you don't need to close an image tag)
The "/" you see in web addresses represent folders, so if you have a jpg image called "luisvuiton.jpg" in a folder called "library" (which is a good practice..), that's why the tag reads: <img src="library/luisvuiton.jpg">
This file is stored 'locally'. "library/luisvuiton.jpg" is the pathname to the file.
On a web page, the image resides on a server so you would write the pathname so that the browser can find the image and load it. It's a 'remote' file.
As well, since 1994, I have been a professional childrens' game and software programmer, working on games initially for delivery on CD-ROM, back when CD's were going to replace all the books on earth, and currently working on games for web delivery.
I'd like to make the point that in 1993 when, well into my adulthood, I first learned to turn on a computer I felt as though I was horribly late getting to a great party. You will feel like that as well, don't worry. If someone else tries to make you feel like that, tell them to piss off. (this is important technical advice)
Dragan Espenschied quote:
From: Gravity
"The pressure to be up to date with technology appears insane to me. It doesn't bring any more beauty or pleasure. Instead it creates things that are hard to understand
and impossible to handle. So nobody can actually experience them beyond reading the artist's concept."
(quite rich considering that it comes from Rhizome) ([eta] I'm mocking Rhizome, not Dragan Espenschied)
“"Artists, too, have to compete with real world content far more captivating than anything they could come up with, which the Internet effectively gathers all in one place
(sneezing Pandas, etc). Two possible responses are (1) to continually rise above it through aesthetic and conceptual framing and posturing or (2) to disappear into it and
trust the viewer to ultimately sort out what's going on. The Web is a consumer's medium, not a producer's, so the artist is inexorably led to consumption as a "practice."
The degree of criticality can only be inferred, not implied."
Before we codify it any further-
- almost anyone can make one good piece that will pass as art,
- humbling to see what is being done by people who don’t position themselves as artists
Intro to what non-artists are doing first of all on image boards department:
- an initialism for "You're The Man Now, Dog", is an online community centered on the creation of hosted web pages (known within the community as YTMNDs
or sites)
Aleksandra Domanovic ( Kieslowski (tracking colors) from Blue White and red)
Three Colours (Polish: Trzy kolory) is the collective title of three films directed by Krzysztof Kieślowski, two made in French and one primarily in Polish: Trois couleurs:
Bleu (Three Colours: Blue) (1993), Trzy kolory: Biały (Three Colours: White) (in French: Blanc) (1994), and Trois couleurs: Rouge (Three Colours: Red) (1994).
http://aleksandradomanovic.com/Kieslowski.html
Collection assignment minimum 25, max 50.
Lists of things that are invested with meaning. Must be compelling for you or it won’t be for me.
Low brow or high brow as you want . No kitteh with earphones. I'm tired of them.
Self curating assignment a group show of jpegs where you have positioned your own work inside. (4 or more artists, can be contemporary or historical)
All assignments will be viewable on a web browser
Over all, we will be looking at a lot of dynamic artists' sites, interspersed with a few technical instructables
contingent upon your current skills. There will be very little writing required. You don't want to write it and I sure don't want to read it.
Marks will be based on a system similar to Olympic Ice-dance judging.