The other day I was watching
Antitrust and I got inspired. In the opening credits there is a bunch of html code used for artwork, and a good portion of the movie is centered around programmers and looking at code. So I thought I would find a way to use my source code as artwork. I got to thinking about it, and how I would go about doing it in an arty way in Pasture without being distracting, but being intriguing instead. I decided I wanted to put the source code in small characters behind the actual content of the page, as well as having the characters match the background of the page to sort of help camouflage them . So i was
thinking sure thats not hard ill just make a div and then make the characters white, and then semi transparent that shouldn't be too hard. Well as it turns out in css/html there seems to be no way to make characters semitransparent. you can make a div semi transparent, but the characters themselves seem to be a different ballgame from what i could tell. So i was stuck. Then I got to thinking about dynamic image generation, and how you can have transparent backgrounds and semi transparent writing on it, so then I had it figured out!
Check it out:
http://pasture.sourceforge.net/pasturedemo/index.phpNotice the top of the code is a different shade than the bottom part of the code, that is totally because of the background of the page

The pages don't display quite right in IE7 at the moment, I haven't got that far. But if you are using Firefox or Chrome or another browser it should work fine. In the future, it will be an optional feature as I figure some users might find it distracting or there might be bandwidth and processing time issues that would be better spent on something else.
What do you think? cool? silly? completely retarded?