Additional help in generating a Search Engine for Firefox 1.5.x.x with Search Engine Ordering Extension Firefox 2.0 with "Add to Search Bar" Extension.

Search Engine assistance in Generating


Location: http://www.mvps.org/dmcritchie/firefox/searchengine.htm
Home page: http://www.mvps.org/dmcritchie/firefox/firefox.htm
[View without Frames]

Assistance in creating your own search engine

You can create a search engine using the "Add to Search Bar" extension by right clicking within a search form on a web page.

If you don't have a form and want to create one create a file:///c:/temp/mzkb.htm and place the following code with the input form within it.

You will also want a picture file (.ico or .png) to go with it, you will be asked to find on your system.  If you have opened the site in Opera you will find it if you look at .ico files within file:///C:\Documents and Settings\Administrator\Application Data\Opera\Opera\profile\images which you can open in File Manager.  Open in Firefox and use Launchy to open the directory with File Explorer.

<html>
<head>
<title>
mozillaZine kb search
</title>
<body>
<form action="http://www.google.com/custom" method="get">
<input type="hidden" name="num" value="200">
<input type="hidden" name="domains" value="kb.mozillazine.org">
<input type="hidden" name="sitesearch" value="kb.mozillazine.org">
<input type="hidden" name="ie" value="UTF-8">
<input type="hidden" name="oe" value="UTF-8">
<input type="text" name="q" size=50>
<input type="hidden" name="hl" value="en">
<input type="submit" name="sa" value="search kb.mozillaZine">
</form>   /* ie & oe refer to input/output encoding char sets */ 
</body>
</html>
Your search form would look like this

Creating the above on the fly

It would probably be possible to modify code and use the generated search form all within a webpage -- check squarefree.com for a bookmarklet that generates HTML code that you can see.

Search Engines packaged with Firefox

Within C:\Program Files\Mozilla Firefox\searchplugins you will find XML files for six search engines with the one for Google set as the default.

Firefox 2

Search plugins will have to be redone in Firefox 2.  These two links were found in comments of related article. 

Search Engines were redone in Firefox 2 but the old ones work, and the only real change apparently after all the hype seems to be that Firefox now does the ordering, so the old "Search Engine Ordering" Extension has been replaced by the "Add to Search Bar" Extension so that you can still simply right click in a form to generate a search engine as you could in the old extension.

Morale of the story -- whenever Firefox incorporates an extension they never quite get it right, it won't be as good as the original, but it will be available automatically with Firefox.  Expect more of the same philosophy in in Firefox 3 and compare to extensions already in use.  Look at the convoluted steps you need to help find your profile which should should be builtin.

Mycroft Project search engine (#mycroft)

The Mycroft Project is a project to install search engines which have been built by many people.  My suggestion is to grab the one you see that you want and can find easily then use the "Add to Search Engine" extension to add those not so easily found the first time.

Used to be that the link at the bottom of the search engines pointed to Mycroft, but it no longer does so (2008-04-07, Search Engine Selector ).  Evidently Mozilla has chosen to squeeze out Mycroft and substitute search engines at addons.mozilla.org and has botched their own link, which should be.

You can still install the "Mycroft Project" search engine as follows: Start at http://mycroft.mozdev.org/install.html then under Specification: choose either
  - Sherlock which is compatible with Mozilla-based browsers including Sea Monkey, or
  - Opensearch which is compatible with Firefox 2 and Internet Explorer 7
Firefox users can use both Sherlock, and Open Source search engine plug-ins.

Then do a search on "Mycroft" in the site/URL box, and "Internet" in the Site Category box, then click one of the Internet search engines such as "Mycroft Project - All" and you will have installed a "Mycroft Project ..." search engine.



This page was introduced on September 27, 2006. 
[Firefox -- home]     
[Site Search -- Excel]     [Go Back]    [Return to TOP

Please send your comments concerning this web page to: David McRitchie send email comments


Copyright © 2004 - 2017,  F. David McRitchie,  All Rights Reserved