To beautify your website or blog, you might be interested in installing a favicon. Favicon is a small icon on the left address of your website or blog. For more details, you can see the example below.


Okay, let me just how to put favicon on your website or blog by following steps below.

1. Prepare images (GIF, PNG, JPG, BMP, ICO, TIFF, less then 1MB)
2. Then you go to the website http://www.iconj.com/favicon_hosting.php
3. After that, click Browse and select the image you've prepared before (picture to be used as a favicon) See the image below
4. After that, you click Upload it! See the image below
5. Then copy the code and save it in notepad or ms. word. See the image below
6. The next step is, please log into blogger with your ID.
7. Click on Layout.
8. Click Edit HTML.
9. Please search for code </head> (if you're confused about the code, press Ctrl F on your keyboard and type in </head> and then press Enter, the cursor will automatically point to the code that you wish to search)
10. Save favicon's code that you'd save in notepad just above the code </head>
11. Click the Save Template button
12. Done! And now you already have a favicon in your blog URL address.

Each of us gave the link in one word / sentence in posting our entries, if the word / sentence is clicked it will close the tab pages our blog. It is very troublesome if we want to go back to the tab pages long, we have to click and wait for signs of previous displacement loading pages for some time.

To overcome this, we can do the editing on the command link so that when we open (click) the link may switch to new tab pages so that we read the page that was not covered by it.

How to edit it quite easily, you can follow these steps:
1. In the Edit Entry page, click Edit HTML.
2. Find a word / phrase that has been given the link. For example like this:
<a href="http://www.balibisnisonline.com">Home</a>
"http://www.balibisnisonline.com" is a link from the word Home.
3. Add command target = "_blank" after the URL link, such as the following example:
<a href="http://www.balibisnisonline.com" target="_blank">Home</a>
target = "_blank" This is the command to open a new tab page. Apart from that command you can also use the command "up" or "new" to change the command "_blank".

Well, done. But if you want to link more attractive again, for example by displaying the information in each link when the mouse pointer is appointed by, then you simply add the command title = "caption" in the link, as an example:
<a href="http://www.balibisnisonline.com" target="_blank" title="information">Home</a>
Replace the word information with a sentence adverb you want.

Good luck!

From some friends and readers who read my blog that contains HTML code, many who ask me either through sms or via email. The question like this, "How can the HTML code visible in a blog posting?"
So that I do not need to answer the sms or email them one by one, then I am I posting here on how HTML code can be seen on the blog you all.

The trick I use is very easy, follow these steps:
1. Click HERE to get to the website centricle.com
2. Enter the HTML code you want to display on the blog
3. Click Encoding
4. Copy all the code that appears after you click this Encoding
5. Paste it into your post
6. Completed and you can continue to write in your posts. . .

Very easy is not it? If any of you who have an easier way please share with all bloggers.

This time I will share with you how to make a related post on your blog. Related post is very useful for readers to find other postings related to the article being read.
Well it seems you can not wait, just practicing the steps below correctly.

1. Log in to your blog

2. Login menu 'Layout -> Edit HTML'

3. Check the box 'Expand Widgets Templates'

4. Find this code <data:post.body/>

5. Put the bellow script under the code in step four (under <data:post.body/>)

<b:if cond='data:blog.pageType == "item"'>
<div class='similiar'>

<div class='widget-content'>
<h3>Related Post</h3>
<div id='data2007'/><br/><br/>
<script type='text/javascript'>

var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
var maxNumberOfPostsPerLabel = 4;
var maxNumberOfLabels = 10;

maxNumberOfPostsPerLabel = 100;
maxNumberOfLabels = 3;


function listEntries10(json) {
var ul = document.createElement(&#39;ul&#39;);
var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
json.feed.entry.length : maxNumberOfPostsPerLabel;
for (var i = 0; i &lt; maxPosts; i++) {
var entry = json.feed.entry[i];
var alturl;

for (var k = 0; k &lt; entry.link.length; k++) {
if (entry.link[k].rel == &#39;alternate&#39;) {
alturl = entry.link[k].href;
break;
}
}
var li = document.createElement(&#39;li&#39;);
var a = document.createElement(&#39;a&#39;);
a.href = alturl;

if(a.href!=location.href) {
var txt = document.createTextNode(entry.title.$t);
a.appendChild(txt);
li.appendChild(a);
ul.appendChild(li);
}
}
for (var l = 0; l &lt; json.feed.link.length; l++) {
if (json.feed.link[l].rel == &#39;alternate&#39;) {
var raw = json.feed.link[l].href;
var label = raw.substr(homeUrl3.length+13);
var k;
for (k=0; k&lt;20; k++) label = label.replace(&quot;%20&quot;, &quot; &quot;);
var txt = document.createTextNode(label);
var h = document.createElement(&#39;b&#39;);
h.appendChild(txt);
var div1 = document.createElement(&#39;div&#39;);
div1.appendChild(h);
div1.appendChild(ul);
document.getElementById(&#39;data2007&#39;).appendChild(div1);
}
}
}
function search10(query, label) {

var script = document.createElement(&#39;script&#39;);
script.setAttribute(&#39;src&#39;, query + &#39;feeds/posts/default/-/&#39;
+ label +
&#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
document.documentElement.firstChild.appendChild(script);
}

var labelArray = new Array();
var numLabel = 0;

<b:loop values='data:posts' var='post'>
<b:loop values='data:post.labels' var='label'>
textLabel = &quot;<data:label.name/>&quot;;

var test = 0;
for (var i = 0; i &lt; labelArray.length; i++)
if (labelArray[i] == textLabel) test = 1;
if (test == 0) {
labelArray.push(textLabel);
var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
labelArray.length : maxNumberOfLabels;
if (numLabel &lt; maxLabels) {
search10(homeUrl3, textLabel);
numLabel++;
}
}
</b:loop>
</b:loop>
</script>
</div>

</div>
</b:if>

6. Click SAVE TEMPLATE
7. Finish

You can replace the word 'Related Posts' with other words such as 'related posts', 'related articles', etc.. Or customize to your desire and suitability to your blog.

Good luck and good luck.

Every blogger would want a high page views. Why? In addition to showing the quality of blog content, high page views is also one attraction for advertisers.

How to increase page views? Below are my ways of summarizing the experience itself.

EXTERNAL FACTORS

This external factor is the number of visitors. More and more visitors, the higher the page views. Below are ways of increasing visitors.

1. SEO
Search engine optimization (SEO) is an effort to mejaring menoptimasi blog visitors from search engines. The better position, or posting on the blog search engine (eg on page one of Google), the greater the chance of getting visitors. If you're interested in SEO, please read my previous posting ie 7 How to Become Number One in Google.

2. Blogwalking
Blagwalking are other people visiting blogs and leaving comments on these blogs. The more diligent you blogwalking, the greater is visited by the owner of the respective blogs or blog visitors who are interested in your comments. To be effective, make a comment when you blogwalking quality so that fishing interests of other bloggers to visit your blog.

3. Send postings to social bookmarking sites
You can register your post to multiple social bookmarking site. For Indonesian blog, you can use Traffic News and InfoGue. If your postings have become a hot article, then the number of visitors of the site is very large that is reaching thousands of people per day.

4. Active in forum
The forum is one of the means that you can use to promote your post. Usually you make a thread or link to your post. When you become ngetop postings, the number of visitors who showed not much different from the number of visitors from social bookmarking site.

5. Become a guest blogger
By becoming a guest blogger on prominent blogs, you have the opportunity to link to posts or your homepage. Thus, the probability of obtaining a lot of visitors increased significantly.

6. Referenced by other bloggers
Visitors will be increased if there are other bloggers who refer your postings or blog. Particularly if that promote it is well known bloggers. This of course depends on the quality content you have.

7. Create RSS session in your other blog
This session is very easily made in wordpress because there are widgets RSS. By enabling this widget, then your latest posts will appear in your other blogs. Personally, I put the RSS in Blogotainmen session and my free blog, so the newest posts appear automatically Blogodolar.

INTERNAL FACTORS
Internal factors are factors that make visitors comfortable and interested in opening your postings.

1. Interface design blogs
Regardless of the hosting and the theme / template that you use, Design your blog for its fast loading time. Thus, visitors are not disturbed in your opening post. Tricks below can be used to obtain a relatively fast loading time:

  • A little might put up a banner which is made of java script.


  • Optimally mengguanakan widget. Personally I only use less than 10 widgets, and just put it in the sidebar.


  • Use the plugin necessary. Remove also plugins that are not used so as not to take place in the database hosting.



  • 2. Create an interesting title
    When you visit a blog, you may click on a few posts in these blogs. Why? This is because you want to learn more interested in posting such content. Therefore, make an interesting title.

    3. Create internal links
    Create internal interlaboratory posting links to your previous post you make if there is a connection. The number of internal links must also be proportionate in order not to disturb the convenience of the reader. Do not forget, give the link colors as accurately as possible in order to be easily identified by visitors.

    4. Create Serial Posts
    Series is serialized postings postings from one topic that can not be discussed in one posting. For example, you will write a topic Mike Tyson. Serial postings you can make, among others, 10 Boxers in KO Mike Tyson in Round One, five of Beat Boxer Mike Tyson, and 10 are hard Defeated Boxer Mike Tyson.
    When visitors find one written above, it is probable he will see two other postings because it continued to connect.

    5. Create a session-related posts
    Not all posts should be inserted internal links. So that visitors know the posts are relevant to the post that there is no internal links, then create a session-related postings. When you use wordpress.org, related postings created by using the plugin.

    6. Create a new session and the most popular posts
    Most popular postings will be useful for new visitors, so that he could identify which posts the most widely read your blog. The latest post will provide the latest information, either to new visitors or old visitors.

    7. Make navigation as simple as possible
    Navigation here is a page, category, where the search, and archive that is easily recognizable and views of visitors. Therefore, provide easy navigation and make recognizable visitors. For example, visitors can easily view your records at six months ago. If you use wordpress, you can use-Wp plugin Archives to make records more informative.

    8. PPC Ads Place proportionately
    Posts are filled with ads will confuse the reader so that it is probable he will quickly run away from your blog. Therefore, place these ads proportionately, eg under the posts only.

    9. Quantity posts
    Besides the quality, quantity also influence the post page views. Greater the number of posts, more posts to read visitors.