Sponsorised links
October 2009
August 2009
Sponsorised links
July 2009
Blog / Website translation button
Add automatic translation into 43 languages to your website or blog in just one minute with a free translation button.
June 2009
May 2009
Dynamically Created Radio Buttons - Another IE Gotcha
As soon as I think I have it all worked out I bump into another oddity between Firefox and IE and handling the DOM. Specifically adding a radio button (or set of them) dynamically.
My initial javascript went something like this:
# var rdo = document.createElement('input');
# rdo.type = 'radio';
# rdo.id = 'someUniqueID';
# rdo.name = 'myRadio';
# rdo.value = 1;
#
# myDocumentsBody.appendChild(rdo);
This almost worked perfectly. The input was added, it was a radio button, but it was totally unselectable. I could select it via javascript but the normal "click" event didn't cause the radio button to assume the "selected" state in IE? What gives?
April 2009
March 2009
February 2009
December 2008
November 2008
July 2008
Shiny Orb Button / Icon
Tutorial demonstrates a shiny glass orb button or icon using Adobe Photoshop and explains how to style the icon within the button to achieve fully 3D glass marble button effect.
