| <<O>> Difference Topic TAPoRwareToolBar (r1.10 - 17 Oct 2007 - ShawnDay) |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml | ||||||||
| Line: 46 to 46 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
Warning | ||||||||
| Changed: | ||||||||
| < < |
It was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page, Please modify the Tool Bar code in the following ways: | |||||||
| > > |
It was found that the TAPoRware Analysis Tool Bar's javascript sometime conflicts with the javascript of the original pages. If this occurs in your page, please modify the Tool Bar code in the following ways: | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
For some case, if the floating Tool Bar refuses to floating, we suggest you to use the non-floating version. | |||||||
| > > |
If the floating Tool Bar refuses to float, we suggest you to use the non-floating version. | |||||||
Known Bugs | ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.9 - 23 Mar 2007 - LianYan) |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml | ||||||||
| Line: 10 to 10 | ||||||||
|---|---|---|---|---|---|---|---|---|
| <!-- Start Analysis Toolbar Script --> <!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. --> | ||||||||
| Deleted: | ||||||||
| < < |
and ), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div",
attribute value to "class" and attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
-->
| |||||||
| The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites. | ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.8 - 23 Jan 2007 - LianYan) |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml | ||||||||
| Line: 7 to 7 | ||||||||
|---|---|---|---|---|---|---|---|---|
Description | ||||||||
| Deleted: | ||||||||
| < < |
The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites.
This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages.
Ways of UsingFor Site OwnerThe best way to use the tool bar is to put it into a dynamically generated document page. If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other scriptinclude directive to import the code to your pages.
To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.
Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.
You can disable any tool by commenting out the individual tool button and form.
At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.
If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container (
<div class="navigation"> </div>), and
your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the
attribute value to "class" and the attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
For General User
WarningIt was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page, Please modify the Tool Bar code in the following ways:
Known BugsTo DoWrite tool summary and walkthrough | |||||||
| <!-- Start Analysis Toolbar Script --> <!-- This was developed by Lian Yan and Geoffrey Rockwell | ||||||||
| Changed: | ||||||||
| < < |
as part of the TAPoRware project. See <a href="http://taporware.mcmaster.ca" target="_top">http://taporware.mcmaster.ca or <a href="http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar" target="_top">http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. --> | |||||||
| > > |
as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. --> | |||||||
| ||||||||
| -- LianYan - 04 Jul 2006 | ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.5 - 11 Dec 2006 - LianYan) |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml | ||||||||
| Line: 44 to 44 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > |
WarningIt was found that the TAPoRware Analysis Tool Bar' javascript conflict sometime with the javascript of the original pages. If the conflict occurs in your page | |||||||
Known BugsTo DoWrite tool summary and walkthrough | ||||||||
| Deleted: | ||||||||
| < < |
<!-- Start Analysis Toolbar Script -->
<!-- This was developed by Lian Yan and Geoffrey Rockwell
as part of the TAPoRware project. See http://taporware.mcmaster.ca or
http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. -->
<!--EDIT BELOW CODE TO YOUR OWN MENU-->
and ), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div",
attribute value to "class" and attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
-->
| |||||||
| -- LianYan - 04 Jul 2006 | ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.4 - 08 Dec 2006 - LianYan) |
| ||||||||
| Changed: | ||||||||
| < < |
<!-- Start Analysis Toolbar Script --> | |||||||
| > > |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtmlDescriptionThe object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites. This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages.Ways of UsingFor Site OwnerThe best way to use the tool bar is to put it into a dynamically generated document page. If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other scriptinclude directive to import the code to your pages.
To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.
Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.
You can disable any tool by commenting out the individual tool button and form.
At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.
If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container (
<div class="navigation"> </div>), and
your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the
attribute value to "class" and the attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
For General User
Known BugsTo DoWrite tool summary and walkthrough | |||||||
| Added: | ||||||||
| > > |
<!-- Start Analysis Toolbar Script --> | |||||||
| <!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. --> | ||||||||
| Line: 5 to 54 | ||||||||
|---|---|---|---|---|---|---|---|---|
| <!-- This was developed by Lian Yan and Geoffrey Rockwell as part of the TAPoRware project. See http://taporware.mcmaster.ca or http://tada.mcmaster.ca/edit/Main/TAPoRwareToolBar for documentation. --> | ||||||||
| Deleted: | ||||||||
| < < |
||||||||
| Deleted: | ||||||||
| < < |
||||||||
|
| ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
| |||||||
| <!--EDIT BELOW CODE TO YOUR OWN MENU--> | ||||||||
| Deleted: | ||||||||
| < < |
||||||||
|
| ||||||||
| Deleted: | ||||||||
| < < |
||||||||
<!--
Tool starts from here.
-->
and ), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change element's value to "div",
attribute value to "class" and attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
-->
| ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.2 - 05 Jul 2006 - LianYan) |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtml | ||||||||
| Line: 9 to 9 | ||||||||
|---|---|---|---|---|---|---|---|---|
| The object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites. | ||||||||
| Changed: | ||||||||
| < < |
This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's need. Site owners can easily put the tool bar in their html pages. Then user can user the TAPoRware HTML tool set to analyze the pages.
HistoryPseudocode | |||||||
| > > |
This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's needs (for predefined parameter values, please click the ? symbos at the right end of each tool for details). Site owners can easily put the tool bar in their html pages. Then users can use the TAPoRware HTML tool set to analyze the pages directly while they are visiting the pages. | |||||||
Ways of UsingFor Site Owner | ||||||||
| Changed: | ||||||||
| < < |
You can copy and paste the following code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags | |||||||
| > > |
The best way to use the tool bar is to put it into a dynamically generated document page. | |||||||
| Added: | ||||||||
| > > |
If all your pages are static, save the tool bar source code in a separate file, then use Server Side Include (SSI) or other script include directive to import the code to your pages.
| |||||||
| Changed: | ||||||||
| < < |
For General User | |||||||
| > > |
To use the tool bar, you can copy and paste the code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tags. The default location of the tool bar is floated to the top-left corner of the block. It is implemented by inline css code inside the table: style="......; float:left". You can change this to float: right to put the tool bar to the top-right corner or just delete the float property and put the code in wherever you like.
Due to your own css effects, the look and feel of tool bar may different from the one you see in our site. Most of the case, this is caused by the value of padding property (attribute). To fix it, please change the width property of #tool. to a smaller value.
| |||||||
| Changed: | ||||||||
| < < |
CGI Interface | |||||||
| > > |
You can disable any tool by commenting out the individual tool button and form. | |||||||
| Changed: | ||||||||
| < < |
Web Service Interface | |||||||
| > > |
At the end of the source code, there is a form named "paramholder" with 3 hidden controls. This allows the site owners to change the values of these there parameters based on their requirements.
If your site is designed as separated CONTAINERS, for example, all navigation bar is in one container (
<div class="navigation"> </div>), and
your text content is in another container (such as <div class="main_content"> and </div>), and you wish to analyze
the text content only, change the parameter values to your desired ones. For the above example, change the element value to "div", the
attribute value to "class" and the attrvalue value to "main_content".
If your web site is not designed as CONTAINERS, you don't need to change anything here.
It has been pre-set to "boby", i.e. entire page.
For General User | |||||||
| Added: | ||||||||
| > > |
| |||||||
Known BugsTo Do | ||||||||
| <<O>> Difference Topic TAPoRwareToolBar (r1.1 - 04 Jul 2006 - LianYan) |
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
Analysis Tool BarSee http://taporware.mcmaster.ca/~taporware/betaTools/Tbar.shtmlDescriptionThe object of the Analysis Tool Bar is to provide the HTML document owners a easy way to use TAPoRware tools on their sites. This tool combines almost all the available TAPoRware HTML tools into a expandable tool bar with many parameters predefined to fit most user's need. Site owners can easily put the tool bar in their html pages. Then user can user the TAPoRware HTML tool set to analyze the pages.HistoryPseudocodeWays of UsingFor Site OwnerYou can copy and paste the following code into a pair of block level HTML tags. The entire tool bar code is contained in a pair of table tagsFor General UserCGI InterfaceWeb Service InterfaceKnown BugsTo DoWrite tool summary and walkthrough -- LianYan - 04 Jul 2006 | |||||||
|
Revision r1.1 - 04 Jul 2006 - 19:38 - LianYan Revision r1.10 - 17 Oct 2007 - 02:35 - ShawnDay |