Hopefully some of you have a mozilla-based browser installed on your WebDT. I have just found a great plugin that allows you to scroll the screen by dragging anywhere - somewhat like an iPhone or other touchscreen phone.
http://grabanddrag.mozdev.org/
I'm running puppy linux, and I have to say that Firefox is actually disasterously slow on the WebDT. Instead, I have been running SeaMonkey 2.0rc1, available for puppy users here:
http://murga-linux.com/puppy/viewtopic.php?t=47076
Unfortunately, life is not always so simple. The grabanddrag plugin won't install under SeaMonkey without a bit of fooling. It's easy though;
1) Download the grabanddrag plugin to somewhere on your computer
2) Change the 'xpi' extension to 'zip'
3) Extract the zip contents
4) Open the 'install.rdf' file in a text editor
5) Add these lines within the 'Target Application' section. You'll see Firefox, Thunderbird, etc. entries there also;
Code: Select all
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0b1pre</em:minVersion>
<em:maxVersion>2.1a1pre</em:maxVersion>
</Description>
</em:targetApplication>
7) Rename the 'zip' back to 'xpi'

Notes:
This method forces the install. I take no responsibility for a crashy browser or other issues you may have. I tested this under SeaMonkey 2.0rc1 and had no problems. I didn't modify any of the Grab and Drag preferences so I can't guarantee that certain functions will work. You can force install of other Firefox addons this way but, again, don't be surprised if they don't work. Sometimes developers leave out SeaMonkey from the Target Applications due to minor bugs or an unwillingness to fully support SeaMonkey.
Regards,
Matt