{#advanced_dlg.about_title}

Web 2.0 »

Sunday, January 28, 2007 | 0 Comments

The speed at which technology progresses never seizes to amaze me. Not more that 3 or 4 months ago I was looking at PageFlakes.I remember thinking to myself "here another one of these Web 2.0 wanna-be's". Everyone seemed to be getting into the "AJAX" band-wagon and all kind of websites were popping up and down their interpretation Web 2.0. Today, I once again decided to take a look at PageFlakes only to be very pleasantly surprised at the progress they have made in such a short period of time. To be quite honest, I still do not see the "... [More]

{#advanced_dlg.about_title}

Web 2.0 »

Sunday, January 28, 2007 | 0 Comments

I was doing some research this evening on some Office 2.0 applications (more on what these are later) and ran into a slew of AJAX based desktop-like web apps. Granted, I have known of websites like PageFlakes and konfabulator (now a Yahoo company) for a while now but it seems that more people keep on coming up with more of the same concept. The one thing that baffles me is how these folks are able to sustain such ventures without necessarily having a monetization strategy. Unless they are VC funded and plan on another YouTube-like buy-out, I am not able to see how th... [More]

{#advanced_dlg.about_title}

Shtuff »

Sunday, January 28, 2007 | 0 Comments

But finding a stellar product manager is even harder.   These questions  for product management candidates will help you determine if an individual is that 'real gem' you are looking for. One of executive recruiters recently contacted me and asked me to identify a series of questions which would help detect if a product manager is a real gem. My thoughts about a great product manager, better yet – an exceptional product manager: Is a convincing product champion. Exceptional product managers are excellent communicators who can engage the customer very ... [More]

{#advanced_dlg.about_title}

Shtuff »

Sunday, January 14, 2007 | 0 Comments

Go to any Webpage of your choice Clear your borwser's address bar Enter the following: javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0); You should try it of Flickr! Enjoy!