Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. 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

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.





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 Postid 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='postid'.

7. You'll find it twice.

8. Delete both the itemprop='postid'.

9. Click Save Template.

10. Done.