Archive for May, 2007

The Web is Lame or Where's the Emotion?

Wednesday, May 23rd, 2007

I am working on my 3rd feature length screenplay. After several months of working on random songs here and there, I have also been toying with the idea of putting together a 5 song EP. Both of these ventures have lead me to thinking about emotion, and, when you get right down to it, how emotion on some level has to be present to create a great album, movie, or novel.

I am more or less an interactive designer by trade, though I will admit that I do so many different things this title is a little misleading. I spent the first 5 years of my career doing primarily graphic design and graphic art direction, even though I was trained in interactive design. This is all to say that I have some perspective.

My initial thinking about emotion was as it relates to graphic design, and static art (paintings, sculptures and such). Can static art provoke emotions? Sure. How about graphic design? This one is a little bit more difficult, and my ultimate answer is yes…and no. Let me explain.

I feel, and have always felt, that there is a distinction between graphic design and graphic art. My thinking is certainly not as strict as the typesetter vs. graphic design split that is championed by many of the Cranbrook folks. James Victore’s work is graphic art. A great deal of the work that comes out of Pentagram is graphic art. Same goes for JNL Design. Aside from the good ones, most standard ad agency work is graphic design, or typesetting. It is boring, not thoughtful, and in general was design by rules rather than passion. Having worked in the field, and having created only a few things that I feel qualify as graphic art, I know just how hard of a task it is to create graphic art, especially given particular confines (namely, a client).

(more…)

What if?

Wednesday, May 23rd, 2007

What if instead of universities, corporations had extensive training opportunities available to high school graduates. This programwould be most intense for the firest 2 or 3 years, but continued serveral years after that on a part-time basis. There would be a cost paid by the student for the years in which they are just learning, however, a pay-back contract could be sign where part of the students wages (once the student begins to work) are funneled into an account to pay for the preceding education. So, instead of going to state university, or vocational school, you would go to Google University or the Apple Academy of Computer Arts.

Certainly the Harvards and MITs of the world would still exist, but exclusively in pursuit of higher acadamia. And would primarily be privately and grant funded.

The reason I bring all of this up, is that i have long thought that there has been a devious trend in (especially) state education. As states continue to cut funding in an effort that will certainly result in self-sustaining educational institutions, State Universities are going corporate. We all know this will in turn lead to a large increase in admissions, a large decrease in the value of education, and ultimately a decrease in the level of preparedness of the graduating students. The state of education in the United States will come to a head in the next 10 to 20 years, give or take. How to solve the problems remains to be seen.

Thinking Sparked by: John Maeda

XHTML 1.0 Strict

Monday, May 14th, 2007

Well, I made the jump on  a recent coding job to validating everything as XHTML 1.0 Strict. I had been a holding out over a problem I had with the missing target attribute.  My thinking all along has been, “Hey, if I want somebody to leave my site without leaving my page entirely, that’s my choice not theirs.” After much thought, I have decided that it is better to give control back to the user. If they want to leave the site … fine. If not, it is easy enough for them to open the link in a new window or tab without any fuss.

So, do I miss the target? Nah, I think I’ve hit it spot-on.

R.I.P. Pudge

Tuesday, May 8th, 2007

In general, I try not to use this space for personal stuff. However, an old college friend of mine passed away last weekend at an age that was entirely too young. He left behind a wife, a daughter, and a long list of good friends. As a result of his passing, I dug out this old image from my photography days. Here’s to you, Pudge.

Jason Lee Phillips
07/23/1977 – 04/29/2007

Pudge

Top v. Text-Indent

Thursday, May 3rd, 2007

I have just finished recoding the HerbergerOnline services page to clean everything up, and add a ton of accessibility features. One of these features was the inclusion of “Skip to Navigation” for the sake of screereaders. The links are positioned off the page by using absolute positioning. When I went to test on IE7, I noticed that it was generating a horizontal scrollbar along the bottom of the page…nasty. I very rarely care about what IE(any version) does, just so long as the site functions and looks OK. I did, however, want to figure out what was up. So, I loaded up Mezzoblue (Dave Shea) as I knew he used similar functionality and found that his page was creating no such scroller. What’s the deal, yo?

The deal is that I was using text-indent: -9999px;. Mr. Shea was using top: -9999px. This positions up instead of out, and solves the problem. So, lesson learned.