Archive : Tips and Trick

RSS feed

The Faster PDF Reader

We all know that to open or read the pdf files you must have a pdf reader software, and famous software is Adobe Acrobat Reader, but this software is too heavy for low-specification computers, so that makes us uncomfortable to read a pdf document. So how to solver this problem, What is the fastest software [...]

Play Around With Notepad

Let’s play around with a notepad Open and Close CD/DVD ROM Copy and paste the following script into notepad, then save with format *.vbs Set oWMP = CreateObject(“WMPlayer.OCX.7″) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count – 1 colCDROMs.Item(i).Eject Next For [...]

Shortcuts For Android

On the last post we discussed about the shortcut for blackberry, this time we will give you tips on the Shortcut for Android Android Keyboard Shortcuts (Scrolling) Space: Page Down on a web page / view the document Shift + Space: Page Up on the web page / view the document Android Keyboard Shortcuts [...]

How To Find Out Paypal Status ?

Why do we have to know the status of paypal persons who transact with us ? This matter to avoid the things we do not want, such as money laundering, Paypal Limit or Hold Account. So, we should only do transactions with people who the paypal have been verified. The Following is Tips How to find out Paypal [...]

Various Run Commands on Windows XP

Hello everyone, welcome in thebestsolver.com, the site that provide the best tips trick and solutipn for you. To day we will share various Run command on window XP, just type the text in Run then Enter! The Following is Various Run Commands on Windows XP : Add Hardware Wizard : hdwwiz.cpl Add/Remove [...]

How to Create Search Form in wordpress Manually

The code below is code to create search form manually for wordpress, copy and paste below code and put anywhere you like, but usually the code put in header.php or sidebar.php themes <div id="search"> <form method="get" action="<?php bloginfo('url'); ?>"> <input type="text" id="s"  [...]