What Is Article Submitter ?

Article Submitter is the simplest, fastest way to have a single article submitted to multiple article directories without having to spend too much time tweaking the article or sending it one by one to all these directories!
Best of all, you can register for all these directories without actually having to go to the sites one by one at all!
Read more ...

SEO Your Blog With Meta Description

Are you already SEO your blog?


What is SEO?


SEO is SEARCH ENGINE OPTIMIZION.SEO is so important to our blog.One of way to SEO your blog is using Meta Description,and in this post i will give a tutorial how to SEO your blog using Meta Description.


Step:

  1. Login to you blogger.
  2. Go to Layouts >> Edit HTML
  3. Find the <head> code,and below this code you will see something like this

<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>

    4. Now delete code in above and replace with :

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<meta content='Change With Your description | Change With Your description | Change With Your description' name='description'/>
<meta content='Change With Your keyword | Change With Your keyword | Change With Your keyword | Change With Your keyword' name='keywords'/>
<meta content='adsenseâ&#65533;¢' name='Author'/>
<META CONTENT='EN' HTTP-EQUIV='Content-Language'/>
<META CONTENT='Global' NAME='distribution'/>
<META CONTENT='1 days' NAME='revisit-after'/>
<meta content='1BMpDzvVAwN26BIxx98vN2FSQwQcIXzm6Pusbt91QSw=' name='verify-v1'/>
<META content='54d0a4342857df7a' name='y_key'/>
<meta content='index,follow' name='robots'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='true' name='MSSmartTagsPreventParsing'/>
<meta content='blogger' name='generator'/>
<meta content='9BC9169060' name='blogcatalog'/>
<b:include data='blog' name='all-head-content'/>

For the description / keywords, you can change it with your own description and keywords.

5. Save your tempalte.

Now your blog will be more easier detect by Google, but there is no guarantee that your blog will shot up or top in Google search results.
Read more ...

How To Make Hidden Guest book (blogger)

What Is Hidden Guest Book?

e.g

Click Here , see at the right side in there.

Step:

1. Login to your blogger , From dashboard, go to Layout >>
Page Elements >> Click Add Page Elements,>>Add HTML/SCRIPT.

2.
Download code in below and paste in the HTML/SCRIPT box.

Download Script

3. Save your widget,and try viewing your blogs.
Read more ...

How To Get Free Domain Name .COM.NET.ORG

Sign Up Here And Get Free Domain Name .COM.NET.ORG, Everything is 100% free.Try it now!
Read more ...

How To Add Picture Background (blogger)

Adding background in blogger is so easy. This tutorial is for new blogger and for anyone who need it ;p.Just follow the easy step in below ^^,


1. 1st upload the picture/background image in photo hosting .You can upload your background at free photo hosting,e.g photobucket,imageshack, Googlepages and many more..

2. Login to Blogger,>> Layouts >> Edit HTML ( before you start editing your blog pls backup your template 1st/download full template)

3.
Now,you need to locate the ‘body’ CSS , like below:

body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

To add an image here you have to add the code in below before the '}' at the end :

background-image:url(WEB URL OF YOUR PICTURE );
background-repeat:no-repeat;
background-position:120% 10%;
background-attachment: scroll;


It will look like this:

body {
background:$bgcolor;
background-image:url(PUT-IMAGE-URL);
background-repeat:no-repeat;
background-position:120% 10%;
background-attachment: scroll;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}


Read more ...