Thursday 14 November 2013

Refer your friends to Payoneer and get paid!


$25 Bonus: How To Make Money with Payoneer Refer a Friend Program


Payoneer is an Internet based financial services providing company that allows users to receive payments through Prepaid Debit Cards (MasterCard). They provide services and debit cards in 200+ countries. Payoneer offers Free MasterCard without having an International or local bank account. You can also withdraw money from PayPal using Payoneer in PayPal unsupported counties like Pakistan and Iran etc. Using Payoneer Card, we can withdraw our funds from anywhere in the world through MasterCard supported ATM machine. If you don’t have Payoneer card already click to Order Now and you will receive a free MasterCard at your door step also with no shipping cost.

Earn Money With Payoneer Affiliate Program

Payoneer offer affiliate system to make some extra cash, like many online and offline companies offer different affiliate programs to attract customer. You can easily earn a significant amount of money from Payoneer refer a friend program for each person you refer. To join Payoneer affiliate Program you must need to have a Payoneer account and debit card, so if you don’t have one get one free. So now you have a Payoneer account and you are ready to use it.
Participate in affiliate program Refer your friends to Payoneer and get paid $25 for each referral, Good thing about Payoneer refer a friend program is that your Friend will get $25 too. Sounds Interesting ?
You will earn one-time 25 USD bonus For every friend you refer to Payoneer, who earns or receive at least $100 payment in card from any company, also the friend you refer also receives 25 USD bonus too.

How to participate in the Affiliate program

Login to your account and there will be a Refer a Friend banner on the right sidebar. Click on that banner and you will directed to the special page, where you can find your Payoneer affiliate link each user have its own special link so you have to send this link to a friend on a social website or in the mail or by any other means. So if any one who will click your link and order the card will be your referral.
You can refer as many friends as you like so now when any of your friends sign up on Payoneer using your link and apply for Payoneer card. Isn’t it great 25$ is a lot of money and when it’s coming to you for free and without any effort it is more appealing. So get on make a Payoneer account and start referring your friends through Facebook, Twitter and Google+ etc. If you have any problem or question please ask in comment section and don’t forget to share this opportunity with your friends.

ORDER YOUR PAYONEER CARD NOW

Friday 1 November 2013

Graphic Designing


Windows 8 -Logo


*********************************************************************************

STAR Computer Brochure


Sunday 20 October 2013

Let's learn HTML


This is a very simple html coding with meaning  of the tags defined  for basic learners having no previous background of programming.

<!DOCTYPE html>
<html>→ html code starting tag, defines html document.
<body> Body starting tag, defines the body of the document.

<h1>This is heading 1</h1>→ <h1> Heading 1 starting tag, </h1> Heading 1 closing tag.
<h2>This is heading 2</h2>                                                          .
<h3>This is heading 3</h3>                                                          .
<h4>This is heading 4</h4>                                                          .
<h5>This is heading 5</h5>                                                          .
<h6>This is heading 6</h6>→ <h6> Heading 6 starting tag, </h6> Heading 6 closing tag.
<p>This is my first paragraph.</p>→ <p> Paragraph starting tag, defines paragraph.    

</body> Body closing tag.
</html> html code closing tag.

The code above will show you the following result in the browser;