Monday, February 27, 2012

Verify Alertpay account and withdraw money

0 comments

alertpay logoNow I have been asked this question like hundreds of time: “How to verify and withdraw money from Alertpay?” and everytime I have rejected that question as I have no idea what AlertPay is? So this time I went deep down searching for the answer.
AlertPay is an online payment solution just like PayPal. The reason it’s widely popular to my readers is just because all of the Paid To Click sites pay the moneyusing AlertPay. I guess the PTC networks love alertpay. Now back to the solution on how to verify and withdraw money from alertpay. I went to their site and registered for a new account. Then I got a notification that my account is not verified.
If you have an online payment solution it needs to be verified for couple of reasons; first they need to know that you are a real user and you have valid identity, next they need a bank account or a credit card so that it can be used to send or load money through your online account.
AlertPay is better option because it supports Bangladeshi users; other than PayPal who don’t accept accounts from Bangladesh. Now when I went to the verification link I saw there are a couple of ways of verification. I choose credit card verification; my goal is to verify this account using my Payoneer prepaid debit mastercard -that I got from odesk.

So to do this, first I have to add a credit card. I clicked on the link on right top to add a credit card:
alertpay add a new credit card
After adding the card, now I have to verify it. Now I went to the verification area and selected credit card verification. Then I choose the card to verify, in this case I have only one card added to the account so I selected the default one:
alertpay - select a card to verify
Then I have to confirm all the details of that card in the next step:
alertpay confirm credit card details
After clicking next, I got this message:
alertpay wait 2-3 days to get the security code
So it said I will receive a special code in my account statement which I have to obtain for the next step. So now all I have to do is to wait 2-3 business days. So off I go.. in the mean time I worked on my blog and other client sites, watched TV, played games and then logged into my Payoneer account to see if AlertPay sent me the code? Yes they sent me a 4 digit code:
alertpay sent me the code in the statement
Now I took the code and went to AlertPay, opened the verification status to enter the code:
alertpay verifying the credit card using the secret code
Wala! My AlretPay account has been verified:
alertpay verification message
Now that I have verified the account, I can withdraw money (when I will have it) there are couple of ways to withdraw the money from your AlertPay account:
alertpay withdraw the funds
Since I have verified my credit card, I will just need to click on the credit card option and then proceed with the steps. Have to pay $5 charge and wait 2-3 business days to get the funds. Now I have a verified AlertPay account and I don’t know what to do with it, LOL.
Read more...

AlertPay Becomes Bangladesh's First Online Payment Service Provider!

0 comments

AlertPay becomes Bangladesh's first online payment platform! With their free AlertPay accounts, Bangladeshis can now receive online money transfers from anywhere in the world and deposit their funds directly into their bank accounts.




Now the global market opens up to Bangladesh because of AlertPay! Of course we're thrilled that family and friends living abroad can send their loved ones money in Bangladesh - international bank transfer withdrawal services are now easier and cheaper than ever before!

But what's really ground-breaking is that we're directly contributing to the growth of the freelancing/outsourcing market in Bangladesh! Before today, Bangladeshis living in Bangladesh but working for an international company had to go through a slow and costly process to receive their money. Now, with their AlertPay account, they can receive international funds online and transfer their money directly into their local bank account in Taka!

Basis Soft Expo 2012

AlertPay will be at the BASIS Soft Expo 2012 February 22-26, 2012, at the Bangabandhu International Conference Center, for the official AlertPay launch in Bangladesh. BASIS, the Bangladesh Association of Software and Information Services, is the country ‘s largest association for technology professionals and represents over 600 software and IT companies.

If you're in the neighborhood, drop by and visit our booth in the Mobile Applications & Solutions zone, Booth #M-04!
Read more...

Monday, January 16, 2012

Popup jQuery For Facebook LikeBox

0 comments

This widget pops up a jQuery window containing Facebook likebox as soon as a new visitor arrives. This plugin can be added to both Blogger Blogs and Wordpress. I am using here the same jQuery effect introduced by sidhart in JQuery Popup Just Like Aweber Subscription Form. Lightbox effects like this one can be widely seen on many blogs now. It will help you increase your Facebook Fans greatly and our previous version will surely increase the number of your RSS subscribers. In my next tutorials I will make sure to make it more interactive with social media links and a complete version with everything you may need.

I will not be providing a DEMO for this because you can try it live in our HTML Editor to see how it works.

Tip: Copy the code given in step#4 and paste it inside this editor.


Try it now!
How it works?

This popup appears only once to every new visitor. The ip address of the visitor is stored in browser cookie and as the page loads again the widget wont be called again for the same visitor thus eliminating the chances of bugging regular readers. Because of course it will look weird if the popup appears again and again on every pageview. It will appear both on homepage and sub pages depending which page the visitor is accessing. I have set the cookie refresh time to 30 days, which means that this lightbox will appear again for the same visitor after 30 days. We can easily set the number of days to prompt the visitors about your Facebook Fan page. Lets get straight to the one step installation process.

Add Facebook LikeBox inside Jquery Popup in Blogger

I am discussing here steps for blogger but if you know how to deal simple HTML code then you can easily add it to your wordpress blog too.

Go To Blogger > Design
Click choose a gadget
Select HTML/javascript widget
Paste the following code inside it






<style>
    /* Jquery Facebook Likebox Popup Version 2.0 by MBT    MyBloggerTricks.com
    */
    #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    #cboxOverlay{position:fixed; width:100%; height:100%;}
    #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    #cboxContent{position:relative;}
    #cboxLoadedContent{overflow:auto;}
    #cboxTitle{margin:0;}
    #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
    .cboxPhoto{float:left; margin:auto; border:0; display:block;}
    .cboxIframe{width:100%; height:100%; display:block; border:0;}
    /*

       User Style:
       Change the following styles to modify the appearance of ColorBox.  They are
       ordered & tabbed in a way that represents the nesting of the generated HTML.
    */
    #cboxOverlay{background:#000;opacity:0.5 !important;}
    #colorbox{
            box-shadow:0 0 15px rgba(0,0,0,0.4);
           -moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
           }
       #cboxTopLeft{width:14px; height:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0 0;}
       #cboxTopCenter{height:14px; background:url(http://imgboot.com/images/cybersidh/border.png) repeat-x top left;}
       #cboxTopRight{width:14px; height:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat -36px 0;}
       #cboxBottomLeft{width:14px; height:43px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0 -32px;}
       #cboxBottomCenter{height:43px; background:url(http://imgboot.com/images/cybersidh/border.png) repeat-x bottom left;}
       #cboxBottomRight{width:14px; height:43px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat -36px -32px;}
       #cboxMiddleLeft{width:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) repeat-y -175px 0;}
       #cboxMiddleRight{width:14px; background:url(http://imgboot.com/images/cybersidh/controls.png) repeat-y -211px 0;}
       #cboxContent{background:#fff; overflow:visible;}
           #cboxLoadedContent{margin-bottom:5px;}
           #cboxLoadingOverlay{background:url(http://imgboot.com/images/cybersidh/loadingbackground.png) no-repeat center center;}
           #cboxLoadingGraphic{background:url(http://imgboot.com/images/cybersidh/loading.gif) no-repeat center center;}
           #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
           #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
           #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(http://imgboot.com/images/cybersidh/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
           #cboxPrevious{left:0px; background-position: -51px -25px;}
           #cboxPrevious.hover{background-position:-51px 0px;}
           #cboxNext{left:27px; background-position:-75px -25px;}
           #cboxNext.hover{background-position:-75px 0px;}
           #cboxClose{right:0; background-position:-100px -25px;}
           #cboxClose.hover{background-position:-100px 0px;}
           .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
           .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
           .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
           .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
    /*-----------------------------------------------------------------------------------*/
    /*   Facebook Likebox popup For Blogger Version 2.0
    /*-----------------------------------------------------------------------------------*/
    #subscribe {
        font: 12px/1.2 Arial,Helvetica,san-serif; color:#666;
    }
    #subscribe a,
    #subscribe a:hover,
    #subscribe a:visited {
        text-decoration:none;
    }
    .box-title {
       color: #F66303;
       font-size: 18px !important;
       font-weight: bold;
       margin: 10px 0;
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 5px 5px 5px #CCCCCC;
    padding:10px;
    line-height:25px; font-family:arial !important;
    }

    .box-tagline {
       color: #999;
       margin: 0;
       text-align: center;
    }
    #subs-container {
        padding: 35px 0 30px 0;
        position: relative;
    }
    a:link, a:visited {
    border:none;
    }
    .demo {
    display:none;
    }

/* ---------MBT Subscribe Form---------- */
    .box-title1 {
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 5px 5px 5px #CCCCCC;
        padding:10px;
  margin: 10px 0;
    }

    .enteryouremail{
background: #fff !important;
border: 1px solid #d2d2d2;
padding: 0px 8px 0px 8px;
color: #a19999; font-size: 12px;
height: 25px; width: 165px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin:0px;
}
    .submitbutton{
background:#F66303;
border: 1px solid #F66303;
text-shadow: 1px 1px 1px #333;
box-shadow: 3px 3px 3px #666;
font:bold 12px Arial, sans-serif;
color: #fff;
height: 25px;
padding: 0 12px 0 12px;
margin: 0 0 0 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
cursor:pointer;}
    </style>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'></script>
<script src="http://mybloggertricks.googlecode.com/files/jquery.colorbox-min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
   if (document.cookie.indexOf('visited=true') == -1) {
       var fifteenDays = 1000*60*60*24*30;
       var expires = new Date((new Date()).valueOf() + fifteenDays);
       document.cookie = "visited=true;expires=" + expires.toUTCString();
   $.colorbox({width:"400px", inline:true, href:"#subscribe"});
       }
});
</script>


        <div style='display:none'>
       <div id='subscribe' style='padding:10px; background:#fff;'>
            <h3 class="box-title">Receive all updates via Facebook. Just Click the Like Button Below<center><p style="line-height:3px;" >▼</p></center></h3>
          <center>

<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fbloggertricks&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
</center>
<div class="box-title1 ">
<center>
<h3 style="color:#F66303;">You can also receive Free Email Updates:</h3>
    <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="enteryouremail" name="email" value="Enter your email here..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter your email here...&#39;;}" onfocus="if (this.value == &#39;Enter your email here...&#39;) {this.value = &#39;&#39;;}" type="text" /><input value="tntbystc" name="uri" type="hidden" /><input value="Submit" class="submitbutton" type="submit" /></form>
</center>
</div>
<!--Please Do not Remove the Credits -->
    <p style=" float:right;  margin-right:35px;  font-size:9px;" >Powered By <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.mybloggertricks.com">Blogger Widgets</a></p>
    </div>
    </div>

Receive all updates via Facebook. Just Click the Like Button Below







Powered By Blogger Widgets


Make this simple change:

Replace bloggertricks with your facebook username.
Update: If your Facebook URL is too long and contains numbers then you may first create a branded Facebook username in seconds at Facebook.com/username

5. Hit the save button. Drag the widget to anywhere on your right sidebar.

6. Click the orange save button towards top right.

done! Visit your blogs to see it poping up just beautifully. To review the widget just delete your browser cookies and refresh the page to see it appearing again.

Want the widget to appear Repeatedly

If you want to prompt the likebox every time the visitor enters your blog then simply delete this *30 from the code above.

Do let me know if you needed more help. Peace and blessings pals! :)
Read more...

Thursday, January 12, 2012

Maximize your Google AdSense profits

1 comments
Google Adsence
AdSense is Google's program for placing AdWords ads on non-Google websites. 
4 key facts about AdSense
1) You make automatic money with AdSense.
Small as well as large websites can get AdSense ads on them.  Whenever someone clicks on an ad on your site, you get paid. Google collects the money from the advertiser, keeps some of it, and passes the rest on to you via a check in the post.  Some clicks can earn you more than $5 dollars a time.

2) Content-targeting technology means AdSense ads are relevant to your site's traffic.
Google uses automatic content-targeting technology to select what ads will appear on your site. This system is quite sophisticated (but not 100% reliable) and generally the ads on your site will be relevant to your traffic. This means the ads are likely to get clicked by your traffic and make you money.

3) Google sells your advertising space for you.
Google has a massive network of over 200,000 advertisers using its AdWords advertising system and when AdWords ads appear on your site they are called AdSense. This means that when you sign up for AdSense, Google offers your site to all its advertisers - at a price that is determined by supply and demand through the AdWords real time automatic auction process. (This auction process is complex - I explain the details in my free course below.)

4) You can maximize your AdSense profits if you understand how the program works in detail.
AdSense is underpinned by Google's AdWords system and in short, if you know how to get high paying AdWords ads on your site, you will get ads on your site that pay you a lot per click. You don't want ads that pay a few cents a time, you want dollars!

Read more...

Monday, December 26, 2011

Publish Blog Posts To Facebook Fan Page Automatically

1 comments

After making a blog, we always want to promote it. A Facebook fan page is one the best ways to promote a blog or website. It helps to increase your brand name/domane name  You can get thousand of readers by a Facebook fan page.
We used to share our blog posts in Facebook manually. But today I want give you a nice tips to publish your blog post into your Facebook page automatically. To do so you need to allow an additional application into your Facebook account. This method will reduce your valuable time and contribution.
There are many apps that publish automatically your post into Facebook. RSS Graffiti is one of them.  I personally use it in my blog fan page http://silentnightbd.blogspot.com. It is very friendly with nice user interface.
How to publish:
  •  Sign in to your facebook account first.
  • Click this RSS Graffiti App link.
  • Clicks allow.
  • Then set your setting as your own wish.
  • If you have many fan page you can publish your post at a time by this apps.
  • Click “save”.
You can also deactivate easily if you don’t want to share your post in your main Facebook account to stop annoying your friends and families.
Read more...

Sunday, December 25, 2011

কম্পিউটার বাজারে কিছু পণ্যের দাম কমেছে

0 comments
কম্পিউটারকম্পিউটার বাজারে দাম কমেছে বেশকিছু পণ্যের। মনিটর ও পেনড্রাইভের বিক্রি বেড়েছে বলে বিক্রেতারা জানান। গতকাল শনিবার পাওয়া যন্ত্রাংশের দাম নিচে দেওয়া হলো—
প্রসেসর: ইন্টেল কোর আই৫ (৩.২০ গি.হা) ১৫,৩০০, ইন্টেল সেলেরন ১.৮ গি.হা ৩,০০০; ইন্টেল কোর আই-৩ ৩.০৬ গি.হা. ৯,৮০০ টাকা। পেন্টিয়াম ডুয়েল কোর২.৮ গি.হা. ৫,৩০০; কোর টু কোয়াড-৩.৩৩গি.হা. ১২,৫০০ টাকা। মাদারবোর্ড: গিগাবাইট জি এ৪১ এমটি-ডি-৩ ৪,১০০; জি৪১এমটি-ইএস২ এল ৪,৩০০; জি ৪১এম কমবো ৪,২০০; এইচ৫৫এম-ডিটুএইচ ৬,৫০০ টাকা। ইন্টেল ডিএইচ৫৫পিজে ৬,৮০০, ডিজি৩৩টিএলএম ৭,১০০ টাকা। আসুস পি৫জি-৪১টি-এম৪১০০ ৪,৩০০; জি৪১ ৪,৬০০ টাকা। ফক্সকন জি৩১ এমভি ৩,০০০; এইচ৪১ এমএক্সইভি ৩,৩০০; এইচ৫৫ এক্সভি ৫,২০০ টাকা। র্যাম: ২ গি.বা. ডিডিআর-২ ১,৯০০, ২ গি.বা. ডিডিআর-৩ ১,২০০ টাকা। হার্ডডিস্ক ড্রাইভ: ৩২০ গি.বা. ৩,০০০; ৫০০ গি.বা. ৩,৪০০ টাকা। হিটাচি ১ টেরাবাইট ৪,৬০০; ২৫০ গি.বা. ২,৫০০; ৫০০ গি.বা. ৩,৫০০;। পেনড্রাইভ: অ্যাপাসার ৪ গি.বা. ৬৫০, ৮ গি.বা. ১০০০ থেকে ১,৬০০। এলসিডি মনিটর: স্যামসাং ১র্৭র্ ৮,২০০; ১৮.র্৫র্ ৮,১০০; ২র্০র্ ১০,৫০০; ২১.র্৫র্ ১৩,৮০০; ২৩.র্৫র্ ২৫,৫০০ টাকা। ফিলিপস ১৮.র্৫র্ ৮,০০০টাকা।ডেল ১৮.র্৫র্ ৭,৯০০ টাকা।এলজি ১৮.৫র্ র্ ৭,৯০০; ১৭র্ র্ ৭,৪০০; ২১.৫র্ র্ ১৩,৫০০ টাকা। হাইউন্দাই এলসিডি; ১র্৯র্ ৮,৮০০; ২র্৭র্ ২৯,৩০০ টাকা। গ্রাফিকস কার্ড: গিগাবাইট এইচ ডি-৫৫৭০ ১গি.বা. ৫,৫০০, এক্সএফএক্স এইচ ডি-৫৬৭০ ১গি.বা.৬,২০০ টাকা। আসুস: ২৫৬ মেগাবাইট ৪,০০০, এক্সএফএক্স এইচডি৪৫৫০ ১ গি.বা. ৪,৭০০, এইচডি৫৮৫০ ৭২৫ গি.বা. ১০,১০০ টাকা। ডিভিডি রাইটার/রি-রাইটার: স্যামসাং ৫২x২৪x৫২এক্স ১,৫০০ টাকা।আাাসুস ৫২x৩২x৫২এক্স ১,৮০০ টাকা।সনি ডিভিডি-আরডব্লিউ ১,৭০০ টাকা। কেসিং: ১,৪০০ থেকে ৩,৬০০ টাকা। মাউস: ২৫০ থেকে ৩০০০ টাকা। কি-বোর্ড: সাধারণ ৩৫০ থেকে ১,৫০০ টাকা। মাল্টিমিডিয়া ৫৫০ টাকা। স্পিকার: মাইক্রোল্যাব (২:১) ১,৩০০ থেকে ৩,৬০০ টাকা।ক্রিয়েটিভ এসবিএস ৮০০ টাকা। গোল্ডেন ব্রিজ এফটি৮০৫ (২:১) ১,৩০০ টাকা। মডেম: মোবিডেটা ইডিজিই ২,৪০০; এইচএসডিপিএ ৩,০০০ টাকা। জিপিআরএস: টেকনো টিএম০০৮ ২,১০০ টাকা। মোবিডাটা ২,১০০ টাকা (ইউএসবি)। টিভি কার্ড: এভারমিডিয়া ইন্টারনাল ২,৬০০; এক্সটারনাল ডাব্লিউ৭ ৪,৪০০ টাকা।রিয়েলভিউ আরভি ১,৭০০ টাকা।প্রিন্টার: ক্যানন পিক্সমা আইপি-২৭৭২ ২,৮৫০ টাকা। এইচপি১৬৬৬ ডেস্কজেট ৫,৫০০ টাকা। এপসন টি৬০ ১২,০০০ টাকা। এইচপি লেজার পি-১১০২ ৮,৪০০ টাকা। ব্রাদার এইচএল ৫৩৪০ডি ১৮,৭০০ টাকা। স্যামসাং এমএল ১৬৬৩ (লেজার) ৫,৬০০। ডেল ৮,৯০০ থেকে ২১,০০০ টাকা। পোর্টেবল হার্ডডিস্ক: ট্রানসেন্ড ৫০০ গি.বা ৫,০০০; ৩২০ গি.বা ৪,১০০; ৬৪০ গি.বা ৬,৩০০, ২ টেরাবাইট ১২,২০০ টাকা। এডেটা ৫০০ গি.বা. ৪,৫০০। ইউপিএস: কেষ্টার ৬৫০ ভিএ ২,৬০০; ১২০০ ভিএ ৪,৪০০ টাকা , ৩কেভিএ ৩৬,০০০ টাকা, ১০ কেভিএ ১,০৫,০০০টাকা। —সংগ্রহ: prothom-alo.com
এখানে শুধু যন্ত্রাংশের দাম দেওয়া হয়েছে। পুরো কম্পিউটার কেনার ক্ষেত্রে সংযোজন খরচ ও সগার্ভিস চার্জ যুক্ত হবে।
Read more...

Saturday, December 24, 2011

Happy Holidays(Mary Christmas)

1 comments
Mary Christmas is a pseudonym of Emily O'Hara, an activist and a former editor of spread magazine, a New York-based magazine on sex industry workers' rights. She was also involved in Radical Cheerleaders, a group of leftist activists who cheer in squads at protests.
Mary Christmas currently works as a freelance writer in Portland, Oregon. Her articles can be read in Willamette Week, the local alternative newspaper.
Read more...

Thursday, December 22, 2011

বাংলাদেশে শিগগিরই বৈধতা পাচ্ছে অনলাইন পেমেন্ট প্রসেসর

0 comments

শিগগিরই বাংলাদেশে অনলাইন পেমেন্ট প্রসেসর বৈধতা পাচ্ছে। ফ্রিল্যান্সারদের পছন্দের শীর্ষে রয়েছে পে-পল, মানি বুকারস। অনলাইন পেমেন্ট প্রসেসরকে বৈধতা দিতে কেন্দ্রীয় ব্যাংক জেনেরিক রেগুলেশন জারি করবে। এর ফলে এসব পেমেন্ট প্রসেসরের বাংলাদেশে আসা সহজ হবে বলে মনে করছেন কেন্দ্রীয় ব্যাংকের গভর্নর ড. আতিউর রহমান। গত শনিবার তিনি আমাদের সময়কে বলেন, আগস্টের ৪/৫ তারিখে আমি জেনেরিক রেগুলেশন জারি করব। তিনি বাংলাদেশ অ্যাসোসিয়েশন অফ সফটওয়্যার অ্যান্ড ইনফরমেশন সার্ভিসেসকে (বেসিস) একটি খসড়া নির্দেশনা তৈরি করে দিতে বলেছেন। তিনি বলেন, এটি হাতে পেলে জেনেরিক রেগুলেশন জারি সহজ হবে। তিনি বলেন, বাংলাদেশে পে-পল বা মানি বুকারসের ডোমেইন নেই। জেনেরিক রেগুলেশন জারি করলে ওদের ডোমেইন নিতে সুবিধা হবে।
বেসিস সভাপতি মাহবুব জামান বললেন, পে-পল কঠিন নিয়ম-কানুনের জন্য এ দেশে আসতে চাইছিল না। কেন্দ্রীয় ব্যাংক জেনেরিক রেগুলেশন জারি করলে তাদের এ দেশে আসার পথটা সুগম হয়। বেসিস অনলাইন পেমেন্ট প্রসেসর এদেশে কীভাবে কাজ করবে, কী নিয়ম থাকবে সেসবের একটা খসড়া নীতিমালা তৈরির উদ্যোগ নেবে বলে তিনি জানান। দেশে বর্তমানে পে-পলের মাধ্যমে টাকা আসছে তবে তা থার্ড পার্টি সলিউশন প্রোভাইডারদের সহায়তায়। দেশের অনেক থার্ড পার্টি প্রোভাইডার যুক্তরাষ্ট্র, যুক্তরাজ্য বা ভারতে কৌশলে পে-পলে হিসাব খুলছে। ফ্রিল্যান্সাররা তাদের অর্জিত অর্থ এসব প্রতিষ্ঠান থেকে বাংলাদেশি টাকায় বিনিময় করে।
বিজ্ঞান এবং তথ্য ও যোগাযোগ প্রযুক্তি মন্ত্রণালয়ের পরামর্শক মুনির হাসান বলেন ফ্রিল্যান্সিং বা আউটসোর্সিংয়ে আমাদের অবস্থা ভালো। সঠিক দিক-নির্দেশনা দিলে তারা ভবিষ্যতে আরো করবে। বাংলাদেশ ইতিমধ্যে বিশ্বে আউটসোসিংয়ে শীর্ষ ৩০টি দেশের তালিকায় স্থান করে নিয়েছে।
Read more...

Wednesday, December 14, 2011

Choose the Best Rating Web Hosting

0 comments
Today you will able to get all things in very easy way. You can communicate each other in very simple way. Today you can use cell phone to call your friends. It is easy because it will help you to call other people even they are in far away from you. Even you can see their face when you talk to them by using your cell phone. Today you need to know that you can communicate each other by using blog. You can make your blog and you can share all things there. You don’t need to worry because you are free to share all things. You can promote your business there too. When you are looking for website hosting, you don’t need to worry because you will able to get it in very easy way. You just need to get it via online.

You will able to get list of ten best web hosting that you want. They usually will offer you various benefits. They offer you guarantee for your satisfaction. You will able to until 90 days money back guarantee when you are not satisfied.
You just need to order the web hosting via online. You can visit the web hosting and see all services for you. You don’t need to worry because there are so many sale prices for all web hosting. You need to know about it and you need to open the site.
Read more...