Monthly Archives: July 2007

Dynamic radio buttons in IE

Man do I hate IE. You’d think that creating a radio button in javascript would be as easy as something like this: var radioButton = document.createElement(‘input’); radioButton.id = ‘RadioButtonList_1′; radioButton.name = ‘RadioButtonList’; radioButton.type = ‘radio’; parentElement.appendChild(radioButton); but, no – that … Continue reading

Posted in Blog Posts | Tagged , , | 4 Comments

Airplane seating

I’m sure that frequent readers here are probably sick of me talking about how much I prefer JetBlue over all other airlines, but I couldn’t resist posting this picture. Sure, the individual DirectTV televisions in the back of every seat … Continue reading

Posted in Blog Posts | Tagged | 6 Comments