New way of doing Rikai in the works
Inspired by google's neat
javascript input completion code used in
google suggest, I wrote a new version of the popup parsing code.
This could have huge advantages if it works out--first of all, I will be able to have popups for hiragana. The page sizes will be tiny, containing no additional markup. I don't need to segment Japanese, I let you do it by where you point the mouse. One disadvantage is the pages wouldn't work offline anymore--a quick call to rikai happens whenever you Mouseover a japanese character. Despite the massive number of callbacks this would create, I think overall it'd be less load for the server than parsing, exploding, and compressing the whole document the way I do.
Anyway,
click the example above, and let me know what you think. It works in IE and Mozilla, I'm going to give up on Netscape 4, but I don't know if it works on other browsers.