Sent by Michael Wilson on 19 October 2004 17:05
Hi,
The bookmarklets you provided didn't work for me in Firefox v1.0PR,
Jono, but I already had some put together, so if anyone else has trouble
with Firefox these *should* work--let me know if it doesn't. I also
revised the eVolt archive search so it works (for me at least) in
Firefox and added in a couple of other bookmarklets for searching
relevant Google Groups to the list. I haven't tested these in IE, but
they should be pretty cross-browser...
========
CSS-D Archive Search:
This bookmarklet searches the CSS-D archives using a term highlighted in
the browser or or a term you enter manually.
javascript:q = "" + (window.getSelection ? window.getSelection() :
document.getSelection ? document.getSelection() :
document.selection.createRange().text); if (!q) q = prompt("CSS-Discuss
Archive Search:", ""); if (q!=null)
location="http://www.google.com/search?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&q="
+ escape(q).replace(/ /g, "+") + '&as_sitesearch=archivist.incutio.com';
void 0
========
eVolt Archive Search:
This bookmarklet searches the eVolt archives using a term highlighted in
the browser or or a term you enter manually.
javascript:q = "" + (window.getSelection ? window.getSelection() :
document.getSelection ? document.getSelection() :
document.selection.createRange().text); if (!q) q = prompt("eVolt
Archive Search:", ""); if (q!=null)
location="http://www.google.com/search?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&q="
+ escape(q).replace(/ /g, "+") + '&as_sitesearch=lists.evolt.org'; void 0
========
CSS G-Group Search:
This bookmarklet searches the CSS Google Group,
comp.infosystems.www.authoring.stylesheets, using a term highlighted in
the browser or or a term you enter manually.
javascript:q = "" + (window.getSelection ? window.getSelection() :
document.getSelection ? document.getSelection() :
document.selection.createRange().text); if (!q) q = prompt("CSS G-Group
Search:", ""); if (q!=null)
location="http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&q="
+ escape(q).replace(/ /g, "+") +
'&btnG=Google+Search&meta=group%3Dcomp.infosystems.www.authoring.stylesheets';
void 0
========
HTML G-Group Search:
This bookmarklet searches the CSS Google Group,
comp.infosystems.www.authoring.html, using a term highlighted in the
browser or or a term you enter manually.
javascript:q = "" + (window.getSelection ? window.getSelection() :
document.getSelection ? document.getSelection() :
document.selection.createRange().text); if (!q) q = prompt("HTML G-Group
Search:", ""); if (q!=null)
location="http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&safe=off&q="
+ escape(q).replace(/ /g, "+") +
'&btnG=Google+Search&meta=group%3Dcomp.infosystems.www.authoring.html';
void 0
========
If anyone else has some useful bookmarklets you would like to share,
please contact me off-list.
Jono wrote:
> Another easy way to search the css-discuss archive is at the
> following URL. Copy and paste this into your browser, and when the
> search box appears type what ever it is that you are looking for.
Best regards,
Michael Wilson
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/