Tag Archives: Software Dev

SD West 2008

I think I may have mentioned it in passing recently on here, but I’m gearing up for SD West 2008 next week and I’m really looking forward to it. Based on the last time I went, I think this is … Continue reading

Posted in Blog Posts | Tagged , | Leave a comment

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

Google Reader ups their web 2.0 cred

An entry this week on the Google Reader blog describes their latest improvements to the software, and includes this helpful meter for judging their hipness factor:

Posted in Blog Posts | Tagged , , | Leave a comment