Showing posts with label Search. Show all posts
Showing posts with label Search. Show all posts

Friday, December 18, 2015

Most reliable method to search application program.

Most Reliable method to search application programs:
  1. Click on Start button.
  2. Choose search
  3. Choose for Files and Folders and click on it; again click on All files or Folders option in case of Windows ‘XP.
Then the following dialog box will appear.
  1. Type any above required application file name at the search for files or folders (All or part of the file name) box.
  2. तपाईं हामीलाई थाहा भएकै कुरा हो की हाम्रो देश जलश्रोत मा धनी अनि Load seading.. मा भने गरीब यो एउटा ब्यक्ती को मात्र मर्म नभएर पुरा नेपाली नागरीकको लागी दुखको कुरो हो तर पनी यी अँध्यारो कुनामा बसेर उज्यालोको ज्योतीलाई पर्खीरहेका छौं थाहा छैन यो कठीन सपना कहिले सफल हुने हो त्यसैले यी सबै चक्रब्युलाई मध्यनजरमा राखेर आज हामीले आफ्नो laptop को Battery लाई सकेसम्म कसरी खपत गर्ने बिध्युत को केही ठेगान छैन कहिले आउँछ अनि कुन बेला जान्छ तर आफ्नो कम्प्युटर भने निरन्तर चलिरहन्छ र त्यसको लागी Energy power चाहीन्छ आउनुस तल केही सामान्य आठ तरीका लिएर आएको छु - See more at: http://adhikarikedar.blogspot.com/2015/09/laptop-battery-8.html#sthash.MnwHqr5h.dpuf
  3. Select My computer or Local Hard Drives from the look in dropdown menu.
  4. Click on Search now (Search) button.
Then, the icon of the selected program will display
  1. Give double click on it.
Then you will directly enter into the program.
Note: You can also run the applications by using its application file name. Start-Run-type  application file name and click on ok.

Wild Card:
            You can use the following character at the time of searching any types of unknown item inside the computer.
1.                  Question mark (?) – It represents single unknown characters.
2.                  Asterisk or Star mark (*) – It represents group of unknown characters.

Tuesday, December 15, 2015

How to Add a Simple Search Box to Blogger

Hello world! how to Add a Simple Search box to Blogger. most of custom templates has comes with no search box, here is the simple Search box for you. just add it with a single click and enjoy!


 How to do this method please follow the bellow instruction
1. First go to your blog account and log in to with your valid email address and pasword
2. Now go to Blogger " Dashboard > Layout > Add a Gadget"
3. Find there HTML/Javascript and click on that link
4. Now copy and paste the below code in to HTML empty box
तपाईं हामीलाई थाहा भएकै कुरा हो की हाम्रो देश जलश्रोत मा धनी अनि Load seading.. मा भने गरीब यो एउटा ब्यक्ती को मात्र मर्म नभएर पुरा नेपाली नागरीकको लागी दुखको कुरो हो तर पनी यी अँध्यारो कुनामा बसेर उज्यालोको ज्योतीलाई पर्खीरहेका छौं थाहा छैन यो कठीन सपना कहिले सफल हुने हो त्यसैले यी सबै चक्रब्युलाई मध्यनजरमा राखेर आज हामीले आफ्नो laptop को Battery लाई सकेसम्म कसरी खपत गर्ने बिध्युत को केही ठेगान छैन कहिले आउँछ अनि कुन बेला जान्छ तर आफ्नो कम्प्युटर भने निरन्तर चलिरहन्छ र त्यसको लागी Energy power चाहीन्छ आउनुस तल केही सामान्य आठ तरीका लिएर आएको छु - See more at: http://adhikarikedar.blogspot.com/2015/09/laptop-battery-8.html#sthash.MnwHqr5h.dpuf
<div class="searchform">
<form method="get" id="searchform" action="/search">
<table width="100%">
<tr>
<td><input type="text" style="width:98%;padding:2px;" value="Search this blog..." onfocus="if (this.value == &quot;Search this blog...&quot;) {this.value = &quot;&quot;}" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Search this blog...&quot;;}" name="q" id="sbox" class="sbox"></td>
<td width="75px"><input type="button" Value="Search" id="sbutton" class="sbutton" alt=""></td>
</tr>
</table>
</form>
</div> 


5. You can customize of the blue color code and finally save the gadget and you are has been successfully Done!