Quantum Thoughts

Archive for November 5th, 2009

RSS Reader Feeds as an inspiration tool.

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 [...]

Quickie. Empty select.

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) {                    [...]

Multitasking and other Business urban legends.

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]

A very strange coincidence.

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, [...]


Flickr Photos

1236774486863

HPIM2363

HPIM2362

HPIM2359

More Photos

My Bookmarks

 

November 2009
M T W T F S S
« Oct   Dec »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Blog Stats

  • 26,443 hits