Page 1 of 1

google search code

Posted: Thu Feb 05, 2009 10:59 am
by muthuuniv
please let me know if any one knew code like what google does
give me your suggest if possible send the code

Re: google search code

Posted: Thu Feb 05, 2009 11:58 am
by Skoalbasher
muthuuniv wrote:please let me know if any one knew code like what google does
give me your suggest if possible send the code
This question doesn't make a whole lotof sense. But I'll give it a shot

Code: Select all

 
<form action="http://www.google.com/search" target="_blank" name="f" id="f">
      <table width="101%" cellpadding="0" cellspacing="0">
      <tr valign="top">
      <td width="100%" align="center" valign="baseline" nowrap="nowrap"><p align="center">
      <input name="hl" type="hidden" value="en" />
      <input maxlength="2048" name="q" size="25" title="Search Yo!" value="" />
      <br />
      <input name="btnG" type="submit" width="40" value="Search" />
      <br />
      <font size="-2"><a href="http://www.google.com/advanced_search?hl=en">Advanced Search<br />
      </a></font><font size="-2"><a href="http://www.google.com/language_tools?hl=en">Language Tools</a><br />
      <a href="http://www.google.com/preferences?hl=en">Preferences</a><br />
      </font></p></td>
      <td nowrap="nowrap">&nbsp;</td>
      </tr>
   </table>
</form>
 

Re: google search code

Posted: Thu Feb 05, 2009 12:02 pm
by mickeyunderscore
You mean their search algorithms? I doubt very much you will be able to find them anywhere, I'd imagine they are a very closely guarded secret.

Re: google search code

Posted: Thu Feb 05, 2009 12:08 pm
by Skoalbasher
mickeyunderscore wrote:You mean their search algorithms? I doubt very much you will be able to find them anywhere, I'd imagine they are a very closely guarded secret.
Yeah, wasn't sure what he was going for there. So I figured I'd post up some google search stuff from my site. It's not PHP though.

Maybe he's talking about AJAX or something along those lines?

Re: google search code

Posted: Thu Feb 05, 2009 12:24 pm
by mickeyunderscore
Could be the google suggest, google charts, google maps. There's so much 8O

Re: google search code

Posted: Thu Feb 05, 2009 12:32 pm
by Skoalbasher
mickeyunderscore wrote:Could be the google suggest, google charts, google maps. There's so much 8O
Maybe it's the way they make their sexy logos? Who knows. All I know is that google can't top my now 100 post count!


Well, they can, but :mrgreen:

lol.

Re: google search code

Posted: Thu Feb 05, 2009 12:51 pm
by papa
Have you tried google it?