Good News: I WON Opera Travel Widget Contest
I am feeling really delighted to tell that I have won the Opera Travel Widget Contest with my entry Travel Mate. As a grand prize I will also be getting a Windows Mobile Phone from Opera soon.
Major reasons for Travel Mate’s success as specified by Opera were very positive user reviews, high ratings, its simplicity and usefulness. I am really thankful to all those who helped me by using Travel Mate and by giving their feedback.
After winning this contest I am feeling the same spirit in me, I started with few years ago.
And now I will continue with the same spirit and move towards achieving my objectives in life.
Public announcement by Opera | Travel Mate’s blog
Developed at Vinsol

I am currently working at Vinsol (Vinayak Solutions Pvt. Ltd.) and I would like to share my experience that I had with my colleagues while developing Travel Mate.
All of us work like a team and it was really enjoyable to talk with others and get their views, I can still remember Gaurav telling me again and again to make the widget look more prettier and he actually did wanted to help me by making the design. But unfortunately I could not manage to have it in the first release.
And yes I don’t even remember how many times Sid would have told me about increasing the size of widget so that he could see the map properly.
Then Rishav, he actually did serious stress testing of my widget, may be for fun so that he could tease me, but that really helped. Thanks to his testing that I added rounding off in currency converter.
Everyone constant feedback really helped me make Travel Mate a highly user friendly widget.
Thanks to all of you
Travel Mate now ready to travel with you
After several nights of hard work and research I proudly announce the release of Travel Mate.
http://widgets.opera.com/widget/6945
Problem with navigating Google Map with mouse
I faced this problem while implementing Google maps in Travel Mate that is, if I would click on the map and try to drag it to view other areas on map it would move the entire widget. Seems like this is a property of widget that if we try to click any where on the widget and drag it then it moves the entire widget.
So I after searching on internet the solution I found is:
#mapContainer {
/* This required to stop the widget from dragging while the user tries to drag the map */
-apple-dashboard-region:dashboard-region(control rectangle 0px 0px 0px 0px);
}
The web pages I found useful are:
http://widgets.opera.com/widget/5982 (In comments)
Actual Documentation From Apple Dashboard


