Important Security Tips To Ensure Harmless Facebook Mobile Experience


Important Security Tips To Ensure Harmless Facebook Mobile Experience


Your Facebook is an electronic version of yourself. A lot of information you add there is personal and you would certainly not want an unauthorized person to access them. However the susceptibility of someone hijacking your Facebook account increases when you are a frequent user of Facebook mobile. This means you need to eradicate every bit of way through which your Facebook account can be accessed by a user other then you from your mobile.
More

Glass To Facebook: Facebook makes its way to Google Glass


Glass To Facebook: Facebook makes its way to Google Glass


Finally we have Facebook making its way to Google Glass. Now it will be even more easier to share photos to your Facebook Timeline using a third party app namely Glass to Facebook. 
More

The Science of Recovery Softwares: Best 3 In The Business

The Science of Recovery Softwares: Best 3 In The Business

Deleting a file accidentally from system is perhaps a common blunder that many people commit, but what pinches you hard on the nerve is when you delete a relatively more important file or folder from your computer.
More

Google Introduce Gmail's New Quick Action Button


Google Introduce Gmail's New Quick Action Button


When it comes to innovation, Google has never left any stone unturned. Either they come up with new products and discontinue the old ones rapidly, or keep updating their existing products for better user experience. Gmail is one of those Google products that has been subject to quite a lot of improvements to enhance user interaction with emails.
More

10 Highest Paid Hollywood Actresses of 2013

Hollywood is home for some of the most beautiful ladies around the globe. Recently Forbes, an International business magazine, released its list of the highest paid Hollywood actresses from the all over the world. Julia Roberts and Drew Barrymore came upfront, leading the list for grabbing the maximum bucks.
More

Now Bing Users Can Make Comments On Facebook Posts Directly From Bing


Now Bing Users Can Make Comments On Facebook Posts Directly From Bing


Whenever we talk about social media, Facebook is the first platform that glimpse through our mind. This can be the consequence of two basic reasons. First, that Facebook is looked upon as one of the pioneers of the leading social media networks that we have today. The second reason is a little more obvious. Facebook never leaves its users behind the bars of complications. It keeps progressing by providing easier and comprehensive user experience, which is one of the primary keys to its huge success.
More

8 Interesting Things That Can Be Done To Sound


8 Interesting Things That Can Be Done To Sound


What can you do with sound? Convey a message, and that's probably all. But that’s not so for the highly qualified technical people who have devised ways to make sound do incredible stuff. Stuff that we didn’t imagine sound could do. Although sound is a simple phenomenon, but by certain mechanisms, it can do way complex things.
More

8 Not So Educated People Who Turned Out To Be An Inspiration


8 Not So Educated People Who Turned Out To Be An Inspiration


Education is quite inevitably one of the most important ingredient in the success stories that we usually here. However is it always the most important input to the process? There can be mixed opinions of people about this question. There is a vast variety of educated illiterates in the global society today, but on the contrary we have unorthodox situations where uneducated people have marked remarkable success stories which are an inspiration to the world. 
More

8 Old Aspects Of Modern Technology That Will Surprise You


8 Old Aspects Of Modern Technology That Will Surprise You


We often talk about the contemporary aspects of technology and how it has contributed towards changing the global era of modern computing. That much part is not just inevitable but also completely visible from the naked eye. However, behind the cliche of technological revolution, it is surprising to know that many of the computer terminologies and gadgets that you hear about these days are not as new as you think they are.
More

8 Best SEO Tools To Use In 2013


8 Best SEO Tools To Use In 2013


Over the past recent years, there has been a significant turn over in the world of search. Maintaining an online and virtual business is no more any comprehensive task in contrast to the maintenance of a business in practical world. In such a globe of heavy competition, it is important to stay updated with what the world is searching about.
More

8 Innovative Technologies That Failed To Sustain


8 Things That Can Affect Our Memory In A Unique Way


Technology is progressing on a daily basis. And No, that’s not related with population. What matters more is the innovation and creativity in the technical field. So, that means if I make a pocket television, that is gonna boom in the markets just because it’s creative and handy? Well, another No. People look for things that benefit them. No matter how stylish or innovative my pocket television could be, they would still prefer any other over that owing to the fact that it is pocket-sized and so, not much entertaining.
More

How to Never Run Out of Blogger 1gb Storage Space Limit?


How to Never Run Out of Blogger 1gb Storage Space Limit?


Memory constraints regarding the blogger has been subject to discussion on many different forums these days. Numerous people have been facing this problem, but every problem has a solution right? So does this problem has a somewhat trick solution that will completely eradicate this issue and you’ll be able to understand the concept of Infinite Storage, no kidding!
More

Click to Drop Down Menu Widget for Blogger (JavaScript)

Click to Drop Down Menu Widget There are couple of times when you wish to link your top articles (blog posts) at one place under different Headings/Titles/Categories. We have been using this JavaScript enabled Blogger widget (click to drop down menu) that helps you link tons of links to your blog.

 Such a widget is a great way to boost the traffic of your top posts by passing on the link juice to them via your homepage.

click to drop down widget demo

 Follow the steps below to add the widget to your blogger blogs. Note that you can always go a head and add this widget to your WordPress Blogs too. We'll be sharing a raw HTML/CSS with java script that can be easily added to WordPress blogs too.

Step #1 Add a New HTML Gadget 


Go to Blogger Dashboard >> Layout >> Add a New Gadget >> HTML/JavaScript Widget

Now simply paste the following code after your customize it with your own links to your post.


<-- BloggingeHow pushDown Drop Down Widget-->
  
<div class="msg_list">
<p class="msg_head">Heading #1</p>
<div class="msg_body">
<ul>

<li>
<a href="#">Link Name 1 </a>
</li>

<li>
<a href="#">Link Name 2 </a>
</li>
  </ul>
  
  </div>

<p class="msg_head">Heading #2</p>
<div class="msg_body">
 <ul>

 <li>
<a href="#">Link Name 1 </a>
   </li>


 <li>
<a href="#">Link Name 2  </a>
   </li>
    
</ul>

  <a style="color:#E2E2E2; padding-left:160px;" href="http://www.bloggingehow.com">Make Money Online</a>
</div>

<style>
 p{
padding: 0 0 1em;
}
.msg_list {
margin: 0px;
padding: 0px;
width: 320px;
display: block;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#C3A17E;
margin:1px;
  color:#FFFFFF;
  font-family: Sans-serif,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold; 
}
.msg_body {
padding: 15px 10px 15px;
background-color:#F4F4F8; 
}
  
</style>

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
  //hide the all of the element with class msg_body
  $(".msg_body").hide();
  //toggle the componenet with class msg_body
  $(".msg_head").click(function()
  {
    $(this).next(".msg_body").slideToggle(600);
  });
});
</script></div>


Customize The Links


To add your own post links, follow the color scheme below.

Orange: denote Headings
Green: denotes Link Titles
Red: Is for links them selves. (http://www.example.com/)

Hope you guys liked the widget. Leave out your comments below and let me know what you think about this great way to pass on Page rank to your deeper posts of the past.

More

7 Steps to Get a Verified PayPal Account In Pakistan [UnSupported Countries]

Woho! Finally we were able to get our PayPal verified via Payoneer debit card in Un supported country i.e Pakistan. PayPal is an industry standard for online money transactions. Due to the un availability of the great service in Pakistan, it was such a hindrance for us to accept payments from clients and various advertisers.

It was so hard to reject those tempting offers, just due to the non availability of a reputable online transaction service that could act as a bridge to accept payments.

The only thing that kept me pulling back from verifying PayPal via Payoneer debit card was the legitimacy of the process. I doubted if it worked.

earn-money-payoneer-affilliate-program

And trust me, its smooth as silk.

What is PayPal?


PayPal lets you accept or transfer payments online world wide. As its an industry standard, most of the advertisers are comfortable with the service and gives it priority over other services.

verify-paypal-payoneer


Is Your Country supported?


Here is the list where by you can check if your country is supported in PayPal system.

paypal unsupported countries


Whats the problem with 'PayPay Verification Process' anyway?


The thing is, PayPal isn't avail able in the entire world. They have a set of countries that are unsupported. Once you try making an account at PayPal.com, you would notice that a bunch of countries aren't listed there.

Thats the deal.

Why to Verify PayPal Account?

 If you go ahead and apply for PayPal account with any other countries name, you would notice that you would be able to make an account. Though this account would be 'unverified'.

Un-verified PayPal accounts hinder you in few of these ways:

1- Though you can accept payments online (From your sponsors etc by giving away your PayPal ID, i.e your PayPal email address), though you would not be able to widraw your money from your account.

That is you would never be able to see your hard earned money in your hand. Though you can always use your amounts online.

You can buy a domain online with your unverified PayPal account or order a mac book.

2- Unverified Paypal accounts are restricted to 500$ amount of transactions per month. So you cant make payments more than 500$ online in a month. Once the month ends, you can again use 500$ more anywhere online.

So to pull aside 500$ limit and to be able to withdraw your hard earned money in real life, you need to verify the account.

Hope that clears up the entire cloud of confusions.


What is Payoneer Debit Card?


Payoneer is a great service that provides a debit card service (MasterCard) that is accepted world wide and is also one of the most popular debit card services around.

We would use this debit card to verify our PayPal account.

So How to Get Verified PayPal Account?


There are few simple steps that are involved in the process. These are all the steps that i followed and indeed they worked gracfully.

Step 1: Apply for PayPal Account (Will explain in a bit)
Step 2: Apply for Payoneer Debit card
Step 3: Get Payoneer Approval & Recieve debit card
Step 4: Apply for Us Payment Service
Step 5: Enter US Bank Details In PayPal (All is explained later in the post)
Step 6: Make Your First Widrawal
Step 7:Verifiy PayPal
Step 8: Enjoy and Pray for me :)


Step #1 Apply for PayPal Account


Go to PayPal.com and create an account. Enter your name and all the necessary fields. For Address, search for sample address of US. You can easily get that by search Google. There are tons of address that you can enter in the fields below.

Note that we're creating this PayPal account via US (United States). You can use another verified country, though this is how it works perfectly.

create paypal account


Now when asked for Phone number, do the same and search for sample US telephone numbers. Once done, simply hit 'Agree and Create Account' button.

Now you would be taken to the PayPal main menu/dashboard. You would notice that in the status bar it mentions that the account is 'Unverified'.

Once you would complete the entire process, this would turn up to 'verified'.

Step #2 Apply for Payoneer Debit Card


Go to Get Payoneer Debit Card and signup. Fill in all the details. Once done, you would then be asked to verify your Payoneer account. They do that before shipping you the card its self for your verification.

Payoneer-Prepaid-MasterCard

You would get an email for verification that would lay down the details of how you can verify your account. Most likely they would ask you to upload your ID Card (scanned, or a picture front/back), or a drivers license, passport etc. Any of these would work.

I simply took pictures of the National ID card with my mobile and uploaded the pictures and it worked. (they would tell you the place to upload the document. So there is nothing much to worry)

Step #4 Get Approval


In 3-4 days you would get the email that your Payoneer account has been verified and that they would ship your card to your home (the address that you would give while making the payoneer account).

payoneer approval.jpg


So do give the right information while filling up the Payoneer form. Specially the card holder name. Make sure that it is same as on your National ID card.


 Step #5 Apply for US Payment Service


Us payment Service is a service by Payoneer where by they allow their card holders to get a portion of their US Bank Account.

Basically, to get the PayPal account and get it verified, you require a US bank account. As you dont have that obviously, you would get that via Payoneer US Payment Service.



us payment service


It is actually like a virtual account. Though you don't have the account in reality, Payoneer allocates you (Payoneer Card Holder) a portion of their bank account in US. ( Payoneer have an account in 'First Century Bank' in US.)

So once, you're approved as a card holder in Step#4, you would get an email to apply for US Payment Service if you're interested in receiving money from Companies like PayPal, Amazon etc.

You would simply have to fill in a question are that would require you to answer some simple questions.

Once done, you would submit that form and wait for another 3-4 days. You would than again get an email that your US Payment Service is approved. Your US Bank account details would be emailed to you. ( virtual bank account details).

These details include 'Bank Account#, and 'Securty code'. So by now,  you would have your own virtual bank account (via Payoneer US Payment Service) that you would enter into PayPal bank account verification system to get verified.

So your Payoneer card would represent your First Century Bank account. Every transaction that would be made in your virtual account would be seen in your Payoneer account.

Step #6 Make Your First Widrawl.


Sign into your PayPal account and withdraw around 4-5$ into your bank account. (your virtual First Century bank account). PayPal would ask you to enter your bank account details. This is where you would enter the details sent by Payoneer in the email.

PayPal would then validate your bank account (takes 2-3 seconds) and would transfer the amounts. You would then able to see these '2 transaction' into your Payoneer transaction list with in 1-2 days. these both transaction would be less than a $. (e.g 0.03 and 0.15).

paypal-withdraw-procees


These would just be made to test if you have the control over your bank account. You would then have to login to your PayPal account again and hit 'verify bank account' link on the right side bar.

Then simply enter these 2 amounts that you checked in your Payoneer transaction list. Thats all. It would verify your bank account and thats all! Wolaa!

You now have your very own PayPal verified account.

Step #7 Withdraw all the money that you want


Now simply transfer your PayPal amounts into your bank account (that is your Payoneer card) and use it anywhere in the world MasterCard supported ATMs.

master card atms

In Pakistan, Standard Chartered bank accepts MasterCard.

NOTE: Never enter your Payoneer Card into ATM if it has no amount loaded in it. ATMs would most probably eat up your card. Make sure you load it before using it for withdrawal at ATMs.

Disclaimer: Please note that this way of approving your PayPal account is not very recommened as it involves quite a bit of risk. Your account might get terminated.

Please remember that the use of false information is a violation of the PayPal User Agreement. Violation of the agreement can lead to limitation and/or account closure for all parties involved.
More

8 Everyday Objects With Innovative Redesigns


8 Everyday Objects With Innovative Redesigns


It can be rightly said that the modern world we live in today, has been fueled with contemporary procedures and innovations that could be least expected a few years ago. Everything that we see today has been subject to little or vast level of innovation. From computers, phones, cars to everyday daily life objects, everything, every model has undergone improvement.
More

8 Radioactive Things You Don't Notice In Your Daily Life


8 Radioactive Things You Don't Notice In Your Daily Life


You might be acquainted with the dangers of radioactivity, but have you ever noticed that there is a fair bit of radiation that you are exposed to in the daily life? Apart from the obvious things that produce radiation like nuclear power plants, microwaves, atomic bombs, there are some common and pretty much less obvious things that contribute towards radiation as well.
More