September 2009 - Posts
Following are few step to connect your device with VPN. Make sure your firewall is open for active sync.
- The whole magic will only work if your on connected mode with active sync.It should show connected like a little green icon
- Install MyMobiler.exe and connect to your pc
- Follow these step
When you want wireless change connection setting to wireless not “My work Network”..It should work.when you change to wireless make sure you have provided right user id and password.
I never had any issue with above approach ..Good luck
Thanks,
Suresh Behera
Well,this sounds funny but it is true. Many time it happens that your Ctrl+ V does not work on windows mobile but if you try right click and paste it works.I am not sure what logic behind but i am able to reproduce dozen of time.This is true on vice versa too.
Good luck with your Ctrl+V 
Suresh Behera
Well debugging device(windows mobile) based application is big pain.The only way to debug webpage is using JavaScript.Well,so far so good but putting alert inside loop is again a hurdles for developer.Here is a nice way to escape this..thanks to TUMUSKI for putting it all together,
1: function alert(message) {
2: var delay = 5000; // 5 seconds
3: if (!alert.block) {
4: message += "\n\n* Click 'OK' to dismiss this alert." +
5: "\n* Click 'Cancel' to quell runaway alerts for " +
6: (delay / 1000) + " seconds.";
7: alert.block = !confirm(message);
8: if (alert.block) {
9: setTimeout("alert.block = false;", delay);
10: }
11: }
12: }
Have a fun while coding..
Suresh Behera
Economies are ranked on their ease of doing business, from 1 – 183, with first place being the best. A high ranking on the ease of doing business index means the regulatory environment is conducive to the operation of business. This index averages the country's percentile rankings on 10 topics, made up of a variety of indicators, giving equal weight to each topic. The rankings are from the Doing Business 2010 report, covering the period June 2008 through May 2009.
Rankings - Doing Business - The World Bank Group
Ranking Methodology:
Starting Business:
Getting Credit:
Good luck for your business,Post you comment what you think ?
Suresh Behera
More Posts