Showing posts with label Google Tips. Show all posts
Showing posts with label Google Tips. Show all posts

Tuesday, November 8, 2011

Do a Barrel roll - Google Tips.





Got a moment to kill? Try this:
Go to Google’s homepage. Type in the words “Do a barrel roll.” Click Enter.
See the magic of Google.


Tuesday, August 3, 2010

How to Put Google Search Engine Your Web sites ??

First off, the good news. Google itself actually has a nice page offering you HTML code you can just cut and paste onto your own Web pages to produce the search box you seek, and some variants beside.

Instead of relying on the bright sparks at Google, though, let's go through the steps of building our own search box instead, so you'll be able to see how it works.

In addition to that, you need an input field and a submit button. Put them all together and here's the minimalist Google search form that lets the user alternate between just your site (well, in this case just my site) or the entire Web:

write down this code in notepad save it as search.html::

<form action="http://www.google.co.in/cse" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="partner-pub-0332546587647614:8760757066" />
    <input type="hidden" name="ie" value="UTF-8" />
    <input type="text" name="q" size="55" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script>
<script type="text/javascript" src="http://www.google.com/cse/t13n?form=cse-search-box&t13n_langs=am%2Car%2Cen%2Cbn%2Ckn%2Chi%2Cel%2Cml%2Cmr%2Cne%2Cfa%2Csr%2Cur%2Cti%2Csa%2Cte%2Cpa%2Cta%2Cru%2Cgu"></script>

<script type="text/javascript" src="http://www.google.co.in/coop/cse/brand?form=cse-search-box&amp;lang=en"></script&gt;



As result you can see this in your sites::







Wednesday, May 12, 2010

Multiple Login in Yahoo Messanger, Rediffbol and Google Talk

By default all google talk, yahoo messenger and rediff bol allow us to run a single instance of the program at a time.
If you have several gmail,rediff or yahoo accounts, you may want to run multiple instances of google talk, rediffbol or yahoo messenger at once, so here is the trick how to do it…

.
Multiple Login in Google TALK

1. Create a gtalk shortcut on the desktop.
2. Right click that icon and select properties and then in the target place u will see something like this. “”C:\Program Files\Google\Google Talk\googletalk.exe” /startmenu”
3. Rename it as””C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex”
4. click apply and OK.

.
Multiple Login in yahoo messenger

1. Go Run . Type regedit, then enter .
2. Navigate to HKEY_CURRENT_USER / Software / yahoo / pager /Test
3. On the right pane , right-click and choose new Dword value .
4. Name it as Plural.
5. assign a decimal value of 1 by Double clicking it.
6. Now close the registry and login with multiple Ids.

.
Multiple Login in Rediff Bol

1. Right click on the rediff bol icon and then click on runas.
2. Follow step 1 if you want to login with more than two Ids.
3. You will see multiple rediff bol messenger.

That’s It, if you have any doubts please let me know…..




Saturday, May 8, 2010