Here is a little something that makes my life easier. I hope it can help
some of you.. It's for Windows (Active Desktop).. Just paste the code below
into a text file and rename it to somefile.html.. Put it in My Docs or
somewhere then add it as on item on your desktop.. Resize it to your liking
and voila! Instant php.net search tool right on your desktop.. It's tiny too
so it will fit nicely down in the bottom corner of your desktop so it's out
of the way.. Oh, and it's open source so if any of you can make it better,
have at it..

Thanks,

Bob Weaver

<html>
<head><title>Bob's PHP.net search tool</title>
<style type="text/css">
.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt;
font-weight: bold; text-decoration: none}
</style></head>
<body bgcolor="#99CCFF" text="#000000" leftmargin="5" topmargin="3"
marginwidth="0" marginheight="0" class="text">
<form method="post" action="http://www.php.net/search.php";>
<small><a href="mailto:[EMAIL PROTECTED]";>bob's</a> nifty little
desktop php.net search form<br>search for</small>
<input type="text" name="pattern" value="" size="30" style="font-size:
9pt;">
<small> in the </small><select name="show" style="font-size: 9pt;">
<option value="quickref" selected>function list
<option value="nosource">whole site
<option value="manual">online documentation
<option value="bugdb">bug database
<option value="maillist">general mailing list
<option value="devlist">developer mailing list
<option value="phpdoc">documentation mailing list
</select>&nbsp;<input type="submit" value=">" style="font-size: 9pt;">
</form>
</body>
</html>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to