HeartATech
A blog about technology, Internet, social media, blogging tips, seo tips, computer tips and tricks, earning money online, etc.
How To Verify Adsense Account Without PIN
Adsense is a good way to earn some money for bloggers and webmasters. Luckily I too got approved for Adsense. After earning $10 I got a message from them that my earnings are on hold and I have to verify my address via a Personal Identification Number (PIN) which they will mail me to my Payee profile address and I need to enter the PIN within my account.
Why I need to verify my account?
Google requires adsense account holders to verify their address before making payments to protect the security of account holders. Google take this step to confirm that the amount always reaches to the real account holder.
If Google Adsense PIN not recieved then how to verify the Address?
PIN typically arrive within 2-4 weeks to account holders address but may take longer depending on the location. Unfortunately I didn't receive the PIN from them, maybe because of my location. If first PIN fails to reach you, still you can request 2 additional replacement PINs. Even after requesting for 2nd and 3rd PIN, I never got any PIN from them.
So I googled and finally got the solution. Fortunately now all the hold on my Adsense account is permanently removed and all ads are working fine. I will show you how I verified my Adsense account without any PIN. You should only use this method after all 3 PIN fails to reach to your address.
You can verify your address with Adsense account by sending a scan copy of any address id proof that is recognisable and provided by your Govt. In my case I gave my PAN card and to my surprise within only few hours all the hold on my adsense account was lifted.
Here is the direct link-
https://support.google.com/adsense/contact/id_verification?hl=en&gsessionid=RIjPYK9cdX9bMsawb26XDw
Go to the above link and provide the details. Thats it.
Here is the reply I got from Adsense-
"Hello,
Thank you for sending your proof of identity.
I'm happy to let you know that this fulfills the address verification requirement for AdSense. You no
longer need to enter a PIN for this account.
Sincerely,
The Google AdSense Team"
I Hope this helps you.
How To Customize Blogger Comment Link
The customization will give your blog a professional look. Backup your template before applying any customization. Here goes the complete step for customizing the blogger comment link:-
1) Log in to Blogger account.
2) Go to your Blogger Dashboard > Template >Edit HTML and tick the "Expand Widget Templates" checkbox.
3) Now press (CTRL+F) to find the piece of code (marked in red):
<span class='post-comment-link'> |
Replace this code marked in red with the codes below:-
<b:if cond='data:post.numComments == 0'>
|
4) Preview and save the template.
You can also add a comment icon beside the comment link.
Just add small code that is given below:
<img src='URL' style='border:0px'/>
(Replace URL with the actual URL of the icon image)
So that the final code after adding comment icon will be as like given below:
<span class='post-comment-link'>
<img src='URL' style='border:0px'/> </b:if> |
Use Mobile Phone To Connect Internet In Your Micromax Funbook Tablet
If you are having Android phone with wi-fi connectivity feature then you can make use of wi-fi tethering facility available in the phone, turn it on and connect your funbook with your mobile. For other mobile phone users having wi-fi facility but no wi-fi tethering facility there are many applications available. One such application named joikuspot works fine in nokia symbian mobiles and that turn nokia symbian phone into wi-fi hotspot .
Steps To Follow To Use Android Mobile Phone To Connect Internet In Your Micromax Funbook Tablet :-
1) In your phone - Go To Settings > Wireless and networks > Tethering and portable hotspot.
2) Check Portable Wi-fi hotspot to turn it on.
3) Now in your Funbook - search Wi-fi network and connect.
4) Now open your browser and surf the internet.
This was the procedure of connecting Micromax Funbook tablet with android mobile phones for using internet in Micromax Funbook. This will work on other tablets also other than Funbook. If you are having some other mobile phone you have to download available application of wi-fi tethering and follow the instructions given in the user manual that comes with the application.
Hoping that this post will help you :)
Technorati token - G3Z45PP955P8
Get Free Recharge By Playing Online Games
Ways To Earn Free Recharge From Online Games Now
A) As a Gamer
1) By playing Games, your Account balance will increase.
5) Get More Points By playing Different Games (important)
B) As a Promoter
1) You need to share your referral link to your friends using social networks, or posting in your blog, forums etc.
2) You can get Rs 1 Per 4 Visitors (visitors coming to the site using your referral link, they don't need to register).
3) They Will Recharge Your Phone for Every 500/- Rupees. (For promoter recharge, email support@onlinegamesnow.in with your username ,and recharge amounts).
How To Show Post Excerpts On Blogger Homepage.
continue reading link on homepage. Full instruction is given below, follow them.
Steps To Follow :
It is always advisable to backup your template before doing any kind of tweaking in your codes.
1) Log in to your Blogger Account and goto your Blogger Dashboard.
2) Go to Template>Edit HTML>Proceed.
3) Tick the 'expand widgets' box.
4) Press Ctrl+f and Search </head>. Just above the </head> tag, copy and paste the code given below.
<script type='text/javascript'>
var thumbnail_mode = "no-float" ;
summary_noimg = 300;
summary_img = 350;
img_thumb_height = 200;
img_thumb_width = 300;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
} }
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height +'px"/></span>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>
5) Now Find the portion of code that looks like the code given below:.
<b:if cond='data:blog.metaDescription == ""'>
<!
<div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='description articleBody'>
<data:post.body/>
<div style='clear: both;'/>
<!-- clear for photos floats -->
</div> <b:else/>
<div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
<data:post.body/>
<div style='clear: both;'/>
<!-- clear for photos floats
</div>
</b:if>
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"' expr:title='data:post.title'>
<data:post.jumpText/></a>
</div>
</b:if>
Replace it with the code given below:
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<b:if cond='data:blog.pageType == "static_page"'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'>
<data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>"); </script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'> continue reading "<data:post.title/>"</a></span> </b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if> </b:if>
<b:if cond='data:blog.pageType == "static_page"'><b:else/>
<b:if cond='data:blog.pageType != "item"'>
<div style='padding-top:3px;float:right;text-align:right;'><span class='rmlink'><a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='margin-right:10px;'>Add Your Opinion</a></span><span class='rmlink'><b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.allowComments'><a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 Opinion<b:else/><data:post.numComments/> Opinions </b:if></a> </b:if> </b:if></span>
<div style='clear: both;'/>
<div style='clear: both;'/>
</div>
</b:if>
</b:if>
</b:if>
You can change the continue reading "<data:post.title/>" to any text (for example, READ MORE, Full story etc.).
6) For Styling part i.e for CSS part:-
Search ]]></b:skin> and above it paste the following code
.rmlink a{color:#fff; text-decoration:none; float:right; font-family:Arial,Helvetica,sans-serif; padding-left:5px; padding-right:5px; padding-top:-2px; font-size:13px; font-weight:bold; text-align:center; background:#444343; -moz-border-radius:5px; -webkit-border-radius:5px; height:22px} .rmlink a:hover{color:#FFF; text-decoration:none; background:#007EC4; -moz-border-radius:5px; -webkit-border-radius:5px}
7) And finally save the template.
You are all done and now check your blog. Drop comment if finding any kind of problem.
For more Blogger tips and tricks, browse this blog. Keep visiting this blog for more updates.
Free Aircel Unlimited 3G Trick February 2013
- First of all activate 3G service in your sim. If it is activated already then skip this step. To activate 3G, send "START 3G" to 121.
- Now you can recharge your Aircel sim with any 2G Internet Pack. To use this trick of free 3G speed for a month, recharge with one month pocket internet pack.
- Before using the Internet ,you need to configure the APN settings correctly in your phone or device. Normally you will get the settings via SMS from Aircel. You can also configure it manually.
- Again now recharge your Aircel sim with any low cost 3G internet pack. Recharge with Rs. 8 or Rs. 18 internet pack. You will get 50MB 3G data usage from Rs. 8 pack and 100MB 3G data usage from Rs. 18 pack.
- Consume your 3G data completely. Wait for a day. From next day you will get free 3G speed everyday for one month.
technorati- SCUXN3HFDGBG
How To Find IMEI Number Of Your Phone
-
HeartATech
Copyright©2012 HeartATech. Articles cannot be reproduced without permission from the author.
Powered by Blogger