Content feed Comments Feed

Mechanical tumor, external heart, elastic cell - CPU Load Meter

Interactive media artist Mio I-zawa’s “mechanical tumor” is a quivering hunk of fleshy, organic-looking material that expands and contracts depending on the amount of stress your computer is experiencing ....
Your Ad Here

Dell Latitude Z: 16-inch notebook weighs 4.5 pounds, charges wirelessly

Dell’s got something for the business set today in the 16-inch Latitude Z, a $2000 notebook that measures just over half an inch thick, weighs 4.5 pounds, and charges wirelessly ....
Your Ad Here

The Very First Lighter Phone SB6309

Although I fully admit to chuckling quite a bit after first seeing this cellphone with a built-in cigarette lighter, I can see some practicality with it. After all, I can’t tell you how many times I’ve heard of my smoking friends losing their lighter. I’ve been asked numerous times if I happen to have a lighter on me, despite that they’re fully aware I don’t smoke. Having a lighter built into your cellphone would come in incredibly handy. After all, your phone is almost always somewhere within reach.....
Your Ad Here

How to show the date of every post, posted in the same day

When you post more than one articles in one day, you will have only one post with its date. It is your last post. That’s not a problem because by default, it will be like that. Blogger cannot display the date of post in the same day.

Anyway, if you are interested in displaying the date of post in all posts, there is a simple hack to display the date of post.


Below are the steps:
  • Please log in to blogger with your ID
  • Click Layout
  • Click Edit HTML tab
  • Check the small box next to the text “Expand Widget Template"

  • Find this code :

    <b:if cond='data:post.dateHeader'>
    <h2 class='date-header'><data:post.dateHeader/></h2>
    </b:if>



  • Remove the code and replace with this one:

    <b:if cond='data:post.dateHeader'>
    <script>var ultimaFecha = &#39;<data:post.dateHeader/>&#39;;</script>
    <h2 class='date-header'><data:post.dateHeader/></h2>
    <b:else/>
    <h2 class='date-header'>
    <script>document.write(ultimaFecha);</script>
    </h2>
    </b:if>



  • Click "SAVE TEMPLATE".
  • Done.


Now, all of your posts in the same day will include the date. It’s easy, isn’t it?

Click to Know Source of the Content

Blogger Sitemap Generator - Submitting Your Sitemap to Google, Bing, Yahoo

One thing that you can do to make your blog indexed fast by search engines such as Google, Yahoo, or Bing is by sending the sitemap address of your blog. Previously, Maybe you have known that sitemap address for blogger only added the code "atom.xml" at the end of your blog address, e.g. Wonderful-Tricks's blog has the address as follow:

 

http://www.wonderful-tricks.blogspot.com/

 

so the sitemap address to be registered would be:

 

http://www.wonderful-tricks.blogspot.com/atom.xml

 

If you use the feedburner service and then you redirect the feed address to sitemap address given by feedburner, there will be a notice that the sitemap you have submitted experiences error. The solution to this error is by adding one code ?redirect=false. For example, the sitemap address below runs error:

 

http://www.wonderful-tricks.blogspot.com/atom.xml

 

So to remove this error notice from Google webmaster tool, the submitted feed address would be added the code ?redirect=false at the end of fee address, e.g.:

 

http://www.wonderful-tricks.blogspot.com/atom.xml?redirect=false

 

The error message usually will be lost or it has been overcome, but it still leaves a peace of problem especially that in blogger or blogspot.  It is about the pages indexed although there are a lot of posts in it. For example, Kang Rohman’s blog http://blogtemplate4u.com has 121 posts, but Google webmaster tool records only 20 indexed URLs.

sitemap indexed

 

This question is often asked by many bloggers using BlogSpot machine. Are you one of them? If yes, please try the best way that I am about to give you below.

 

The best way to overcome the error message in Google Webmaster Tool is by using Blogger Sitemap Generator. With the Blogger Sitemap Generator, we can create a sitemap for our blogs and proven to be able to overcome the no-indexed posts.

my sitemap

The following are the way to use Blogger Sitemap Generator :

 

  1. Please visit http://digitalinspiration.com/tools/blogger/sitemap/index.php
  2. Enter your blog address into the empty field available, do not forget to write your complete blog address including the http:// and ends with / (slash) (e.g. http://www.blogspottutorial.com/ ), and then click the Create Blogger Sitemap button.

    Blogger Sitemap Generator

  3. Records the sitemap address, copy and paste in notepad or other programs, e.g.:


    • atom.xml?redirect=false&start-index=1&max-results=500
    • atom.xml?redirect=false&start-index=501&max-results=500
    result of sitemap generator
  4. Also click the links to submit to Bing and Yahoo.

For those who have more than 500 posts, the sitemap address would be more than one,

For the next step, please login to Google webmaster tool to submit the sitemap you have created. If you don’t have Google account, please register here. Below are the detailed steps:

 

  1. When you are in the dashboard of Google webmaster tool, please find the blog that you want to submit its sitemap.
  2. Click Site Configuration

    site configuration

  3. Click Sitemaps

    sitemap

  4. Click Submit a Sitemap button. Copy and paste the sitemap address you have created at blogger sitemap generator (  atom.xml?redirect=false&start-index=1&max-results=500 ), and then click Submit Sitemap. For blog with more than one sitemap ( more than 500 posts ), please repeat this step until all is done.

    submit sitemap

  5. The submission process of sitemap is done. Usually, it needs time until one day to get this submission sitemap worked and indexed by Google. Please login again the next day to check out whether your sitemap has worked and been indexed or not.

I hope that with this way, your blogs’ sitemaps will be indexed fast by Google, and I hope the search engines will drive more visitors to your blogs.

Happy trying!


Click to Know Source of the Content

The New Blogger Feature – display of commentors or author's profile image in Blogs

Again, blogger buzz informs that now blogger has added one new feature to their machine, it is the avatar beside the comment. It’s said that this feature is to complete any new features in celebration of Blogger’s birthday.


If the comment avatar has not appeared yet in your blog, maybe your template has not supported this new feature. But don’t worry because you can add a modification to your template so you can solve this problem and Blogger Avatar will appear. The important thing is that Blogger has provided the facility to their machine.

For Blogger Developer, we’ll wait for any other new feature so blogger manias will be confident to use your machine.. Go..go..go.. blogger.

Click to Know Source of the Content

How to add adsense under posts for new blogger read more feature?

One to be remembered that this technique is not for only installing the ads, but also for installing banners, messages, subscription information, and others that are placed under posts. You also should know that the ads would not appear in the homepage, but under posts when the posts are displayed full by clicking the “Read More” link.


Need to remember, some ads codes such as Adsense, Adbrite, and others cannot be installed directly there, but you need to parse it. For this trick, you can visit Centricle.

  • Please log in to Blogger with your ID
  • Click Layout
  • Click Edit HTML tab. Then backup your template first
  • Check the small box next to “Expand Template Widget”
  • Find this code:

    <div class='post-body entry-content'>
    <data:post.body/>
    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>



  • Please add the code in red and blue printed:

    <div class='post-body entry-content'>
    <data:post.body/>

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

    <p> Your ads code, banners, alert or anything paste in here! </p>

    </b:if>

    <div style='clear: both;'/> <!-- clear for photos floats -->
    </div>




  • Click SAVE TEMPLATE button
  • Done


Click to Know Source of the Content

Customizing the display of Read More

Posted by Wonderful-Tricks


Customizing the display of Read More – Since news about Read More system in blogger is still hot, talking about that can be still interesting, so Kang Rohman, at this chance, wants to try to deliver a description about how to customize the text “Read More” into more interesting one than before.

By default, the display of “Read more »" is like this:



read more 

The font will adopt the font in your template setting. The color of the link will be the same as the link you use. The display of the “Read More” is actually customizable. You can create your own text or image to replace the default text as above so that your blog can be more beautiful overall.

As the basic knowledge for you, below is the code of Blogger read more:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
        <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a> 
      </div>
    </b:if>

 

By knowing the basic code, we can create our own “Read More” variations.

 

  • To make Read More appear on the right

By default, “Read more” will appear on the left, but if you want to display it on the right, you can add the code like this:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
<div style='float:right;padding:10px 0px 5px 0px'>

<a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a> 

</div>

</div>
    </b:if>

 

Or if you like installing at CSS, you can add like this:

Place above the code ]]></b:skin>

.readmore { float:right;padding: 10px 0px 5px 0px; }

 

and place this in the body:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
<div class='readmore'>

<a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a> 

</div>

      </div>
    </b:if>

 

  • To make “Read More” printed in Bold

To make “Read More” printed in Bold, you only add the code <strong> … </strong> or <b> … </b>. e.g. :

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>
<strong><a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a> </strong>
      </div>
    </b:if>

 

  • To make “Read More” with post title

Your “Read more” can be displayed with post title, and the code would be:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'>

<a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/>&#160;&#8594;&#160;
<data:post.title/>
</a>
      </div>
    </b:if>

 

  • To make/replace “Read More” with banner

If you think your text of “Read more” is not so interesting, you can replace it with the button or banner, e.g.:

 

more

The code format would be:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'> 
      <a expr:href='data:post.url + &quot;#more&quot;'><img src='YourImageURL' alt='read more'/></a>

</div>
    </b:if>

 

The real example as below:

 

<b:if cond='data:post.hasJumpLink'>
      <div class='jump-link'> 
       <a expr:href='data:post.url + &quot;#more&quot;'>

<img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjecSIk2yiMb0ysEoYOKmVQEIqZ4XtRsCDlWQ9-jAO_u5J2pf0d40OXmHxhsOXUvh22PQDfrGaibJSkEQicZfzaQy01a9hZrOgyArpc1Sl_tVpL8i24ILFu8uF7XEWw_46a1GCstSlnGzQ/[1].png' alt='read more'/></a>

      </div>
    </b:if>

 

And you can create tens or thousands of Read More variations to beautify your blog. Now if you are still upset with that, the following are the steps:

 

  1. Please login to blogger with your ID
  2. Click Layout
  3. Click Edit HTML tab
  4. Check the small box next to “Expand Template Widget”

    Expand Widget Template

  5. Find the code similar to:

    <div class='post-body entry-content'>
          <data:post.body/>
          <div style='clear: both;'/> <!-- clear for photos floats -->
        </div>

     

  6. Please replace the above code with your creations as Kang Rohman explain above.
  7. Click SAVE TEMPLATE button
  8. Done

Happy creating!



Click to Know Source of the Content

How Change Width And Height Of Blogger Comment Form

How To Change The Width And Height Of Comment form in blogger.As you would have seen some using wide comment form and some using small comment from.As there are no much options in blogger to make changes in the blogger comments form but still there are some alterations like we can make,to alter its width and height.As blogger comment system is not one of the best comment system and blogger team need great modifications to be done in it to make it better and useful for readers.


Now lets continue on our tutorial on how to change the width of comment form.

Just GO To Blogger Layout >> Edit/Html >> Expand Widgets >> Press Ctrl+ F >>

Search For Below Codes.

<iframe allowtransparency='true' class='blogger-iframe-colorize' frameborder='0' height='275' id='comment-editor' scrolling='auto' src='' width='100%'/>



Just now edit the value of codes in red that is width and height of blogger comment form.Just increase or decrease the values of width and height properties to make it alter.I am sure you will be going to love this tutorial.Best of luck!!

Click to Know Source of the Content

How to Add Social Networking Links in Blogger in new style

Social networking is a great tool to generate traffic to your website. Social networking can help you gain contacts, readers, and increased public awareness. The use of social networking is an indirect way to generate more traffic to your site. Without the use of social networking sites, there is a community of people out there that may not be aware of your website.


Here is a tutorial to add social bookmarking icons in your blog. There comes many plugins but I personally like Sexy Bookmarks for it being really cool and with nice hover effect.

Live Demo

Note: Before adding this plugin, do take a backup of your data.

01. Go to Layout -> Edit HTML and click on Expand Widget Templates

How to Add Social Networking Links in Blogger in new style

02. Now find </head> and put the following code before it:


<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
jQuery(document).ready(function() {
// xhtml 1.0 strict way of using target _blank
jQuery('.sexy-bookmarks a.external').attr("target", "_blank");
// this block sets the auto vertical expand when there are more than
// one row of bookmarks.
var sexyBaseHeight=jQuery('.sexy-bookmarks').height();
var sexyFullHeight=jQuery('.sexy-bookmarks ul.socials').height();
if (sexyFullHeight>sexyBaseHeight) {
jQuery('.sexy-bookmarks-expand').hover(
function() {
jQuery(this).animate({
height: sexyFullHeight+'px'
}, {duration: 400, queue: false});
},
function() {
jQuery(this).animate({
height: sexyBaseHeight+'px'
}, {duration: 400, queue: false});
}
);
}
// autocentering
if (jQuery('.sexy-bookmarks-center')) {
var sexyFullWidth=jQuery('.sexy-bookmarks').width();
var sexyBookmarkWidth=jQuery('.sexy-bookmarks:first ul.socials li').width();
var sexyBookmarkCount=jQuery('.sexy-bookmarks:first ul.socials li').length;
var numPerRow=Math.floor(sexyFullWidth/sexyBookmarkWidth);
var sexyRowWidth=Math.min(numPerRow, sexyBookmarkCount)*sexyBookmarkWidth;
var sexyLeftMargin=(sexyFullWidth-sexyRowWidth)/2;
jQuery('.sexy-bookmarks-center').css('margin-left', sexyLeftMargin+'px');
}
});
</script>

<style type="text/css">
div.sexy-bookmarks{margin:20px 0 0 0; border: 0;outline: none;clear:both !important}
div.sexy-bookmarks-expand{height:29px; overflow:hidden}
.sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-love{background-image:url('http://img31.imageshack.us/img31/176/sexytrans.png') !important; background-repeat:no-repeat}
div.sexy-bookmarks-bg-love{padding:26px 0 0 10px; background-position:left -1148px !important}
div.sexy-bookmarks ul.socials{width:100% !important; margin:0 !important; padding:0 !important; float:left}
div.sexy-bookmarks ul.socials li{display:inline !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:60px !important; cursor:pointer !important; padding:0 !important}
div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after{content:none !important}
div.sexy-bookmarks ul.socials a{display:block !important; width:60px !important; height:29px !important; text-indent:-9999px !important; background-color:transparent !important}
div.sexy-bookmarks ul.socials a:hover{background-color:transparent !important}
.sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumbleupon, .sexy-stumbleupon:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoobuzz, .sexy-yahoobuzz:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-scriptstyle, .sexy-scriptstyle:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-comfeed, .sexy-comfeed:hover, .sexy-newsvine, .sexy-newsvine:hover, .sexy-linkedin, .sexy-linkedin:hover, .sexy-google, .sexy-google:hover, .sexy-friendfeed, .sexy-friendfeed:hover{background:url('http://img512.imageshack.us/img512/3131/sexysprite.png') no-repeat !important;border: 0;outline: none;}
.sexy-digg{background-position:-980px bottom !important}
.sexy-digg:hover{background-position:-980px top !important}
.sexy-reddit{background-position:-700px bottom !important}
.sexy-reddit:hover{background-position:-700px top !important}
.sexy-stumbleupon{background-position:-630px bottom !important}
.sexy-stumbleupon:hover{background-position:-630px top !important}
.sexy-delicious{background-position:-1190px bottom !important}
.sexy-delicious:hover{background-position:-1190px top !important}
.sexy-yahoobuzz{background-position:-1120px bottom !important}
.sexy-yahoobuzz:hover{background-position:-1120px top !important}
.sexy-blinklist{background-position:-1260px bottom !important}
.sexy-blinklist:hover{background-position:-1260px top !important}
.sexy-technorati{background-position:-560px bottom !important}
.sexy-technorati:hover{background-position:-560px top !important}
.sexy-myspace{background-position:-770px bottom !important}
.sexy-myspace:hover{background-position:-770px top !important}
.sexy-twitter{background-position:-490px bottom !important}
.sexy-twitter:hover{background-position:-490px top !important}
.sexy-facebook{background-position:-1330px bottom !important}
.sexy-facebook:hover{background-position:-1330px top !important}
.sexy-mixx{background-position:-840px bottom !important}
.sexy-mixx:hover{background-position:-840px top !important}
.sexy-scriptstyle{background-position:-280px bottom !important}
.sexy-scriptstyle:hover{background-position:-280px top !important}
.sexy-designfloat{background-position:-1050px bottom !important}
.sexy-designfloat:hover{background-position:-1050px top !important}
.sexy-newsvine{background-position:left bottom !important}
.sexy-newsvine:hover{background-position:left top !important}
.sexy-google{background-position:-210px bottom !important}
.sexy-google:hover{background-position:-210px top !important}
.sexy-comfeed{background-position:-420px bottom !important}
.sexy-comfeed:hover{background-position:-420px top !important}
.sexy-linkedin{background-position:-70px bottom !important}
.sexy-linkedin:hover{background-position:-70px top !important}
.sexy-friendfeed{background-position:-1750px bottom !important}
.sexy-friendfeed:hover{background-position:-1750px top !important}
.sexy-link{ margin-left:25px; float:left}
.sexy-link A{padding:10px 0; width:470px; text-align:right; border:0; outline:none}</style>


03. Now Put the below code after <data:post.body/>


<div class='sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love' style='margin:20px 0 0 0 !important; padding:25px 0 0 10px !important; height:29px;/*the height of the icons (29px)*/ display:block !important; clear:both !important;'>
<ul class='socials'>
<li class='sexy-delicious'><a class='external' expr:href='&quot;http://del.icio.us/post?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on del.icio.us'>Share this on del.icio.us</a></li>
<li class='sexy-digg'><a class='external' expr:href='&quot;http://digg.com/submit?phase=2&amp;url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Digg this!'>Digg this!</a></li>
<li class='sexy-stumbleupon'><a class='external' expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Stumble upon something good? Share it on StumbleUpon'>Stumble upon something good? Share it on StumbleUpon</a></li>
<li class='sexy-reddit'><a class='external' expr:href='&quot;http://reddit.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Reddit'>Share this on Reddit</a></li>
<li class='sexy-google'><a class='external' expr:href='&quot;http://www.google.com/bookmarks/mark?op=add&amp;bkmk=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Add this to Google Bookmarks'>Add this to Google Bookmarks</a></li>
<li class='sexy-twitter'><a class='external' expr:href='&quot;http://twitter.com/home?status=Reading: &quot; + data:blog.title + &quot; - &quot; + data:post.url + &quot; (@NAME)&quot;' rel='nofollow' title='Tweet This!'>Tweet This!</a></li>
<li class='sexy-facebook'><a class='external' expr:href='&quot;http://www.facebook.com/share.php?u=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Facebook'>Share this on Facebook</a></li>
<li class='sexy-mixx'><a class='external' expr:href='&quot;http://www.mixx.com/submit?page_url=&quot; + data:post.url' rel='nofollow' title='Share this on Mixx'>Share this on Mixx</a></li>
<li class='sexy-comfeed'><a class='external' expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' rel='nofollow' title='Subscribe'>Subscribe</a></li>
<li class='sexy-yahoobuzz'><a class='external' expr:href='&quot;http://buzz.yahoo.com/submit/?submitUrl=&quot; + data:post.url' rel='nofollow' title='Buzz up!'>Buzz up!</a></li>
<li class='sexy-linkedin'><a class='external' expr:href='&quot;http://www.linkedin.com/shareArticle?mini=true&amp;url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Linkedin'>Share this on Linkedin</a></li>
<li class='sexy-designfloat'><a class='external' expr:href='&quot;http://www.designfloat.com/submit.php?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Submit this to DesignFloat'>Submit this to DesignFloat</a></li>
<li class='sexy-technorati'><a class='external' expr:href='&quot;http://technorati.com/faves?add=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Technorati'>Share this on Technorati</a></li>
<li class='sexy-scriptstyle'><a class='external' expr:href='&quot;http://scriptandstyle.com/submit?url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Submit this to Script &amp; Style'>Submit this to Script &amp; Style</a></li>
<li class='sexy-myspace'><a class='external' expr:href='&quot;http://www.myspace.com/Modules/PostTo/Pages/?u=http&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Post this to MySpace'>Post this to MySpace</a></li>
<li class='sexy-blinklist'><a class='external' expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on Blinklist'>Share this on Blinklist</a></li>
<li class='sexy-friendfeed'><a class='external' expr:href='&quot;http://friendfeed.com/?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Share this on FriendFeed'>Share this on FriendFeed</a></li>
<li class='sexy-newsvine'><a class='external' expr:href='&quot;http://www.newsvine.com/_tools/seed&amp;save?u=&quot;+ data:post.url + &quot;&amp;title=&quot; + data:post.title' rel='nofollow' title='Seed this on Newsvine'>Seed this on Newsvine</a></li>
</ul>
<div style='clear:both;'/>
</div>
<div class='sexy-link'> Widget by <a target="_blank" href='http://www.cssreflex.com/' title='Web Design Blog, Blogger Hacks and Blogger templates'>Css Reflex </a><a target="_blank" href='http://www.tutzone.org/' title='Tutorials, Rare Downloads, Link Heaven, Tips Tricks, Hacks, Make How, Blogger Tricks And Tutorials, Internet, News, And Many More'> TutZone</a></div>



04. Now find this (@NAME) and replace the name with your Twitter profile name like Wonderful-tricks. You can replace the feeds link with your feedburner link if you are using it.
All done.
Hope you enjoyed the post.
Click to Know Source of the Content

New blogger feature: Share from Blogger Navbar

New blogger feature: Share from Blogger Navbar - Blogger buzz again reported that it has added a new feature, the share facilities, which is located in the blogger navbar.


New blogger feature: Share from Blogger Navbar

Next, we will wait for new features that will be issued by blogger in commemoration of their 10th anniversary.
Click to Know Source of the Content

Blogger Releases the new version of the Label Widget

New Blogger Feature: Label Cloud – There’s new news from blogger buzz, now blogger has supported the label cloud.
Label Cloud Widget made by blogger is very interesting; one of the interesting things is that we can choose whether to include the number of post or not, or which labels to be displayed.


If you are still confused how to install blogger label cloud, here are the instructions:

1.Please login to blogger with your ID
2.Click Layout
3.Click Add a Gadget (if you have the gadget in your blog, simply edit it)
4.Click the sign plus ( + ) for Label :

Blogger Releases the new version of the Label Widget

Give the sign for Cloud :

Blogger Releases the new version of the Label Widget

If you want your label cloud with no number of posts, simply remove the tick on "Show number of posts per label"

Blogger Releases the new version of the Label Widget

If you don’t want all labels displayed, you can filter it by giving the sigh on the radio button “Selected Label”, then click edit. Remove the tick/unmark on the label you don’t want to be displayed.

Blogger Releases the new version of the Label Widget

Blogger Releases the new version of the Label Widget

5.To end all settings, of course, click the button SAVE.
6.Done

There is an experience, that those who have the Label Widget previously don’t succeed to edit their Label Widget. The best way to do is that you have to remove your old label widget first, and then start from the beginning as shown in the instructions above.

Happy enjoying the new feature from blogger, and I hope that blogger will add more features. Congratulations!

Click to Know Source of the Content

How to make Contact Us Button for your Blog

Posted by Wonderful-Tricks

How to make Contact Us Button for your Blog

“Contact Us” one of the most important part of a website or blog cuz it gives you a chance to interact with the reader of your blog, what they like and and what they want to read. But those days are gone when you give full e-mail address on your blog like “For any queries contact us at admin@example.com”. Nobody has time to copy the address, open his mailbox and go to compose mail. And even all of this is not at all required when you can do all this with just one click.Not only this you can also launch the Yahoo messenger window with a single click. All you need to know is the correct codes for both of them.



E-Mails:
mailto:admin@example.com

use your e-mail id in place of admin@example.com

Implementation:

to use it in html use

<a href="mailto:admin@example.com">Mail the Author</a>

If you further want to add the subject of e-mail just modify above code with,

<a href="mailto:admin@example.com?subject=This is your subject">Mail the Author</a>

Change “This is your subject” to whatever you want in subject field.You don not need to add target=”_blank” mailto automatically opens in a new window.

Where to Host or Upload Favicons?

Posted by Wonderful-Tricks

Where to Host or Upload Favicons?

Favicons is a small icon shown next to URL in the address bar of web browser. It has .ico file extension for example myfavicon.ico
Traditionally, we use Googlepages as the easy option to upload favicons and then link them on our website. With Googlepages closed to new signups, what are other options to host and upload favicons?
Most of popular image hosting services do not support favicons upload, including ImageShack, XS.to, TinyPic and many more. Here are few selected free favicon hosting services that can come handy in hosting your customized favicons.



Oogletoogle
SholImages
PicPanda
ImageBoo
CDMazika

Above options definitely work fine for hosting favicons. There were many other hosting services caliming free ico file hosting but actual uploading failed. Do you know any other reliable hosting for favicons / ico files?


Showing Older Posts-Newer Posts Links At Top Of Posts

How To Show Older Posts and Newer Posts Links Above Post Titles,as we all use these navigational links at the end of the page,but in very few blogs i see them using these navigational links older posts and newer posts link at top of the the post title.I am not sure you would like to have it at top or not but few might love to have it at top as navigation becomes more easy task,and someone using photoblog might love this for sure.



Now let's carry on with our tutorial on how to make navigational links to show at top instead of bottom.
Just Go To EDIT HTML page of your blog > Check mark Expand Widgets option > Now search below tag in your template.

<b:includable id='main' var='top'>



Now paste the following code below it.

<b:include name='nextprev'/>



Now you will have navigation links at top of all posts instead of having it at the bottom of all posts like picture shown above.
I hope you will love this trick for sure.



At this post, Wonderful-Tricks isn’t going to create the same FAQs page as the site has, but Wonderful-Tricks is going to create the similar one with simple script using Dropdown menu. You can see the sample of the FAQs page at here. Almost the same, ain’t it?



To practice this tutorial, Wonderful-Tricks suggests you to use your other blog, not your main blog.


Step #1:


  1. Please log in to blogger with your ID

  2. Click Layout.

  3. Click Edit HTML.

  4. Copy and then paste the code below exactly above the code ]]></b:skin>

    .hiddenbar {display:none}
    .shownbar {display:inline}


  5. Copy and then paste the code below exactly above the code </head>

    <script type="text/Javascript">
    function togglebar (barID) {
    var whichpost = document.getElementById(barID);
    if (whichpost.className=="shownbar")
    { whichpost.className="hiddenbar"; }
    else { whichpost.className="shownbar"; }
    }
    </script>


  6. Click SAVE TEMPLATE


Step #2


  1. Click the tab Posting

  2. Give the title as Frequently Asked Questions

  3. Select the editor using Edit HTML

    post-editor


  4. Copy and then paste the code below into posting column

    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtY0SKeyOg5T2i-IxtE1o0t33y9W47NwIB7fvRVntm9kntrezrFAchdwhceBKQ3ShFnmi1sSTaqpP5MuYxC_vAfuwEUBlFKpRAbeax6TCbFqXocyIthdRCqXYuUraB1jtg2GRoLYmgx80/?imgmax=800" alt="click to expand"/>&#160;<a title="click to expand" href="javascript:togglebar('001')">How To make a Page feel effect in Blogger?</a>
    <br />
    <div class="hiddenbar" id="001">
    Hi, friends, in this post, I am gonna teach you how to implement the page peel effect in your blogs.Please read my tutorial <a href="http://wonderful-tricks.blogspot.com/2009/06/z-source.html">here!</a><br /><br /></div>

    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtY0SKeyOg5T2i-IxtE1o0t33y9W47NwIB7fvRVntm9kntrezrFAchdwhceBKQ3ShFnmi1sSTaqpP5MuYxC_vAfuwEUBlFKpRAbeax6TCbFqXocyIthdRCqXYuUraB1jtg2GRoLYmgx80/?imgmax=800" alt="click to expand"/>&#160;<a title="click to expand" href="javascript:togglebar('002')">How to Submit your Website or Blog to Bing.com?</a><br />
    <div class="hiddenbar" id="002">
    Microsoft’s new Bing Search Engine is currently the top buzz around the web since it offers ton’s of features like Google. Please read my tutorial <a href="http://wonderful-tricks.blogspot.com/2009/06/how-to-submit-your-website-or-blog-to_04.html">here!</a><br /><br /></div>

    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtY0SKeyOg5T2i-IxtE1o0t33y9W47NwIB7fvRVntm9kntrezrFAchdwhceBKQ3ShFnmi1sSTaqpP5MuYxC_vAfuwEUBlFKpRAbeax6TCbFqXocyIthdRCqXYuUraB1jtg2GRoLYmgx80/?imgmax=800" alt="click to expand"/>&#160;<a title="click to expand" href="javascript:togglebar('003')">Sending only content summary for your feedburner subscribers via email</a><br />
    <div class="hiddenbar" id="003">
    Many of the blogger in the world uses Feedburner which is now associated with google and its leading nowadays. Please read my tutorial <a href="http://wonderful-tricks.blogspot.com/2009/05/sending-only-content-summary-for-your.html">here!</a><br /><br /></div>

    <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtY0SKeyOg5T2i-IxtE1o0t33y9W47NwIB7fvRVntm9kntrezrFAchdwhceBKQ3ShFnmi1sSTaqpP5MuYxC_vAfuwEUBlFKpRAbeax6TCbFqXocyIthdRCqXYuUraB1jtg2GRoLYmgx80/?imgmax=800" alt="click to expand"/>&#160;<a title="click to expand" href="javascript:togglebar('004')">How to Add Simple Dock Menu (FishEye Menu) For Blogs</a><br />
    <div class="hiddenbar" id="004">
    A fisheye-menu/dock menu is a menu with pictorial menu items which zoom on mouse-hover, and are linked to different web pages. Please read my tutorial <a href="http://wonderful-tricks.blogspot.com/2009/05/how-to-add-simple-dock-menu-fisheye.html">here!</a><br /><br /></div>


  5. Click Publish

  6. Done, now see the result

At the example above, Wonderful-Tricks only creates four Questions with the Answers, you can add if you want, but you have to the unique code or different ID as Kang Rohman provides in red-printed code. The Unique ID can be anything; the most important is that it is different from the ID before, e.g. you end with 005, 006, 007,008, etc.

Happy trying!



[Source]

How to add Page Peel Effect For Blogger

Posted by Wonderful-Tricks

Me

Hi, friends, in this post, I am gonna teach you how to implement the page peel effect in your blogs. This increases the number of visitors to your blog. This is the best place for advertising. Hope you like it.You have probably seen these forms of advertisings where you can peel a corner of a website and see a message underneath. This is done using some simple lines of jQuery.This was origianlly done by Sohtanaka



Just login to Blogger,
Go To Layout > Edit Html > Press Ctrl + F

Now search for </head>

And place the below codes above it.

<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: relative;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;
background: url(http://www.wallheaven.com/subscribe.png) no-repeat right top;
}
</style>

<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){

//Page Flip on hover

$(&quot;#pageflip&quot;).hover(function() {
$(&quot;#pageflip img , .msg_block&quot;).stop()
.animate({
width: &#39;307px&#39;,
height: &#39;319px&#39;
}, 500);
} , function() {
$(&quot;#pageflip img&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;52px&#39;
}, 220);
$(&quot;.msg_block&quot;).stop()
.animate({
width: &#39;50px&#39;,
height: &#39;50px&#39;
}, 200);
});


});
</script>

In codes red line is the image url you wanna show in add,so make change according to your requirements.

Now search for <body> tag and place the below code after it.

<div id='pageflip'>
<a href='http://feeds2.feedburner.com/wonderful-tricks'><img alt='' src='http://www.wallheaven.com/page_flip.png'/></a>
<div class='msg_block'></div>
</div>


Note: Change the feed link above which is in red to your own feeds.

[Source]

If you ever need a Twitter ‘Follow Me’ badge for your blog or website check out a nifty badge generator from TwitterFollowBadge. It can generate eye catching badges in a matter of seconds. The badges are non intrusive and at same time attention grabbing. Plus you can easily customize the badge in terms of color and orientation on the page.



To generate a badge, simply enter your Twitter ID, set preferred color and where do you want it to appear. Then click on ‘Update Code’ button to get the badge code. Finally, grab the provided code and paste it inside your template file, right before the “BODY” end tag (</body>).

OR

To add in Blogger :
Sign into Blogger » Layout » Add a gadget » html/javascriptpaste the code and save it.

Visit Twitter Follow Badge

Add Free Flagcounter To Any Website

Posted by Wonderful-Tricks

Add free flagcounter to any website, it's just a simple image. Every time someone from a new country visits your site, a new flag will be added to your counter. The total number of visitors from each country will be shown next to the flag, and clicking the counter image will reveal all sorts of useful information!




How to delete number on archive in blogger

Posted by Wonderful-Tricks

Seemingly, there’s still somebody annoyed with the number of posts shown on archive. If you are one of those who are annoyed with such thing, you can delete it.

The following are the ways to remove number on archive:



Step #1

Make sure that you have installed Archive widget on your blog’s sidebar.

Step #2

  1. Log in to blogger with your ID
  2. Click Layout
  3. Click Edit HTML
  4. Please backup first your full template by clicking on “Download Full Template”
  5. Give a check in the small box beside the words Expand Widget Templates

    expand

  6. Find this code : (<data:i.post-count/>)
  7. There are 3 times the writing the code
  8. delete all of the three codes
  9. Click SAVE TEMPLATE
  10. Finished

Now the numbers that appears on Archive will be lost.

Happy trying!



Source

Microsoft’s new Bing Search Engine is currently the top buzz around the web since it offers ton’s of features like Google. It really a killer stuff. Now we Blogger’s must think of getting indexed in search engines to get ton’s of visitors from those search engines



How to Submit?

  • First you need to login into your MSN (Live or Hotmail) Account and then access the Webmaster Tools Section of Bing search engine my visiting here.
    bing
  • Then just fill up the your Site Address, Sitemap URL and your Email, it’s optional.
  • Once you have filled up the details Bing will ask to authenticate site.
  • There are two methods to authenticate the site
  • Simply by Uploading an XML file to your Root Directory [public_html] – Best for WP Users and other webmaster
  • By Placing a Meta Tag [Place the meta tag above tag] – Best for Blogger Users
  • Once the submission is completed you will find a link to all your sites.


If you want to simply SUBMIT YOUR SITE TO BING then use the link below:
http://www.bing.com/docs/submit.aspx

Source

How to Add Download Counter for Blogger

Posted by Wonderful-Tricks

Download Counter plugin for self-hosted wordpress (wordpress.org) is not the new thing. By installing the Download Counter plugin, you can display the total of download to a download file that has been downloaded by visitors. Can Download Counter be applied to Blogger? Of course, Download Counter can be applied to Blogger.
To apply the download counter on blogger, you can use the free service on the internet. One of the free service providers is http://dstats.net. By installing the script from http://dstats.net, you can display how many download files that visitors have downloaded. The following are the steps:



Step #1

Upload your file (files of template, song, software, film, etc) to the hosting provider that you usually store your files; it can be free hosting or your own hosting account. The examples of free hosting to upload the files are rapidshare.com, 4shared.com, box.net, mediafire.com, ziddu.com, etc. Copy the link address for further usage. E.g.: Kang Rohman has uploaded the template file to box.net and has the link address as follows:

http://www.box.net/shared/v7r85aju8t

Step #2

Go to http://dstats.net. After you have been there, click the menu "Code generator" to go to generator page. Fill out the fields with your desire, e.g.:

 

  1. Select counter type → select the Download Counter (+track file downloads)
  2. Select URL to track (file, or website etc.) →fill out with your download file, e.g.  http://www.box.net/shared/v7r85aju8t
  3. Enter link text → fill out with your own words, e.g. “Download”
  4. Display counter on Your page? → select "Yes, DStats.net style"
  5. Click the button "<<< Generate >>>"
  6. Copy the code in the text area to include in your post later.
    download counter generator

The example of the code results:

<a href='http://dstats.net/download.php?file=http://www.box.net/shared/v7r85aju8t'>Download </a>
<script type='text/javascript' src='http://dstats.net/dstatsjs.php?file=http://www.box.net/shared/v7r85aju8t'></script>
<script type='text/javascript'>document.write(dsdlcounter(dsCounter));</script>

Step #4

When you are posting and want to place the download script you’ve just made, please click the tab “Edit HTML”

Please paste the download code you’ve made in dstats.com in any part of your post.

Step #5

Publish your post. Done .

 

If you are familiar with HTML codes, actually, you can change a little bit of the download code.



Source

Blogumulus by Wonderful-Tricks

Followers