Sunday, 5 January 2014

Facebook is the most popular among social networking. Here is the trick to maintain two profile pics in your facebook. Just follow the steps below.

Step 1: select the photo you want to keep as your second profile pic, copy the bid of that photo.

How to maintain two profile pics in Facebook?

Step 2: Goto your timeline and click on you profile pic and  click on Edit Thumbnail.

How to maintain two profile pics in Facebook? - Itechnotipz

Step 3: Right click on your photo and click on Inspect Element.

How to maintain two profile pics in Facebook? - Itechnotipz

Step 4: Box appears below. Find <form id= "squareform" in that box. Expand form tag.

How to maintain two profile pics in Facebook? - Itechnotipz

Step 5: Paste the photo bid that you copied in the first step. Paste it inside the form tag and click on save.

How to maintain two profile pics in Facebook? - Itechnotipz

Enjoy guys.. Stay tuned for more tricks here www.facebook.com/ItechnotipzPage

Friday, 20 December 2013

Hi guys, in this post I am gonna discuss about downloading and using a website offline. Now-a-days in this computer era, nearly 70% of the youth in developed and developing countries are using internet. Some have 24hrs internet facility, but some doesn't. This post is especially for the students/people who don't have access to internet 24/7. If you have 24/7 internet facility, please don't download websites, just use them.

There is a software named HTTRACK, it is an open source, you can download it for free (click here to download). The following are the steps to download and use HTTRACK software.

1.) Download the file that suits your operating system (click here to download). The download page looks as follows.

How to download a website to use it offline?- Itechnotipz

2.) Install the software.
3.) Click on the NEXT button in the start window. The start window look like follows.

How to download a website to use it offline? - Itechnotipz

4.) Enter the project name, category and click on NEXT.

How to download a website to use it offline? - Itechnotipz

5.) Add the website url you want to download, in the space specified.

How to download a website to use it offline? - Itechnotipz

6.) Click on FINISH to start downlaod.

How to download a website to use it offline?

ENJOY guys...

Wednesday, 18 December 2013

facebook is the most popular social servicing site. Every one of us has a facebook account. Daily we will be in touch with our friends by sharing something on our facebook wall. Generally when we open facebook, its welcome page will be as follows.


We can change the view of this Facebook welcome page. Google Chrome has came with an extension called FB Refresh. With this extension we can keep our own image as facebook background as follows.


Note: This is available only on GOOGLE CHROME browser.

Steps to get your own image as fb backgroung.

1.) Open Google Chrome
2.) Goto Chrome Web Store (click here)
3.) Type fb refresh in the search box, as shown below.


4.) Add the extension to your Chrome browser.


5.) After adding it goto browser settings.


6.) Goto extensions , select options in fb Refresh as shown below.


7.) Choose the image and click save at the end of the page.


Now you are done, enjoy..

Monday, 16 December 2013

Facebook has became the leader of Social servicing sites. Now- a-days everyone is having facebook account. As part of our SEO, we can use facebook to increase traffic to our blog/website. We can place a like box on our blog/website but it will not prompt the user to like our facebook page. So, adding the pop-up box is the best option for this. This pop-up box prompts the user to like our facebook page. The following is the figure that shows you how this pop up box look like.
Facebook pop  up widget - Itechnotipz
Facebook POP-UP widget
The following are the steps to add Facebook pop up widget to blogger.

1.) Login to you blogger account.
2.) Select the blog for which you are willing to add Facebook pop up widget.
3.) Go to Layout on the left menu.
4.) click on Add a Gadget.
5.) Select HTML/Java Script from the list.
6.) Paste the following code there.

 <!-- Facebook pop up widget by ITECHNOTIPZ -->

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
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;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCCS32k4_16El6WK9p7xB3QLxzRlcKsO40t8Z1hoIJDJgEbr2RJjIdKv7w-yFHslFYoAlgmFw1sJ9daU3slIgZqxSBw5PmDhqRoMEvmdxFrlcosWEUC9bUJcn-HqTN6Bpk_sWN4Hpyo87f/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</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() : '', // use expires attribute, max-age is not supported by IE
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');
});
}

});
</script>
<div id='fanback'>
<div id='fan-exit'>
</div>
<div id='fanbox'>
<div id='fanclose'>
</div>
<div class='remove-borda'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?
href=http://www.facebook.com/Itechnotipz&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'
style='border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;'></iframe><center>
<span id="linkit"><a href="http://itechnotipz.blogspot.com/2013/12/add-Facebook-pop-up-widget-to-blogger.html">Get This @Itechnotipz</a></span></center>
</div>
</div>

Wednesday, 9 October 2013

Hi guys, In this post I am going to discuss a very interesting topic i.e,.How to record the work that you are doing on your computer. Some times we might think of recording the work we are doing on our computer, there are some software to record the work on Computer screen, the most popular among them is FSCapture. This is the software from FastStone family. You can download it form our friend Google or Click here on the following image to download it.
How to record the work that you are doing on your computer screen

Friday, 4 October 2013

In this new computer era, every graduate is becoming a techie, many are attracted towards Internet. In this internet world, there is a way to show or to introduce ourselves to the world i.e, running a website or blog. Using these blogs we can even make some money online. In this post I am discussing about how to create a blog. 
How to create a blog

Thursday, 3 October 2013

Google has got its own reputation in the internet world, to maintain its standards Google is coming with many more new products and new features. Recently Google customized Gmail page with new standard view. where we can customize our page with different themes. Instead of applying the predefined themes, we can even keep our own image as the background image of gmail page. You can see the customized background image of gmail page below.

Thursday, 26 September 2013

Windows 8 logoAs we know, Windows 8 is the latest version of Windows Operating System from Microsoft. As this version is designed for touch screens, this is not provided with start button, instead it is provided with a colorfull screen with all the applications. But when we install this operating system on the desktops, or laptops which don't have touch screens, people are facing some small sort of problems. To overcome these problems we must have a start button. Pokki gives us an excellent start button which is very similar to the start button of windows previous versions. Just follow the following steps to create start button to Windows 8.

Tuesday, 17 September 2013

There is an option to block the websites in your PC without using any software. Follow the following steps:

  1. Goto MyComputer --> open C drive (Drive in which Windows OS is installed) 
  2. Open a folder named Windows folder

Monday, 16 September 2013

YouTube! one of the biggest site owned by Google, which contains videos. Every one will try to download videos from YouTube, but there is no option provided for download. So, we will use different downloading software's like IDM, youtube downloader to download videos from YouTube. Here is the way where we can download the videos of YouTube without using any softwares. 
Subscribe to RSS Feed Follow me on Twitter!