How to Receive Payments Online in India using PayUMoney

Are you running a website or blog or providing any service or collecting money for a cause or an event and looking for simple procedure to set up a payment gateway to receive payments via multiple payment options – debit cards, credit cards and net banking without any maintenance and setup charges?

payment button on this blog created with PayUMoney

PayUMoney is a simple way by which you can receive payments online by creating a payment button on your blog or website or by payment link. All you need to have is a PAN number in your name or in your business name to setup a merchant account on PayUMoney by which you can receive payments. Another advantage of using PayUMoney is you can setup payment gateway online itself and no documentation is required. Even you can create a web store online at free of cost to sell your products using free tools offered by PayUMoney.

sign up for PayUMoney Merchant/Seller account

complete the required details, as they are filled - on right side you can see a blue tick

You can register as a merchant on PayUMoney using this link. Provide details such as your name, email address and phone number. You will get a SMS and an email to verify and setup your account.

Create PayUButton to create HTML code with a link to your acocunt

Provide details on your business or your name, address and PAN number. Make sure that your name and PAN card name matches. Next, fill your account details such as IFSC, Account number, bank name etc., PayUMoney will deposit some money into your account to verify your account. Once you receive money in your account, you need to enter the transaction UTR number or the exact amount you received on PayUMoney website to verify your account details. You are done wait for a day and your account will be activated.

Login to your verified account, now you can get HTML code to create payment button associated to your account setup. Also, you can create an event and receive payments online.

paste the HTML code in your required website so that you can receive payments to your linked account

Go to PayUMoney tools and select PayUMoney button. Click on Create New Button. You can set fixed amount to receive or you can leave it open (so that donors can decide how much they would like to pay), fill payment details – payment name and description and set look of PayUButton you like to receive payments and then save PayUButton. Copy the HTML code of PayUButton and paste it on your website or blog using which your readers or customers can pay online. Only requirement payers or donors should have is PayUMoney buyer account which can be created in minutes and also it is helpful to track failures if any during transaction.

How to turn Windows 7 PC or desktop as WiFi hotspot using TP-Link TL-WN721N 150Mbps Wireless N USB Adapter

With smart phones ruling the World, WiFi has become next important thing as data pack charges are increasing by mobile service providers. If you are looking for turning your Windows 7 Personal Computer or Desktop computer into wireless hotspot then TP-Link TL-WN721N 150Mbps Wireless N USB Adapter would be a better option. It quickly turns your desktop PC into WiFi hotspot and you can connect your other devices through WiFi sharing the LAN based or cable based internet connection. TP-Link TL-WN721N 150Mbps Wireless N USB Adapter has many advantages that it occupies less space, no need of external power to device; it can be used as adapter also to connect your desktop to available WiFi connections and also cost effective apart from its use as WiFi hotspot.

Set up is very simple, you can install its driver and wireless utility from the Compact Disc (CS) provided with the device or you can download it form this link (TP-Link TL-WN721N 150Mbps Wireless N USB Adapter driver) if in case CD disk is disabled on your computer.

TP link utility, turn on SoftAP mode ON

Open the utility by the short cut created on desktop and go to Advanced menu, by default SoftAP mode will be off and you need to turn it on in order to use it as WiFi hotspot to connect other devices. As SoftAP mode will be on, an icon SoftAP will appear next to Advanced in Menu bar. Go to SoftAP and in that select ‘Local Area Connection’ as Internet Connecting Share (ICS), it will automatically assign IP to route LAN or Internet connection of your system as WiFi. 

Automatically broadcasting IP is selected, you can chose a name and password to network

You can set SSID, the name you would like to route the WiFi connection and also a password, so that only the ones having password can access your internet. Now you can search and connect WiFi devices to access WiFi internet.

NOTE: TP-Link TL-WN721N 150Mbps Wireless N USB Adapter cannot be used to route or turn your system running with Windows Xp as Wireless hotspot. TP-Link TL-WN721N 150Mbps Wireless N USB Adapter is not required if you are sharing your internet connection through Laptop running with Windows 7.

How to make your Blogger blog title appear at the end in search results

Even though in blogging content is king, certain level of optimization (search engine optimization) is required for the search engines to make readers to land on your page. Google search results rank your webpage or blog higher if the searched word is matching with your title. 

In blogger by default the blog title appears first in the search results which makes some keywords in title to miss and as a result your website or blog will be ranked slightly lower and sometimes if the blog title is lengthier then very good chances are there that your blog may not be ranked properly.

Blog title Technophilo appearing first in search results

To make your blog title appear at last in search results for the blogger, replace code

<title><data:blog.pageTitle/></title> 

with 

<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title> </b:if>

old code <title><data:blog.pageTitle/></title> 

old code replaced with the new code so that your blog title appears at last in search results


search results after replacing old code

Expand template if in case you are not able to find the searched old code

Code can be replaced by editing your blogger template, accessing it by Template -> Edit HTML -> Edit Template in interface.