Posted by: doxaras on: November 5, 2009
OK most of you are aware that I am in the proposal writing industry (yiap, innovation and project writing defines a multibillion industry) and I ahve to admit there is no tool as inspiring as google RSS reader. My feeds span all the ne and emerging technology fields, so I digest more that 2000 feeds [...]
Posted by: doxaras on: November 5, 2009
Some ie6 bug prevent from properly clearing the options of a select html element. This is an issue the actual length that myselect.options.length statement returns. The smart way to do this is with a while loop.
function removeSelects(elementId){ var myselect = document.getElementById(elementId); for(var i=0; i<myselect.options.length; i++){ myselect.options[i] = null; } while (myselect.options.length > 0) { [...]
Posted by: doxaras on: November 5, 2009
Multitasking was warhiped in the
Multitaskers are suckers for irrelevancy. Everything distracts them.
The irony is that even this partivcualr blog post is a product of multitasking in the irrelevancy playground. [via]
Posted by: doxaras on: November 5, 2009
Sometimes a universal conjunction happens and you appear to be in the middle. Yesterday my S3Fox FF pluggin was denying me the privilege to create a bucket located in Amazon’s Europe datacenter. Seemed to be a mallformed encoding issue on the url post of my secter key from the client. I figured what the hell, [...]