Archive

Archive for March, 2006

IFRAME Roger Rabbit

March 28th, 2006

Let me save some lucky randomly-visiting developer a ton of time:

If you ever have to open a pop-up window from within an iframe, make sure you call it using onClick (not by href) or Internet Explorer won’t open it. IE will open it in the iframe or (sometimes) not at all. Either way seems to work in Firefox.

In summary:

INCORRECT:
<a href=”javascript:window.open(‘http://www.flawlesswalrus.com’, ‘newWin’, ‘width=300′)”>Click to pop</a>

CORRECT:
<a href=”void();” onclick=”window.open(‘http://www.flawlesswalrus.com’, ‘newWin’, ‘width=300′)”>Click to pop</a>

Webcam

March 26th, 2006

My webcam fudged the sheets, so there goes that.

Big Baby

March 26th, 2006

I can’t be the only one who heard LSU’s Glen Davis (AKA “Big Baby”, aka “Baby Shaq”) say “motherfuckers” about 5 times while celebrating after LSU beat Texas on Saturday.

National television, CBS, crystal clear obcenities…

Let’s see how this plays out.

People Look Like Other People To Me

March 21st, 2006

It’s a problem, really.

Here’s Alfonso Soriano and 50 Cent:

Image Hosted by ImageShack.usImage Hosted by ImageShack.us