JavaScript Kana Editor [Archive] - Japan Forum

PDA

View Full Version : JavaScript Kana Editor


David Hallgren
Jun 9, 2004, 23:17
Hi, everyone, those of you who have read my previous posts know that I'm working on a page for anyone who study Japanese. The last month or so the exams in school has taken all my time so I haven't had any time to develop new function. But school is over now and I'm working at a programming company. Yesterday I wanted to make a post here but didn't have IME on the computer I was sitting at and didn't have time to install it, so I felt the need for something new; An editor online.
So I rolled up my sleeves during todays coffee break and developed this: http://www.davidhallgren.se/nihon/?StartWith=jsKanaEditor.asp

I know it's not complete but hopefully I can enhance it with your feedback. :cool:

Right now it only supports Internet Explorer, but maybe I will make it compatible with Mozilla and Netscape etc.

You can only write Hiragana with it for the moment, but Katakana will probably come tomorrow. I will try to connect it to WWWJDIC in order to make Kanji-lookup and dictionary functions available.

Any thoughts or suggestions?

Keiichi
Jun 10, 2004, 05:40
That's neat! Looks pretty useful! Add shu, shi, and sha too. :) Not many use sya, I think.

RockLee
Jun 10, 2004, 09:39
Hey dude GREAT site you got there!!!! Keep up the nice work! :cool: :-)

Arc Light
Jun 22, 2004, 11:37
Well, that's in the ballpark of what I'm looking for. I played with the Kana Editor a bit, then I went ahead and registered, then I bookmarked the site. Thanks for that dude.

Dan B
Jun 23, 2004, 07:45
Wow, David, that's excellent! Well done!

I noticed that, for the particle を , the Hiragana quizzes accepted both the Romaji "o" and "wo." Would it be possible to include other alternate Romaji spellings, as well? For example:

"shi" in addition to "si" (for し)
"tsu" in addition to "tu" (for つ)
"chi" in addition to "ti" (for ち)
"fu" in addition to "hu" (for ふ)
"ji" in addition to "zi" (for じ)

and so forth. Many of these alternate spellings seem to work well in the Kana Editor.

These are fantastic programs. Another great way for me to study!

どうも ありがとう ございます! がんばって!!

Dan

P.S. This is the first time I've been able to write Japanese on the web without using Romaji, thanks to your Kana Editor! (I hope I got everything right...)

Glenn
Jun 23, 2004, 07:51
Fret not, Dan B-san, you got it all right! :cracker: :confetti: :cake: :beer:

Dan B
Jun 23, 2004, 07:54
Woohoo! :relief:

Thanks, Glenn-san!

Dan

David Hallgren
Jun 24, 2004, 00:37
I'm glad you find it useful. But in order to make more of you interested in this, I've now created the first version of Dictionary and Kanji-find functionality.

Select a word and press F2 to get a list of Kanji-compounds to replace it with. It's not complete or perfect yet, but quite extensive. I think I will add a function for people to make additions to this database so that we can work together to make it even more complete, right now there are 100.000+ entries.

Select a word and press Ctrl+D to search the dictionary.

Maybe an online version of JWPce isn't impossible.

One again, hope you find it useful!

http://www.davidhallgren.se/nihon/?StartWith=jsKanaEditor.asp

PaulTB
Jun 24, 2004, 01:00
Maybe an online version of JWPce isn't impossible.

Talking about which I think the entire source of JWPce is available ...

Keiichi
Jun 24, 2004, 05:31
Pretty neat.
Small bug you can easily fix: When you have a list of kanjis displayed, when the focus (blinking text cursor) is not on the textbox, and you press "insert," the kanji appears in the insert button itself, and it can keep on adding if you keep pressing.