[thelist] WYSIGs lacking, why?

Chris Blessing webguy at mail.rit.edu
Thu Jul 25 14:14:04 CDT 2002


Hehe, excellent.  Speaking of bookmarklets...

<tip type="Bookmarklet for checking VB/VBS function names" author="Chris
Blessing">

Note that this bookmarklet depends on YOU to type in the correct function
name.  I got the idea from the PHP bookmarklet.  This is handy if you want
to see if VB supports a particular function.  Enter the name without the
parenthesis.

javascript:sqlfunc=window.prompt('VB Function Lookup:','') ; if(sqlfunc &&
sqlfunc != '') { window.location =
'http://msdn.microsoft.com/library/en-us/vbenlr98/html/vafct'+sqlfunc+'.asp?
frame=true'; } else { void(0); }

</tip>

<tip type="Bookmarklet for searching MySQL docs" author="Chris Blessing">

This bookmarklet searches the MySQL docs for you, just enter your search
terms and be done.

javascript:sqlfunc=window.prompt('MySQL Doc Lookup:','') ; if(sqlfunc &&
sqlfunc != '') { window.location =
'http://www.mysql.com/doc/manual.php?search_query=' +sqlfunc; } else {
void(0); }

</tip>

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> chris,
>
> ironically it doesn't validate.
>
> <http://validator.w3.org/check?uri=http%3A//www.alistapart.com/sto
> ries/basics/&charset=(detect+automatically)&doctype=Inline>
>
>
> .jeff




More information about the thelist mailing list