How to Cretae a 3 or 4 Column Footer in Your Blogger Blog

Leave a Comment
Hi all, you might have seen many blogs have footer with 3 columns or 4 columns in it. You can see a 3 column footer in this blog itself. In case the footer is not visible, just click on the + sign with ‘Toggle footer’ link in the bottom right and you will see a 3 column footer which displays 6 recent posts in each category. So have you seen the benefit in adding a columned footer to a blog? Yes, you are right. You can showcase some of your posts suppose recent posts or a contact form or a Facebook Like box or follow widget into these columns. I have added three category posts to these 3 columns in footer. You can easily add a 3 or 4 column footer to your blog just by adding few lines to your blog template. I am going to tell you how to create a columned footer to your blogger blog. Just follow these steps.
add-3-column-footer-to-blogger
Step I: Login to your blogger account and go to Dashboard.
Step II: Go to ‘Template’ and click on ‘Edit HTML’. Click Proceed if required.
Step III: Now press CTRL+F on your keyboard to search a string and search for the following:

<div id='footer-wrapper'>
<b:section class='footer' id='footer'/>
</div>

If you are not finding this code in your template, then search for footer-wrap or something like that which represents you footer code in your template.
Step IV: Now replace the above code (all 3 lines) with the following lines of code:
<div id='footer-columns'>
<div id='footer1' style='width: 30%; float: left; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col1' preferred='yes'
style='float:left;'/>
</div>
<div id='footer2' style='width: 40%; float: left; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col2' preferred='yes'
style='float:left;'/>
</div>
<div id='footer3' style='width: 30%; float: right; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col3' preferred='yes'
style='float:right;'/>
</div>
<div style='clear:both;'/>
</div>
Step V: Save your template and you are done. You have successfully added a 3 columned footer to your blog template. Now go to Layout tab on your blogger Dashboard and you should see three column widgets in the footer of your template. Add codes to these 3 HTML/Javascript gadget to display recent posts etc. in the footer.
Adding a 4 column footer
To add a footer with 4 columns, follow the above steps up to Step III and in Step IV, replace the code with the following lines:
<div id='footer-columns'>
<div id='footer1' style='width: 25%; float: left; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col1' preferred='yes'
style='float:left;'/>
</div>
<div id='footer2' style='width: 25%; float: left; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col2' preferred='yes'
style='float:left;'/>
</div>
<div id='footer3' style='width: 25%; float: left; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col3' preferred='yes'
style='float:left;'/>
</div>
<div id='footer4' style='width: 25%; float: right; margin:0;
text-align: left;'>
<b:section class='footer-column' id='col4' preferred='yes'
style='float:right;'/>
</div>
<div style='clear:both;'/>
</div>
Now save your template and add codes/text to the footer widgets.

Showing Recent Post feed of specific category in the footer widget

If you want to show a number of posts in the footer columns then follow these steps:
add-3-column-footer-to-blogger
 Go to Layout of your blogger template. You should see a footer like the following image:
Click on Add a Gadget link and add an HTML/Javascript gadget.
Copy and paste the following code to the HTML/Javascript gadget.

<script type="text/javascript">
function recentpostslist(json) {
 document.write('<ul>');
 for (var i = 0; i < json.feed.entry.length; i++)
 {
    for (var j = 0; j < json.feed.entry[i].link.length; j++) {
      if (json.feed.entry[i].link[j].rel == 'alternate') {
        break;
      }
    }
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
 document.write(item);
 }
 document.write('</ul>');
 }
</script>
<script src="http://www.techbhuvan.com/feeds/posts/summary/-/CATEGORY?max-results=5&alt=json-in-script&callback=recentpostslist"></script>
<div id='attrib'><a href='http://www.techbhuvan.com' rel='dofollow'></a></div>

Replace the word ‘CATEGORY’ with your own category which you want to show in your footer column. also change the max-result=5 attribute to any number you desire. This will change the maximum number of posts you want to show in the feed. I have limited it to 5 posts. You may change it to 8, 10 or whatever you want. Save your widget.
Add 3 HTML/Javascript gadgets in all three columns and add the above code with your desired post category. You are done. You should see something similar to my footer in your blog.

Stylify your footer columns

To add style to the columns you have just added, you can add a stylesheet to your template. You can simply do so following these steps.

When You are adding the new columned footer in your template(in Step IV above), you need to add the following line at the beginning of the code.
<div id='techbhuvanfootr'>
And add a </div> at the end of the code. Now search for ]]></b:skin> in your template and add the following lines just above this.

#techbhuvanfootr .footer-wrap ul li {
padding: 5px 0 5px 15px;
overflow: hidden;
border-bottom: 1px solid #343434;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcMle-Efgm6C2cgoFgil9RH70-pWL8sgc88kvSCBLxA-yZeD2AjzxmeYbIaLk2kKjkMcEEQGxYjA7vLO2RrxD2WrpesQZYX4zIGbaroowc-hnHJcKwA4kvmrZTNcDJW_NwHa5ke0z9nW9o/s1600/techbhuvan-bullet.png) no-repeat;
margin: 15px 0;
}
#techbhuvanfootr .footer-wrap a {
 color: gray;
 font-weight:400;
 font-size:13px;
}
#techbhuvanfootr .footer-wrap a:hover {
 color: white;
}
Now save your template and see the changes.
If you are benefitted from this tutorial, please share this with your friends. If you face any problem or any confusion, please comment below. Thanks.
http://www.casino-online.us
Read More...

How to Host Music/Audio Files into Blogger Blog

Leave a Comment
Have you ever wanted to add some music on your Blogger blog? Audio or music can be a great spice for your blog. Adding some audio files or music to your blog can entertain your visitors with the great compositions. So, how would you add music to your blog? Is it really possible? To answer this, yes you can add music files to your blog hosted on Blogger.
how-to-add-musing-to-blogger
However, blogger does not permit to upload MP3 or other file formats directly to your Blogger space. Google only allow to uplaod image files (in JPEG, JPG, PNG, ico etc. formats). You can not upload any MP3, MP4 files or even PDF or DOC files to your Blogger blog. Then, what is the solution? You can choose to upload a good cloud storage service and upload your files to it and later link them to your blog posts. There are many popular cloud storage solutions which offers hotlinking to your files. That means, you can give a direct link to your file from anywhere an access it using the link without visiting the website of your cloud storage. You can upload almost any type of files to your cloud storage space, then link from your blog. Hosting PDF and MP3 files to cloud storage and publishing them on Blogger is a popular practice among bloggers. In this post, I will be describing the process of uploading audio/MP3 files to cloud and linkink them to Blogger.
In the first step, choose any cloud storage service. My first choice would be Dropbox, which offers great file hosting services and customizable options. Ok, let me list down some of the most popular cloud storage services.
  1. Dropbox: Dropbox is the most popular cloud file hosting service, which offers 2GB free space for cloud storage. You can get more space upto 16 GB for free from Dropbox
    Adding-audio-to-blogger-using-dropbox
    using some of the options like Sharing on Facebook, Twitter, referring your friends etc. If you need more storage space, you can buy space from Dropbox also. You can upload files to Dropbox and keep them either private(which cannot be accessed by someone else other than you) or make them public (anyone can access them if he has the link to the file.) . After Joining Dropbox, you can install the Dropbox application to your computer and synchronize files in Dropbox folder. That means, after installing Dropbox, a folder will be created with some subfolders in it and when you move a file to this folder, it will automatically be uploaded to your Dropbox cloud. You can join Dropbox from this link>> and get 2.5GB of free space. To share a file on Blogger, you need to place the file in the Public folder. Then get the public link for that file. I will tell the process of embedding the audio file into blogger later in this post.
  2. ubuntu-one-to-host-file-for-bloggerUbuntu One: Ubuntu One is another popular cloud storage service. If you are using Ubuntu operating system, then you automatically get Ubuntu One installed on your system and can sign up for a 5GB free space. If you need more space, then you can
    buy from Ubuntu. Ubuntu one also works somewhat similar to Dropbox, it also synchronizes files in your Ubuntu One folder and the cloud storage. You can upload an audio file to Ubuntu one, then you need to share the file to public to be able to share on your blog. Ohh, don't get confused that you can use Ubuntu One from Ubuntu Linux only. You can install Ubuntu One on your Windows PC also and signup for a 5GB free space.
  3. Gdrive-to-host-audio-for-bloggerGoogle Drive: Google Drive is also an option for free cloud storage. If you have a
    Gmail or Google account, you automatically have 5GB of free cloud storage space on Google Drive. You can upload audio files to Google drive and share them as public to embed them into Blogger blog. You can also syncronize Google Drive with your computer's Drive.
  4. skydrive-to-host-audio-bloggerMicrosoft SkyDrive: Skydrive is also a good cloud storage service associated with any Outlook/Hotmail/Live account. SkyDrive offers 7GB of free storage space to its users and it can be run on Windows and Mac OS X. Now, SkyDrive comes as an app on windows 8. However, it has a file size limit of 300 MB for uploading. You can choose to use SkyDrive to share music publicly to your
    Blogger blog.
  5. Amazon Cloud Drive: Amazon Cloud Drive offers 5GB of free storage space when you sign up. You can also buy more spaces from amazon if you need more.
  6. Some other popular cloud storage services are iCloud(for Mac users), OpenDrive(offers 5GB free space with some limitations like 100MB file size limit, 1GB/day bandwidth, 200KB/s speed etc.) Box, Mediafire, Rapidshare etc. But, Box, Mediafire and Rapidshare does not provide hotlink to your files for free accounts. You need to purchase paid storage to get Hotlink to your files. So, to publish media on Blogger blog, I do not reccomend these services. You can try any of the 5 cloud storages I have mentioned earlier.
After uploading your files to the Cloud storage, the next thing is to share them embedding into your Blog. I am now going to tell you how to embed audio files in Blogger blog.
HTML5 supports embedding audio or music files to HTML doccument using the <audio> tag without using any third party plugin. The <audio> tag is a new feature of HTML5 which you can use to natively embed audio playback in any HTML document. It is supported in Internet Explorer 9, Firefox, Opera, Chrome, and Safari, and can be set to play the linked audio file automatically (autoplay) or loop if required.

Here's a basic example using the <audio> element: 

The player is generated using the following code:


<audio controls="">
<source src="audio-file-url">
<b><span colour="red">
<b>
If you don't see the audio your browser does not support the audio element.
</b>
</span>
 </b>
</audio>
Now, in the above example, you can set the control to 'autoplay' or 'loop' if you want your audio file autoplayed or looped when the page loads. To add an audio file in your blog post, first get the full URL of your file that you have hosted to Dropbox or any other cloud storage(Remeber, if you are using Dropbox, you need to put the file in Public folder), then Go to HTML editor in your post editor and insert this code:


<audio controls="">
<source src="audio-file-url-copied-from-storage"></source>
<b><span colour="red">
<b>
</b>
</span>
</b>If you don't see the audio controls, your browser does not support the audio element.
</audio>
Before publishing, ensure that you have the right to publish the music to public and you do not infringe the copyright for the item.

That's it. You are good to go. If you liked the tutorial, please share it to Facebook, Google+ etc. Thanks.
Read More...

How to Add Go to Top and Bottom Navigation Button using jQuery

Leave a Comment
Navigation buttons help your blog visitors to navigate easily among contents of your blog. When you have a long blog post which spans below the usually visible viewport of the browser, the reader must have to scroll below to find what is below the viewport. So, scrolling to bottom he reads your blog post, and if he want to come back to Top he again needs to scroll up. What if there is a shortcut at the bottom of your page which directs the readers to Top of the page when clicked? this should be nice right? You can use HTML tag to add a button at bottom or top of your page to use as a top and bottom navigator. But using jQuery, you can stylify the buttons and your readers will also be impressed with a fancy look of your blog. This buttons also helps your visitors to navigate when a main page has lots of contents or posts displayed in it. Here, I am going to tell you how you can add a ‘Go to Bottom’ and ‘Go to Top’ navigator button to your blogger blog. I am going to describe the whole thing step by step.
Step I: You obviously need to log into your Blogger account and select the appropriate Dashboard of the blog where you want to make the changes.
Step II: Go to Template and Click on Edit HTML. Click ‘Proceed’ if required.
Step III: Press CTRL+F and find ]]>

Step IV: Just above this, copy and paste the following code snippet:


/* Go to Top and Bottom Buttons with jQuery by TechBhuvan*/
.button_up{
padding:7px; 
/* Distance between the border and the
icon. you may change according to your choice  */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: white 
url
(http://4.bp.blogspot.com/-UnMFYoCWxx4/Uqw4nN8VyzI/AAAAAAAABYY/
rALbiar5mNY/s1600/scroll-to-top.png) 
no-repeat top left;
background-position:50% 50%;
width:20px; /* Button’s width */
height:20px; /* Button’s height */
bottom:280px; /* Distance from the bottom */
right:5px; /* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.button_down{
padding:7px; /* Distance between the border and the icon */
background-color:white;
border:1px solid #CCC; /* Border Color */
position:fixed;
background: white 
url
(http://3.bp.blogspot.com/-lCFVt3QT1XQ/Uqw4nObSTEI
/AAAAAAAABYU/GZwEaQ3AoQg/s1600/gotobottom.png) 
no-repeat top left;
background-position:50% 50%;
width:20px; /* Button’s width */
height:20px; /* Button’s height */
bottom:242px; /* Distance from the bottom */
right:5px; 
/* Change right to left if you want the buttons on the left */
white-space:nowrap;
cursor: pointer;
border-radius: 3px 3px 3px 3px;
opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
You can change the credentials according to your choice, just go through the comments and you will understand which one is used for what. You can replace the arrows with your own arrow image, Just replace the links in the url([http://url]).
Step V: Now press CTRL+F again and search for
</body>
Step VI: Just above the closing body tag, copy and paste the following code snippet:
<script 
src=’http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js’
 type=’text/javascript’/>
 
<div class=’button_up’ id=’button_up’ style=’display:none;’/>
<div class=’button_down’ id=’button_down’ style=’display:none;’/>
 
<script>
//<![CDATA[
(function()
{var special=jQuery.event.special,uid1='D'+(+new Date()),
uid2='D'+(+new Date()+1);
special.scrollstart={setup:function()
{var timer,handler=function(evt)
{var _self=this,_args=arguments;if(timer)
{clearTimeout(timer)}
else{evt.type='scrollstart';jQuery.event.handle.apply(_self,_args)}
timer=setTimeout(function(){timer=null},
special.scrollstop.latency)};
jQuery(this).bind('scroll',handler).data(uid1,handler)},
teardown:function(){jQuery(this).unbind('scroll',
jQuery(this).data(uid1))}};
special.scrollstop={latency:300,
setup:function()
{var timer,handler=
function(evt){var _self=this,_args=arguments;
if(timer){clearTimeout(timer)}
timer=setTimeout(function(){timer=null;
evt.type='scrollstop';
jQuery.event.handle.apply(_self,_args)},
special.scrollstop.latency)};
jQuery(this).bind('scroll',handler).data(uid2,handler)},
teardown:function()
{jQuery(this).unbind('scroll',jQuery(this).data(uid2))}}})();
 
$(function() {
var $elem = $('body');
$('#button_up').fadeIn('slow');
$('#button_down').fadeIn('slow');
$(window).bind('scrollstart', function(){
$('#button_up,#button_down').stop().animate({'opacity':'0.2'});
});
$(window).bind('scrollstop', function(){
$('#button_up,#button_down').stop().animate({'opacity':'1'});
});
$('#button_down').click(
function (e) {
$('html, body').animate({scrollTop: $elem.height()}, 800);
} );
$('#button_up').click(
function (e) {
$('html, body').animate({scrollTop: '0px'}, 800);
} );});
//]]>
</script>
Step VII: Save your Template. You are done. To see the code is working or not, open your blog in the browser and see yourself.

There is another method to insert the Scroll to top button. Here it goes.
Step I: Log in to Blogger Dashboard, Go to Layout and Add an HTML/Javascrpt Gadget.
Step II: Copy and paste the following code to the HTML/Javascript gadget.
<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
</script> 
<script type="text/javascript" > 
var scrolltotop={ //startline: Integer. Number of pixels 
//from top of doc scrollbar is scrolled before showing control 
//scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). 
How far to scroll document up when control is clicked on (0=top). 
setting: {startline:100, scrollto: 0, scrollduration:1000, 
fadeduration:[500, 100]}, 
controlHTML: '<
img src=
"https://lh4.googleusercontent.com/-6Y8MPUpGYpU/USzs5rEhNsI/AAAAAAAADvk/
iXzptu4bODg/h120/scroll-to-top.png" />', 
//HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"
 controlattrs: {offsetx:5, offsety:5},
 //offset of control relative to right/ bottom of window corner anchorkeyword: '#top', 
//Enter href value of HTML anchors on the page that should also act as "Scroll Up"
 links state: {isvisible:false, shouldvisible:false}, 
scrollup:function(){ if (!this.cssfixedsupport)
 //if control is positioned using JavaScript
// this.$control.css({opacity:0})
 //hide control immediately after clicking it 
var dest=isNaN(this.setting.scrollto)? 
this.setting.scrollto : parseInt(this.setting.scrollto)
 if (typeof dest=="string" && 
jQuery('#'+dest).length==1)
 //check element set by string exists dest=jQuery('#'+dest).offset().top 
else dest=0 this.$body.animate({scrollTop: dest},
 this.setting.scrollduration); },
 keepfixed:function()
{ var $window=jQuery(window) var controlx=$window.scrollLeft() 
+ $window.width() - this.$control.width()
 - this.controlattrs.offsetx
 var controly=$window.scrollTop() + $window.height() - this.$control.height()
 - this.controlattrs.offsety this.$control.css({left:controlx+'px', top:controly+'px'}) },
 togglecontrol:function()
{ var scrolltop=jQuery(window).scrollTop() if (!this.cssfixedsupport) 
this.keepfixed()
 this.state.shouldvisible=(scrolltop>=this.setting.startline)? true : false
 if (this.state.shouldvisible && !this.state.isvisible)
{ this.$control.stop().animate({opacity:1},
 this.setting.fadeduration[0]) this.state.isvisible=true }
 else if (this.state.shouldvisible==false && this.state.isvisible)
{ this.$control.stop().animate({opacity:0}, 
this.setting.fadeduration[1]) this.state.isvisible=false } },
 init:function(){ jQuery(document).ready(function($)
{ var mainobj=scrolltotop
 var iebrws=document.all mainobj.cssfixedsupport=!iebrws
 || iebrws && 
document.compatMode=="CSS1Compat"
 && window.XMLHttpRequest
 //not IE or IE7+ browsers in standards mode mainobj.$body=(window.opera)? 
(document.compatMode=="CSS1Compat"? $('html')
 : $('body')) : $('html,body') 
mainobj.$control=$('<div id="topcontrol">'+mainobj.controlHTML+'</div>') 
.css({position:mainobj.cssfixedsupport? 'fixed' : 'absolute', 
bottom:mainobj.controlattrs.offsety, right:mainobj.controlattrs.offsetx, opacity:0, 
cursor:'pointer'}) .attr({title:'Scroll Back to Top'})
 .click(function(){mainobj.scrollup(); return false}) .appendTo('body') 
if (document.all && !window.XMLHttpRequest && 
mainobj.$control.text()!='')
 //loose check for IE6 and below, plus whether control contains any text
 mainobj.$control.css({width:mainobj.$control.width()}) 
//IE6- seems to require an explicit width on a DIV containing text mainobj.togglecontrol() 
$('a[href="' + mainobj.anchorkeyword +'"]').
click(function(){ mainobj.scrollup() return false }) 
$(window).bind('scroll resize', 
function(e){ mainobj.togglecontrol() }) }) } }
 scrolltotop.init() </script>

Read More...

How to add Facebook Pop up Like box into blog using HTML/Javascript Gadget

Leave a Comment
You must have seen my previous blog post on this same topic, How to add a pop up like box for Facebook into your blogger blog or any website. Here is the link to the previous post. But
i think that post was a bit complicated for beginner bloggers and for those who does not have
much knowledge of javascript and web designing. There is a simpler way to achieve the same task. You can easily add a pop-up Facebook Like box in a lightbox style which will link to your blogs official Facebook page and will show up some of the faces who have already liked your page. The pop-up Like box appears in a lightbox style, i.e you see when you click on a photo in Facebook, The image opens up in zooming itself and the background content remains static. The pop-up Likebox appears the same way. The viewer can either hit 'Like' or close the window to browse further. This can be done using an HTML/Javascript gadget and without going to edit your blogs template. I will now show you step by step how to add the pop-up Like box for Facebook into your blogger blog.
Step I: Log in to your Blogger Dashboard and go to the blog where you want to add the Facebook pop-up likebox.
Step II: Click on Layout and then Add a Gadget. Select an HTML/Javascript gadget to add.
Step III: On the newly opened window for HTML/JavaScript gadget, copy and paste the following code.
  
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' 
type='text/javascript'></script>
<style>
#techBhuvanFBlike {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#techBhuvanexit{
width:100%;
height:100%;
}
#techBhuvanfanbox{
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#techBhuvanfanclose {
float:right;
cursor:pointer;
background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcMTCGa87SuHCAzFC6-gvYefvhh6Kc35GqUcWxXf7POYaM5mlgoD1QWMFW90gKjaouaMOCEae6erkUCuioTMN281Xyc2Lx-T2B6WuFRZq0VWJd6pl3TMVdpKgg2pB8lOIFf-hl0OuJ4Db4/
h120/fblikeclose.png)
 repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.removefbborder {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
</style>

<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {

// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);

if (value === null || value === undefined) {
options.expires = -1;
}

if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}

value = String(value);

return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '',
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}

// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = 
new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)')
.exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_user_login') != 'yes'){
$('#fanback').delay(100).fadeIn('medium');
$('#fanclose, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
});
</script>
<div id='techBhuvanFBlike'>
<div id='BMSboxexit'></div><div id='BMSfanbox'>
<div id='techBhuvanfanclose'></div><div class='removefbborder'></div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' 
src='//www.facebook.com/plugins/likebox.php?href=<span style="color: #ff0000;">
http://www.facebook.com/TechBhuvan
</span>
&width=402&
height=255&colorscheme=light&show_faces=true&
border_color=%23E2E2E2&stream=false&header=false' 
style='border: none; overflow: hidden; margin-top: -19px; width: 402px; 
height: 230px;'></iframe>
</div></div>
Step IV: Save your gadget. Then Save your template. You are done. Now test your blog opening it in browser whether it is working properly or not.
If you have liked this post, please share among your friends. If you have any query, please comment below. Thanks.  
Read More...

How to Access Linux Partition from Windows

Leave a Comment
Linux is the most preferred option for programmers, hackers and pen testers. But, for common people who does not have or have little programming knowledge prefer to use Windows because of its easy to use graphical design and interface. I am personally a Linux lover but have Windows also installed on my computer in another partition. If you are like me, you may be also using a dual boot computer which boots both Linux and Windows.
If you have both Linux and Windows installed on your computer and you use both operating systems in different occasions, then you may have noticed that, you can access your Windows partition when you are working on Linux, but you cannot access your Linux partition when operating from Windows. So, if you have stored some important document on your Linux partition and you need it to use when you are working on Windows, then you have no option other than rebooting to Linux and copying your files to Windows partition then again come back to Windows. However, this will take a lot of time of yours. So, if there is a way to access Linux partition directly from Windows, then is not that great? Yes, that is indeed possible to access Linux partition from Windows. I am going to tell you how to do that.
To access Linux partition from Windows, you need an application called Diskinternals Linux Reader. I will now tell you the process step by step.

Download Diskinternals Linux Reader windows application from below link.
Download

click to download

4.3 MB .exe


After downloading is completed, open the setup file to install the application. If you have low privilege, run the installer as Administrator. During installation, apply option to create a shortcut in Desktop.  
After installation is done, open the application by double clicking on the icon on your Desktop.
Now you can see all the disk partitions on your computer whether it is NTFS or FAT or ext3. You will also see the Linux Swap partitions.
Click on your Linux installed partition and open it. You will now see all files and folders present in your Linux drive. Locate your required files and copy it to your Windows drive partition.
DiskinternalsThat is it. You can now explore files on Linux partitions directly from Windows without switching into Linux. If you are helped, then please share this article. Thanks.Thumbs up
Read More...

Make your friends Wipe their Facebook screen

Leave a Comment
Hi everyone, this is a cool Facebook status update trick. Using this, you can play prank on your friends and make them wipe their Facebook screen fooling them that there are dirty spots in their screen. When you post an update, it will carry some blurry dirty spots which will spread across up and down of your normal status update area, and will give a look that there are dirt in the screen. The screen will look somewhat similar to following.wipeIsn’t it really cool? Well, let me proceed with the steps to teach you do this.

    First, go to Zalo text Generator by following this link>>. You will be landing in a page like following.zalo
Enter any text you want to the blue marked area. Apply options as your choice.
Click on ‘’HE COMES ‘ . Copy the text generated in the other text area.  
Go to your Facebook profile and paste the text you have copied to your status update.   
  Post the status and see the magic. All your friends will see the text as dirty spots scattering on the screen and will try to wipe them up.  
That it. Is not it a really cool prank? If you like this, please share with your friends. Thanks.
Read More...

How To Disable Or Turn Off Lightbox for Images in Blogger

Leave a Comment
For the images placed in a blog which is hosted in blogger.com, when clicked, is opened into a transparent new view area. The other contents of the blog post remains in the background. This is known as Lightbox or sometimes also called as Greybox or Thickbox This feature can also be seen in Facebook, Google+ etc. This is indeed an unique way to display pictures in enlarged mode than the normal mode, and some people find it pretty cool, but some people does not like this feature. Though Blogger by default enables Lightbox on your blogger blog, you can disable this feature if you want so. Just follow this steps to disable Lightbox viewing of photos on your blogger blog.

Log in to your blogger account and go to your blog’s Dashboard.
Now move onto Settings > Post and Comments
Look for ‘Open Images in Lightbox’ and select ‘No’ from the drop down.
Save your settings and you are done with disabling Lightbox on your blog.
You can test opening a post that contains images and click on it. You will now see that it is not opening in Lightbox.Disable Lightbox
This is it. Happy Blogging.
Read More...

50 Windows 8 Keyboard Shortcuts to Make your Works Easier

Leave a Comment
Hi everyone, Here is a list of keyboard shortcuts you can use to work smartly with Windows 8. Windows 8 is a brilliant Operating System which comes with many wonderful features to work on every aspect of life ranging from simple calculation, web browsing, documenting something to creating a movie, creating an animation etc. You can do lot of things with Windows 8. You can work more elegantly and can save your time your work consumes when you know some simple keyboard shortcuts. Of course, there is always a graphical way to achieve some task in

Windows. That means you can perform something by clicking somewhere on the screen, opening some icon, typing a command etc. But isn’t it really cool when you can perform the same task using just one or two keystrokes? That is why, I have compiled a list of Windows 8 keyboard shortcuts which I believe you will love definitely.

Windows 8 Keyboard Shortcuts List

Windows Key + D Show Desktop
Windows Key + M Opens desktop mode and minimizes all windows
Windows Key + C Open Charms Menu
Windows Key + Tab Cycle through open apps (except desktop apps)
Windows Key + Spacebar Switch input language and keyboard layout
Windows Key + Ctrl+Spacebar Change to a previously selected input
Windows Key + Q Search For Installed Apps
Windows Key + I Charms Menu – Settings
Windows Key + K Charms Menu – Devices
Windows Key + H share Charms Menu
Windows Key + F Search Charms Menu
Windows Key + E Launch Windows Explorer Window
Windows Key + X Show Advanced Windows Settings Menu
Windows Key + L Lock PC and go to lock screen
Windows Key + R Open Run dialog box
Windows Key + Up Arrow Maximize current window
Windows Key + Down Arrow Minimize current window
Windows Key + Left Arrow Maximize current window to left side of the screen
Windows Key + Right Arrow Maximize current window to right side of the screen
Windows Key + Print Screen Takes a Print Screen and saves it to your Pictures folder
Windows Key + Enter Open Narrator
Windows Key + P Choose secondary display modes
Windows Key + U Open Ease of Access Center
Windows Key + + Zoom in using Magnifier
Windows Key + - Zoom out using Magnifier
Windows Key + V Cycle through notifications
Windows Key + F1 Open Windows Help and Support
Alt + F4 Quit Modern UI Apps
Windows Key + Pause Break Display System Properties
Shift + Delete Permanently delete files without sending it to Recycle Bin
Esc Stop or exit the current task
Control + Y Redo an action
Control + Z Undo an action
F2 Rename the selected item
F3 Search for a file or folder
F4 Display the address bar list in the File Explorer
F5 Refresh the active window
F10 Activate the menu bar in the active app
Alt + Enter Display properties for the selected item
Windows Key + Ctrl + spacebar Change to previously selected input
Windows Key  + Shift + M Restore all minimized Windows
Ctrl + Shift + Escape Open Task Manager
Windows Key + Shift + V Cycle through notifications in reverse order
Windows Key + Shift +Spacebar Switch to previous input language and keyboard layout
Windows Key + 0 to 9 Launch/show app pinned to taskbar at indicated number
Windows Key + Shift + 0 to9 Launch new instance of app pinned to taskbar at indicated number
Control + C Copy the selected item
Control + X Cut the selected item
Control + V Paste the selected item
If you like this, please share among your friends. Because sharing increases knowledge. Thanks.

Read More...

20 Smart Windows 7 Keyboard Shortcuts

Leave a Comment
Here is a list of Twenty smart Windows 7 Keyboard Shortcuts applying which you can save time while using your computer. If you are using Windows 7 for yourSmart Windows 7 keyboard shortcurts business, for your personal work or any other purpose, you should know these keyboard shortcuts so that you can save time surfing around. Windows 7 is a great and feature rich operating system which can be handled very cleverly and perform jobs very smartly. Just take a look at the following keyboard shortcuts.





From Desktop try the following



 Windows KeyEase of Access keyboard shortcuts_html_28ff7d19 + Tab = Aero [press Tab to cycle between Windows]
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + E = Windows Explorer is launched.
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + R = Run Command is launched.
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + F = Search (which is there in previous Windows versions too)
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + X = Mobility Center
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + L = Lock Computer (It is there from the earlier versions as well)
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + U = Ease of Access
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + P = Projector
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + T = Cycle Super Taskbar Items
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + S = OneNote Screen Clipping Tool [requires OneNote]
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + M = Minimize All Windows
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + D = Show/Hide Desktop
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + Up = Maximize Current Window
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + Down = Restore Down / Minimize Current Windows
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + Left = Tile Current Window to the Left
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + Right = Tile Current Windows to the Right [Continue pressing the Left and



Right keys to rotate the window as well



 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + # = Quicklaunchkeyboard shortcuts
 Windows Key
Ease of Access keyboard shortcuts_html_28ff7d19 + = = Magnifier


From Windows Explorer



 Alt + Up = Go up one level
 Alt + Left/ Right = Back/ Forward

Read More...