Get Free Recharge By Playing Online Games

You may have come across many free recharge advertisements but most of them turn out to be illegitimate and you get nothing out of them. Today I am going to share a website that actually pays you free recharges and it is 100% legitimate. The name of the site is Online Games Now and here is the link to the website :- www.ogean.com.

You will get free recharges by playing free online games in their website. You can give some of your time in playing online games whenever you are free and that too will give you free mobile recharge. So isn't that great? You can also earn free recharge by promoting their site in social networking sites,forums,blogs,etc. You can use it both as a Gamer and as a Promoter.

Ways To Earn Free Recharge From Online Games Now


A) As a Gamer
    1) By playing Games, your Account balance will increase.
    2) When it reaches Rs 10, you can recharge just by going to the appropriate link.
    3) It depends entirely on you when to do recharge, but the minimum money needed for posting recharge request is Rs 10.
    4) Play a Single Game for At least 5 minutes to Get Points
    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).
Continue Reading

How To Show Post Excerpts On Blogger Homepage.

Here in this blog we have provided you many tweaks and tips of Blogger. Today we are here again with a different blogger tweak. This post is about how to show post excerpts on homepage instead of full posts. This tweak will show thumbnail of your post and a
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;
&nbsp;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 == &quot;&quot;'>
&nbsp;<! Then use the post body as the schema.org description, for good G+/FB snippeting. -->
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; + 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='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
<data:post.body/>
<div style='clear: both;'/>
<!-- clear for photos floats
>
</div>
&nbsp;</b:if>
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;' 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 == &quot;item&quot;'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;); </script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'> continue reading &quot;<data:post.title/>&quot;</a></span> </b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if> </b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><b:else/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<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 != &quot;item&quot;'> <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.
Continue Reading

Free Aircel Unlimited 3G Trick February 2013

We are sharing here a trick by which you can use free unlimited Aircel 3G data usage. This trick is not a new one. Maybe some of you already know this trick and utilising free unlimited Aircel 3G data. This trick was working last year and still it is working absolutely fine. With the help of this trick you can enjoy unlimited 3G speed in a 2G Pocket Internet pack.  Read the whole instructions carefully.

  • 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.                 
      Profile Name : Aircel                                                                                                                            
      Access Point Or APN : aircelweb
  • 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.

Enjoy 3G speed in your 2G data pack!

technorati- SCUXN3HFDGBG

Continue Reading

How To Find IMEI Number Of Your Phone

IMEI stands for International Mobile Station Equipment Identity. IMEI is a unique number to identify every mobile phones, as well as some satellite phones. In case if your phone is stolen then you can contact your network provider, provide them the IMEI number of the stolen phone and they will blacklist the phone using that IMEI numkber. So this IMEI number is very useful one.



Continue Reading

How To Make Small Emoticons In Facebook

Emoticons are pictorial representations of facial expression which tells person's feelings or mood. Emoticons in Facebook is becoming a trend. :-) represents happy face, :-( represents sad face, :-D represents laughing and there are many more emoticons or smileys that represents various facial expressions.



Continue Reading

Gangnam Style On Facebook Chat

Gangnam style is a Korean pop single by South Korean Rapper PSY. After few days of its release the video of Gangnam Style went viral on the internet. It also became the most watched video on Youtube surpassing Justin Bieber's single "Baby". Facebook being the number# 1 social networking site (1 billion subscribers) and number# 2 website according to alexa ranking it was obvious that Gangnam style was one of the trending topic on Facebook. Facebook too helped to a great extent in the promoton of that video.



Continue Reading

How To Find MAC Address Of Android Mobile/Tablet For Wi-Fi Access

If you don't know how to get MAC address of your Android mobile or tablet then I guess your are in a right place as I am here to guide you. Many of you use your Android mobile or tablet to connect to Internet using wi-fi. To improve your wi-fi network security you want to enable MAC address filtering. But if you have enabled MAC address filtering in your router then you need to provide your MAC address of your Android device. So you need to get the MAC address of your device to keep accessing Internet safely. Now we will not go more deeper and lets talk about the procedure to get the MAC address of your Android device.

 
Continue Reading