Main.TAPoRwareWordBrush (r1.1 vs. r1.6)
Diffs

 <<O>>  Difference Topic TAPoRwareWordBrush (r1.6 - 13 Jun 2008 - LianYan)

META TOPICPARENT TAPoRware

Word Brush

Line: 49 to 49

htmlurl   text   A Valid URL that points to the source text
taporface   checkbox checked display result in a new window without graphics interface (default) or with taporware interface in the same window
Added:
>
>

Use Word Brush TAPoRware Tool in Your Web Page

You can add a button in your web page to get the word brush applet to show the words in your page by call TAPoRware cgi script.

Here is the code for the button interface:

<form method="post" name="htmlForm" enctype="multipart/form-data" target="_blank" action="http://taporware.mcmaster.ca/~taporware/cgi-bin/prototype/bwordbrush.cgi" onsubmit="document.htmlForm.htmlurl.value=document.location.href">

<input type="hidden" name="source" value="url" />

<input type="hidden" name="htmlurl" />

<input type="submit" value="Brush" />

</form>


Web Service Interface

Taporware provides web services to any non-benefit organizations. here is the taporware web services information:


 <<O>>  Difference Topic TAPoRwareWordBrush (r1.5 - 05 Apr 2007 - LianYan)

META TOPICPARENT TAPoRware

Word Brush

Line: 24 to 24

This was programmed by Matt Patey as part of the TAPoR project led by Geoffrey Rockwell.

Added:
>
>

Pseudocode

  • Obtain submitted text string by URL * If the text format is html or xml, strip off all the tags
  • Generate java applet of the words brush. All processed are performed by the java code

Ways of Using

  • Enter a valid URL in the URL field
  • If you want the results displayed in the same window with taporware interface, uncheck the check box - "Open results in new window"
  • Click the "Submit" button

CGI Interface

If you want to use this tool from your web site, here is the CGI Interface: (Note: If you want to upload local source text to the tool, you need to use attribute name/value pair: enctype="multipart/form-data" within the form tag)

Here are the parameters:

Parameter Name Parameter Value Control Type Default Description
htmlurl   text   A Valid URL that points to the source text
taporface   checkbox checked display result in a new window without graphics interface (default) or with taporware interface in the same window

Web Service Interface

Taporware provides web services to any non-benefit organizations. here is the taporware web services information:


-- MattPatey - 04 Oct 2005

META FILEATTACHMENT screenshot.jpg attr="h" comment="" date="1134348301" path="screenshot.jpg" size="38039" user="MattPatey" version="1.1"

 <<O>>  Difference Topic TAPoRwareWordBrush (r1.4 - 19 Jun 2006 - AndrewMacdonald)

META TOPICPARENT TAPoRware

Word Brush

Changed:
<
<

Try It

>
>

Try It


Line: 20 to 20

When opening the results window for the first time the applet will function normally. The second time the window is openened, however, the applet GUI breaks. This can be resolved by re-starting your browser session, i.e. completely quitting the application and re-starting. This affects users regardless of platform and browser.

Deleted:
<
<

To Do

  • Add a title so it says "TAPoRware: Word Brush"
  • Add picture to this page
  • Add color selector
  • Add size selector
  • Provide different behaviours to the words (optional)

Responsibility

This was programmed by Matt Patey as part of the TAPoR project led by Geoffrey Rockwell.


 <<O>>  Difference Topic TAPoRwareWordBrush (r1.3 - 12 Dec 2005 - MattPatey)

META TOPICPARENT TAPoRware

Word Brush

Deleted:
<
<
TOC: No TOC in "Main.TAPoRwareWordBrush"

Try It

Changed:
<
<
<!-->img src="http://tada.mcmaster.ca/wikita/pub/Main/TAPoRwareWordBrush/screenshot.jpg" alt="Thumbnail of `Raining Words' tool in action" style="border: 1px solid #000000" /<-->
>
>
Thumbnail of `Raining Words' tool in action


Try it!
Added:
>
>

TOC: No TOC in "Main.TAPoRwareWordBrush"


Description

Allows the user to paint with words extracted from an online document.

Issues

Changed:
<
<
This tool requires the JRE (v1.4.2 and up) in order to work properly.* This is likely to cause problems with OS X users using browsers other than Safari. By default, Firefox and other OS X web browsers use an older version of the JRE which is incompatible with this tool.* There is a solution that allows Firefox to use JRE 1.4.2+ which can be found here. Unfortunately this fix does not seem to work for the OS X version of Internet Explorer.
>
>
There are issues with getting Java applets working in Firefox on OS X. If you are experiencing such problems, please see the entry on how to get Firefox to display Java applets compiled with Java 1.4 and up.

Changed:
<
<
* This is only relevant if the desired output is Java.
>
>
When opening the results window for the first time the applet will function normally. The second time the window is openened, however, the applet GUI breaks. This can be resolved by re-starting your browser session, i.e. completely quitting the application and re-starting. This affects users regardless of platform and browser.

To Do

Changed:
<
<
  • Add a title so it says "TAPoRware: Word Brush"
  • Add picture to this page
  • Add color selector
  • Add size selector
  • Provide different behaviours to the words (optional)
>
>
  • Add a title so it says "TAPoRware: Word Brush"
  • Add picture to this page
  • Add color selector
  • Add size selector
  • Provide different behaviours to the words (optional)

Responsibility

Line: 33 to 34

-- MattPatey - 04 Oct 2005

Added:
>
>
META FILEATTACHMENT screenshot.jpg attr="h" comment="" date="1134348301" path="screenshot.jpg" size="38039" user="MattPatey" version="1.1"

 <<O>>  Difference Topic TAPoRwareWordBrush (r1.2 - 06 Oct 2005 - GeoffreyRockwell)

META TOPICPARENT TAPoRware
Added:
>
>

Word Brush

Try It


Changed:
<
<

What does it do?

>
>

Description


Allows the user to paint with words extracted from an online document.
Changed:
<
<

Caveats

>
>

Issues


This tool requires the JRE (v1.4.2 and up) in order to work properly.* This is likely to cause problems with OS X users using browsers other than Safari. By default, Firefox and other OS X web browsers use an older version of the JRE which is incompatible with this tool.* There is a solution that allows Firefox to use JRE 1.4.2+ which can be found here. Unfortunately this fix does not seem to work for the OS X version of Internet Explorer.
Changed:
<
<
* This is only relevant if the desired output is Java
>
>
* This is only relevant if the desired output is Java.

To Do

  • Add a title so it says "TAPoRware: Word Brush"
  • Add picture to this page
  • Add color selector
  • Add size selector
  • Provide different behaviours to the words (optional)

Responsibility

This was programmed by Matt Patey as part of the TAPoR project led by Geoffrey Rockwell.


-- MattPatey - 04 Oct 2005


 <<O>>  Difference Topic TAPoRwareWordBrush (r1.1 - 04 Oct 2005 - MattPatey)
Line: 1 to 1
Added:
>
>
META TOPICPARENT TAPoRware

What does it do?

Allows the user to paint with words extracted from an online document.

Caveats

This tool requires the JRE (v1.4.2 and up) in order to work properly.* This is likely to cause problems with OS X users using browsers other than Safari. By default, Firefox and other OS X web browsers use an older version of the JRE which is incompatible with this tool.* There is a solution that allows Firefox to use JRE 1.4.2+ which can be found here. Unfortunately this fix does not seem to work for the OS X version of Internet Explorer.

* This is only relevant if the desired output is Java

-- MattPatey - 04 Oct 2005


Topic: TAPoRwareWordBrush . { View | Diffs | r1.6 | > | r1.5 | > | r1.4 | More }

Revision r1.1 - 04 Oct 2005 - 21:20 - MattPatey
Revision r1.6 - 13 Jun 2008 - 19:29 - LianYan