Creating Breadcrumb Navigation in Blogger



Not already a week I was not updating this blog. This is because I was busy rearranging the content on this blog and add some tools to it. One is thebreadcrumb navigation . Breadcrumb is a WordPress plugin that works belong to facilitate readers to browse the blog page. So, like a map or sitemap in the blog.plugin is usually placed on the posting. An example looks like this: In addition to facilitate the reader in knowing the location of the page being traced, this plugin can also optimize your blog page in search engines ( SEO ). Even recommended directly by Google know. Do not believe? Here is a quote that I took from the ebook ' Google Search Engine Optimization Starter Guide '. Want to know more SEO techniques in the ebook Google Search Engine Optimization Starter Guide? Please read here .Ok I think enough explanation, for users wordpress plugin Breadcrumb you can download here . As for the blogger users follow the steps below to install the breadcrumb navigation: 1. Open Blogger. Go to the menu Design -> Edit HTML 2.You can check the 'Expand Widget Templates'. 3. After that, find the code <b:if cond='data:post.title'> 4. Put the code below under <b:if cond='data:post.title'>




breadcrumb navigation















<b:if cond='data:blog.pageType == "item"'>
<div class='breadcrumb'>
<a expr:href='data:blog.homepageUrl' rel='tag'> Home </ a > »
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr: href = 'data: label.url "rel =" tag "> <data:label.name/> </ a>
<b:if cond='data:label.isLast != "true"'>, </ b: if>
</ b: loop >
» </
b: if>
<data:post.title/>
</ div>
</ b: if>

5. Then look up 
the code ]]> </ b: skin>

6. Put the code below css thereon

. Breadcrumb {
padding: 5px 5px 5px 0px;
margin: 10px 0px 0px 0px;
font-size: 90%;
line-height: 1.2em;
border-bottom: 3px double # e6e4e3;
}
7. If you've saved your template and see what happens. Hopefully useful :)

Download Alexa Booster

Alexa Booster - To increase the page rank and SEO of a blog can use a variety of tricks and how, to use banklink booksmark blog or social qualities of having good PageRank and dofollow. for novice blog or blog which makes it somewhat difficult to increase blog traffic, so it must be a lot of effort to advertise this blog and blog traffic so be good. 


Download Alexa Booster

Download Alexa Booster



No need to worry for beginner bloggers to increase traffic to blog because here hasbihtc.blog will provide tricks to increase blog traffic quickly. not have many visitors, because this softwere our blog will have high traffic and of course from various proxies.


Download Alexa Booster


Directly be ok. softwerenya name is " Alexa Booster ". softwere with this blog we can have high traffic. we just live our blog address and wait until the process is complete.


Download Alexa Booster

Download Alexa Booster


softwere can be downloaded free of charge from your service provider or download alexa driving here to get the softwere. advantage of this softwere able to rapidly increasing traffic various proxies , and IP .

I use it quite easily. 
- Install the application as usual 
- Enter the address of the blog or wibesite
- Follow the instructions 
- Wait until the process is complete


Nb. For bloggers who do not know what it is Alexa Booster or usefulness Understanding Alexa Rank and few tips from my hasbihtc.blog on Download Alexa Booster may be beneficial yours respectfully happy blogging.

Copyright © : http://hasbihtc.blogspot.com/2012/02/download-alexa-booster.html#ixzz28UlKRdeo

Insert Auto Read More on Blogger Posts

I'm sure readers are familiar with the features read more is a method to hide some of the contents of articles from the front page of the blog to the blog look more presentable and professional. methods to read more of time , usually a blog owner should insert code on each post that features a read more work. The downside of this method is certainly less practical. Well for those of you who do not want to be bothered, you can use the 'auto read more '. With this feature you do not need to add the code read more in each post, but the system will automatically generate a link read more to your post. In this way our work will certainly be lighter. Well for those of you who want to implement a system of auto read more on your blog simply follow the steps below.







Note: 
For those of you who have put up read more manual code please uninstalled first before installing the code auto read more .


1. Log in to Blogger. Go to the menu Design-> Edit HTML
2. You can check the "Expand Widget Templates"
3. Put the code below just above </ head>

<script type='text/javascript'> thumbnail_mode var = "no-float"; summary_noimg = 300 ; summary_img = 301 ; img_thumb_height = 150; img_thumb_width = 150 ; </ 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);
imgtag var = "";
var img = div.getElementsByTagName ("img"),
if (img.length <1) {
imgtag = '< span style = "float: right ; padding: 0px 0px 10px 5px; "> <img src =" http://2.bp.blogspot.com/_0Nr--qemD8Y/TCLunoOn0SI/AAAAAAAAAsU / PFNWur48hKg/s1600/def-thumb.png "width =" '+ img_thumb_width +' px 'height = "' + img_thumb_height +" px "/> </ span > ';
var summ = summary_noimg;
}
if (img.length> = 1) {
imgtag = '< span style = "float: right; padding: 0px 0px 5px 10px;"> <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>

Description: 
summary_noimg = 300 indicates the number of characters that are displayed without images summary_img = 301 indicates the number of characters displayed include images img_thumb_height = 150 thumbnail image shows highimg_thumb_width = 150 indicates the width of the thumbnail images float: rightindicates the position of the thumbnail images on the right. If you want the thumbnail to the left switch right to left img backup image that appears if there are no images in the post. You can replace the image with another image backup or just delete the picture address if you do not want to use the backup image. 4. Then find<data:post.body/> or <p> <data:post.body/> </ p> 5. Replace the code with the code below










<b:if cond='data:blog.pageType != "item"'> 
<div expr:id='"summary" data:post.id'> <data:post.body/> + </ div > 
<script 
style = "float: left"> <a expr:href='data:post.url'> <b> Read more »</ b> </ a> </ span > 
</ b: if> 
< b: if cond = 'data: <b:if == "item"'> <p> <data:post.body/> </ p>
</ b: if>
6. If so, save your template. 7. Completed. Please see the results as usual you can be creative yourself link read more instance to add the post title in it or change the read more link to the image . Same way with read more manual . Good luck! When there are less obvious please inquire through the comment section I will try to help you.

My Technorati Claim is P6K364YPGPQB

My verifi claim Token is P6K364YPGPQB

Technorati will need to verify that you are an author of the blog by looking for a unique code. Please put the following short code P6K364YPGPQB within a new blog post and publish it. This code must appear in the published post and it must also appear in your corresponding RSS feed once published. Once it is published, use the "Verify Claim Token" button on this page to tell Technorati your blog is ready for Technorati to verify the claim token and proceed to final review.

P6K364YPGPQB


Installing Label Cloud On Blogger


label cloud
Label cloud was developed byphydeaux3 . As the name implies, is associated with a label widget so for those of you who do not put a label widget on your blog. This method can not be used. To label blogger standards, usually the number of posts that fall under this category will be listed in the form of numbers located on the side.


But different from the label cloud , which describes the number of posts in a font size of the label. So the more posts that fall into that category, the greater the size of the font. Making it look more interesting and less monotonous. In addition, it is also suitable for the size of the width of the sidebar as massage arrangement to the side. Well for those of you who want to install label cloud, here are the steps: 1. As always log into Blogger. On the menu Layout -> Edit HTML 2. Backup your template 3. Tick ​​the " Expand Widget Templates " 4. Put the code below the above code ]]> </ b: skin>










/* Label Cloud Styles
----------------------------------------------- */
#labelCloud {text-align:center;font-family:arial,sans-serif;}
#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}
#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}
#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}
#labelCloud a{text-decoration:none}
#labelCloud a:hover{text-decoration:underline}
#labelCloud li a{}
#labelCloud .label-cloud {}
#labelCloud .label-count {padding-left:0.2em;font-size:9px;color:#000}
#labelCloud .label-cloud li:before{content:"" !important}
5. After that, put the code below the above code </ head> 

<script type='text/javascript'>
/ / Label Cloud User Variables
cloudMin var = 1;
maxFontSize var = 20, / * source Ukuran maksimal label * /
var maxColoris = [0,0,0], / * source Warna kiss * /
var minFontSize = 10, / * source Ukuran minimal label * /
var minColor = [179,179,179], / * source Warna Kecil * /
var lcShowCount = false;
</ script>
6. Then find the code below.

<b:widget id='Label1' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>

<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
7. Replace the code above with the code below

<b:widget id='Label1' locked='false' title='Label Cloud' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>

<div class='widget-content'>
<div id='labelCloud'/>
<script type='text/javascript'>

// Don't change anything past this point --------------
// Cloud function s() ripped from del.icio.us
function s(a,b,i,x){
if(a&gt;b){
var m=(a-b)/Math.log(x),v=a-Math.floor(Math.log(i)*m)
}
else{
var m=(b-a)/Math.log(x),v=Math.floor(Math.log(i)*m+a)
}
return v
}


var c=[];
var labelCount = new Array();
var ts = new Object;
<b:loop values='data:labels' var='label'>
var theName = &quot;<data:label.name/>&quot;;
ts[theName] = <data:label.count/>;
</b:loop>

for (t in ts){
if (!labelCount[ts[t]]){
labelCount[ts[t]] = new Array(ts[t])
}
}
var ta=cloudMin-1;
tz = labelCount.length - cloudMin;
lc2 = document.getElementById('labelCloud');
ul = document.createElement('ul');
ul.className = 'label-cloud';
for(var t in ts){
if(ts[t] &lt; cloudMin){
continue;
}
for (var i=0;3 &gt; i;i++) {
c[i]=s(minColor[i],maxColor[i],ts[t]-ta,tz)
}
var fs = s(minFontSize,maxFontSize,ts[t]-ta,tz);
li = document.createElement('li');
li.style.fontSize = fs+'px';
li.style.lineHeight = '1';
a = document.createElement('a');
a.title = ts[t]+' Posts in '+t;
a.style.color = 'rgb('+c[0]+','+c[1]+','+c[2]+')';
a.href = '/search/label/'+encodeURIComponent(t);
if (lcShowCount){
span = document.createElement('span');
span.innerHTML = '('+ts[t]+') ';
span.className = 'label-count';
a.appendChild(document.createTextNode(t));
li.appendChild(a);
li.appendChild(span);
}
else {
a.appendChild(document.createTextNode(t));
li.appendChild(a);
}
ul.appendChild(li);
abnk = document.createTextNode(' ');
ul.appendChild(abnk);
}
lc2.appendChild(ul);
</script>

<noscript>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a expr:href='data:label.url'><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>
</noscript>
<b:include name='quickedit'/>
</div>

</b:includable>
</b:widget>
8. If so, click Save Template . Done If my friend wants to modify the font size and color of the label. Please direct your attention to code like this



<script type='text/javascript'>
/ / Label Cloud User Variables
cloudMin var = 1;
maxFontSize var = 20 , / * source Ukuran maksimal label * /
var maxColoris = [ 0 , 0 , 0 ], / * source Warna kiss * /
var minFontSize = 10 , / * source Ukuran minimal label * /
var minColor = [ 179 , 179 , 179 ], / * source Warna Kecil * /
var lcShowCount = false;
</ script>
Replace the words in red as you wish. Good luck ..!

Creating Alert Box Message on Blog



Maybe you've seen alert box like this when visiting a blog. Where you have to click the OK or click the Close to be able to access the blog. accordance with its name, the box serves to display important messages or warnings to visitors. Examples like the above message tuh. Wah extreme huh. But do not worry because in fact not possible. It's just a text for your guts nguji alone . Just Kidding. ^ ^ Frankly I think this box is very disturbing visitor activity. But for those of you who want to try it for fun or have specific messages to be conveyed to the visitors of your blog. So it does not hurt to use this method. Since every visitor that comes to your blog will read the message on the alert box before you can access to your blog. Ok I think enough explanation. For those of you who want to try it, it is very easy: 1. Open Blogger.Click Design -> Edit HTML 2. Find code <head> then put the following script below

alert message box









<script language='JavaScript'>alert(&quot;Welcome To My Blog&quot;);</script>
3. If you are still confused, just place the script between <head> and <b:skin>

4. Colored text bold red above is the text that will appear in the alert box. Please replace the text that you want to convey. 5. If so, click Save Template . 6.Completed. Please click on View Blog to see the results :)

How to Display Form Comments Only in Specific Postings


A few days ago, there was a blogger friend who asked me via email about how todisplay the comment form only in certain posts . Since the question is quite interesting and it is possible there are bloggers others who do not know how. So on this occasion I will try to explain it here. Well to display the comments form only in a particular post is very easy, because blogger.com has provided an option for it, so we just want to determine which post comments displayed form and which are not .these options can be found at the bottom of the page post editor. Watch my column below the red line:





By default, the comments will always be "allow", if you do not want readers to comment on your posts, simply select "Do not allow" the commentary form will disappear. It's as easy a try. If there are less obvious please inquire through the comment form.

How to Display Form Comments Only in Specific Postings


if you want your blog posts can be read by more people then one way you have to do is submit your RSS feed to Facebook . By submitting your blog RSS feed into Facebook, then every time you post a new article, the article will appear automatically posted on your facebook profile, so friends or friends facebook you can read your blog posts directly on your facebook profile page. If your articles are good they certainly will visit your blog to read further so that it can also promote your blog. Regarding how to submit your RSS feed to Facebook actually I've posted on this blog. But because Facebook has changed the display page and to submit RSS feature has also been removed so that way previously been unusable. ThoughFacebook already does not provide a feature to submit rss feed. But now there are many applications facebook that can perform this task. One that I use is the RSS Graffiti . RSS Graffiti will automatically submit your blog posts to your profile pagefacebook every time you update the post so you do not need to submit the articlesmanually into facebook What you should do is open the app and graffiti RSS add the address of your blog feed. After that everything will run automatically .. tis .. tis ..tis addition, RSS Graffiti also provides multiple settings so you can customize the display according to the feeds you want. Several features provided by the RSS graffiti such as:











  1. Allows you to set the appearance of the article in the form of regular feed or short messages such as Twitter
  2. Filtering articles from a specific date
  3. Giving an additional message on any article published
  4. Set posting schedule
  5. Tweak to publish twitter facebook

How to submit RSS feeds to RSS Graffiti

1. Log in to Facebook 
2. Open the RSS Graffiti application and run it. 
3. After that, click Add Feed . 
4. Then the page will appear as follows

Feed URL : browse your blog feed address. Examplehttp://bloganda.blogspot.com/feeds/posts/default 
Source Name : Fill in the name of your blog Source URL : Fill out your blog style Post : Let the 'Standard'. If you want to post up in the form of a short message such as Twitter select 'Compact' or 'status updates'

5. If you have press Save . Done Now every time you post an article, the article will automatically appear at page facebook you.

Wibiya: ToolBar Advanced Blogger


Wibiya - one of the websites that provide facilities free toolbar for your blog, toolbar from wibia is very sophisticated. 


feature of the toolbar Wibiya these include: direct search, who's online, live video, translate, timeline, Various Facebook widgets, twitter, youtube , Live chat and sharing your photos. Hmmm not advanced this toolbar? curious to see the Demo??

 immediately wrote visit wibia and look at the bottom of your browser.Once you have a look if you want to install it into your Blogger? Well below this review to make it. 

  • 1. Go to website wibiya.com and click the " Get It Now " 
  • 2.In Form " Create An Account "fill out the form according to your data then kik tomblol" Next " 
  • 3. Then choose your toolbar theme in the " Select a Theme "Then click the" Next " 
  • 4. In the " Application Settings"configuration your accounts into the toolbar, it Seletlah click the" Next " 
  • 5. In the " Add it "final installation or click the logo" Blogger "or install on blogger
  • 6. Make sure you log in to install blogger widgets, blogger logo after you click on the final stage, you are directed to the "Import page elements" blogger 
  • 7.Select the blog you want to install the toolbar, then click the " Add Widget"then the toolbar will be installed automatically and hovering at the bottom of your blog.

 Well done deh review on how to create advanced Wibiya Toolbar, a toolbar is widely used by website owners to enhancing the website , so our blog if you use this toolbar seemed like on Facebook. 
A few may be useful.