Forum Moderators: open
Your custom URL would be this:
http://www.google.com/search?q=site:www.webmasterworld.com+%s
Once you set it up, you just type this in the address bar:
ww blue widgets
That's what I do anyway... :)
Control Panel ¦ Edit System Prefs ¦ Custom Code Insert (Top or Bottom)
...and enter something like the following:
<center>
<form method="GET" action="http://www.google.com/search">
<input type="hidden" name="domains" value="webmasterworld.com">
<input TYPE="text" name="q" size="25" maxlength="255" value>
<input type="submit" name="btnG" value="Google"><input type="radio" name="sitesearch" value="webmasterworld.com" checked>
webmasterworld.com <input type="radio" name="sitesearch" value>www
</form>
</center>
...and presto! Your very own Google search form for WebmasterWorld!
If G became a default engine of WebmasterWorld, i would have to say i would probably leave the board, about the biggest commercial statement that a board with a nature and attitude of such could make. Would not be a happy bunny about it. Knowing the other members that frequent the boards, and i would have to say i've probably met a couple of hundred of them at the four past conferences we've had at WebmasterWorld, i would say that it would'nt sit all that well.
Personally, i think the se that Brett has provided is good, as long as your phrase is specific, remember this board has over 1,570,000 posts about search engines and related issues, so your searching does have to be specific to get the desired results.
The engine I wrote doesn't ahve a spider and html parser part, as in my case it was fed structured data directly. Which is what WW could do on each submit. Each post could be added to teh index seperately so the engine could spit out posts or threads at will, and it would be up to the second up-to-date.
I think it might be worth considering, as google might come by a lot, but some posts take a day or so to reach google.
SN
AlltheWeb search for WebmasterWorld
by bill - no rights reserved
Control Panel ¦ Edit System Prefs ¦ Custom Code Insert (Top or Bottom)
...and enter something like the following:
<center>
<form action="http://www.alltheweb.com/search" method="get">
<input name="q" size="25" />
<input type="hidden" name="advanced" value="1" />
<input name="cat" type="hidden" value="web" />
<input name="charset" type="hidden" value="iso-8859-1" />
<input type="hidden" name="dincl" value="webmasterworld.com" />
<input type="submit" value="AlltheWeb" />
</form>
</center>
Gigablast search for WebmasterWorld
by bill - no rights reserved
Control Panel ¦ Edit System Prefs ¦ Custom Code Insert (Top or Bottom)
...and enter something like the following:
<center>
<form method="get" action="http://www.gigablast.com/search">
<input type="hidden" name="sc" value="0" />
<input type="hidden" name="site" value="www.webmasterworld.com" />
<input type="text" name="q" size="25" />
<input type="submit" value="Gigablast" />
</form>
</center>
Bill, thanks for your posts! You saved me a lot of window switching since one month ago. ;) Might be a good idea to build a library of Search Engine forms for WebmasterWorld Members ...
[edited by: Yidaki at 5:14 pm (utc) on Oct. 8, 2003]
For the copy and pasters among us:-
Bill's AllTheWeb WW search box (all rights denied)
<center><form action="http://www.alltheweb.com/search" method="get"><input name="q" size="25" /><input type="hidden" name="advanced" value="1" /><input name="cat" type="hidden" value="web" /><input name="charset" type="hidden" value="iso-8859-1" /><input type="hidden" name="dincl" value="webmasterworld.com" /><input type="submit" value="AlltheWeb" /></form></center>
Bill's GeekABlast search for WW (all rights abolished)
<center><form method="get" action="http://www.gigablast.com/search"><input type="hidden" name="sc" value="0" /><input type="hidden" name="site" value="www.webmasterworld.com" /><input type="text" name="q" size="25" /><input type="submit" value="Gigablast" /></form></center>