Monthly Archive for October, 2003

Panther Printing

Being the crazy early adopter that I am (do NOT try this at home), I installed Mac OSX 10.3 Panther the night it went on sale (we went to the launch at the Apple Store). I love it — one great new feature is an enhanced printing system, which includes the return of Desktop Printers (apple’s slowly putting back all of OS9’s functionality), better windows printing, and overall better compatibility using the Gimp Print open source drivers.

Despite the improvements, one problem I had was that my Brother HL-5040 printer was not working after the upgrade. Read on to find the solution!
Continue reading ‘Panther Printing’

About Money.

So I’ve been performing in this kids show at the Atlantic Theater, which I’ve mentioned previously. Thanks in part to some great press (nytimes pdf, we’ve recently been asked to potentially do two more performances — which I’ve agreed to, gladly, but it’s gotten me thinking about money, since none of us actors are being paid.

I’m definitely game for the extension of the show — I have loved doing the play and working with the fantastic cast, an awesome director, and all the wonderful crew, designers, and staff at the Atlantic. I’m excited to have the opportunity to keep it going.

And while I’ll do it either way, maybe Atlantic will find a way to pony up some cash for us actors — nothing huge, even a ‘travel stipend’ or something would just be a huge show of respect and support, don’tcha think?
Continue reading ‘About Money.’

Pumpkin Carvin’

Lady of the Pumpkin
Check out the Pumpkin I carved at michael’s pumpkin carvin’ party.

Siegfried and Roy Tiger Attack Footage.

Thought everyone should see this. An important lesson for all:

Click Below to view:
Roy attack footage

It’s the day of the show, y’all!

Alexander cardJust wanted to let everyone know about the play I’m doing, Alexander and the Terrible, Horrible, No Good, Very Bad Day. It’s at the Atlantic Theater, saturday and sunday mornings through Nov. 2, and in case you couldn’t figure it out, it’s a kids show, but fun for all ages! Click Here for the details!

God Bless Javascript.

I’ve been playing around with CSS layer positioning in my web designs lately — it’s so powerful and simple, but the real problem is some major inconsistencies across browsers. Namely, the “position:fixed” element — to place a DIV in a consistent location on the page, regardless of the browser’s window size or scroll position.

The biggest problem is that it doesn’t work in Windows Internet Explorer 5 or 6! Works beautifully in Apple’s Safari (my browser of choice) and Mozilla/Firebird/Camino etc. And while it works in IE5 on the mac, there’s a major bug that causes any links within a fixed layer not to work.

There are a number of purely CSS hacks (here and here, for example) that I tried to no avail, so I finally decided I’d try a javascript route. I managed to do it, and while it’s not as elegant as pure CSS, it works! Read on to see how I did it.

Continue reading ‘God Bless Javascript.’