Featured

  • Newsflash 2

    The one thing about a Web site, it always changes! Joomla! makes it easy to add Articles, content,...

  • Newsflash 1

    Joomla! makes it easy to launch a Web site of any kind. Whether you want a brochure site or you are...

  • Newsflash 3

    With a library of thousands of free Extensions, you can add what you need as your site grows. Don't...

  • Newsflash 5

    Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web...

  • Newsflash 5

    Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web...

  • Newsflash 5

    Joomla! 1.5 - 'Experience the Freedom'!. It has never been easier to create your own dynamic Web...

  • NewsFlash 1

    20.01.2010 - In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu...
  • NewsFlash 2

    20.01.2010 -In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu. ..
  • NewsFlash 3

    20.01.2010 - In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu. ..
  • NewsFlash 4

    20.01.2010 - In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu. ..
  • NewsFlash 5

    20.01.2010 -In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu. ..
  • NewsFlash 6

    20.01.2010 - In id, mauris viverra asperiores, bibendum in id. Eu molestie. Ac sit eu. ..
Showing posts with label Blogger Hack. Show all posts
Showing posts with label Blogger Hack. Show all posts

0 How to Install YM Emoticons in Blogger Editor

 

Hello friends how are you all? hopefully doing well :p .if there used to be the trick is to use Greasemonkey for emoticons appear above the editor, more precisely in the tittle and the post editor. but the problem is already not working back at blogger :D .

but dont worry This time I found a trick that may be practically almost similar ;) . you just need to write any code in your blog. :r

here we go
  • find this code ]]></b:skin>
  • copy the script below, then paste it under the ]]></ b: skin>
<script src='http://jancok.googlecode.com/files/Editor%20Smyle.js' type='text/javascript'/>
  • Save your template 
  • if you write an article on your blog, enter the code below
: )   = 
: p  = 
: ~  = 
: L  = 
; )  = 
: s  = 
: $  = 
: y  = 
: (  =
: t  = 
: o =
: O = 
: r  =
: k  =
: v  =
: @ =
: d  = 
: D = 
: #  =
: f  =
: x  =
: c  =
: z  =   
how to put the code on your blogger post?
note the illustration below




the result will be like
text TEXT :r text TEXT :D .

  • Enjoy :r
Read more

0 Numbered Page Navigation for Blogger

 
now .. I will share to you all (especially for visitors faithful Blogger-tutorialz) my Page Navigation.as in the previous post Adding 2 columns below the post  
P.s : css and script I took from my template, so it will look exactly the same as mine :)
I guess you already know what that page navigation. by looking at the picture above :r .so how do I make it? easy just follow step by step
  •  I always remind you to backup your template before you experiment.of course, to ease if there is an error in your experiment
  • CTRL+F
  • find this code ]]></b:skin> 
  • Replace that code with the code below
/* Page Navigation styles */
.showpageArea {padding: 0 2px;margin-top:3px;margin-bottom:3px;
}
.showpageArea a {
text-decoration:underline;
}

.showpageNum a {
  padding: 3px 8px;
  margin:0 4px;
  text-decoration: none;
  border:1px solid #999;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  background: #ddd;
  }
.showpageNum a:hover {
  border:1px solid #888;
  background: #ccc;
  }
.showpagePoint {
  color:#fff;
  text-shadow:0 1px 2px #333;
  padding: 3px 8px;
  margin: 2px;
  font-weight: 700;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  border:1px solid #999;
  background: #666;
  text-decoration: none;
  }
.showpageOf {
margin:0 8px 0 0;
}
.showpage a {
  padding: 3px 8px;
  margin:0 4px;
  text-decoration: none;
  border:1px solid #999;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  background: #ddd;
  }
.showpage a:hover {
  border:1px solid #888;
  background: #ccc;
  }
.showpageNum a:link,.showpage a:link {
  padding: 3px 8px;
  margin:0 4px;
  text-decoration: none;
  border:1px solid #999;
  -webkit-border-radius:3px;-moz-border-radius:3px;
  background: #ddd;
  }

]]></b:skin> 

  • Next
  • Find this code </body>
  • and Replace code </body> witch the code below

<script style='text/javascript'>

var pageCount=5;

var displayPageNum=2;

var upPageWord=&quot;Previous&quot;;

var downPageWord=&quot;Next&quot;;

</script>

<script type='text/javascript'>

//<![CDATA[

var home_page_url=location.href;function showpageCount(json){var thisUrl=home_page_url;var htmlMap=new Array();var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml='<span class="showpage"><a href="/">'+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html+='<span class="showpageNum"><a href="/">1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){html=''+upPageHtml+' '+html+' '}html='<div class="showpageArea"><span style="COLOR: #000;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}function showpageCount2(json){var thisUrl=home_page_url;var htmlMap=new Array();var isLablePage=thisUrl.indexOf("/search/label/")!=-1;var thisLable=isLablePage?thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length):"";thisLable=thisLable.indexOf("?")!=-1?thisLable.substr(0,thisLable.indexOf("?")):thisLable;var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';var labelHtml='<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';var thisUrl=home_page_url;for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search/label/'+thisLable+'?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=labelHtml+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html=labelHtml+'1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='<div class="showpageArea"><span style="COLOR: #000;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}var thisUrl=home_page_url;if(thisUrl.indexOf("/search/label/")!=-1){if(thisUrl.indexOf("?updated-max")!=-1){var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?updated-max"))}else{var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?&max"))}}var home_page="/";if(thisUrl.indexOf("?q=")==-1&&thisUrl.indexOf(".html")==-1){if(thisUrl.indexOf("/search/label/")==-1){document.write('<script src="'+home_page+'feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" ><\/script>')}else{document.write('<script src="'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-script&callback=showpageCount2&max-results=99999" ><\/script>')}}

//]]>

</script>
</body>

  • Change based on your blog setting :
var postperpage=7;
var numshowpage=4;


Postperpage : How many Post every Page for your blog
numshowpage : how Many number will show in Your page Navigation
  • Save your Template
  • then look at your blog, did the trick above works or not
  • GL :)
Read more

0 How To Auto Hide Blogger Navbar

Auto hide blogger navbar meaning is when in normal condition, the blogger navbar will not be seen but whenever there is a visitor comes to your blog and point your computer mouse to the navbar position (the highest position from blog) then blogger navbar will automatically appear as in normal or in other word blogger navbar will only appear when the computer mouse point straight at it.
This way feels better because it will not disturb the appearance of your blog, and in the other side the function of blogger navbar will still be useful to do. Nevertheless, there is still one thing that is less comfortable in this trick which is it does not work normally for Internet Explorer browser.


Here are some ways on Auto Hide Blogger Navbar
  1. Please log in to blogger with your ID.
  2. Click on Design
    blogger design
  3. Click Edit HTML menu
    blogger edit html
  4. It is recommended to make backup first, then click on Download Full Template.
    download full template
  5. Find code ]]></b:skin>
  6. Copy and then paste the following code right above the code ]]></b:skin>
    #navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
    #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
    auto hide navbat code
  7. Click on SAVE TEMPLATE.
  8. It is done. You could check on the result, the blogger navbar should be disappearing by now but as the mouse pointed at it will appear.
Looks like this is the last session on understanding about Blogger navbar which before has been posted to several postings.

Read more

0 Removing Post Widget in Homepage

Allright everyone Here we go....


The techniques you can use are “If Condition” code at CSS code or “If Condition” code at HTML code. As an example here, Kang Rohman will take the second technique where this “If Condition” code applied directly to the HTML code areas.
The code of Post Widget in blogger templates is usually as below:

<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
</b:section>
If you want the Post Widget or Post Page does not appear in the homepage, you only need to add the code as below (in Red).
<b:if cond='data:blog.url != data:blog.homepageUrl'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
</b:section>
</b:if>
The Red-printed code is the code to make the Post Widget not only disappear in the homepage, but it will also appear in the single post, category, search, archive, etc. The bottom line, the code is to remove the Post Widget from the Homepage only.
In addition to the code, you also can use the code as follow:

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
</b:section>
</b:if>
This one is a bit extreme. The Post Widget or Post Pages will only appear on the single pages (the pages where you will see the full posts, i.e. when you open an URL of a post). So, at other pages such as category, archive, search, and other pages will not appear.
So, which one will you choose? Just match with your needs and tastes.

The Trick to remove the Post Widget in the Homepage

The following is the complete tutorial on how to implement or place the above codes in your blogger templates.
  1. Please login to blogger with your ID
  2. Click Design. design
  3. Click Edit HTML. edit-html
  4. Then you’re suggested to back up your full template by clicking Download Full Template. download full template
  5. Find the code as below in your template:
    <b:section class='main' id='main' showaddelement='no'> 
    <b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
    </b:section>
  6. Replace the code with the following code:
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:section class='main' id='main' showaddelement='no'> 
    <b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'/>
    </b:section>
    </b:if>
  7. Click SAVE TEMPLATE.
  8. Done
One thing to remember that in the homepage or front page, you have to place the links to the posts, those can be the Navigation Menus, Sidebar Links, or whatever wherever you want as long as the visitors can find them.
This trick seems to be much more suitable with the static blogs such as online stores, where such blogs are rarely updated. While for blogs with regular post updates are not too good.
Read more

Delete this element to display blogger navbar

 
Google Pagerank Powered by  MyPagerank.Net
© Blogspot Tutorialz | Design by Blog template in collaboration with Concert Tickets, and Menopause symptoms
Powered by Blogger