Unordered List

Tuesday, March 5, 2013

How To Add Rotating Popular Posts Widget (With Slide Effect) To Your Blogger

 Friends, Now i share a beautiful popular post widget to your blogger. It make your blog more professional and also attract  visitors. This widget created by Abu Farhan. You can easy to add this widget on your site. Please follow this post and install it on your blog. Try it and enjoy…  
Rotating popular post widget with sliding effect for your blogger(techtoones.blogspot.com)
Go to Blogger account.
  • Hit on Layout.

  • Click Add a gadget option.

  • Select Popular Posts Widget (provided by blogger) from given list.

  • Keep post number greater than 4.

  • Save your widget.

  • Again click Add a gadget option

  • Now select an HTML/Javascript option from given list

  • Paste the following code inside it.


<style type="text/css" media="screen">
#PopularPosts1 {
overflow:hidden;
margin-top:5px;
width:100%;
padding:0px 0px;
height:310px;
}
#PopularPosts1 ul {
width:310px; overflow:hidden;
list-style-type: none;
padding: 0px 0px;
margin:10px 0px 0px 10px;
}
#PopularPosts1 li {
width:290px;
padding: 5px 5px;
margin:0px 0px 5px 0px;
list-style-type:none;
float:none;
height:80px;
overflow: hidden;
background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDhGAyUXL5mHdKK3FLc7Rt9gX5TtlJQI7Fhe47KyZ6NgeqabSNqOD4dmLBxhaJuqy9ecFmj3ldoITCA_78iLY9wEsXg0qb6u_Vhf3StnnQRZ5qeJ63gBANZ-apTk6Ot2pBhUrOK88xBL4/s400/popular+posts.jpg) repeat-x;
border:1px solid #ddd;
}
#PopularPosts1 li .item-title {
    font-size:1em;
    margin-bottom:0.5em;
}
#PopularPosts1 li .item-title a {
text-decoration:none;
color:#7CA2C4;
font:bold 12px verdana;
height:18px;
overflow:hidden;
margin:0px 0px;
padding:0px 0px 2px 0px;
}
#PopularPosts1 li img {
float:left;
margin-right:5px;
background:#EFEFEF;
border:2px solid #7CA2C4;
}
#PopularPosts1 li .item-snippet {
  overflow:hidden;
font-family:Tahoma,Arial,verdana, sans-serif;
font-size:10px;
color: #289728;
padding:0px 0px;
margin:0px 0px;
}
#PopularPosts1 .item-snippet a,
#PopularPosts1 .item-snippet a:visited {
    color:#3E4548;
    text-decoration: none;
}
#PopularPosts1 .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}
#PopularPosts1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.tags span,
.tags a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
a img {
    border: 0;
}
-->
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"type="text/javascript"></script>
<script type="text/javascript" charset="utf-8">
$(function () {
    $('.popular-posts ul').simpleSpy();
});
</script>
<script src="http://accordion-for-blogger.googlecode.com/svn/trunk/simplespy.js"type="text/javascript"></script>

You can customize this widget.  Change highlighted RED color with your taste. ( If you don’t want any change in this widget, Copy this code without any change.)




Leave a comment ……………….If this widget is not working……………thanks

Saturday, March 2, 2013

Page Load Timer Script For Blogger

Hi, This post contain a script to find your Blogger loading time. This is a real widget .Feel it now.


web page load timer code



  • Go to templates, click on Edit HTML option and Proceed.

  • Find (Ctrl+F) <head> tag.

  • Paste the below  code after <head> tag.

<!-- page load timer -->

<script type='text/javascript'>

var d = new Date();

var starttime = d.getTime(); //Get the start time

</script>






  • Now find (CTRL+F) </body> tag  in the template.

  • Paste the below  code before </body> tag and save the template.


<!-- page load timer start -->

<script type='text/javascript'>

var d2 = new Date();

var endtime = d2.getTime(); //Get the end time

//Find the difference between the start and end times

var totaltime = (endtime - starttime)/1000;

//Round 2 decimal places

var result = Math.round(totaltime*100)/100;

//Output results to a &quot;P&quot; element

document.getElementById(&quot;loadtime&quot;).innerHTML = &quot;Page loaded in: &quot;+ result +&quot; seconds&quot;;

</script>

<!-- page load timer end -->


  • Save template. 

  • After that go to Layout.

  • click on “ADD A GAGDET".

  • Select HTML/Java Scripts

  • Copy and paste below code.

<!-- Widget portion -->


<p id="loadtime">Write your custom message here</p>


  • Save It and click preview.






Leave a comment…………………….








Saturday, February 23, 2013

How To Add Stylish Social Media sharing Widget With Email Subscription Box To Your Blogger

  today  i share a smart widget for you. This widget make with social sharing buttons and special email subscription box. You can add this widget simply in your blogger. It also have a mouse hover effect in outline. You can add this widget simply in your blogger. Do you want to add this widget into your blogger. Follow this post ….

Stylish social media sharing widget with email subcription box for blogger(techtoones.blogspot.com)

Log in to your Blogger account
  • Select  Layout option

  • Click on Add a Gadget

  • Select HTML/JavaScript from the given list

  • Copy and Paste the following code in HTML/Javascript box.


<div class='widget-content'>
<style type='text/css'>
.social a{padding: 6pt 6pt 6pt 5px;font: bold 12px Calibri,Helvetica, Arial, sans-serif;text-decoration: none;position: relative;display: inline-block;text-shadow: 0 1px 0 #fff;-webkit-transition: border-color .218s;-moz-transition: border .218s;-o-transition: border-color .218s;transition: border-color .218s; background: #f3f3f3;border: solid 1px #dcdcdc;}
.social a:hover {color: #333;border-color: #999;-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);}
.social a:active{color:#000;border-color: #444;}
.sub-box{
background: #fff;
width: 270px;
padding: 2px 5px 7px 7px;
border: 2px solid #000;
border-radius: 15px;
}
.sub-box:hover{
border-style:dashed; 2px solid: #389af2;
}
.emailform{margin:30px 0 0; display:block; clear:both;}
.emailtext{margin:20px 0 0;background:#f6f6f6 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWqOWYhDKEjLNyEQqa5wSZPQ0hrjr9ls4qWxq60Yzt5-7c-2ogfhDfu3t5NdLvPx2qgHIz8EPaPMNYPn0_Rfg22Hfr6dSfeuIQ-R4q1aeJOalh7Kvy2AC8n9Cmb0S1CzFMYBgpaX9IzbI/s1600/email.png) no-repeat scroll 0px center;padding:5px 5px 4px 30px;color:#444;font-weight:bold; text-decoration:none;border:1px solid #ccc;width:170px;}
.emailtext:focus{outline:none;}
.sub-button{color:#eee;font-weight:bold; text-decoration:none;padding:6px 8px; border:1px solid #666;cursor:pointer;background:#ff748c}
.sub-button:hover{color:#eee;border-color: #999;background:#ffa7b6}
</style>
<div class='sub-box'>
<center><div class="social">
<table><tbody><tr><td>
<a href='YOUR-FACEBOOK-PAGE-LINK-HERE ' target='_blank'><img alt='Facebook' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpkampfBmL31QLsgBjobnv5cID0ZIFjiUQ7k5kg926TFW2q72bIypwWUfp1mpV1N_v-AhAyZovaIaf3EZvv4tBFY8rUD8iScpkGfCeXiicEOsnVpPqHLvdnRJYn4E-5yDdUwiojO9ajiU/s1600/facebook.png" border="0" title='Follow Us On Facebook'/></a> </td>
<td> <a href='YOUR-TWITTER-LINK-HERE ' target='_blank'><img alt='Twitter' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiTggJrWWglnS3wvz9K5MLi-bGDfNTmmpsfkRLpUbZ3EnBLX_a6p4OI01o39c9Zb9NL1Oi0kDTFZf-IituFUv_OOgfnnQnFMnplF0gDuI9MlW16byd0VGNIW6gIAFyZ9nPrGdcdSahpQ1M/s1600/twitter.png" border="0" title='Follow Us On Twitter'/></a> </td>
<td> <a href=' YOUR-GOOGLE-PLUS-LINK-HERE ' target='_blank'><img alt='Google Plus' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_S3o-edRrpwumAt4UkM0qYfq9FwPpLbmpzBnYAWzooEax9H-VdJ_S5TNRea04wbFjy3WYf7EK9LAyEK3MVWd18PKjBKAa4K3rfO_d7I-Ld1CQJa-zkMlZYpGaSoVRhDZStCpJvKr94qw/s1600/googleplus.png"  border="0" title='Follow Us On Google Plus'/></a> </td>
<td> <a href='http://www.pinterest.com/' target='_blank'><img alt='Pinterest' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqayfoAQRIJmxY1XH17K_RreYwC46CNd2Z6wUt6w-ZHm1RpMTxON608p8db_5_z4olSHWz8wdfBWUBXdtsph-63fiqVfWiuIgEtiRr-hOyDfwt_lKPQnWy27lZUZ4BwfWxzwBA-Xlv4ZA/s1600/pinterest.png"  border="0" title='Follow Us On Pinterest'/></a> </td>
<td> <a href='YOUR-STUMBLE UPON-LINK-HERE ' target='_blank'><img alt='Stumble Upon' src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhopEgwZy0bGeoREZYOxUarYau569Q34nelhc-f6B0jwDHqPvP6Uri1oE8HpuzP_jBjFMMPVLU7140oRuVs8GXDIdQeMEXSMQfMKwk-tPAuL4fSFhvJtrNze-V1fIMf2TeEyUs9wW82OgU/s1600/stumbleupon.png"  border="0" title='Follow Us On Stumble Upon'/></a>
</td></tr></tbody></table> </div></center>
<center>
</center>
<div style="text-align: left; display: inline-block;">
<h8 style="display:block;font-family:'calibri';font-size:17px;font-weight:bold;">Enter Your Email Below And Subscribe To Our Daily Newsletter !!</h8>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=YOUR-RSS-LINK-NAME-HERE ', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
<input type="hidden" value="YOUR-RSS-NAME-HERE " name="uri"/>
<input type="hidden" name="loc" value="en_EN" />
<input type="text" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}" onfocus="if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}" value="Enter your email..." name="email" class="emailtext" />
<input type="submit" class="sub-button" value="Enter" title='' alt='' />
</form></div><small> PS : We Hate Spamming Too ! You Are Safe With Us.</small></div></div>

Change all RED color with your  Social media links.

  • Save It.



Leave a comment…………………… if  you like this post……………….

Add Social Media Slide out widget to Your blogger

 Today  i sharng a good social media widget to your blogger. it is a hidden widget.  When visitors mouse over on this widget  it slide out from side. If we move mouse from this widget, It automatic hide in blogger body. If you want to install in your blogger. Follow  this post….
 Social Network J-Query Slide Out Widget For Your Blogger techtoones.blogspot

Log in to Blogger account
  • Select Templates

  • Click on Edit HTML

  • Tick On  Expand Widget Templates.

  • Find (Ctrl + F)   ]]></b:skin>

  • Copy  the code shown below and paste Before/Above it.


#on {visibility:visible;}
#off {visibility:hidden;}
#facebook_div {width:196px;height: 353px;overflow: hidden;}
#twitter_div {width:246px;height: 353px;overflow: hidden;}
#google_plus_div {width:200px;height: 143px;overflow: hidden;}
#knfeedburner_div {width:300px;height: 97px;overflow: hidden;}
#facebook_right {z-index: 10005;border:2px solid #3c95d9;background-color: #fff;width:196px;height: 353px;position: fixed;right: -200px;}
#facebook_right img {position: absolute;top: -2px;left: -35px;}
#facebook_right iframe {border:0px solid #3c95d9;overflow: hidden;position: static;height: 360px;left:-2px;top:-3px;}
#twitter_right {z-index: 10004;border:2px solid #6CC5FF;background-color: #6CC5FF;width:246px;height: 353px;position: fixed;right: -250px;}
#twitter_right_img {position: absolute;top: -2px;left: -35px;border: 0;}
#google_plus_right {z-index: 10003;background-color: #006ec9;border:2px solid #006ec9;border-top:2px solid #0056a0;border-bottom: 2px solid #0056a0;border-right:2px solid #0056a0;border-left: hidden;width:200px;height: 143px;position: fixed;right: -203px;}
#google_plus_right_img {position: absolute;top: -2px;left: -33px;border: 0;}
#feedburner_right {z-index: 10002;background-color: #fefefe;border:2px solid #5b5b5b;border-top:2px solid #5b5b5b;border-bottom: 2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left: hidden;width:300px;height: 97px;position: fixed;right: -303px;}
#feedburner_right_img {position: absolute;top: -2px;left: -33px;border: 0;}
#youtube_right {z-index: 10001;background-color: #fefefe;border:2px solid #ff0000;border-top:2px solid #5b5b5b;border-bottom: 2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left: hidden;width:301px;height: 106px;position: fixed;right: -303px;}
#youtube_right_img {position: absolute;top: -2px;left: -33px;border: 0;}

  • Again  Find (CTRL+F)   </head> tag.

  • Now Copy below code and paste before It.


<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script>
<script type='text/javascript'>
jQuery(document).ready (
function(){jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#facebook_right").stop(true,false).animate({right: -200}, 500); });
jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#twitter_right").stop(true,false).animate({right: -250}, 500); });
jQuery("#google_plus_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#google_plus_right").stop(true,false).animate({right: -203}, 500); });
jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); });
jQuery("#youtube_right").hover(function(){ jQuery(this).stop(true,false).animate({right: 0}, 500); },
function(){ jQuery("#youtube_right").stop(true,false).animate({right: -303}, 500); });
});
</script>

  • Save Templates.

  • Then go to Layout

  • Now Click On Add Gadget Button.

  • Select HTML/Javascript option from given list.

  • Copy below code and paste it .


<div id="on"><div id="facebook_right"style="top:8%;"><div id="facebook_div"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirlOCx52t8JHNKcUP01OYYFHngkN_okCJxjrNhb2Rb75rVdu-nf6tcOK9MfKnSzRhp3N0tVnnXPrZQhm0hfFBFZucqC1yXtL2D6geNBzbUymLO67Ku5zPhCAzPLuG60mpJjmTg-AMF9w/s1600/Facebook.png"alt=""/><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FYOUR-FACEBOOK-FANPAGE-LINK-HERE&amp;locale=en_GB&amp;width=200&amp;connections=9&amp;stream=&amp;header=false&amp;show_faces=0&amp;height=356"scrolling="no"></iframe></div></div></div><div id="on"><div id="twitter_right"style="top:25%;"><div id="twitter_div"><img id="twitter_right_img"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3Lq9cvTTOpZlIBJwrS0Od_EgcbsVbkm9-g22lWWbnFNNB7bXjRPLvVOBDxsRdlbUmiqNH3a0FdiUfTCvZjBJ3mA3prnk7lTgT_JXBMjxqQKoacNHXibjWlU9LV9wrd7eHiNawsps50g/s1600/Twitter.png"/><script src="http://widgets.twimg.com/j/2/widget.js"></script><script>new TWTR.Widget({version:2,type:'profile',rpp:4,interval:1000,width:246,height:265,theme:{shell:{background:'#63BEFD',color:'#FFF'},tweets:{background:'#FFF',color:'#000',links:'#47a61e'}},features:{loop:false,live:true,scrollbar:false,hashtags:false,timestamp:true,avatars:true,behavior:'all'}}).render().setUser('YOUR-TWITTER-ID-HERE').start();</script></div></div></div><div id="on"><div id="google_plus_right"style="top:42%;"><div id="google_plus_div"><img id="google_plus_right_img"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicWd6LmN7QGwMyEaS3VBXe7W7Th_QZSrxMrK0p4dKWLKLLcSjke3UeR82SPR3qS8E3Ul8u1eePgZpf-xRYCN0DLgonv28KjSit94uD-iBLXkuxyE1LRh9xifBc-Lv-Jr1Es-yx7hLt1Q/s1600/Google+Plus.png"/><div style="float:left;margin:1px 0px 0px 2px;"><script type="text/javascript">mbgc='006ec9';ww='200';mbc='006ec9';bbc='006ec9';bmobc='3b71c6';bbgc='006ec9';bmoc='3F79D5';bfc='FFFFFF';bmofc='ffffff';tlc='ffffff';tc='ffffff';nc='ffffff';bc='ffffff';l='y';t='Add_Me_To';fs='20';fsb='13';bw='3F79D5';ff='4';pc='4889F0';b='0';pid='102256859586166648016';</script><script type="text/javascript"src="http://widgetsplus.com/google_plus_widget.js"></script></div></div></div></div><div id="on"><div id="feedburner_right"style="top:59%;"><div id="knfeedburner_div"><center><br />&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;&#9660;<h4 style="color:#F66303;">You Can Also Receive Free E-Mail Updates:</h4><form action="http://feedburner.google.com/fb/a/mailverify"method="post"target="popupwindow"onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=YOUR-FEEDBURNER-ID-HERE','popupwindow','scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10"class="enteryouremail"name="email"value="Enter Your E-Mail Here..."onblur="if (this.value == &#39;&#39;){this.value = &#39;Enter Your E-Mail Here...&#39;}"onfocus="if (this.value == &#39;Enter Your E-Mail Here...&#39;){this.value = &#39;&#39;}"type="text"/><input value="FEEDNAME-HERE"name="uri"type="hidden"/><input value="Submit"class="submitbutton"type="submit"/></form></center><img id="feedburner_right_img"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8KrMgEczQgOr6Yj0MgWwyqR59w1-s0whE7HKNdABU80LLE-gTptIe7yy0cujtGvb11BXFYyfFpY6AB_ayQTrcRjjizVtIRgMiC9iqyifnExZ2BMVFVq7pHEP62J7g2xt2v3ZpvCrHcA/s1600/Subscribe.png"/></div></div></div><div id="on"><div id="youtube_right"style="top:76%;"><div id="youtube_div"><img id="youtube_right_img"src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO3vcd3ps5kc0-w6nQVrNXX2SpIoYfc3BpdpTh0seSvvU7SaFOigUprrkTj_mFxPEdBaYn2xPaXlfrpYRJTn1JJ-4kIHKfndCm-T4wWJuklH1Y2sYma-VDtRjBoIrHygRVw7ZCxlLxJg/s1600/YouTube.png "/><div style="float:left;margin:1px 0px 0px 2px;"><iframe src=http://www.youtube.com/subscribe_widget?p=YOUTUBE-ID-HERE ="height:105px;width:300px;border:0;"scrolling="no"frameBorder="0"></iframe>
</div></div></div>
</div>


  • Save it.



Are you happy?….. Do you like this blog ….. comment below………………..

Friday, February 22, 2013

Ice Cube 3D Social Media Sharing Widget (With Mouse Hover Effect) To Your Blogger

  Do you like Ice cubes?  Friends Now i share a useful social media widget  to you. Its look like an ice cube.  It fresh your viewers mind  and also attract people. If you want to add it in your blogger just read this post  carefully and enjoy…. 

Stylish icecube sharing widget with mouse hover effect for blogger(techtoones.blogspot.com)

Log in to your Blogger account
  • Select  Layout option

  • Click on Add a Gadget

  • Select HTML/JavaScript from the given list

  • Copy and Paste the following code in HTML/Javascript box.


<style>
<!--Blogging Industries Social 3D Ice Cubez Strat -->
#bi a:hover {background-color: transparent;opacity:0.7;}
#bi img
{ -moz-transition: all 0.8s ease-in-out; -webkit-
transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
#bi img:hover
{ -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
</style>
<center>
<div id="bi">
<!--Start Blogging Industries Facebook Icon-->
<a title="Witness Our FB Social" href="YOUR-FACEBOOK-PAGE-LINK-HERE" target="_blank">
<img border="0" src="https://bloggingindustries.googlecode.com/svn/trunk/BI Facebook.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Blogging Industries Facebook Icon -->
<!--Start Blogging Industries Twitter Icon-->
<a rel="nofollow" title="Follow Us On Twitter" href="YOUR-TWITTER-PROFILE-LINK-HERE" target="_blank">
<img border="0" src="https://bloggingindustries.googlecode.com/svn/trunk/BI Twitter.png" style="margin-right:1px;" alt="Icon"/></a> <!--End Blogging Industries Twitter Icon-->
<!--Start Blogging Industries Google+ Icon-->
<a title="Add Us On Google+" rel="nofollow" href="YOUR-GOOGLE-PLUS-LINK-HERE" target="_blank">
<img style="margin-right:1px;" src="https://bloggingindustries.googlecode.com/svn/trunk/BI Googleplus.png"/></a>
<!--End Blogging Industries Google+ Icon-->
<!--Start Blogging Industries LinkedIn Icon-->
<a title="Follow Our Links" rel="nofollow" href="YOUR-LINKDIN-PROFILE-LINK-HERE" target="_blank">
<img style="margin-right:1px;" src="https://bloggingindustries.googlecode.com/svn/trunk/BI%20Linkedin.png" alt="Follow Me on Linkedin" /></a> <!--End Blogging Industries LinkedIn Icon-->
<!--Start Blogging Industries Technorati Icon-->
<a title="Follow Our Links" rel="nofollow" href="YOUR-TECHNORATI-LINK-HERE" target="_blank">
<img style="margin-right:1px;" src="https://bloggingindustries.googlecode.com/svn/trunk/BI Technorati.png" /></a>
<!--End Blogging Industries LinkedIn Icon-->
<!--For First time Social 3D Icecubez by Blogging Industries-->
</div>
<br/>
<!--Blogging Industries Social 3D Ice Cubez End -->
</center>

Change all RED color with your  Social media links.

  • Save It.



Leave a comment…………………… if  you like this post……………….

Add Stylish 3D Social Media Widget (With Mouse Hover Rotating Effect) To Your Blogger

   This is a social media widget, it made with CSS coding.. It look like a 3D rectangle widget with mouse hover spinning effect . It rotate 360 degree when we move mouse hover this widget.Use this stylish widget and make your blog more stylish .If you want to install this widget, Please follow this post and enjoy…

Stylish 3D Social Buttons With Mouse Hover Rotating Effect For Blogger (techtooones.blogspot.com)

Log in to your Blogger account
  • Select  Layout

  • Click on Add a Gadget

  • Select HTML/JavaScript from the options listed

  • Copy and Paste the following code in HTML/Javascript box.


<style> 
</*Blogger Industries Presents CSS 3D Icons Start*/>
#social a:hover {background-color: transparent;opacity:0.7;} #social img { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } #social img:hover { -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
<*Blogger Industries Presents CSS 3D Icons End*/>
</style>

<div id="social">

<!--Start Rss Icon--> <a href="http://feeds.feedburner.com/YOUR-FEED-URL-HERE" target="_blank" title="Grab Our Rss Feed"><img alt="Icon" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOGSYExglTC0WK43P39z2yJVlvqMM-7V23NUTVg777nV8r8Fn0K7yfXyb1Rgc1k56lVXPXjwXmisRoZateRb5yAwuoLemri2sZnbVuYBQsz_fr5-68rWRhg0-Z7sAFlpTXBUlyrNWrQHOW/s1600/RSS-48x48.png" style="margin-right: 1px;" /></a> <!--End Rss Icon—>

<!--Start Email Rss Icon--> <a href="http://www.YOUR-EMAIL-RSS-URL-HERE/" rel="nofollow" target="_blank" title="Get Free Updates Via Email"><img alt="Icon" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizSiV307Jzfy5QauqEmmdgOXVGLKjBKKrjCo38P1rfx5gM0VrI_S74WBSCsEspShHbxHQvUg04pgMA21akV-pseCXgxzvfXjSsSDwTCnIXZplOybG96ezgv9G7Ms-yGoUIfS8DngcGrpol/s1600/RSS-EMAIL-48x48.png" style="margin-right: 1px;" /></a> <!--End Email Rss Icon—> 
<!--Start Facebook Icon--> <a href="http://www.facebook.com/YOUR-FACEBOOK-PAGE-URL-HERE" rel="nofollow" target="_blank" title="Like Our Facebook Page"><img alt="Icon" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAZU2gCDiLfEvufiHrKW15n2pWBFhT6cH-eFEsfGKEkFv6_b0h22Wrgkd4pCQGzaMuiNcXyMJYErwPR7XDUE3zX1lqTDA2zaz5579AZ4SroCDWCT6w2YMl8svO1zjCdss4AADCA2A03tAo/s1600/FACEBOOK-48x48.png" style="margin-right: 1px;" /></a> <!--End Facebook Icon—>

<!--Start Twitter Icon--> <a href="http://www.twitter.com/YOUR-TWITTER-URL-HERE" rel="nofollow" target="_blank" title="Follow Our Updates On Twitter"><img alt="Icon" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjejJ-wg3DEZR9zxMj9VhHFGmvzkZUNy7wricZTiRWtacMGktgxT6Rk9JSQKW6wNVQ0-L8GZwEXsB5dtbR8Mu4Th9ZcYerASALqid9hC1QDx2k48jQIjBoL-hFsLKSWkA09V_1fGAoUpAcB/s1600/TWITTER-48x48.png" style="margin-right: 1px;" /></a> <!--End Twitter Icon—> 
<!--Start Google+ Icon--> <a href="https://plus.google.com/YOUR-GOOGLE-PLUS-URL-HERE" rel="nofollow" target="_blank" title="Follow Us On Google+"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8Cob_f2u2fPoDTtIr5npI_g52m4h0jwHYiouRG1rfL6QU860IM1Dj1nY8dk7KMH7hyphenhyphenDuRqc1tOewv9PpPQIrsMayWRB2vquy_0MeX6QzD17nX1SGZpp4FbMqDrmN6X0Civ_qsjeQW5Z8E/s1600/GOOGLE-PLUS-48x48.png" style="margin-right: 1px;" /></a> <!--End Google+ Icon—>

<!--Start Pinterest Icon--> <a href="http://pinterest.com/YOUR-PINTEREST-URL-HERE" rel="nofollow" target="_blank" title="Follow Our Pins"><img alt="Follow Me on Pinterest" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsMNsd1RZTTMNh3kIAJEH9DCKXjLdsYeYLPSdTFdzPI2XhSpjJ_2NzyS8NYW_MadBDo4M0t0C1P8g-_6SXEN1pY7CSNy0NPMFBgi7jWTCNv-5_AjNpv_6qN2SnKzHBnBuybutVrXg-DHep/s1600/PINTEREST-48x48.png" style="margin-right: 1px;" /></a> <!--End Pinterest Icon--> </div>

<!--Start Feed Count Button--> <a href="http://feeds.feedburner.com/YOUR-FEEDBURNER-URL-HERE" target="_blank"><img alt="spice up your blog" src="http://feeds.feedburner.com/~fc/dulshan?bg=ff9933&amp;fg=000000&amp;anim=1" style="border: 0;" /></a>
<!--End Feed Count Button—>


Change all RED color with your  Social media links.

  • Save It.


Leave a comment…………………… if  you like this post……………….

ADD Stylish Social Media Widget (With Mouse Hover Spinning Effect) To Your Blogger


   Now i share a stylish social media widget with spinning effect. Social media like Facebook, Orkut, Myspace,Google Plus are provide important traffic source to our blog. So we cannot avoid social media sharing widget from our blog. You can install it with effortless. Follow this post and enjoy..

Social media shareing widget with mouse hover spin effect (techtooones.com)

Live Demo


Log in to your Blogger account
  • Select  Layout

  • Click on  Add a Gadget

  • Select HTML/JavaScript from the options listed

  • Copy and Paste the following code in HTML/Javascript box.


<style>
#MH_socialicons img {
/* Spinning Social Icons Widget By www.techtooones.blogspot.com */
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
#MH_socialicons img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Spinning Social Icons Widget By www.techtooones.blogspot.com */</style>

<center><p id="MH_socialicons">
    <a href="http://www.facebook.com/techtooones"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3gOfGUyPCAZWnlwt8wFpNNmqrvIiU6_P9fnXqQQ2qaKg6ZfJ_eP8PZG-MzZRzzWAAyDd8Q1170u_SN7Kn8_AGnPzk9roiVcbczS7E_xSURxaFZ-_gLKvKxOj0Z56HklQFKDWo2CUt_xlS/s1600/NBT+facebook+icon.png" /></a>
    <a href="http://www.twitter.com/melbinjose295"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6yMOyt4KeysnNzMcXbfH6Iv1u5cvFrNV79YLFrkTiza5YXeamm6eQG0Mh0maBdNPviySXfSCoC30SAAG8lwuu5HO_YD7hkhI6OpSBO-YldNRhC5ernqupAiPxo_DkRxBFiu6Kx0q5gznq/s1600/NBT+twitter+icon.png" /></a>
    <a href="https://plus.google.com/109278971237541628404"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2jqfQ5HMbCosrib8LsneslTl_-CG0aP0D7npeH1Vs5XcXV4aMkRFFg5-pJjheiMQanelrcYDqm8zE2BNrPJz-Xaq2743vBT5hnEiGYpCJk8c2NFJfrEUeH4hxxDscdEw6uhCG0k9lFv-X/s1600/NBT+google+plus+icon.png" /></a>
    <a href="http://www.feeds.feedburner.com/techtooones"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgN2bSWMe4hx3_q_nB65-g1l2250jCM_tozN5XOhY4wvy_ClA3sBZM5kVX_h6k1EtN5wSF5br5T58E8OUWIlPpdw9l4kN4N71Uwj7rYyIN9z6VsCbyeyk2eGPIbl11-rhyphenhyphenwbgI39QrsoJBM/s1600/NBT+rss+feed+icon.png" /></a>
    <a href="http://www.youtube.com/melbinjose295"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5NmJhooJS2QAlgi1RdindGlUYgsAZfEbvGD-FmrFiwumQM9WmgYj3YZ898rfGY7v3atEh5tiVuliJtFwvP_1JKBGEaEKEeAXyli4vceSlAT1nPnnTEKUPat007VqyLG9s-SMwZyM_alPn/s1600/NBT+youtube+icon.png" /></a>
</p></center>

Change RED color (Include rotation time (8s) & rotation angle (360deg)) with your Values and Links



  • Save It



Are you happy …….. Leave a comment below……………………….

Thursday, February 21, 2013

Add Sliding Egg Social Sharing Widget (With Mouse Hover Effect) To Your Blogger

 IT is a funny social sharing widget for your blogger. Social medias are provide more traffic for blogs. People always spend  more times in front of Facebook,Twitter,Myspace,Linkdin etc. So It has an important role in blog traffic. So social medias are important part of a blogger. So add this stylish egg widget for your blogger and enjoy…

SLIDING EGG SHARING BUTTON WIDGET FOR BLOGGER (techtoones.blogspot.com)

Go to your  Blogger
  • Select Template option

  • Click on Edit HTML

  • Tick on Expand Widget option

  • Find (Ctrl+F)   </head> tag

  • Copy below code and paste it above  </head> tag



<script src='http://w.sharethis.com/gallery/shareegg/shareegg.js' type='text/javascript'/><script src='http://w.sharethis.com/button/buttons.js' type='text/javascript'/><script type='text/javascript'>stLight.options({publisher: &quot;bea50586-2b9f-448d-947a-01385f28e305&quot;, onhover:false}); </script><link href='http://w.sharethis.com/gallery/shareegg/shareegg.css' media='screen' rel='stylesheet' type='text/css'/>

  • Now find (CTRL+F) for </body> tag.

  • Place the following code just above it.


<div style='position: fixed; bottom: 2%; left: 2%;'><div class='shareEgg' id='shareThisShareEgg'/></div><script type='text/javascript'>stlib.shareEgg.createEgg(&#39;shareThisShareEgg&#39;, [&#39;facebook&#39;,&#39;twitter&#39;,&#39;googleplus&#39;,&#39;linkedin&#39;,&#39;blogger&#39;,&#39;stumbleupon&#39;,&#39;sharethis&#39;],{title:&#39;<data:blog.pageTitle/>&#39;,url:&#39;<data:blog.url/>&#39;,theme:&#39;shareegg&#39;});</script>

  • Save your Template. Enjoy.....



Leave a comment below................................

Customize Bullet Style With Mouse Hover Effect In Your Blogger

Friends, Do you want to make your blogger is more beautiful. We are always add bullets to our posts but it appear like a black dot. Later i show how to change black bullets with your own image. In this post i share  a information about, How to apply mouse hover effect to your bullets. You can make it easy… Follow this post and enjoy……



bullet mouse hover effect for your blogger(techtoones.blogspot.com)
Log in to your Blogger account.
  • Select Templates


  • Click on Edit HTML


  • Tick on  Expand Widget Templates.

  • Find (Ctrl + F)   ]]></b:skin>


  • Copy  the code shown below and paste it before ]]></b:skin>


.post ul {list-style:none;
}
.post ul li {
    line-height: 1.0em;
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLqf7GqLZas1dO4OBUJWjYCtexjmF84_I-s6neuAWx59k1dNIRr67eLytUB_nC0mbrF1TVjWv0JjJf_zHBCpJb_IWmlcuxWdh2u7ZK1eb-m3wToxbJQYCqon-LjCzn1vw2jWNGi9bh3YA/s400/255.gif) no-repeat scroll -4px 0px;
    margin: 1.0em 0;
    padding: 0 0 1.0em 28px;
}
.post ul li:hover {
        background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB_85dRiYOhvS8Rz1KDdT0Y8hKp2z9B-p4qCRysIXPB87-eC3U-zDcmSQQJRARzNSCaBiBkTjTn0vL_HkuutAZiE1uLNwVKSmTPBhQ4xHLTBGgqSRv3GfpawQoB1A7FjMlCJK36xe0cgg/s400/251.gif) no-repeat scroll -2px 0px;
}

Change RED color with your bullets URL

  • Now save it.



Leave a comment………………………………….

CSS Brick Style Label Cloud Widget For Blogger

Friends, This is a widget to modify your label to a brick style with CSS effects. It is very effective widget to attract people when they are entering your blog.  Now i share, How to install this widget into your blogger?. If you want to install please follow this post and enjoy……



How To Add stylish css Bricks Style Labels To Blogger from (techtoones.blogspot.com)


Log in to Blogger account
  • Select Templates


  • Click on Edit HTML 

  • Tick On  Expand Widget Templates.

  • Find (Ctrl + F)   ]]></b:skin>


  • Copy  the code shown below and paste Before/Above it.


/*-----Custom Labels Cloud widget by www.techtoones.blogspot.com----*/
.label-size{
margin:0 2px 6px 0;
padding: 3px;
text-transform: uppercase;
border: solid 1px #C6C6C6;
border-radius: 3px;
float:left;
text-decoration:none;font-size:10px;color:#666;}
.label-size:hover {
border:1px solid #6BB5FF;
text-decoration: none;-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-transform: rotate(7deg);
-o-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
zoom: 1;
}
.label-size a {
text-transform: uppercase;
float:left;
text-decoration: none;
}.label-size a:hover {
text-decoration: none;
}

  • Save Templates.

  • Then go to Layout



  • Now Click On Add Gadget Button.

  • Add Labels Gadget  from given list

  • Unchecked Show Number Of Post Per Label.

How To Add css Bricks Style Labels To Blogger from (techtoones.blogspot.com)

  • Save it.



Are you happy?….. Do you like this blog ….. comment below………………..

Download Youtube Videos Without Any Software

   YouTube is the most famous video sharing website in the world. But every time we are trouble to download YouTube videos directly, All time we required an additional software to download videos from it. Now i share a simple trick to download YouTube videos directly from website. Just follow instruction and download videos from YouTube..


Go to YouTube.
  • Select a video you want to download.

  • Now i select a video from Youtube. Its link is: http://www.youtube.com/watch?v=v1uyQZNg2vE
save youtube videos without any software techtoones.blogspot

  • Then add the word "save" between the www. and the youtube

  • Now we change/modify it’s URL like: http://www.saveyoutube.com/watch?v=v1uyQZNg2vE
free save youtube videos without any software techtoonesblogspot


  • A warning box may pop-up. Select "Run". Don't worry, its just a Java Applet to convert the video to a downloadable format. Its perfectly safe and will not install any software.
download youtube video directly from youtube without any software

  • A list of download links will appear. Right-click on the format you want and select "Save As..." to start your download.




Are you happy? ……….leave a comment below……………….