Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

September 2009 - Posts

Windows Mobile remote connection with VPN

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 image

- Install MyMobiler.exe and connect to your pc

- Follow these step

image image image image image

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.

image image image image

I never had any issue with above approach ..Good luck

Thanks,

Suresh Behera



CTRL + V VS Paste on Windows Mobile

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 smile_wink

image

Suresh Behera

Technorati Tags: ,


ArrayList from JavaScript

Nice way of doing ArrayList from javascript,Check this out.
http://www.koders.com/javascript/fid32ECAD6CCE114257D4044549E14ABCEC1332DF7E.aspx?s=array

Suresh Behera

Technorati Tags:


Debugging device using alert

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



Rankings - Doing Business in different country - The World Bank Group

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:
Explanation of how the Ease of Doing Business Index and the sub-indices are calculated.
image
Starting Business:
 image
Getting Credit:
image
Good luck for your business,Post you comment what you think ?

Suresh Behera

More Posts