0 Comments

How To Add Meta Tags On Blogger (BlogspotBlog)

Hey guys, what’s going on? After a long time I am back here to write something. I am sorry that I can’t post for you regularly. Any way today I am going to tell about Meta Tags. If you don’t know what Meta Tags are and how to add Meta tags in BlogSpot blog, here I describe all about Meta Tags. So know problem just read this post, I think you will be able to understand about Meta Tags and will also able to add Meta Tags in your BlogSpot blog.
Meta Tags are the tags which describe about your web site and tell to the search engine about your web pages. Meta Tags are very important factor for Organic Search Engine Optimization (SEO).  If you want to get some good traffic from search engines then Meta tags are the most one important part.  Meta tags communicate with search engines and describe everything about your website to index correctly and accurately.
You have to add two Meta tags to your blog. One is Meta Description and the other one is Meta Keywords. Meta Description describes about your blog and Meta keywords tell about your blog’s keywords.

Here the Meta Tags you have to add your blog.


<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

Replace 'DESCRIPTION HERE' with your Meta description.
Replace 'KEYWORDS HERE' with your Meta keyword.
Replace 'AUTHOR NAME HERE' with your Author Name.


So Let’s Start:
Step-1: Login to your Blogger dashboard and go to Templates.
Step-2: Click on customize template and then click on Edit HTML.
Step-3: Search for the following code and put your meta tags just after it then save your template.
You Have Done………………….


[Note: If you have any question about this article then please inform me. I am ready to answer you]
0 Comments

How To Make Custom Keyboard Shortcuts For Programs or Folder

How To Make Custom Keyboard Shortcuts For Programs or FolderHey guys, what’s up? What you looking for? Today I am going to tell you how to make custom keyboard shortcut for application or folder. Keyboard shortcut helps us to work faster. We hit many commands by keyboard. Do you know you can make keyboard shortcuts for programs or folder as your wish? Yes you can do it. It’s just simple. So no more lecture, let’s see how to do it.

So Let’s Start:

To make keyboard shortcuts for your favorite program first you need that program’s desktop shortcut. If you do not have desktop shortcut for your desire program first create a desktop shortcut. To make desktop shortcut click right button of your mouse on your desire program or folder then put your mouse pointer on sent to and click on Desktop ( create shortcut ).

Step-1: Move your mouse pointer on the desktop shortcut of your desire program or folder and click Right button of your mouse.
Step-2: Go to Properties of your desire program or folder and click on Shortcut.
Step-3: On shortcut key give your shortcut key that you want to apply for your desire program of folder. (Example: T, R, I, C, K, S, V, A, N, D, A, R any key as your wish) 
[ Note: If you have any question or problem with this post you can comment us or contact us]
0 Comments

Top 21 Keyboard Shortcut For Windows Xp Windows 7 And Windows 8

Hey guys, what's going on? After a long time I am back here. Today I will tell you about to 21 Windows shortcut. I this this is a popular trick and many people know this. This post is only for those who do not know about this. 

To know keyboard shortcut is a important fact for a computer. With keyboard we can write text, copy, paste, undo, redo and many other works in computer. The keyboard manufacture company create some important keyboard shortcuts for faster work, that is really helpful for us and speed up our productivity work.

So Let's Start:

  1. Press Ctrl + C to copy text or any object. You can copy any file like media file or document file by this command.
  2. Press Ctrl + X to cut or move text or any object. You can cut any file like media file or document file by this command.
  3. Press Ctrl + V to paste text  or move text or any object. You can cut any file like media file or document file by this command.
  4. Press Ctrl + Z to undo. It will back you previous stage.
  5. Press Ctrl + Y to redo. It will redo if you undo
  6. Press Ctrl + F to find any thing. It will open a search box and then you will be able to find your text or any object.
  7. Press Ctrl + S to save your documents.
  8. Press Ctrl + A to select all text or object.
  9. Press Ctrl + P to open print window.
  10. Press F2 to rename any file or document.
  11. Press Ctrl + N to open new window or new document of any program. When you press it on Windows Explore it will open new window. When you press it on Ms Word, Ms Excel, Ms Access, Ms Power Point, Adobe Photoshop, Adobe Illustrator, Adobe Dreamweaver many program like this. When you press it on any browser it will open new tab.
  12. Press Ctrl + Shift+ N to create a new folder.
  13. Press Ctrl + Alt + Del to open task bar if any program not respond.
  14. Press F5 to refresh your computer.
  15. Press Ctrl + E to open windows explorer.
  16. Press Ctrl + W to close any program window.
  17. Press Alt + F4 to exit or close any program.
  18. Press Windows Key + R to open Run command.
  19. Press Windows Key + Tab to switch among one program to another open program.
  20. Press Alt + Tab or Alt + Esc to switch among one program to another open program. 
  21. Press Alt + F4 + Enter to Shut down your computer

[ If you have any problem or question about our content then please feel free to leave a comment or contact with us] 


0 Comments

How To Add A Specific Contact Us Page On Blogger

Hey guys, today I am going to show you how to add a specific contact us page on blogger. It is important to create a contact page in blog where people can contact with blog admin to give feedback of ask some questions. Blogger has already a gadget for contact us page. But it does not show a specific page. It is seen in blogger home page. I think you bored about this and you try to find how to add contact us page in a specific page. No more discussion let’s see how to do this.
So Let’s Start

Instructions: You should add the contact form widget from blogger widget store to launch it on a specific page. If you have already added it then ignore the adding contact us widget steps.

Step-1: Sign in to your Blogger account and go to Layout. Now click on Add a Gadget link and More GadgetsFind Contact form page element and click on it. Now you have added it into your blog.

Step-2: The Contact form widget that you add for you blog will show in slide bar. Now we will hide it from slide bar and then we will add it in a specific page. You just need to add a simple CSS code to your template. So go to template > Edit HTML.

Step-3: Now press Ctrl+F and paste the following code on search box and hit Enter.

]]></b:skin>

Step-4: Just above this code paste the following CSS code and save template.

#ContactForm1{display: none ! important;}

Step-5: Now we are going to add a specific contact us page on blog. Go to your blogger dashboard click on Pages from the tab on left side. Now click on New Page > Blank Page.

Step-6:  Switch to HTML mode from left side and click on options tab on the right side. Then select the Use <br> tag option in the Line Breaks section like below.
Step-7: Now paste below code on the empty Edit HTML field.
<form name="contact-form"><p></p>Your Name:<br /><input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="30" value="" type="text" /><p></p>Your Email:<span style="font-weight: bolder;color:red;">*</span><br /><input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="30" value="" type="text" /><p></p>Your Message: <span style="font-weight: bolder;color:red;">*</span><br /><textarea class="contact-form-email-message"  id="ContactForm1_contact-form-email-message" name="email-message" cols="25" rows="5"></textarea><p></p><input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" value="Send" type="button" /><p></p><div style="text-align: center; max-width: 222px; width: 100%"><p class="contact-form-error-message" id="ContactForm1_contact-form-error-message"></p><p class="contact-form-success-message" id="ContactForm1_contact-form-success-message"></p></div></form> 

Step-8: Now customize these highlighted words as you choice.
You have done now enjoy it……


0 Comments

How To Add Blogger Sitemap on Google Webmaster Tool

Hey guys, what’s up? Today I am going to tell you how to put blogger sitemap on Google webmaster tool. It’s a very simple trick. If you are looking for how to add blogger sitemap on Google webmaster sitemap, I think you will get your solution from here.

So Let’s Start:

Follow these steps very carefully. I explained everything in details.

Step-1:  Go to GoogleWebmaster Tool and login by your gmail account if you do not have a gmail account then create a new account.
Step-2: From home page of Google Webmaster Tool Click on Add Site and give url of blogsopt blog.If you have already added your blog to Google Webmaster Tool then click on Manage Site.
Step-3: Now click on add sitemap and type atom.xmlYour site map is added to Google Webmaster Tool. It will index 26 posts of your blog. If you have more post like 30 to 500 then try the following instructions.
Click on add sitemap and in the text box beside domain name just paste the following code.

atom.xml?redirect=false&startindex=1&max-results=50000

It will index latest 50000 post of your blog. Now finish the process by clicking add sitemap.

You have done


[Note: If you have any problem about computer and technology then please feel free to leave a comment. I am always ready to help you]
0 Comments

Make Writing Protected Your USB Port

Hey guys, today I am going to tell you about USB port. Today’s topic is how to make USB port write protected without any software. It’s an easy way and I think you will do it easily after reading this post.

So Let’s Start:

Follow these steps very carefully. I explained everything in details with screenshots.


Step-1: Press Windows key + R and type regedit.

Step-2: Now go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.

Step-3: Move you mouse pointer to control button and click Right Button>New Key

Step-4: Create a new key named StorageDevicePolicies.

Step-5: On StorageDevicePolicies Click Right Button>New>DWORD Value and named it WriteProtect and give value 1


You have done....

Now your USB port is writing protected. No one can copy anything from your computer.

To disable it give value 0

[Note: If you have any problem or complain with this post please feel free to leave a comment. I am ready to help you]

0 Comments

Create Junk Cleaner Software With Your Own Hand

Junk File Cleaner
Hey guys, what's. Today I will share with you a small trick to clean up your computer junk files. Sometimes we tired to clean up junk files from computer manually. It's waste our time. But now we can remove all junk files by our custom software. Yes we can create a custom software to remove junk files.

So Let's Start:

Follow these steps carefully to make a junk file cleaner for your computer. I explained everything in details with screenshots.

Step-1: Open Notepade from Start Menu > Accessories > Notepade

Step-2: Copy the following code and paste it to notepade 

Step-3: Now Save this file with bat extention. 
Save Window

[Note: If you have any problem with this tutorial or any other problem you have about computer and technology, please feel free to leave a comment. I am ready to help you]

0 Comments

Speed Up Your Computer Performance

Speed Up Computer Performance, How to Speed Up Computer Performance, How To Increase Computer Performance
Speed Up Computer Performance
Hey guys, are you satisfy with your computer performance? Is it too slow? No problem I am here to explain you about how to get best performance of your computer.


So Let’s Start:

Follow these steps very carefully. I explained everything in details with screenshot.

Step-1: Move your mouse pointer on My Computer and click right button>properties.

Speed Up Computer Performance, How to Speed Up Computer Performance, How To Increase Computer Performance

Step-2: Go to Advanced System Settings. It is visible on left side of the window. See the picture bellow.

Speed Up Computer Performance, How to Speed Up Computer Performance, How To Increase Computer Performance

Step-3: System Properties pop up window will appear on the screen. Now open advanced tap. Click settings under performance.
Speed Up Computer Performance, How to Speed Up Computer Performance, How To Increase Computer Performance


Step-4: Performance Option will appear on the screen. Now click on custom radio button and mark last 3 options like the picture bellow. After do this click on apply and close the window.
Speed Up Computer Performance, How to Speed Up Computer Performance, How To Increase Computer Performance


You have done………………..


[Note: If you have any problem about this tricks or any other problem about your computer, please feel free to leave a comment. I am ready to help you]
0 Comments

Add Custom Mouse Pointer Into Your Web Site (Can Be used in Blogger)


custom mouse pointer, how to add custom mouse pointer in blogger, how to add custom mouse pointer in wordpress, how to add custom mouse pointer in website
Custom Mouse Pointer

Hey guys, what's going on. Today I will give you a very easy tricks. It's just a little code. When we browse internet sometime we see different types of custom mouse pointer have been use in web site. We can do this by applying just simple code in CSS.



So Let's Start:


  1. Step-1: First create a png file for you mouse pointer. I mean the picture you want to add as your mouse pointer.
  2. Step-2: Now just add this code into your CSS file.

cursor:url(cursor_main.png), default;

[Note if you have any problem with your website, please fell free to comment. I am ready to help you]
0 Comments

Inrease Internet Speed Using Command Prompt(cmd)

Inrease Internet Speed Using Command Prompt(cmd), speed up inter net speed, How to speed up internet speed
Inrease Internet Speed Using Command Prompt(cmd)

Hey guys, Today I will inform you how to increase or speed up internet speed by command prompt (cmd).

Slow internet speed is a boring matter for internet users. The people who use 2G network internet service have experienced the boring slow internet speed. It’s common problem to us. For internet speed we use many types of software and tricks but is these tricks software and tricks work properly? No, these way do not work properly. I found new tricks to increase internet speed. It is work fine you can try this tricks.

So Let’s Start:

Follow these steps very carefully I explained everything details with screenshots.
First check your internet speed from this site Scan My Speed. You can check from other site or using software.

  • Step-1: Open Command Prompt as Administrative.
  • Step-2: Go to root directly by typing cd C:\ and hit enter.
  • Step -3: Now type this code: netsh interface tcp set global autotuning=disabled and hit enter.

Inrease Internet Speed Using Command Prompt(cmd), speed up inter net speed, How to speed up internet speed

You have done……………………………….
To make it default type netsh interface set global autotuning=normal.

[Note: If you have any question about this post or any problem you have, please feel free to comment me. I am ready to help you]

    Contact Form

    Name

    Email *

    Message *