Re: A new/old handwriting interface



Ben Bullock wrote:
The following page has a kind of handwriting interface mockup:

http://www.sljfaq.org/cgi/draw.html

This uses Javascript for its interface. The recognition engine is taken
from the same thing which WWWJDIC used to use, via something called
Kanjipad.

Very nice. Most impressive. With a few more lines it could be the
WWWJDIC handwriting interface returned. Or any other interface you like.
I see you modified Taku Kudo's Ajax interface. I must try some Ajax
one day.

BTW:
(1) it failed to recognize several kanji for me: 酒 and 西, for example.
(2) it kept popping up "no connection" windows. Maybe a timeout needs
lengthening.
(3) it didn't work at all with IE6, but then we know MS doesn't really do
Javascript.

--
Jim Breen http://www.csse.monash.edu.au/~jwb/
Clayton School of Information Technology,
Monash University, VIC 3800, Australia
ジム・ブリーン@モナシュ大学
.



Relevant Pages

  • Re: UI toolkits for Python
    ... nowadays can offer a rich graphical interface, it can be quite difficult to manage state maintenance between the two components (web server, web client) in the system. ... As has already been said, with the adoption of standards like CSS2, it's even possible to make such stuff run across multiple browser platforms (at the moment, though, just try writing an interface that makes table rows appear and disappear in a cross-browser fashion: you'll find the stylesheet techniques you need to use for Mozilla and IE are very different). ... But this doesn't help you at all if you are trying to interface to Python logic. ... already a HTML and JavaScript driven server platform and know about problems with the back-button and sessions. ...
    (comp.lang.python)
  • Re: How to assign variable value as the object property name?
    ... >> an object implementing the NodeList interface. ... HTMLColleciton implements all of the NodeList interface). ... In javascript all variables are in reality properties of objects. ... assignment operation assigns a value to a property. ...
    (comp.lang.javascript)
  • Re: Shall I implement this in javascript?
    ... to access some web services. ... IE Control expose? ... javascript in a browser has no file system access, ... If the COM interface access of the IE Control let's ...
    (comp.lang.javascript)
  • Re: JavaScript as AJAX response (RPC)
    ... Some servers return JavaScript as the response to an AJAX request. ... each type of client. ... We are only starting to see RIAs calling all kind of web services, etc...) to enhance the user experience. ... don't add breaking changes to your interface; make the interface easy to use; make the interface as universal as possible. ...
    (comp.lang.javascript)
  • Re: HRESULT return value in Javascript without exception
    ... It says that all interface members must return HRESULT. ... What matters to me is that Javascript seems unable to typecast the 4 byte ... If I call my own DLL from Javascript, a HRESULT is returned. ... Is there any other way of typecasting this returnvalue to integer, ...
    (microsoft.public.dotnet.framework.aspnet)