Key Pad (JavaScript) CHANGELOGS
Change logs
This is the change logs for building the "Key Pad" component in JavaScript.
This project was born in Tokyo, Japan (2000/09/03 (Sun)).
The goal is to provide a Software Key Pad
for ordinal peoples in the World.
Its look & feels like the "cellurar-phone-mailing".
For Japanese, this component will provide the small
KANA-KANJI converter, too.
- 2000/09/03 (Sun) -- Start this project, today!
- The buttons are defined as <BUTTON>
- 2000/09/04 (Mon) -- Shooting Bugs...
- After clicked [Back Space] button, `kp_last_btncd' and
`kp_last_btncnt' are not re-initialized.
- `kp_hirakanas[7]' has "まみもめも".
The right japanese string is "まみむめも".
- Add `onUnload' event-handler for closing the debugging window
- 2000/09/05 (Tue) -- Add facilities
& Shooting Bugs...
- Draw the GIF images for buttons, and make component
to refer those
- Add the 2 acuumulator buttons ([- +], [/ *]) and
an enter button
- 2000/09/06 (Wed) -- Add facilities
& Shooting Bugs...
- Add the "DAKAON/Han-DAKUON" jananese compound character generating
button. If the last code in the current target is
non-compoundable, this button works to append japanese symbols
are "、。!?「」".
- [ENTER] button appends the new-line code
at <INPUT TYPE="TEXT">.
It must work for <TEXTAREA> only.
- Delete the `-' and `/' entries in [0] and [1] buttons.
The codes are generated by [- +] nad [/ *]
accumulator buttons, now.
- 2000/09/07 (Thu) -- Frozen the prototype!
(key_pad.html ver 1.7)
- The HTML and JavaScript codes were cleaning, and then,
those are zip-ed & distributed to
Mr.Osato and
Mr.Miki.
- The unstable versions will be called "index.html",
since today!
- 2000/09/13 (Wed) -- Start Sub-Project
(KANA-KANJI Converting Facility)
- For Japanese, Get the KANA-KANJI Dictionary datas that come from
the SKK project.
- 2000/09/14 (Thu) -- KANA-KANJI Converting
Reached Beta level
- Both of OKURI-GANA & Non-OKURI-GANA are acceptable!
- This facillity "dictionary/smalldict.html" must
be integrated to "javascript/index.html"!
- 2000/09/25 (Mon) -- KANA-KANJI Converting
- This facility has beed named "KeyPad Converter" (prefix is
`kp_cnv_').
- I build the new shell-scripts those are...
`cut-out-SKK-JISYO.S-datas.sh1',
`cut-out-SKK-JISYO.S-datas.gawk' and
`Gen_kp_cnv_component.sh'.
These are toolkit works to generate a HTML document
(such as `smalldict.html').
- I fixed several bugs in `smalldict.html'.
And then, I put the bug-fixed codes into
`Gen_kp_cnv_component.sh', too.
- 2000/09/28 (Thu) -- KANA-KANJI Converting
- "javascript" directory moved "KeyPad".
- "KeyPad/index.html" shows 8 functionbuttons above the ten keys.
- But, I haven't implement the KANA-KANJI
Conversion and HIRA-KANA to KATA-KANA Conversion methods.
- 2000/09/14 (Thu) -- !!PENDING PROBLEMS in CURRENT!!
- We will ideal with the web browser virousliness.
- The "Key Pad" will be able to working on another window or frame.
The JavaScript codes will be cut out to
"key_pad.js" file.
- For japaneses, "Key Pad" will be added the [Prev], [OK] & [Next]
buttons for KANA-KANJI converting.
This facility will be under the following
constraints...
- The HIRA-KANA must be converted to KATA-KANA.
- "Key Pad" will know the KANJI code sets, as such as
the 10 years old japaneses were learned in
public educations.
- "Key Pad" will know the First & Last names,
usually.
- [OK] button will also work to stop compounding
several HIRA-KANA.
It means to make "Key Pad" can
append the symbols after the compoundable
HIRA-KANA codes.
- The japanese KATA-KANA will be generated by `KANA-KANJI' converting
facility.
- For europeans, [COMPOUND SYMBOLS] button will works.
The button is labeled [DAKUON SYMBOLS] for japanese
editions.
- The "Key Pad" application (ex. diary, BBS, calc, spead-sheet...)
will be automatic generated from the application programmer's
HTML-FORM segments and the list of targets for inputs.
The utility is based on XML?