Sponsors


Liked us?

Wednesday, November 30, 2011

Fill any form with one click

When you submitting your blog to blog directories you have to fill forms one by one.If you going to submit your blog to 100 directories it is too difficult to fill one by one.If you do it manually you have spend lot of time for it.


Today I'm going to show how to fill those forms with one click.We have to use robo form(software). for it.You have to enter your details to robo form.Then you can put a master password for it.So anyone can't access your data without your password.Also you can use this as a password manager.


Download - roboform.com - 100% free


Robo form tutorial

This is a very useful software.no need to fill one by one.Share this with your friends.Let them know about this.


Don't forget to share your ideas with us.

Monday, November 28, 2011

DISQUS comment box for your blog-Users can comment using facebook,yahoo,twitter,google,openid accounts

Comments are very importannt part in blogging.So today i'm going to show how to add a better comment box for your blog.This comment box allows users to comment with yahoo,google,facebook,twitter and openid accounts.This is very simple and fast than other comment boxes.You can use mentioning Reply option also.Commenters can comment with images.You can find ip addresses of commenters.LIke button availabel for comments.So this is a perfect one for blogger.Let's follow these easy steps and add it to your blog.


This is fully free and no need to pay for anything.


First go to http://www.disqus.com


Then click sign up


Fill the form with correct details and click continue


Enter your details in new page(you can customize some 
options as you want)


Now click continue again


In next page select your blogger platform


Continue with instruction given.




Now it is finish.


Share this with your friends.let them know about this.









Sunday, November 27, 2011

Track your Blog’s Visitors,Traffic

Getting know what the visitors do in your blog,where are they from,how many pageviews by each visitor,find refering sites are very useful for every blogger.So today I'm going to show how to track your blog's visitors and traffic.You can get more details about your blog's visitors by using this site.You can find their ip address also.


Website - http://www.histats.com

 features 
    



This is fully free.No need to pay for anything


Histats homepage video feature - video


















Speed up loading speed of a blog

With this special trick all users can load you blog quickly in google chrome.Let’s follow these easy steps.

First go to DASHBOARD à à à DESIGN à à à EDIT HTML
Then put a tick for EXPAND TEMPLATES WIDGETS
Now press ctrl+f & search for <head> tag.

<meta http-equiv='X-UA-Compatible' content='chrome=1'/>

Copy & paste this code after the <head> tag.
Now search for </head> tag.(not <head>)
Copy and past this code after it.

<!--[if IE]> <style type='text/css'> .chromeFrameOverlayContent{top:10px;margin-top:10px;} /* CSS rules to use for styling the overlay: .chromeFrameOverlayContent iframe .chromeFrameOverlayCloseBar .chromeFrameOverlayUnderlay */ } </style> <script> //<![CDATA[ // The conditional statement ensures that this code will only execute in IE, // Therefore we can use the IE-specific attachEvent without worry window.attachEvent("onload", function() { CFInstall.check({ mode: "overlay" }); }); //]]> </script> <![endif]-->



Now save your template.It is finish now.Check loadinf speed of your blog in chrome.Share this with your friends.let them know about this.

Wednesday, November 23, 2011

How to add readmore button to your blog

There are no readmore button in blogger.com templates.But you can add it easyly.After you do this read more button will automatically add to every blog post you write.No need to add it manually.

First go to dashboardà à Design à à Edit html
Now download your template before start this

Now put a tick for expand template widget.
Press ctrl + f and type </head> in search box.
Now copy & paste this code below </head> tag.


<!-- Auto read more script Start -->
<script type='text/javascript'>
var thumbnail_mode = "yes"; //yes -with thumbnail, no -no thumbnail
summary_noimg = 430; //summary length when no image
summary_img = 340; //summary length when with image
img_thumb_height = 200;
img_thumb_width = 200;
</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(thumbnail_mode == "yes") {
 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> 
<!-- Auto read more script End -->


Now search for the <data:post.body/> tag
After that replace that code with this



 <data:post.body/> . <!-- Auto read more Start --> <b:if cond='data:blog.pageType == &quot;item&quot;'> <data:post.body/> <b:else/> <b:if cond='data:blog.pageType == &quot;static_page&quot;'> <data:post.body/> <b:else/> <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> <a class='more' expr:href='data:post.url'>Read more ...</a> </b:if> </b:if> <!-- Auto read more End -->





  Save your template now.It is finish

Monday, November 21, 2011

How to add related posts gadget to your blog posts

This is a another way to get more traffic.This related posts gadget will appear bellow the each posts of your blog.This will add more beauty to your blog.In this gadget  tittle of the post and a thumbnail will show below the posts.So readers can easyly find what they want.We have to use Linkwithin to provide this gadget.You can see how this gadget work.I have add it to my blog see it.It is realy nice.Let’s follow these steps and add this to your blog.

Going this link - www.linkwithin.com and log in(If you never have a account sign up for a new account)

After you logged in Fill the form(add your blog link,add your email and select your blogger platform.)

Then click on  get widget button.

After that install it blogger by clicking install widget to blogger button.

Now all works with linkwithin are finish

Now drag the linkwithin widget to under the posts.

Now it is finish.





Wednesday, November 16, 2011

Get more followers on social networking & bookmarking sites


Every blogger likes to get more traffic to their blogs.Social bookmarking and networking sites can provide more traffic for your blog.You have to post your blog posts in social networking sites.Also you can add your links to social bookmarking sites.But you will need more followers/friends to get good traffic from those sites.Today I'm going to show how to get more followers on few sites.


Twitter


You can use twiends.com to get more twitter followers.Twiends is affiliate programme.You can get twiends points by following others.When you following other memeber you will get 2-10 points.(mostly you get 2 points).When any one follow you you have to give 2-10(you can change this in settings) points from you.It will automatically happen you will have to make settings only.If you want you can buy some points for money.Let's increase your followers.


Twitter,stumbleupon,myspace,youtube,digg,facebook


This is also a affiliate programme like twiends.You can earn points by following others and you will lost your point when anyone follow you.It is looks like twiends.But in twiends only you can increase twitter followers.You can increase Twitter,stumbleupon,myspace,digg followers,facebook likes an youtube views by using this site.


www.youlikehits.com


By using youlikehits you can get more views to your blog/website.If have adsense don't do it.If you do your account will be disabled


Check this also - facebookpromotions.com


Share this with your friends.


#E#E#E#E#

Monday, November 14, 2011

Earn money online by article writing

Iwriter is a best place to earn money from internet.We can earn lot from it.But you should have a good skill to earn from it.

  
System of iwriter

Iwriter is a freelancer writing web site.You have to write articles with 300-700 words.They 2$-5$ for a article.Anyone can write ariticles.No limit.IF the employer not satisfy you articles will be rejected and you never get any money for rejected articles.If you have a good english knowledge this your chance to earn.

How can you get payments

In iwriter you can get your payments through paypal.You should get 20$(minimum cash out) to withdraw.You can setup it to take your money once per week.

Rules of iwriter

v  Iwitter website is tottally free for the writters.(you will never be to pay for anything)
v  Ariticle should be your own and should pass through copyscape(Uniqueness Score -75%)
v  IF you fail 3 time through copyscape your account will be deactivate
v  You should complete your article within 2 hours.
You should write the articles related to the topic that was given by employer

Let’s register with iwriter

§  First click register and fill form.
§  Then verify your email.
Now click write article to start your job.
Click plus(+) mark get more details about it.























Friday, November 11, 2011

How to get adsense aprove easily


Today I’m going to show how to get adsense aprove easyly with indyarocks. Indyarocks is social networking site like facebook.But according to the facebook indyarocks quality is vey law.So we use it only to get adsense aprove.
We need a email account for this.The email should not be yahoo,gmail or msn.We can use  rediff.com email account for this So if you never have email with rediff you have to register for a new account.
Lets register for a new account in Indyarocks
Fill the form correctly.After registration log in to your account.Then click earnings.You should be eligible to earn.You will be eligible after doing these.
1.   Complete your profile(more than 50$)
2.   Upload your photo
3.   Upload 10 photoes
After that click earnings again and click start earnings.After clicking next you will receive a email from google.Now register with adsense by going through the link in that email.
When you register with adsense fill the form with your real information.





Thursday, November 10, 2011

Earn money with fiverr



Today I’m going to show another perfect way to earn money from internet.
Fiver is a freelancer website.In this site you have to work for 5$.This is work like gigbucks.In fiverr you can only get your paymet through paypal.
You can create a gig.It value should be 5$.When we earn 5$ fiverr get 1$ as a fee and we only get 4$ for one order.


Rules in fiverr

1.   You should complete the order to the time.
2.   Employer should be satisfy
3.   After you get payments you have kept it in fiverr for 14 days.
4.   You can create any number of accounts
You should have a basic english knowledge
You should know something special.( PhotoShop, illustrator, Flash, MS Office, Music Composing , Video Editing , Programming,social networking)

Let’s create a account in fiverr
Click signup and fill the form correctly.After that confirm your email.Then log into your account

Let’s create a gig

Ø  What we can sell in fiverr?

·         If you have special skill you can sell it
·         Graphic designing
·         Socail marketing
·         Programming
·         You can sell digital products

Tittle-Create a unique tittle.Tittle should be attractful

Eg:- I will get you 500 facebook likes in 48hrs for $5

v Category

Now select a category

v Description

make a short descripton
  
Add these to description

1)   specail qualifications related to your gig
2)   Important of this work
3)   Time frame
4)   What you need from buyer
Eg:-   “As a Social Media Marketing Expert I know what I am doing, and I will get you 500 facebook like in 48hrs. I will require your password. Check my feedback”

v Instructions to buyer

This will be visible to buyer after he/she buy it.
Eg:-    “I will require your password"”

v Keywords

Add some words which describe your gig
Eg:- facebook likes,facebook fans,socail marketing

v Image

Add a image for your gig

-------------If you have the skill this your chance to earn--------------


#E#E#E#E#


                










Twitter Delicious Facebook Digg Stumbleupon Favorites More