|

The Mindzilla Search Plugin Validator is
a powerful web-based tool that can save you time as you develop or debug
search plugins for Mozilla browsers. The real power of this tool is that
you can alter the source code of your plugin and test your changes without
stopping and restarting your browser.
Here are some of the common tasks that you can perform using the tool:
Getting started
- Copy the source code of your plugin to your clipboard.
- Paste the source into the tool's plugin source code
field.
- You're ready to check out your plugin.
Validate your plugin's syntax
- To ensure that your plugin is syntactically correct, press the Check Syntax button in the Validate section.
- As the syntax is validated, the results are displayed in the Results area.
- If any issues are identified that you think should be resolved, modify
your source code in the source code field and continue checking the
syntax until you're satisfied.
Perform a search with your plugin
- To execute a search using your plugin text, type some relevant search text into the Search for: input field. Ensure that the search results radio button is selected in the Show: list and press the Search button.
- Your search results should display in the Results area.
If you didn't see the search results that you desired, check the URL that is used to request the results:
- Leave your plugin text in the source code field.
- Ensure that you have entered a search term.
- Click the search URL radio button to generate the URL that your browser will create using your current plugin text and your search term.
- Press the Search button to generate the URL. It is displayed in the Results area as a clickable link.
- If the URL is not what you expected, alter the plugin text and repeat this process until you get the correct URL.
Simulate sidebar results for your search
- The form should contain your plugin source code and a phrase to search for.
- Select the sidebar results radio button and press the Search button.
- Your sidebar results should display in the Results area.
Do the sidebar results match the links from the results page? If they don't try selecting the sidebar debugging radio button and the tool will describe how it parses the results page using the <interpret> tags in your plugin. When you're debugging, modify the plugin source and resubmit the form until you get the results that you want.
Is this page helpful? Let us know ...
|