Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

Wednesday, March 30, 2016


To change the default quality of video -


1) Login to your facebook account

2) Visit this link - https://www.facebook.com/settings/?tab=videos

3) Click on the dropdown menu and select your preferred quality


4) For slow internet connections change it to - SD Only -but if you are a video collector and you want to download high quality video then select - HD if available -option

5) Done

Sunday, June 21, 2015





Taking a screenshot of your personal computer is quite easy. The method of taking a screenshot changes depending on which operating system you are using. This article shall demonstrate the various methods of taking screenshots on different OS platforms:

How to take a screenshot on all the Windows or Linux versions:

1. Press "Print Screen" to capture the screen.

2. Open an Photo or Graphics editor (i.e. Photoshop, MS Paint etc.).

3. Paste the captured screen image on the editor.

4. You can edit the image you want.

5. Click "Save" from the "File" menu or press "Ctrl+s".

6. Give the file a suitable name and format.

7. Click "Ok" to save the file.

How to take a screenshot on Windows 7 or higher Windows versions:

1. Open the "Windows Snipping Tool".

2. Click on "New".

3. Click and hold your mouse button and drag it over the area you want to capture.

4. You can edit the image you want.

5. Click "Save As" from the "File" menu or press "Ctrl+s".

6. Give the file a suitable name and format.

7. Click "Ok" to save the file.

How to take a screenshot on your Apple Mac:

A. To get the whole screenshot on your desktop as a PNG file:

1. Press "Command+Shift+3".

2. Done, you have a PNG file on your desktop.

B. Taking a screenshot of part of your screen:

1. Press "Command+Shift+4".

2. Click and hold your mouse button and drag it over the area you want to capture.

3. The captured screenshot will be on your desktop.

C. Taking a Window screenshot:

1. Press "Command+Shift+4".

2. Press "Space" and your cursor will become a camera.

3. Move the camera over the window and it will glow.

4. Click and You'll get a PNG screenshot on your desktop.

D. Taking the screenshot in your clipboard instead of your desktop:

1. Press "Command+Shift+Control+4".

2. Done, you can now paste the screenshot wherever you want.



Friday, April 24, 2015


If you don't want your visitors clicking links and going away from your blog then you should try one of these.

  • Go to your posts 
  • Click edit
  • Click on the link you want your visitors to open in new tab
  • Click "Change"
  • There is a check box that says - "Open this link in a new window" - Mark this check box 
  • Click and Update post
  • Done

OR

  • Go to your Template
  • Click "Edit HTML"
  • Press Ctrl + F and search for <head> tag
  • Now copy this code - <base target="_blank"/>
  • Put it next to your <head> tag
  • Done

TAG: How To Make Blogger Links Open In New Tab

Wednesday, February 11, 2015




To use all the space of your 3TB HDD you will need a disk of 64 bit Windows 7 or up. The 32 bit version of operating system uses - MBR (Master Boot Record) type partition system which can partition up to 2TB. That is why the remaining 746GB stays unallocated. The 64 bit Windows uses GPT (GUID Partition Table) type partition system which can handle upto 9.4ZB space.

(Don't forget to Backup your important data first).


For GPT type partitioning:-


1. You'll need a Motherboard that supports UEFI (Unified Extensible Firmware Interface).


2. Enter Motherboard's settings (BIOS) by pressing F2/Delete key.

3. Enable UEFI Mode instead of Legacy.


4. Save and Exit Motherboard's settings (BIOS).

5. Boot 64 Bit Windows disk in UEFI Mode.


6. In the partitioning window if you have any MBR type partition delete them.


7. After deletion create new partitions and install Windows.




Thursday, February 5, 2015




How To Fix Google Webmaster Tools Structured Data Postid Errors of a Blogger/Blogspot Blog?


When you add a Blogger/ Blogspot site in the Google Webmaster Tools It may show a lot of errors in Search Appearance - Structured Data. If your errors are because of BlogPost then you can fix them by following the steps bellow:

1. Log in to Blogger.

2. Select your Blog.

3. Go to Template.

4. Click on Edit HTML.

5. Inside the code box press Ctrl+F.

6. Search for itemprop='blogPost'.

7. Delete itemprop='blogPost'.

8. Click Save Template.

9. Done.