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 ...

Tutorial How to Add Digg Button(Blogger)


Digg.com is the one website can driver free traffic to your site.Digg also have some tools, and it a very useful tools,call Digg Button.As you see in my right top of each post.Digg allow your readers to digg your story from your blog finally they'll submit the stories to Digg.


I’ll show you how to put Digg button on the right or left of the top for each post (For blog that do the Automatic Thumbnail and Read More Function).

Follow Step In Below :

1. Login To Blogger >> Go To Layout >> Edit HTML

2. Back up your existing Template before making any changes!

3. Tick The "Expand Widget Templates" box

4. Find This Code(CTRL + F ) <data:post.body/>

5. Copy The Code In Below


<div style="float:left;"><script type="text/javascript">

digg_url = 'YOUBLOG';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>


Change (YOUBLOG) With You Blog URL e.g ( http://blogs-tricks.blogspot.com)


6. Paste the code(in above) before <data:post.body/>

e.g :

<div style="float:left;"><script type="text/javascript">
digg_url = 'YOUBLOG';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
<data:post.body/>

7. Save Your Template.

Tips:
If you want to change it to the left, change this <div style='float:right;'> to <div style='float:left;'>


If your blog doesn't use Automatic Thumbnail and Read More Function you have to find this code <div class='post-header-line-1'/>.Put the code below above the <div class='post-header-line-1'/>;

e.g :

<div style="float:left;"><script type="text/javascript">
digg_url = 'YOURBLOG';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript">

</script><div class='post-header-line-1'/>
Read more ...

How To Make Automatic Thumbnail and Read More Function (Blogger)

Before You Start,Check Another Tutorial How To Make Read More(How To Make (Read More)Function).


Follow steps as below:

1. Login Blogger>>Go To Layout >> click Edit HTML

2. Tick on "Expand Widget Templates"

3. Find this code

<data:post.body/>

4. Replace with this code below


<script type='text/javascript'>
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script src='http://kfile.110mb.com/summary-post.js' type='text/javascript'/>
<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'><a expr:href='data:post.url'>Read more</a></span>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>

5. Save it and check your blog.
Read more ...

How To Show Your Live Stat (Blogger)


This post i will show you some tips,and it might improve you blog and attract you visitor..
that useful check it out as below;
It’ll show on your blog like this;

Total Posts: 100
Total Comments: 400

Follow The Step In Below :

  1. Login into Blogger >> go to Layout >> page element and Add Gadget.
  2. Choose the HTML/Script
  3. Copy and paste code in below :
<script style="text/javascript">
function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
function numberOfComments(json) {
document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}
</script>
<font color="black"><script src="http://YOURDOMAIN.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script>
<script src="http://YOURDOMAIN.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></font>

4. Change (YOURDOMAIN) with your domain name,and Save.

Read more ...